/*!
Theme Name: astrantia
Theme URI: http://asdf.ch/
Author: Simon Wülser
Author URI: http://asdf.ch/
Description: Description
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: astrantia

Based on Dianthus
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

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

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

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

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

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

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

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------
rot: #DA6E66 / 218, 110, 102
hellblau: #85D1E4 / 133, 209, 228
gelb: #FEC766 / 254, 199, 102

Verlauf-Animation:
dunkelrot: #6E3734 / 110, 55, 52
schwarz: #000;
dunkelgrün: #4F7B86 / 79, 123, 134


*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


@font-face {
		font-family:"Martel";
		font-weight: 400;
		font-style: normal;
		src:url("fonts/Martel-Black.ttf");
}
@font-face {
		font-family:"Open Sans";
		font-weight: 400;
		font-style: normal;
		src:url("fonts/OpenSans-Regular.ttf");
}
@font-face {
		font-family:"Open Sans";
		font-weight: 600;
		font-style:oblique;
		src:url("fonts/OpenSans-Bold.ttf");
}
@font-face {
		font-family:"Open Sans";
		font-weight: 400;
		font-style:italic;
		src:url("fonts/OpenSans-Italic.ttf");
}
/* GT Haptik */

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	font-weight: normal;
	overflow-x: hidden;
}
/* BIGSCREEN */
@media screen and (min-width: 1000px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 20px;
	}
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}


h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Martel', sans-serif;
	color:#000;
	font-weight: 400;
	margin: 0;
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 0.2em;
	line-height: 1.2;
}

blockquote {
	color: #85D1E4;

}

h1 {
	font-size: 1.2em;
}
.page-title {
	font-size: 2em;
	padding-bottom: 0.3em;
}
.entry-title {
	font-size: 1.5em;
}

p {
	margin: 0 0 1em 0;
	max-width: 1000px;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
	transition: 1s;

}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0;
}

ul {
	list-style: none;
	padding-left: 0.5em;
}

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

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

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

/*--------------------------------------------------------------
# Claim
--------------------------------------------------------------*/
@media screen and (min-width: 995px) {
.claimbox {
	margin-left: -100px;
	margin-right: -100px;
}

}
.claimbox {
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;

	font-family: 'Martel', sans-serif;
	color: #FFF !important;
}
.claimbox ul {
    background-color:#000;
	list-style: none;
	width: 17em;
	height: 7em;
	margin-bottom: 2em;
	font-size: 1.3em;
}

.claimbox li {
	padding: 2em 2em 2em 3em;
}
.claimbox a {
	color: #F78802 !important;

}
.claimbox li::before {
	margin-bottom: -1.2em;
	content:'';
	background: url(logos/gate22-pfeil-neu.png) no-repeat;
	background-size:contain;
	height: 3em;/*height of image*/
	width: 3em;/*height of image*/
	display: inline-block;
	margin-left: -3em;
}

.claimbox li::before:hover {
	height: 6em;/*height of image*/
	width: 6em;/*height of image*/
}


.asdf {
	background-position:center;
	margin-left: 1em;

	background-position:center;
	background: url(logos/gate22-pfeil-neu.png) no-repeat;
	background-size:contain;
	margin-left: 1em;
	content:'';
	height: 3em;/*height of image*/
	width: 3em;/*height of image*/
	display: inline-block;
}
/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#site-header-filler {
	height: 200px;
}
.site-header {
	height: 180px;
	padding: 0em 0.5em 0em 0.5em;
	width: 100%;
	top:0;
	background-color: rgba(255, 255, 255, 1);;
	z-index: 100;
	overflow: hidden;
	z-index: 1000;
	background: rgba(0,0,0, 0.95);
	color: rgba(255,255,255, 1);
	position: fixed;
	background: #000;
	background-size: 200% 200%;
	-webkit-animation: AnimationName 60s ease infinite;
	-moz-animation: AnimationName 60s ease infinite;
	animation: AnimationName 60s ease infinite;
}
.sticky {
	height: 50px;
}
.sticky #logo {
	height: 50px;
	margin-top: 13px;
  transform: scale(1.6);
}



@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
#logo {
	background: url(logos/gate22-neu.jpg) no-repeat center center;
	background-size: contain;
	height: 120px;
	width: 100%;
	margin-top: 30px;
	/*! left: 200px; */
}




.pfeile {
	font-size: 30px;
}


.site-title {
	font-family: 'Martel';
	font-size: 2.5em;
	font-weight: bold;
	margin: 0;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}


.site-description {
	margin: 0;
}
.site-branding a {
	color: #FFF;



}


.logos {
	position: absolute;
	right:0;
	top:5px;
}


.page-header {
	margin-bottom: 1em;
}




/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .size-full {
  padding-top: 102px;
}

/*--------------------------------------------------------------
# Main Site
--------------------------------------------------------------*/
.content-area {
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-top: 0.5em;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.category .content-area {
	max-width: 1200px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.nav-up {
    top: -72px;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	transition: 0.5s;
	color: #DA6E66;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover, a:focus, a:active {
	color: #FEC766;

}

a:focus {
	outline: thin dotted;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	font-family: 'Martel', sans-serif;
	text-align: center;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: normal;
  overflow-y: auto;
	transition: 0.5s;
	left: 0;
 	position: fixed;
	top:0;
	z-index: 10;
	background: #000;
	background-size: 200% 200%;
	-webkit-animation: AnimationName 60s ease infinite;
	-moz-animation: AnimationName 60s ease infinite;
	animation: AnimationName 60s ease infinite;
	transition: all;
	height: 100%;
	padding: 1rem;
	padding-top: 200px;
}
.klein {
	padding-top: 80px;
}

.menu-hauptmenu-container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.nav-closed {
	display: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	}
.main-navigation a {
	color: #FFF;
}

.main-navigation a:hover {
	color: #FEC766;
}
.main-navigation li a {

}
.main-navigation li a::before {
	background: url(logos/gate22-pfeil-neu.png) no-repeat;
	background-size:contain;
	margin-bottom: -0.6em;
	margin-right: -0.3em;
	content:'';
	height: 2em;/*height of image*/
	width: 2em;/*height of image*/
	display: inline-block;
}

.main-navigation ul li li a {
	font-size: 0.8em;
	color: #85D1E4;
	line-height:1;

}
.main-navigation ul li li a::before{
	background: none;

font-size: 0.5em;
border-left:none;
border-right: none;
}

/* 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: 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%;
}

.comment-list {
	margin-left: 0;
	padding-left: 0;
	margin-top: 1em;

}

.widget-title {
	color: #FFF;
	margin: 0;


}
/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion-header::before {
		background: url(logos/pfeil_unten.svg);
	  background-size: contain;
		content:'';
		height: 0.7em;/*height of image*/
		width: 0.7em;/*height of image*/
    transform: rotate(-90deg);
		display: inline-block;
	margin-right: 0.5em;	}
.accordion-active::before {
	transform: rotate(0deg);
	}

.accordion-header {
	cursor: pointer;
}

.accordion-content {
	display: none;
}

/*--------------------------------------------------------------
# Symbols
--------------------------------------------------------------*/
.float {
	display: flex;
}

.youtube-logo, .facebook-logo, .instagram-logo, .brief, .edit, .telefon {
	text-indent: 1.8em;
	font-weight: 400;
	font-size: 1.2em;
	cursor: pointer;
	height: 2.8em;
	width: 2.8em;
	display: none;

}
.brief {
	margin-top: 0.4em;
	background-color: white;
	mask-image: url(logos/couvert.svg);
	-webkit-mask-image:url(logos/couvert.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	display: block;
	height: 2em;
	width: 2em;
	position: absolute;
	margin-top: 40px;
	margin-left: 5px;
}
.brief:hover {
	background-color: #FEC766;
}

.telefon {
	background: url(logos/telefon.svg) no-repeat -0.3em 0;
}

.youtube-logo {
	background: url(logos/youtube.svg) no-repeat 0 0;
}
.facebook-logo {
	background: url(logos/facebook.svg) no-repeat 0 0;
}
.instagram-logo {
	background: url(logos/instagram.svg) no-repeat 0 0;
}
.edit {
	background: url(logos/edit.svg) no-repeat 0 0;
	text-align: center;
	margin-left: auto;
	height: 1em;
	width: 1em;
	background-size: 1em;
}


/*--------------------------------------------------------------
# Menu Toggle
--------------------------------------------------------------*/
.menu-toggle {
}


.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7;
	}
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #FFF; }

.hamburger-box {
	font-size: 0.7em;

  width: 3.5em;
  height: 40px;
  display: inline-block;
  /*! position: relative; */ 	margin-top: 60px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1em; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 3em;
    height: 0.35em;
    background-color: #FFF;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -1em; }
  .hamburger-inner::after {
bottom: -1em; }
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger:hover  .hamburger-inner,  .hamburger:hover .hamburger-inner::after, .hamburger:hover .hamburger-inner::before {
	background-color: #FFF;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 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 {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.hentry {
}


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



.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.cat-links::after,  {
	content: " - ";
}
.edit-link {
background: url(logos/edit.svg) no-repeat 0 0;
text-align: right;
margin-left: 0.5em;
height: 1em;
width: 1em;
background-size: 1em;
}
.edit-link a {
	color: rgba(255,255,255, 0)
}


.entry-title {
}
.entry-footer {
	display: flex;
	justify-content:flex-end;
}

/*--------------------------------------------------------------
## 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
## Übersichtspage
--------------------------------------------------------------*/
.uebersicht {

	border-top: 0.08em solid #000;
	padding-top: 1em;
	transition: 1s;
	margin-bottom: 1em;
	cursor: pointer;

}
.uebersicht:hover {
	background-color: #d4d4d4;
}
.uebersicht-text {
	margin-right: 1em !important;
}
.uebersicht-text a, .uebersicht-text a:hover {
	font-weight: normal;
	color: #000;
	display: block;

}
.uebersicht-text h2 a, .uebersicht-text h2 a:hover {
	font-family: Martel;
	font-weight: bold;
}

.backlink {
	position: relative;
	font-size: 2em;
}

.uebersicht-bild {
padding: 0;
margin: 0;
}


/*--------------------------------------------------------------
## Full Screen View
--------------------------------------------------------------*/
@media screen and (min-width: 1000px) {

	.backlink {
		position: absolute;
		font-size: 2em;
		margin-left: -2em;
	}


.uebersicht {
	padding-top: 0em;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	box-sizing: border-box;
}

.uebersicht-bild {
	width: 50%;
	margin-right: 2em;

}
.uebersicht-bild img {
	margin-bottom: 0;
	display: block;
}
.uebersicht-text {
	padding-top: 1em;
	width: 50%;
}

.fokus {

}
.fokus .uebersicht-text {

		transition: 1s;
}
.fokus .uebersicht-bild {
	width: 50%;
		transition: 1s;
}

.category .entry-content {
	margin: 0;
}
.category .entry-content p {
	margin-top: 0em;
}

.size-gross {
	max-height: 800px;
	width: auto;
}


}
/* SMALL SCREEN */
@media screen and (max-width: 600px) {
.site-header {
		height: 50px;
}
.site-header #logo {
	height: 50px;
	margin-top: 0px;
	transform: scale(1.6);
}
.main-navigation {
font-size: 0.9em;
padding-top: 60px;
}
#logo {
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.claimbox {
	margin-left: 0;
	margin-right: 0;
	display: none;
}
#site-header-filler {
	height: 60px;
}
.hamburger-box {
	margin-top: 0;
	width: 3em;
}
.brief {
	margin-top: 12px;
}
}



.sticky .hamburger-box {
	margin-top: 0;
	width: 3em;
}
.sticky .brief {
	margin-top: 12px;
}

.home .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## News Bar
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  position: fixed;
  bottom: 0;
	left:0;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.9);
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 120s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1em;
  color: white;
}
.ticker-wrap a {
	color: white;
}
.ticker-wrap a:hover {
	color: #FEC766;
}
body, .site-header {
	min-width: 350px;
}


/*--------------------------------------------------------------
# IMAGE Zoom
--------------------------------------------------------------*/
div.img-efx {
  overflow: hidden;
}

div.img-efx img {
  width: 100%;
  height: auto;
  /* SCALE */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  /* VERZÖGERUNG */
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

div.img-efx img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
