﻿/*
Theme Name: Tortuga Child
Description: Das Childtheme
Author: Sabrina Plate
Author URI: http://edwh.de
Template: tortuga
Version: 1.0
 Text Domain:  tortuga-child
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Accessibility
6.0 - Alignments
7.0 - Clearings
8.0 - Layout Structure
9.0 - Header
10.0 - Navigation
	10.1 - Main Navigation
	10.2 - Social Icon Menu
11.0 - Widgets
	11.1 - Default Widgets
	11.2 - Magazine Posts Widgets
12.0 - Posts and pages
11.0 - Comments
12.0 - Footer
13.0 - Media
	13.1 - Captions
	13.2 - Galleries
14.0 - Media Queries
	14.1 - Desktop Large ( < 1120px )
	14.2 - Desktop Medium ( < 1040px )
	14.3 - Desktop Small ( < 960px )
	14.4 - Tablet Large ( < 880px )
	14.5 - Tablet Medium ( < 800px )
	14.6 - Tablet Small ( < 720px )
	14.7 - Mobile Extra Large ( < 640px )
	14.8 - Mobile Large ( < 560px )
	14.9 - Mobile Medium ( < 480px )
	14.10 - Mobile Small ( < 320px )
15.0 - Theme Option Styles
	15.1 - Sidebar Left Layout
	15.2 - Sticky Header
16.0 - Media Query Fixes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 1.0 - Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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 {
	margin: 0.68em 0;
	font-size: 2em;
	text-align: right;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 0;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 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"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# 2.0 - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #303030;
	font-size: 17px;
	font-size: 1.0625rem;
	font-family: 'Open Sans', Tahoma, Arial;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	
}

h3,
h2 {
	padding-left: 5px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	overflow: auto;
	margin-bottom: 1.6em;
	padding: 1.6em;
	max-width: 100%;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

blockquote {
	margin: 0 0 1.5em;
	padding: 0.05em 1.25em 1em;
	border: 1px solid #ddd;
	border-left: 3px solid #adcad7;
	color: #777;
	font-style: italic;
	font-size: 18px;
	font-size: 1.125rem;
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 1em;
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

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

blockquote > :last-child {
	margin-bottom: 0.5em;
}

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

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 1.25em;
}

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 0 1.5em;
}

img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}





table {
	margin: 0 0 1.5em;
	width: 100%;
	border: none;
	table-layout: fixed;
	
}

th,
td {
	padding: 0.3em 0.6em;
	border: 1px solid #ddd;
}

a {
	color: #fff;
	text-decoration: none;
}

a:link,
a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #adcad7;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
# 4.0 - Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	margin: 0;
	padding: 0.6em 1em;
	border: none;
	background: #bfc2a7;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-size: 1.0625rem;
	transition: all 0.2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
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 {
	background: #adcad7;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.3em 0.6em;
	max-width: 100%;
	border: 1px solid #ddd;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ccc;
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# 5.0 - Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar. */
	display: block;
	clip: auto !important;
	padding: 15px 23px 14px;
	width: auto;
	height: auto;
	border-radius: 3px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	color: #21759b;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: normal;
}

/*--------------------------------------------------------------
# 6.0 - Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# 7.0 - Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
	display: table;
	content: "";
}

.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# 8.0 - Layout Structure
--------------------------------------------------------------*/
.site {
	margin: 0;
	width: 100%;
}

.container {
	margin: 0 auto;
	padding: 0 0em;
	max-width: 1320px;
	width: 100%;
}

.site-content {
	padding-top: 16em;
	background-image: url(https://www.edwh.de/wp-content/uploads/bg-slider.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: 0 -10px;
	background-size: 100%;

}

.content-area {
	float: left;
	box-sizing: border-box;
	padding-right: 2em;
	width: 73%;
}

.sidebar {
	float: right;
	width: 27%;
}

/* No Sidebar & Centered Layout Template */
.no-sidebar .content-area,
.site-content .centered-content-area {
	float: none;
	margin: 0 auto;
	padding: 0;
	max-width: 900px;
	width: 100%;
}

.post-layout-three-columns .content-archive {
	max-width: 100%;
}

/* Fullwidth Template */
.site-content .fullwidth-content-area {
	float: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
	width: 100%;
}

/*--------------------------------------------------------------
# 9.0 - Header
--------------------------------------------------------------*/
.site-header {
	background: none;
	color: #fff;
	
	
}

.header-main {
	position: absolute;
	
	
	
}

.site-branding {
	float: left;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
	padding: 0;
	border: none;
	text-decoration: none;
}

.site-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 36px;
	font-size: 2.25rem;
	font-family: 'Titillium Web', sans-serif;
}

.site-title a:link,
.site-title a:visited {
	color: #fff;
	transition: all 0.2s ease;
}

.site-title a:hover,
.site-title a:active {
	color: #ccc;
}




.site-branding .custom-logo {
	float: left;
	margin: 0.5em 1em 0 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

.site-description {
	margin: 0 0 0.75em;
	font-size: 15px;
	font-size: 0.9375rem;
}

/* Header Widgets */
.header-widgets {
	display: none;
}

.header-widget {
	float: right;
	margin: 0.5em 0 0 1.5em;
}

.header-widget ul {
	margin: 0;
	padding: 0;
}

.header-widget-title {
	margin: 0 0 0.5em;
	text-align: right;
}

/* Custom Header Image */
.header-image {
	text-align: center;
}

.header-image img {
	max-width: 1920px;
	width: 100%;
	height: auto;
	vertical-align: top;
}

/*--------------------------------------------------------------
# 10.0 - Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 10.1 - Main Navigation
--------------------------------------------------------------*/
.primary-navigation-wrap {
	border-bottom: 5px solid #71a0b9;
	background-color: #adcad7;
	color: #fff;
}

.main-navigation-toggle {
	display: none;
}

.main-navigation-menu {
	position: relative;
	float: right;
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(https://edwh.de/wp-content/uploads/logo--links.png);
	background-repeat: no-repeat;
	background-position: 2.5% 50%;
	background-size: 15%;

	
}

.main-navigation-menu li {
	float: left;
}

.main-navigation-menu a {
	display: block;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Titillium Web', Tahoma, Arial;
	transition: all 0.2s ease;
}

.logo {
	margin: -15px;
	background-color: none;
}

.main-navigation-menu > .menu-item-has-children > a:after {
	display: inline-block;
	margin: 0.4em 0 0 0.3em;
	color: #fff;
	content: '\f431';
	vertical-align: top;
	text-decoration: inherit;
	font-size: 16px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation-menu a:link,
.main-navigation-menu a:visited {
	color: #fff;
	text-decoration: none;
	padding:15px;
}

.main-navigation-menu a:hover,
.main-navigation-menu a:active {
	background: #bfc2a7;
}

.main-navigation-menu ul {
	position: absolute;
	z-index: 99;
	display: none;
	margin: 0;
	padding: 0;
	border-top: 5px solid #71a0b9;
	background: #adcad7;
	list-style-position: outside;
	list-style-type: none;
}

.main-navigation-menu ul li {
	position: relative;
	float: none;
}

.main-navigation-menu ul a {
	padding: 1em;
	min-width: 250px;
	min-width: 16rem;
	border-bottom: 1px dotted rgba(255,255,255,0.2);
	font-size: 13px;
	font-size: 0.8125rem;
	transition: none;
	
}

.main-navigation-menu ul li:last-child a {
	border-bottom: none;
}

.main-navigation-menu ul .menu-item-has-children > a:after {
	display: inline-block;
	margin: 0.4em 0 0 0.3em;
	color: #fff;
	content: '\f431';
	vertical-align: top;
	text-decoration: inherit;
	font-size: 14px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation-menu li ul ul {
	top: 0;
	left: 100%;
	margin-top: -5px;
	border-left: 1px dotted rgba(255,255,255,0.2);
}

.main-navigation-menu li.menu-item-has-children:hover > ul,
.main-navigation-menu li.page_item_has_children:hover > ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {
	display: block;
}

.main-navigation-menu li.current-menu-item > a {
	background: #adcad7;
	padding:15px;
	font-weight: bold;
}

/* Mega Menu Styling */
.mega-menu-content .mega-menu-widget a:link,
.mega-menu-content .mega-menu-widget a:visited {
	color: #fff;
}

.mega-menu-content .mega-menu-widget a:hover,
.mega-menu-content .mega-menu-widget a:active {
	color: rgba(255,255,255,0.6);
}

.mega-menu-content .widget_meta ul li,
.mega-menu-content .widget_pages ul li,
.mega-menu-content .widget_categories ul li,
.mega-menu-content .widget_archive ul li {
	display: block;
	border-top: 1px dotted rgba(255,255,255,0.2);
}

.mega-menu-content .widget_meta ul li a,
.mega-menu-content .widget_pages ul li a,
.mega-menu-content .widget_categories ul li a,
.mega-menu-content .widget_archive ul li a {
	display: block;
	padding: 0.75em;
	font-size: 14px;
	font-size: 0.875rem;
}

.mega-menu-content .widget_meta ul li a:hover,
.mega-menu-content .widget_pages ul li a:hover,
.mega-menu-content .widget_categories ul li a:hover,
.mega-menu-content .widget_archive ul li a:hover {
	background: #bfc2a7;
	color: #fff;
}

.mega-menu-content .mega-menu-widget .entry-meta,
.mega-menu-content .mega-menu-widget .entry-meta span:before {
	color: #ddd;
}

/*--------------------------------------------------------------
## 10.2 - Social Icons Menu
--------------------------------------------------------------*/
.social-icons-menu {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1;
}

.social-icons-menu li {
	float: left;
	margin: 0;
	padding: 0;
}

.social-icons-menu li a {
	position: relative;
	display: inline-block;
	padding: 0.5em;
	text-decoration: none;
}

.social-icons-menu li a .screen-reader-text {
	display: none;
}

/* Add Genericons */
.social-icons-menu li a:before {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	text-decoration: inherit;
	font-size: 16px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.social-icons-menu li a:before { content: '\f408'; } /* Default Icon */
.social-icons-menu li a[href*="codepen.io"]:before  { content: '\f216'; }
.social-icons-menu li a[href*="digg.com"]:before { content: '\f221'; }
.social-icons-menu li a[href*="dribbble.com"]:before { content: '\f201'; }
.social-icons-menu li a[href*="facebook.com"]:before { content: '\f204'; }
.social-icons-menu li a[href*="flickr.com"]:before { content: '\f211'; }
.social-icons-menu li a[href*="plus.google.com"]:before { content: '\f218'; }
.social-icons-menu li a[href*="github.com"]:before { content: '\f200'; }
.social-icons-menu li a[href*="instagram.com"]:before { content: '\f215'; }
.social-icons-menu li a[href*="linkedin.com"]:before { content: '\f207'; }
.social-icons-menu li a[href*="pinterest.com"]:before { content: '\f209'; }
.social-icons-menu li a[href*="polldaddy.com"]:before { content: '\f217'; }
.social-icons-menu li a[href*="getpocket.com"]:before { content: '\f224'; }
.social-icons-menu li a[href*="reddit.com"]:before { content: '\f222'; }
.social-icons-menu li a[href*="spotify.com"]:before { content: '\f515'; }
.social-icons-menu li a[href*="skype.com"]:before,
.social-icons-menu li a[href*="skype:"]:before { content: '\f220'; }
.social-icons-menu li a[href*="stumbleupon.com"]:before { content: '\f223'; }
.social-icons-menu li a[href*="tumblr.com"]:before { content: '\f214'; }
.social-icons-menu li a[href*="twitch.tv"]:before { content: '\f516'; }
.social-icons-menu li a[href*="twitter.com"]:before { content: '\f202'; }
.social-icons-menu li a[href*="vimeo.com"]:before  { content: '\f212'; }
.social-icons-menu li a[href*="wordpress.org"]:before { content: '\f205'; }
.social-icons-menu li a[href*="wordpress.com"]:before { content: '\f205'; }
.social-icons-menu li a[href*="youtube.com"]:before { content: '\f213'; }
.social-icons-menu li a[href*="newsletter"]:before,
.social-icons-menu li a[href*="mailto"]:before { content: '\f410'; }
.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before { content: '\f413'; }

/*--------------------------------------------------------------
# 11.0 - Widgets
--------------------------------------------------------------*/
.widget {
	margin: 4.9em 0 2em 0;
	padding: 1em 1.5em 1.5em;
	max-width: 100%;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color : #fff;
	background-color: #a4a78a;
	border: none;
	box-shadow: none;
	
}

.widget-header {
	margin: 0 0 1em 0;
}

.widget-title {
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	font-size: 1.25rem;
	font-family: 'Titillium Web', Tahoma, Arial;
	text-align: right;
	border: none;
	background: none;
	box-shadow: none;
	
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: circle inside;
}

.widget ul .children,
.widget ul .sub-menu {
	margin: 0.5em 0 0.5em 1em;
	padding: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## 11.1 - Default Widgets
--------------------------------------------------------------*/

/* Theme Search Widget */
.search-form {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

.search-form .screen-reader-text {
	display: none;
}

.search-form .search-field {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0.5em 1.5em 0.5em 0.7em;
	width: 100%;
	-webkit-appearance: none;
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.65em 0.75em 0 0.2em;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.search-form .search-submit .genericon-search {
	display: inline-block;
	padding: 0.05em 0 0.55em 0.45em;
	color: #fff;
	content: '\f400';
	vertical-align: middle;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Theme Calendar Widget */
.widget_calendar {
	font-size: 14px;
	font-size: 0.875rem;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar table caption {
	padding: 0 0 1em;
}

.widget_calendar table thead tr {
	background: #f5f5f5;
}

.widget_calendar table tr td {
	text-align: center;
}

.widget_calendar table tbody tr td a {
	font-weight: bold;
}

.widget_calendar table tfoot tr td {
	padding-top: 1em;
	border: none;
}

.widget_calendar table tfoot tr #prev {
	text-align: left;
}

.widget_calendar table tfoot tr #next {
	text-align: right;
}

/*--------------------------------------------------------------
## 11.2 - Magazine Posts Widgets
--------------------------------------------------------------*/
.widget-magazine-posts {
	margin-bottom: -1em;
}

.widget-magazine-posts .type-post {
	margin: 0 0 1.5em 0;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
}

.widget-magazine-posts .type-post .wp-post-image {
	margin: 0;
	max-width: 100%;
}

.widget-magazine-posts .type-post .entry-title {
	display: inline;
}

.widget-magazine-posts .type-post .entry-content {
	font-size: 16px;
	font-size: 1rem;
}

.widget-magazine-posts .type-post .entry-content p {
	margin: 1em 0 0;
}

.widget-magazine-posts .type-post .more-link {
	margin: 1em 0 0;
}

.widget-magazine-posts .large-post .entry-title {
	font-size: 22px;
	font-size: 1.375rem;
}

.widget-magazine-posts .medium-post {
	display: block;
	float: left;
	box-sizing: border-box;
	padding-right: 1.5em;
	width: 33.33333333%;
}

.widget-magazine-posts .medium-post .entry-title {
	font-size: 17px;
	font-size: 1.0625rem;
}

.widget-magazine-posts .small-post {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 100%;
}

.widget-magazine-posts .small-post .wp-post-image {
	float: left;
	margin: 0 1em 0 0;
	max-width: 40%;
}

.widget-magazine-posts .small-post .entry-title {
	font-size: 16px;
	font-size: 1rem;
}

.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
	font-size: 12px;
	font-size: 0.75rem;
}

/* Magazine Posts Horizontal Box Widget */
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image {
	float: left;
	box-sizing: border-box;
	margin: 0;
	padding-right: 0.75em;
	width: 50%;
}

.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
	float: right;
	box-sizing: border-box;
	padding-left: 0.75em;
	width: 50%;
}

.widget-magazine-posts .magazine-horizontal-box .medium-posts {
	margin-right: -1.5em;
}

/* Magazine Posts Vertical Box Widget */
.widget-magazine-posts .magazine-vertical-box .large-post {
	float: left;
	box-sizing: border-box;
	margin-bottom: 1em;
	padding-right: 0.75em;
	width: 50%;
}

.widget-magazine-posts .magazine-vertical-box .small-posts {
	box-sizing: border-box;
	margin-left: 50%;
	padding-left: 0.75em;
	width: 50%;
}

/* Magazine Posts Grid Widget */
.widget-magazine-posts .magazine-grid {
	margin-right: -1.5em;
}

.widget-magazine-posts .magazine-grid .large-post {
	float: left;
	box-sizing: border-box;
	padding-right: 1.5em;
	width: 50%;
}

.widget-magazine-posts .magazine-grid .post-column:nth-child(2n+1) .large-post,
.widget-magazine-posts .magazine-grid .post-column:nth-child(3n+1) .medium-post {
	clear: left;
}

/* Magazine Posts Columns Widget */
.tortuga-magazine-columns-widget {
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
}

.tortuga-magazine-columns-widget .widget-magazine-posts {
	margin-bottom: 0;
}

.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content {
	margin: 0;
	padding: 1em 1.5em 1.5em;
	max-width: 100%;
	background: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content .magazine-posts-columns-post-list {
	float: left;
	box-sizing: border-box;
	margin-bottom: -1.5em;
	width: 100%;
}

.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content {
	float: left;
	width: 100%;
}

.widget-magazine-posts-columns .magazine-posts-column-left {
	float: left;
	box-sizing: border-box;
	padding-right: 1em;
	width: 50%;
}

.widget-magazine-posts-columns .magazine-posts-column-right {
	box-sizing: border-box;
	margin-left: 50%;
	padding-left: 1em;
	width: 50%;
}

.widget-magazine-posts-columns .medium-post {
	padding-right: 0;
	width: 100%;
}

/*--------------------------------------------------------------
# 12.0 - Posts and pages
--------------------------------------------------------------*/
.type-post,
.type-page,
.type-attachment,
.comments-area  {
	margin: 0 0 2em 0;
	padding: 1.5em;
	max-width: 100%;
	border: none;
	background: none;
	box-shadow: none;
	
}

.archive-title,
.page-title,
.entry-title {
	margin: 0;
	padding: 5px 2px 0 0;
	color: #a4a78a;
	text-transform: uppercase;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: normal;
	font-size: 28px;
	font-size: 1.75rem;
	font-family: 'Titillium Web', Tahoma, Arial;
}

.entry-title a:link,
.entry-title a:visited {
	color: #bfc2a7;
	text-decoration: none;
	transition: all 0.2s ease;
}

.entry-title a:hover,
.entry-title a:active{
	color: #303030;
}

.type-post .wp-post-image,
.type-page .wp-post-image {
margin: 2% 0% 0 35%;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.sticky {}

/* Read more Link */
.more-link {
	display: inline-block;
	margin: 1.5em 0 0;
	padding: 0.6em 1em;
	background: #bfc2a7;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-size: 0.9375rem;
	transition: all 0.2s ease;
}

.more-link:link,
.more-link:visited  {
	color: #fff;
}

.more-link:hover,
.more-link:active {
	background: #303030;
	text-decoration: none;
}

/* Page Links | wp_link_pages() */
.page-links {
	margin: 0;
	word-spacing: 1em;
	font-weight: bold;
}

/* Entry Meta */
.entry-meta {
	margin: 0;
	padding: 0;
	color: #303030;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-meta .meta-date,
.entry-meta .meta-author,
.entry-meta .meta-category,
.entry-meta .meta-comments {
	margin-right: 1.5em;
}

.entry-meta a:link,
.entry-meta a:visited {
	color: #303030;
}

.entry-meta a:hover,
.entry-meta a:active {
	color: #777;
}

.entry-meta span:before {
	display: inline-block;
	margin-right: 0.2em;
	color: #333;
	vertical-align: middle;
	font: normal 16px 'Genericons';
	-webkit-font-smoothing: antialiased;
}

.entry-meta .meta-date:before{
	content: '\f307';
}

.entry-meta .meta-author:before{
	content: '\f304';
}

.entry-meta .meta-category:before{
	content: '\f301';
}

.entry-meta .meta-comments:before{
	content: '\f300';
}

/* Hide post meta if they are deactivated in settings */
body.date-hidden .entry-meta .meta-date,
body.author-hidden .entry-meta .meta-author,
body.categories-hidden .entry-meta .meta-category,
body.comments-hidden .entry-meta .meta-comments {
	 position: absolute;
	 clip: rect(1px, 1px, 1px, 1px);
}

body.date-hidden.author-hidden.categories-hidden.comments-hidden .content-area .entry-meta {
	display: none;
}

/* Entry Tags & Tagcloud Widget */
.entry-tags {
	margin: 0 0 1.5em;
}

.widget_tag_cloud .tagcloud,
.entry-tags .meta-tags {
	font-size: 14px;
	font-size: 0.875rem;
}

.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:before,
.entry-tags .meta-tags:after {
	display: table;
	content: "";
}

.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:after {
	clear: both;
}

.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
	display: inline-block;
	float: left;
	margin: 0 2px 2px 0;
	padding: 0.2em 0.5em;
	background: #303030;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px !important;
	font-size: 0.75rem !important;
}

.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited,
.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
	color: #fff;
	transition: all 0.2s ease;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
	background: #bfc2a7;
	color: #fff;
}

/* Post Navigation */
.post-navigation {
	margin: 0;
}

.post-navigation .nav-links .nav-previous {
	float: left;
}

.post-navigation .nav-links .nav-next {
	float: right;
}

.post-navigation .nav-links .nav-previous a:before {
	margin-right: 3px;
	content: "\00AB";
}

.post-navigation .nav-links .nav-next a:after {
	margin-left: 4px;
	content: "\00BB";
}

.post-navigation .nav-links a {
	display: inline-block;
	margin: 0 0 3px;
	padding: 0.3em 0.8em;
	background: #adcad7;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	transition: all 0.2s ease;
}

.post-navigation .nav-links a:link,
.post-navigation .nav-links a:visited  {
	color: #fff;
}

.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:active {
	background: #303030;
}

/* Theme Pagination */
.pagination {
	margin: 0 0 2em;
}

.pagination a,
.pagination .current {
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 0.4em 1em;
	background: #303030;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.pagination a:link,
.pagination a:visited {
	color: #fff;
}

.pagination a:hover,
.pagination a:active,
.pagination .current {
	background: #dd5533;
}

/* Infinite Scroll Pagination */
.infinite-scroll .pagination {
	display: none;
}

.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
	width: 100%;
	text-align: center;
}

.infinite-scroll .infinite-loader .spinner {
	bottom: -1em;
	left: auto;
	margin: 0 auto;
}

.infinite-scroll #infinite-handle span {
	display: inline-block;
	margin: 0 0 2em;
	padding: 0.4em 1em;
	background: #303030;
	text-decoration: none;
	font-size: 17px;
	font-size: 1.0625rem;
}

.infinite-scroll #infinite-handle span:hover {
	background: #dd5533;
}

/* Archives and Search Heading */
.page-header {
	margin: 0 0 2em 0;
	padding: 1.5em;
	border: none;
	
	box-shadow: 0 2px 2px #aaa;
}

.homepage-description,
.archive-description p {
	margin-bottom: 0;
}

/* Breadcrumbs */
.breadcrumbs {
	margin: 0;
	padding: 0.5em 0;
	background: #fff;
	box-shadow: 0 2px 2px #aaa;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.breadcrumbs-container {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
	display: inline;
	margin: 0;
	padding: 0;
}

.breadcrumbs .trail-browse {
	margin-right: 0.5em;
	font-weight: normal;
	font-size: 14px;
	font-size: 0.875rem;
}

.breadcrumbs .trail-items {
	list-style: none;
}

.breadcrumbs .trail-items li::after {
	padding: 0 0.5em;
	content: "\00bb"; /* Raquo */
}

.trail-separator-slash .trail-items li::after { content: "\002F"; }
.trail-separator-dash .trail-items li::after { content: "\2013"; }
.trail-separator-bull .trail-items li::after { content: "\2022"; }
.trail-separator-arrow-bracket .trail-items li::after { content: "\003e"; }
.trail-separator-raquo .trail-items li::after { content: "\00bb"; }
.trail-separator-single-arrow .trail-items li::after { content: "\2192"; }
.trail-separator-double-arrow .trail-items li::after { content: "\21D2"; }

.breadcrumbs .trail-items li:last-of-type::after {
	display: none;
}

/* Post Columns */
.post-layout-columns .post-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -2em;
}

.post-layout-columns .post-wrapper .post-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	padding-right: 2em;
}

.post-layout-columns .post-wrapper .post-column article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.post-layout-columns .post-wrapper .post-column article .entry-title {
	font-size: 22px;
	font-size: 1.375rem;
}

.post-layout-columns .post-wrapper .post-column article .entry-content {
	flex-grow: 1;
	font-size: 16px;
	font-size: 1rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
}

.post-layout-columns .post-wrapper .post-column article .more-link {
	font-size: 15px;
	font-size: 0.9375rem;
}

/* 2 Columns */
.post-layout-two-columns .post-wrapper .post-column {
	width: 50%;
}

/* 3 Columns */
.post-layout-three-columns .content-archive {
	float: none;
	padding: 0;
	width: 100%;
}

.post-layout-three-columns .post-wrapper .post-column {
	width: 33.3333333333333%;
}

/* Post Columns Fixes for IE 10 and IE 11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.post-layout-columns .post-wrapper .post-column,
	.post-layout-columns .post-wrapper .post-column article {
		display: block;
	}

}

/*--------------------------------------------------------------
# 11.0 - Comments
--------------------------------------------------------------*/
.comments-area {
	padding: 1em 1.5em;
}

/* Comment Header */
.comments-header,
.comment-reply-title {
	margin: 0 0 1em 0;
}

.comments-header .comments-title,
.comment-reply-title span {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #dd5533;
	text-transform: uppercase;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: normal;
	font-size: 20px;
	font-size: 1.25rem;
	font-family: 'Titillium Web', Tahoma, Arial;
}

/* Comment List */
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	margin: 0 0 1.5em;
	padding: 1.5em 0 0;
	border-top: 1px dotted #aaa;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment-meta {
	float: left;
	padding: 0;
	width: 100%;
}

.comment-meta .comment-author img {
	float: left;
	margin-right: 1em;
}

.bypostauthor {
	display: block;
}

.comment-meta .comment-metadata {
	margin-top: 0.3em;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-meta .comment-metadata a {
	margin-right: 1em;
}

.comment-content {
	clear: left;
	padding: 0.2em 0 0;
}

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

.comment ol.children {
	margin: 1.5em 0 0;
	list-style: none;
}

.comment .comment-respond {
	margin-top: 1.5em;
}

/* Comment Pagination */
.comment-navigation {
	margin: 0 0 1.5em;
	padding: 0;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

.comment-navigation .nav-previous a:before {
	margin-right: 3px;
	content: "\00AB";
}

.comment-navigation .nav-next a:after {
	margin-left: 4px;
	content: "\00BB";
}

/* Comment Form */
.comment-form {
	padding: 0;
}

.comment-form label {
	display: inline-block;
	min-width: 150px;
	font-weight: bold;
}

.comment-form textarea {
	margin-top: 0.4em;
}

.comment-form .form-submit {
	margin-bottom: 1em;
}

.comment-reply-title small a {
	margin-left: 1em;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
# 12.0 - Footer
--------------------------------------------------------------*/
.footer-wrap {
	background: #71a0b9;
}

.site-footer {
	color: #ddd;
	font-size: 15px;
	font-size: 0.9375rem;
}

.site-footer .site-info {
	float: left;
	padding: 10px 0;
}

.site-footer a:link,
.site-footer a:visited {
	border-bottom: 1px dotted #aaa;
	color: #fff;
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
	color: #ddd;
}

/*--------------------------------------------------------------
# 13.0 - Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

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

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

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

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

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

/*--------------------------------------------------------------
## 13.2 - Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.25em;
}

.gallery-item {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0.75em 1em 0 0;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

.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;
	font-size: 13px;
	font-size: 0.8125rem;
}

/*--------------------------------------------------------------
# 14.0 - Media Queries
--------------------------------------------------------------*/

@media only all and (min-width: 82.7em) { 

 
a.flug {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/flugschule.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 360px;
	float: left;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 34px;
	color: #fff;
	border: 5px solid #fff;
	padding-top: 150px;
	
}

a.rund {
	background-image: url(https://www.edwh.de/wp-content/uploads/rund_neu.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 50%;
	height: 225px;
	float: right;
	margin-top: -29px;
	border: 5px solid #fff;
	text-align: center;
}


a.lustig {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/Interessantes.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 220px;
	float: right;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 34px;
	line-height: 34px;
	color: #fff;
	border: 5px solid #fff;
	padding: 60px 0 0 100px;

}

a.cafe {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/cafe.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 190px;
	float: left;
	border: 5px solid #fff;
}

a.info {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/Info.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 105px;
	float: right;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 34px;
	font-style: italic;
	line-height: 34px;
	color: #fff;
	border: 5px solid #fff;
	padding: 50px 15px 0 0;
	text-align: right;
}

a.impression {
    background-color: #adcad7;
    width: 100%;
    height: 100px;
    float: left;
    border: 5px solid #fff;
    font-family: 'Artial Narrow', 'Titillium Web', arial;
    font-size: 24px;
    text-decoration: none;
    line-height: 34px;
    color: #fff;
    border: 5px solid #fff;
    text-align: center;
    padding-top: 5px;
}

a.schule {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/banner_flugschule.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 5%;
	float: left;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 22px;
	font-style: none;
	line-height: 30px;
	color: #fff;
	text-align: right;
	padding: 5% 2% 5% 0;
	display: block;
		
}

.elli {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/elli.png);
	background-size: 100%;
	background-color: #adcad7;
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	width: 33.3%;
	border: 5px solid #fff;
	height: 100%;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	padding: 39% 1% 1% 1%;
}

.bessie {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/bessie.png);
	background-size: 100%;
	background-color: #adcad7;
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	width: 33.3%;
	border: 5px solid #fff;
	height: 100%;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	padding: 39% 1% 1% 1%;
}

.reitsch {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/reitsch.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #adcad7;
	background-position: top center;
	float: right;
	width: 33.3%;
	border: 5px solid #fff;
	height: 100%;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	padding: 39% 1% 1% 1%;
}

.mosaik2 {
	width: 70%;
	
}


.witz_kurz {
	width:	33.3%;
	float: left;
	border: 5px solid #fff;
	background-color: #adcad7;
	height: 100%;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	padding: 5px 10px 5px 10px;
}
.witz_kurz1 {
	width:	33.3%;
	float: left;
	border: 5px solid #fff;
	background-color: #adcad7;
	height: 100%;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	padding: 5px 10px 43px 10px;
}
.witz_kurz2 {
	width:	33.3%;
	float: left;
	border: 5px solid #fff;
	background-color: #adcad7;
	height: 100%;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	padding: 5px 10px 100px 10px;
}

.witz_normal {
	width:	40%;
	float: left;
	border: 5px solid #fff;
	background-color: #bfc2a7;
	height: 100%;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	padding: 5px 10px 5px 10px;
}

.witz_mittel {
	width:	60%;
	float: left;
	border: 5px solid #fff;
	background-color: #71a0b9;
	height: 100%;	
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	padding: 5px 10px 5px 10px;

}

.witz_mittel1 {
	width:	50%;
	float: left;
	border: 5px solid #fff;
	background-color: #71a0b9;
	height: 100%;	
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	padding: 5px 10px 5px 10px;

}

.witz_lang {
	width:	100%;
	float: left;
	border: 5px solid #fff;
	background-color: #adcad7;
	height: 100%;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	padding: 5px 75px 5px 10px;
	vertical-align: middle;
	
}


.sprichwort {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/sprichwort.png);
	background-size: 100%;
	background-position: 0 150%;
	background-repeat: no-repeat;
	width: 70%;
	height: 600px;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	padding: 40px 50px 0 50px;
}


a.c3 {
	background-image: url(https://www.edwh.de/wp-content/uploads/Cafe_winter-1.jpg);
	background-size: 300%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 50%;
	height: 255px;
	float: left;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 36px;
	font-style: italic;
	line-height: 34px;
	color: #fff;
	text-shadow: 5px 5px 12px #303030;
	border: 5px solid #fff;
	text-align: center;
	padding-top: 85px;
	
}

.c3 b {
	font-size: 39px;
	font-weight: normal;
	text-align: center;
	
}

a.c5 {
	background-image: url(https://edwh.de/wp-content/uploads/20160910-IMG_0856.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 50%;
	height: 255px;
	float: right;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 38px;
	line-height: 43px;
	color: #fff;
	border: 5px solid #fff;
	text-align: center;
	padding-top: 85px;
	padding-right: 2px;
	margin-top: -29px;
	opacity: 0.8;
	
}

.c5 b {
	font-size: 39px;
	text-align: center;
	font-weight: normal;	
	background-color: #bfc2a7;
	padding-right: 1px;
	padding: 0px 9px 5px 10px;
	

}
.c5 i {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	background-color: #bfc2a7;
	padding: 5px;
	
	
}


a.c6 {
	background-color: #bfc2a7;
	width: 100%;
	height: 105px;
	float: left;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 20px;
	text-decoration: none;
	line-height: 34px;
	color: #fff;
	border: 5px solid #fff;
	text-align: center;
	padding-top: 10px;
	
}

b.cafe {
font-size: 40px;
}

.cafe-fotos {
	padding: 5px;
	width: 100%;
	margin-top: 303px;
}

.karte {
	width: 70%;
	float: right;
	padding-left: 10px;
}


}


/*--------------------------------------------------------------
## 14.1 - Desktop X-Large ( < 13232px)
--------------------------------------------------------------*/
@media only screen and (max-width: 82.7em) {

a.schule {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/banner_flugschule.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 5%;
	float: left;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 22px;
	font-style: none;
	line-height: 30px;
	color: #fff;
	text-align: right;
	padding: 5% 2% 5% 0;
	display: block;
		
}

a.impression {
    background-color: #adcad7;
    width: 100%;
    height: 100px;
    float: left;
    border: 5px solid #fff;
    font-family: 'Artial Narrow', 'Titillium Web', arial;
    font-size: 24px;
    text-decoration: none;
    line-height: 34px;
    color: #fff;
    border: 5px solid #fff;
    text-align: center;
    padding-top: 5px;
}

a.flug {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/flugschule.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 360px;
	float: left;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 34px;
	color: #fff;
	border: 5px solid #fff;
	padding-top: 150px;
	
}

a.rund {
	background-image: url(https://www.edwh.de/wp-content/uploads/rund_neu.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 50%;
	height: 225px;
	float: right;
	margin-top: -29px;
	border: 5px solid #fff;
}

a.lustig {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/Interessantes.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 220px;
	float: right;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 34px;
	line-height: 34px;
	color: #fff;
	border: 5px solid #fff;
	padding: 60px 0 0 100px;

}

a.cafe {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/cafe.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 50%;
	height: 190px;
	float: left;
	border: 5px solid #fff;
}

a.info {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/Info.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 105px;
	float: right;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 34px;
	font-style: italic;
	line-height: 34px;
	color: #fff;
	border: 5px solid #fff;
	padding: 50px 15px 0 0;
	text-align: right;
}

.elli {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/elli.png);
	background-size: 100%;
	background-color: #adcad7;
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	width: 33.3%;
	border: 5px solid #fff;
	height: 520px;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	padding: 39% 1% 1% 1%;
}

.bessie {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/bessie.png);
	background-size: 100%;
	background-color: #adcad7;
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	width: 33.3%;
	border: 5px solid #fff;
	height: 520px;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	padding: 39% 1% 1% 1%;
}

.reitsch {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/reitsch.png);
	background-size: 100%;
	background-color: #adcad7;
	background-position: top center;
	background-repeat: no-repeat;
	float: right;
	width: 33.3%;
	border: 5px solid #fff;
	height: 520px;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	padding: 39% 1% 1% 1%;
}

.mosaik2 {
	width: 70%;
	
}

.sprichwort {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/sprichwort.png);
	background-size: 100%;
	background-position: 0 150%;
	background-repeat: no-repeat;
	width: 70%;
	height: 600px;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	padding: 40px 50px 0 50px;
}

a.c3 {
	background-image: url(https://www.edwh.de/wp-content/uploads/Cafe_winter-1.jpg);
	background-size: 300%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 50%;
	height: 255px;
	float: left;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 36px;
	font-style: italic;
	line-height: 34px;
	color: #fff;
	text-shadow: 5px 5px 12px #303030;
	border: 5px solid #fff;
	text-align: center;
	padding-top: 85px;
	
}

.c3 b {
	font-size: 39px;
	font-weight: normal;
	text-align: center;
	
}

a.c5 {
	background-image: url(https://edwh.de/wp-content/uploads/20160910-IMG_0856.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 50%;
	height: 255px;
	float: right;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 38px;
	line-height: 43px;
	color: #fff;
	border: 5px solid #fff;
	text-align: center;
	padding-top: 85px;
	padding-right: 2px;
	margin-top: -29px;
	opacity: 0.8;
	
}

.c5 b {
	font-size: 39px;
	text-align: center;
	font-weight: normal;	
	background-color: #bfc2a7;
	padding-right: 1px;
	padding: 0px 9px 5px 10px;
	

}
.c5 i {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	background-color: #bfc2a7;
	padding: 5px;
	
	
}


a.c6 {
	background-color: #bfc2a7;
	width: 100%;
	height: 105px;
	float: left;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 20px;
	text-decoration: none;
	line-height: 34px;
	color: #fff;
	border: 5px solid #fff;
	text-align: center;
	padding-top: 10px;
	
}

b.cafe {
font-size: 40px;
}

.cafe-fotos {
	padding: 5px;
	width: 100%;
	margin-top: 303px;
}

.karte {
	width: 70%;
	float: right;
	padding-left: 10px;
}


}


/*--------------------------------------------------------------
## 14.1 - Desktop X-Large ( < 1200px )
--------------------------------------------------------------*/

@media only screen and (max-width: 80em) {


	
.container {
		padding: 0 1.5em;
	}

	.site-content {
		padding-top: 12em;
	}

	.page-title {
	margin-top: 50px;
	}


	.content-area {
		padding-right: 1.5em;
	}

	.header-main {
		padding-top: 1em;
		padding-bottom: 1em;
		
	}

	.widget,
	.page-header,
	.type-post,
	.type-page,
	.type-attachment,
	.pagination,
	.comments-area {
		margin-bottom: 1.5em;
		border: none;
		box-shadow: none;
	}

	.post-layout-columns .post-wrapper {
		margin-right: -1.5em;
	}

	.post-layout-columns .post-wrapper .post-column {
		padding-right: 1.5em;
	}
	
	a.flug {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/flugschule.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 360px;
	float: left;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 34px;
	color: #fff;
	border: 5px solid #fff;
	padding-top: 150px;
	
}

a.rund {
	background-image: url(https://www.edwh.de/wp-content/uploads/rund_neu.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 225px;
	float: right;
	margin-top: -29px;
	border: 5px solid #fff;
}

a.lustig {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/Interessantes.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 220px;
	float: right;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 34px;
	line-height: 34px;
	color: #fff;
	border: 5px solid #fff;
	padding: 60px 0 0 95px;

}

a.cafe {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/cafe.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 190px;
	float: left;
	border: 5px solid #fff;
}

a.info {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/Info.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 105px;
	float: right;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 34px;
	font-style: italic;
	line-height: 34px;
	color: #fff;
	border: 5px solid #fff;
	padding: 50px 15px 0 0;
	text-align: right;
}

.sprichwort {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/sprichwort.png);
	background-size: 100%;
	background-position: 100%;
	background-repeat: no-repeat;
	width: 80%;
	height: 600px;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	padding: 50px 50px 0 50px;
}


.mosaik2 {
	width:	80%;
}
}

/*--------------------------------------------------------------
## 14.2 - Desktop Large ( < 1120px )
--------------------------------------------------------------*/
@media only screen and (max-width: 70em) {
	.content-area {
		width: 70%;
	}

	.sidebar {
		width: 30%;
	}
	
	.site-content {
		padding-top: 9em;
	}

	.page-title {
	margin-top: 50px;
	}

	.post-layout-columns .post-wrapper .post-column article .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Magazine Post Widgets */
	.widget-magazine-posts .large-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.widget-magazine-posts .small-post .entry-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.widget-magazine-posts .magazine-horizontal-box .large-post .more-link  {
		display: none;
	}




a.lustig {
	padding: 60px 0 0 92px;
	font-size: 30px;
	line-height: 26px;
}



.sprichwort {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/sprichwort.png);
	background-size: 100% 100%;
	background-position: 0 50%;
	background-repeat: no-repeat;
	width: 100%;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	padding: 50px 50px 70px 50px;
	
}

.bessie,
.reitsch,
.elli {
	
	padding: 39% 1% 1% 1%;
}
.mosaik2 {
	width:	80%;
}

}

/*--------------------------------------------------------------
## 14.2 - Desktop Medium ( < 1040px )
--------------------------------------------------------------*/
@media only screen and (max-width: 65em) {
	.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
		display: none;
	}
	.site-content {
		padding-top: 7em;
	}
.bessie,
.reitsch,
.elli {
	
	padding: 40% 1% 1% 1%;
}
.mosaik2 {
	width:	90%;
}

a.lustig {
	padding: 60px 0 0 58px;
	font-size: 30px;
	line-height: 26px;
	background-position: 30% 50%
}

}

/*--------------------------------------------------------------
## 14.3 - Desktop Small ( < 960px )
--------------------------------------------------------------*/
@media only screen and (max-width: 60em) {
	.content-area,
	.site-content .content-fullwidth {
		float: none;
		padding: 0;
		width: 100%;
	}
	.site-content {
		padding-top: 7em;
	}
	.sidebar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		float: none;
		margin-right: -1.5em;
		padding: 0;
		width: auto;
	}

	.sidebar .widget-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: right;
		box-sizing: border-box;
		padding-right: 1.5em;
		width: 50%;
		color: #fff;
	}

	.sidebar .widget-wrap .widget {
		width: 100%;
	}

	.sidebar .widget-wrap:nth-child(2n + 1) {
		clear: left;
	}

	.site-branding {
		float: none;
		margin: 0;
		text-align: center;
	}

	.site-branding .custom-logo {
		float: none;
	    margin: -0.8em 1em 0 0;
	}

	.header-widgets {
		display: block;
		text-align: center;
	}

	.header-widget {
		display: inline-block;
		float: none;
		margin: 1em 0 0;
		max-width: 100%;
		vertical-align: top;

	}

	.header-widget .search-form {
		max-width: 300px;
	}

	.post-layout-three-columns .post-wrapper .post-column {
		width: 50%;
	}

	.archive-title,
	.page-title,
	.entry-title {
		font-size: 26px;
		font-size: 1.625rem;
			}

	.post-layout-columns .post-wrapper .post-column article .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	/*** Mobile Main Navigation ***/

	/* Reset */
	.main-navigation-menu li {
		position: static;
		float: none;
	}

	.main-navigation-menu ul,
	.mega-menu-item .mega-menu-content,
	.mega-menu-item .mega-menu-content .mega-menu-widget {
		position: static;
		top: auto;
		left: auto;
		display: block;
	}

	.main-navigation-menu ul a {
		float: none;
		width: auto;
	}

	.main-navigation-menu li ul ul {
		top: auto;
		left: auto;
		margin: 0;
	}

	.main-navigation-menu > .menu-item-has-children > a:after,
	.main-navigation-menu ul .menu-item-has-children > a:after {
		display: none;
	}

	/* Main Navigation Toggle */
	.main-navigation-toggle {
		display: inline-block;
		float: left;
		margin: 0 0 0 1.5em;
		padding: 0.8em 1.2em;
		background: #71a0b9;
	}

	.main-navigation-toggle:hover,
	.main-navigation-toggle:focus,
	.main-navigation-toggle:active {
		background: none;
		cursor: pointer;
	}

	.main-navigation-toggle:after {
		display: inline-block;
		float: left;
		color: #fff;
		content: '\f419';
		vertical-align: middle;
		text-decoration: inherit;
		font-size: 24px;
		font-family: 'Genericons';
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.main-navigation-toggle:active,
	.main-navigation-toggle:focus,
	.main-navigation-toggle:hover {
		background: #71a0b9;
	}

	/* Main Navigation Menu */
	.main-navigation-menu {
		display: none;
		float: left;
		padding: 3px 0;
		width: 100%;
		border-top: 5px solid #71a0b9;
	}

	.main-navigation-menu a {
		display: block;
		clear: left;
		padding: 1em 1.5em;
		border-bottom: 1px dotted rgba(255,255,255,0.2);
	}

	.main-navigation-menu li:last-child a {
		border-bottom: none;
	}

	.main-navigation-menu ul {
		float: none;
		width: 100%;
		border: none;
	}

	.main-navigation-menu ul a {
		display: block;
		padding-left: 3em;
		width: 100%;
	}

	.main-navigation-menu ul li ul a {
		padding-left: 4em;
	}

	.main-navigation-menu ul li ul li ul a {
		padding-left: 5em;
	}

	.main-navigation-menu ul li ul li ul li ul a {
		padding-left: 6em;
	}

	.main-navigation-menu ul li:last-child a {
		border-bottom: 1px dotted rgba(255,255,255,0.2);
	}

	.main-navigation-menu ul ul {
		border-top: 1px dotted rgba(255,255,255,0.2);
		border-left: none;
	}

	/* Mobile Submenu Dropdowns */
	.main-navigation-menu .submenu-dropdown-toggle {
		display: block;
		float: right;
		margin: 0;
		padding: 0.8em 1.2em;
	}

	.main-navigation-menu .submenu-dropdown-toggle:hover {
		cursor: pointer;
	}

	.main-navigation-menu .submenu-dropdown-toggle:before {
		color: #fff;
		content: '\f431';
		vertical-align: middle;
		text-decoration: inherit;
		font-size: 32px;
		font-family: 'Genericons';
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.main-navigation-menu .submenu-dropdown-toggle:hover,
	.main-navigation-menu .submenu-dropdown-toggle:active {
		background: #dd5533;
	}

	.main-navigation-menu .submenu-dropdown-toggle.active:before {
		content: '\f432';
	}

	.main-navigation-menu ul .submenu-dropdown-toggle {
		padding: 0.55em 1em;
	}

	.main-navigation-menu ul .submenu-dropdown-toggle:before {
		font-size: 24px;
	}

	/* Mega Menu Styling */
	.mega-menu-item .mega-menu-content {
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}

	.mega-menu-item .mega-menu-two-columns > li,
	.mega-menu-item .mega-menu-three-columns > li,
	.mega-menu-item .mega-menu-five-columns > li {
		width: 100%;
	}

	.mega-menu-item .mega-menu-four-columns > li,
	.mega-menu-item .mega-menu-six-columns > li {
		width: 50%;
	}

	/* Magazine Post Widgets */
	.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
	.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
		display: inline-block;
	}

	.widget-magazine-posts .large-post .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 17px;
		font-size: 1.0625rem;
	}

	.widget-magazine-posts .small-post .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Footer */
	.site-footer .site-info {
		float: none;
		text-align: center;
	}
	
a.lustig {
	padding: 60px 0 0 100px;
	font-size: 38px;
	line-height: 36px;
	text-align: left;

}

a.schule {
	padding: 5% 0.5% 5% 0;

}


.bessie,
.reitsch,
.elli {
	
	padding: 39% 1% 1% 1%;
}
.mosaik2 {
	width:	100%;
}

.karte {
	width: 100%;
	float: none;
	padding: 0 5px;
}

}

/*--------------------------------------------------------------
## 14.4 - Tablet Large ( < 880px )
--------------------------------------------------------------*/
@media only screen and (max-width: 55em) {

.sprichwort {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/sprichwort.png);
	background-size: 100% 110%;
	background-position: 0 50%;
	background-repeat: no-repeat;
	width: 100%;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	padding: 50px 50px 70px 50px;
	
}
.site-content {
		padding-top: 4em;
	}

.page-title {
margin-top: 4em;
}

a.lustig {
	padding: 60px 0.5% 0 11%;
	font-size: 35px;
	line-height: 36px;
	text-align: left;

}


.bessie,
.reitsch,
.elli {
	
	padding: 40% 1% 1% 1%;
}

a.c3 {
	height: 180px;
    font-size: 30px;
	padding-top: 7%;
}

.c3 b {
    font-size: 32px;
}

a.c5 {
	height: 180px;
	padding-top: 6%;
}

.c5 i {
    font-size: 27px;
    font-weight: normal;
    text-align: center;
    font-style: normal;
    background-color: #bfc2a7;
    padding: 5px;
}

.c5 b {
    font-size: 35px;
    text-align: center;
    font-weight: normal;
    background-color: #bfc2a7;
    padding-right: 1px;
    padding: 0px 8px 5px 10px;
}


.cafe-fotos {
	padding: 6px;
	width: 100%;
	margin-top: 230px;
}

a.schule {
	font-size: 20px;

}

}

/*--------------------------------------------------------------
## 14.5 - Tablet Medium ( < 800px )
--------------------------------------------------------------*/
@media only screen and (max-width: 50em) {
	.archive-title,
	.page-title,
	.entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

#post-1001 .type-page {
padding: 0;
}

.page-title {
margin-top: 3em;
}

	.post-layout-columns .post-wrapper .post-column article .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Magazine Post Widgets */
	.widget-magazine-posts .large-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.widget-magazine-posts .small-post .entry-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.widget-magazine-posts .magazine-horizontal-box .large-post .more-link  {
		display: none;
	}

a.lustig {
	padding: 68px 0.5% 0 11%;
	font-size: 32px;
	line-height: 33px;
	text-align: left;

}

.sprichwort {
	background-image: none;
	background-color: #adcad7;
	border-radius: 20px;
	background-repeat: no-repeat;
	width: 100%;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	padding: 5px 20px 15px 20px;
	height: 100%;
}

.bessie,
.reitsch,
.elli {
	
	padding: 40% 1% 1% 1%;
}

a.schule {
	font-size: 18px;
	padding: 2% 0.5% 2% 0;
}


}

/*--------------------------------------------------------------
## 14.6 - Tablet Small ( < 720px )
--------------------------------------------------------------*/
@media only screen and (max-width: 45em) {
	.widget-magazine-posts .medium-post .entry-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
		display: none;
	}

a.lustig {
	padding: 68px 0.5% 0 11%;
	font-size: 28px;
	line-height: 30px;
	text-align: left;

}

a.info {
	font-size: 28px;
	line-height: 30px;
}



.bessie,
.reitsch,
.elli {
	
	padding: 40% 1% 1% 1%;
}

.page-title {
margin-top: 2em;
}

a.c3 {
	height: 180px;
    font-size: 28px;
	padding-top: 7%;
}

.c3 b {
    font-size: 27px;
}

a.c5 {
	height: 180px;
	padding-top: 6%;
	background-size: 120%;
}

.c5 i {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    font-style: normal;
    background-color: #bfc2a7;
    padding: 5px;
}

.c5 b {
    font-size: 28px;
    text-align: center;
    font-weight: normal;
    background-color: #bfc2a7;
    padding-right: 1px;
    padding: 0px 8px 5px 10px;
}


.cafe-fotos {
	padding: 6px;
	width: 100%;
	margin-top: 230px;
}

a.schule {
	font-size: 16px;
	padding: 2% 0.5% 2px 0;
}

}

/*--------------------------------------------------------------
## 14.7 - Mobile Extra Large ( < 640px )
--------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
	.post-layout-columns .post-wrapper {
		display: block;
		margin-right: 0;
	}


	.site-content {
	padding: 50px 0px 0px 0px;
	background-color: #fff;	

}

	.post-layout-columns .post-wrapper .post-column {
		display: block;
		float: none;
		padding-right: 0;
	}

	.post-layout-two-columns .post-wrapper .post-column,
	.post-layout-three-columns .post-wrapper .post-column {
		width: 100%;
	}

	.archive-title,
	.page-title,
	.entry-title,
	.post-layout-columns .post-wrapper .post-column article .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
		text-align: right;

	}

	.entry-content {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Sidebar */
	.sidebar {
		margin-right: 0;
	}

	.sidebar .widget-wrap {
		float: none;
		padding-right: 0;
		width: 100%;
	}

	/* Magazine Post Widgets */
	.widget-magazine-posts .magazine-grid-two-columns {
		margin-right: 0;
	}

	.widget-magazine-posts .magazine-grid .large-post,
	.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image,
	.widget-magazine-posts .magazine-vertical-box .large-post,
	.widget-magazine-posts-columns .magazine-posts-column-left {
		float: none;
		padding: 0;
		width: 100%;
	}

	.widget-magazine-posts .magazine-vertical-box .small-posts,
	.widget-magazine-posts-columns .magazine-posts-column-right {
		margin-left: 0;
		padding-top: 1em;
		padding-left: 0;
		width: 100%;
	}

	.widget-magazine-posts .large-post .wp-post-image {
		float: left;
		margin: 0 1.5em 0 0;
		max-width: 50%;
	}

	.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
		float: right;
		padding-left: 1.5em;
		width: 50%;
	}

	.widget-magazine-posts .magazine-grid .large-post {
		clear: left;
	}

	.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
		margin-bottom: 1em;
	}

	.widget-magazine-posts .large-post .entry-content {
		display: none;
	}

	.widget-magazine-posts .large-post .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	/* Mega Menu Styling */
	.mega-menu-item .mega-menu-four-columns > li,
	.mega-menu-item .mega-menu-six-columns > li {
		width: 100%;
	}

a.lustig {
	padding: 68px 0.5% 0 10%;
	font-size: 26px;
	line-height: 28px;
	text-align: left;

}

a.rund {
	background-size: 150% 100%;
	background-position: 50% 50%;
}

.elli {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/elli.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-color: #adcad7;
	background-position: top left;
	float: none;
	width: 100%;
	border: 5px solid #fff;
	height: 100%;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	padding: 2% 1% 1% 50%;
	
}

.bessie {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/bessie.png);
	background-size: 50%;
	background-color: #adcad7;
	background-position: top right;
	background-repeat: no-repeat;
	float: none;
	width: 100%;
	border: 5px solid #fff;
	height: 100%;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	padding: 2% 50% 1% 1%;
}

.reitsch {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/reitsch.png);
	background-size: 50%;
	background-color: #adcad7;
	background-position: top left;
	background-repeat: no-repeat;
	float: none;
	width: 100%;
	border: 5px solid #fff;
	height: 100%;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	padding: 2% 1% 1% 50%;
}


a.schule {
	font-size: 18px;
	padding: 2% 0 2% 0;
	background-image: none;
	background-color: #adcad7;
	text-align: center;
}

}

/*--------------------------------------------------------------
## 14.8 - Mobile Large ( < 560px )
--------------------------------------------------------------*/
@media only screen and (max-width: 35em) {
	.widget-magazine-posts .magazine-grid-three-columns {
		margin-right: 0;
	}

	.widget-magazine-posts .medium-post {
		float: none;
		padding-right: 0;
		width: 100%;
	}

	.widget-magazine-posts .medium-post .wp-post-image {
		float: left;
		margin: 0 1em 0 0;
		max-width: 120px;
	}

a.lustig {
	padding: 68px 0.5% 0 10%;
	font-size: 24px;
	line-height: 28px;
	text-align: left;

}

a.info {
	font-size: 24px;
}

.elli,
.bessie,
.reitsch {
	height: 100%;
}

a.c3 {
	height: 180px;
    font-size: 28px;
	width: 100%;
	padding-top: 7%;
}

.c3 b {
    font-size: 27px;
}

a.c5 {
	width: 100%;
	height: 180px;
	padding-top: 6%;
	background-size: 120%;
}

.c5 i {
    font-size: 24px;

}

.c5 b {
    font-size: 31px;

}
.cafe-fotos {
    padding: 6px;
    width: 100%;
    margin-top: 380px;
}

a.c6 {
	height: 100%;
	font-size: 17px;
}


}

/*--------------------------------------------------------------
## 14.9 - Mobile Medium ( < 480px )
--------------------------------------------------------------*/
@media only screen and (max-width: 30em) {
	.site-branding .site-title {
		font-size: 32px;
		font-size: 2rem;
	}

.site-content {
background-color: #fff;

}

h2 {
line-height: 25px;
}

	.archive-title,
	.page-title,
	.entry-title,
	.post-layout-columns .post-wrapper .post-column article .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
		text-align: right;

	}

	.alignright, .alignleft {
		float: none;
		margin: 1em 0;
	}

	/* Magazine Homepage: Category Post Widgets */
	.widget-magazine-posts .medium-post .wp-post-image,
	.widget-magazine-posts .small-post .wp-post-image {
		max-width: 30%;
	}

	.widget-magazine-posts .large-post .wp-post-image,
	.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
		float: none;
		margin: 0 0 0.5em 0;
		max-width: 100%;
	}

	.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
		float: none;
		padding: 0;
		width: 100%;
	}

	.widget-magazine-posts .large-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.widget-magazine-posts .large-post .entry-content,
	.widget-magazine-posts .large-post .entry-content .more-link,
	.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
	.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content .more-link {
		display: inline-block;
	}


a.flug {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/flugschule.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 30%;
	width: 100%;
	height: 110px;
	float: left;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 34px;
	color: #fff;
	border: 5px solid #fff;
	padding-top: 50px;
	
}

a.rund {
	background-image: url(https://www.edwh.de/wp-content/uploads/rund_neu.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 110px;
	float: right;
	margin-top: 0px;
	border: 5px solid #fff;
}

a.lustig {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/Interessantes.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 110px;
	float: right;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 34px;
	line-height: 34px;
	color: #fff;
	border: 5px solid #fff;
	padding: 2% 0 0 23%;

}

a.cafe {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/cafe.png);
	background-size: cover;
	background-position: 50% 40%;
	background-repeat: no-repeat;
	width: 100%;
	height: 110px;
	float: left;
	border: 5px solid #fff;
}

a.info {
	background-image: url(https://flugplatz-oldenburg-hatten.de/wp-content/uploads/Info.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 110px;
	float: right;
	border: 5px solid #fff;
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 36px;
	font-style: italic;
	line-height: 34px;
	color: #fff;
	border: 5px solid #fff;
	padding: 50px 15px 0 0;
	text-align: right;
}

.elli,
.bessie,
.reitsch {
	height: 100%;

}

.page-title {
	margin-top: 10px;
}

.cafe-fotos {
   margin-top: 0px;
}

}

/*--------------------------------------------------------------
## 14.10 - Mobile Small ( < 320px )
--------------------------------------------------------------*/
@media only screen and (max-width: 25em) {

.elli,
.bessie,
.reitsch {
	height: 100%;
	padding: 60% 2% 2% 2%;
	background-position: top center;
	background-size: 50%;

}

.site-content {
background-color: #fff;

}

a.rund {
	background-size: 150%;
}

a.lustig {
	font-size: 27px;
	line-height: 24px;
	padding: 5% 0 0 23%;
}

a.info {
	    font-size: 33px;
}

}



/*--------------------------------------------------------------
## 14.10 - Mobile Small ( < 320px )
--------------------------------------------------------------*/
@media only screen and (max-width: 20em) {
	.site-branding .site-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.site-branding .custom-logo {
		float: none;
	    margin: -0.8em 0 0 4.5em;
	}

	.archive-title,
	.page-title,
	.entry-title,
	.post-layout-columns .post-wrapper .post-column article .entry-title {
		margin: 0 0 0.5em;
		font-size: 18px;
		font-size: 1.125rem;
		text-align: right;

	}

	.entry-meta .meta-date,
	.entry-meta .meta-author,
	.entry-meta .meta-category,
	.entry-meta .meta-comments {
		display: block;
	}

	.widget-magazine-posts .medium-post .entry-title,
	.widget-magazine-posts .small-post .entry-title {
		vertical-align: top;
		font-size: 13px;
		font-size: 0.8125rem;
	}

	.widget-magazine-posts .medium-post .entry-meta,
	.widget-magazine-posts .small-post .entry-meta {
		display: none;
	}
	.site-content {
	padding: 0 5px 0px 5px;
	background-color: #fff;	
}


.page-title {
	    text-align: left;
		padding: 50px 5px 0 5px;
		
}

a.lustig {
	font-size: 25px;
	padding: 7% 0 0 23%;
}

a.info {
	    font-size: 28px;
}



a.impression {
    background-color: #adcad7;
    width: 100%;
    height: 120px;
    float: left;
    border: 5px solid #fff;
    font-family: 'Artial Narrow', 'Titillium Web', arial;
    font-size: 24px;
    text-decoration: none;
    line-height: 34px;
    color: #fff;
    text-align: center;
    padding:  7px 10px 25px 10px;
}

a.schule {
	background-color: #adcad7;
	height: 100px;
	background: #adcad7;
	padding: 0 10px 0 0;
}



.elli,
.bessie,
.reitsch {
	height: 100%;

}

a.c3 {
	height: 180px;
    font-size: 22px;
	width: 100%;
	padding-top: 7%;
}

.c3 b {
    font-size: 25px;
}

a.c5 {
	width: 100%;
	height: 180px;
	padding-top: 6%;
	background-size: 120%;
}

.c5 i {
    font-size: 20px;
	line-height: 18px;

}

.c5 b {
    font-size: 25px;
	line-height: 18px;
    padding: 5px 12px 5px 12px;
}

a.c6 {
height: 100%;
}

}

/*--------------------------------------------------------------
# 15.0 - Theme Option Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 15.1 - Sidebar Left Layout
--------------------------------------------------------------*/
.sidebar-left .content-area {
	float: right;
	padding-right: 0;
	padding-left: 2em;
}

.sidebar-left .sidebar {
	float: left;
}

@media only screen and (max-width: 80em) {
	.sidebar-left .content-area {
		padding-right: 0;
		padding-left: 1.5em;
	}

}

@media only screen and (max-width: 60em) {
	.sidebar-left .content-area {
		padding: 0;
	}

}

.sidebar-left.post-layout-three-columns .content-archive {
	float: none;
	padding: 0;
	width: 100%;
}



/*--------------------------------------------------------------
# 16.0 - Media Query Fixes
--------------------------------------------------------------*/

/* Ensure navigation is visible on desktop view */
@media only screen and (min-width: 60.001em) {
	.main-navigation-menu {
		display: block !important;
	}
}

/*--------------------------------------------------------------
# 20.0 - CSS Hacks for Safari
--------------------------------------------------------------*/

/* Fix Flexbox issues for Safari 6.1-10.0 */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.post-layout-columns .post-wrapper .post-column {
			margin-right: -1px;
		}
	}
}

/* Fix Flexbox issues for Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) {
	@media {
		.post-layout-columns .post-wrapper .post-column {
			margin-right: -1px;
		}
	}
}

/*--------------------------------------------------------------
21.0 Customizer Preview
--------------------------------------------------------------*/
.magazine-widgets-placeholder {
	position: relative;
	padding: 1em;
}

.magazine-widgets-placeholder .magazine-widgets-placeholder-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 1em 1em 1em 55px;
	color: #0085ba;
	border: 2px dashed #0085ba;
}

/* Add some space around the visual edit shortcut buttons. */
.magazine-widgets-placeholder .customize-partial-edit-shortcut button {
	left: 15px;
	top: 13px;
}


/*--------------------------------------------------------------
Abkürzungen
--------------------------------------------------------------*/

.tabreiter
{
    width: 100%;
    height: 220px;
}   
 
.tabreiter ul,
.tabreiter li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
 
.tabreiter,
.tabreiter input[type="radio"]:checked + label
{
    position: relative;
}
 
.tabreiter li,
.tabreiter input[type="radio"] + label
{
    display: inline-block;
}
 
.tabreiter li > div,
.tabreiter input[type="radio"]
{
    position: absolute;
}
 
.tabreiter li > div,
.tabreiter input[type="radio"] + label
{
    border: solid 1px #ccc;
}
 
.tabreiter
{
    font-family: Arial, Sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #404040;
}
 
.tabreiter li
{
    vertical-align: top;
}
 
.tabreiter li:first-child
{
    margin-left: 8px;
}
 
.tabreiter li > div
{
    top: 33px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    overflow: auto;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 
.tabreiter input[type="radio"] + label
{
    margin: 0 2px 0 0;
    padding: 0 18px;
    line-height: 32px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
 
.tabreiter input[type="radio"]:checked + label
{
    z-index: 1;
    background: #fff;
    border-bottom-color: #fff;
    cursor: default;
}
 
.tabreiter input[type="radio"]
{
    opacity: 0;
}
 
.tabreiter input[type="radio"] ~ div
{
    display: none;
}
 
.tabreiter input[type="radio"]:checked:not(:disabled) ~ div
{
    display: block;
}
 
.tabreiter input[type="radio"]:disabled + label
{
    opacity: .5;
    cursor: no-drop;
}

/*--------------------------------------------------------------
Startseite
--------------------------------------------------------------*/
.mosaik {
	width: 100%;
}



a.flug:hover, 
a.rund:hover, 
a.lustig:hover, 
a.cafe:hover, 
a.info:hover,
a.c3:hover,
a.c5:hover
{
opacity: 0.7;
}

.start-text {
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	text-align : justify;
	
}

.anfahrt {
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	text-align : justify;
	
}



/*--------------------------------------------------------------
Hall of fame
--------------------------------------------------------------*/







.witze{
	font-family: 'Artial Narrow', 'Titillium Web', arial;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	vertical-align: middle
}



/*--------------------------------------------------------------
Cafe
--------------------------------------------------------------*/






/*--------------------------------------------------------------
Einzelne Posts
--------------------------------------------------------------*/
#post-1891 h1 {
letter-spacing: -0.3px;
}


/*--------------------------------------------------------------
Allgemein
--------------------------------------------------------------*/

a.schwarz {
color: #303030;
}

a.schwarz:hover {
color: #000;
}

a.link_blue {
color: #71a0b9;
}