/*!
Theme Name: uwe-haas
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uwe-haas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

uwe-haas is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 2em;
	margin: 0 0 1.5em;
}

h2 {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 2em;
	margin: 0 0 1.5em;
}

h2.has-accent {
    display: inline-block;
    position: relative;
}

h2.has-accent::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background: #FFEB01;
    bottom: 1px;
    z-index: -1;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

big {
	font-size: 125%;
}

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

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

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #EF1928;
}

a:visited {
	color: #EF1928;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
}

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

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

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: 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: flex;
	}
}

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.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;
}

.home #masthead .custom-logo-link {
	display: none;
}


/*--------------------------------------------------------------
## 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Font
--------------------------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
	margin-bottom: 0!important;
	background: #fff;
}

body.home,
body.error404 {
    background: url(/wp-content/uploads/2020/10/ttc-home-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

section.error-404.not-found h1 {
    margin: 0;
}

section.error-404.not-found a {
    font-size: 16px;
    text-decoration: underline;
}


section.error-404.not-found {
    position: absolute;
    bottom: 22vh;
}

.error-404 #page {
    position: relative;
}


/*--------------------------------------------------------------
## Menu Button
--------------------------------------------------------------*/

.icon {
	background: #192622;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 20px;
	cursor: pointer;
	z-index: 999;
}

.blog .icon { background: #192622; }

.hamburger {
  width: 18px;
  height: 2px;
  background: rgb(255 255 255 / 88%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
  z-index: 999;
}

.hamburger:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: rgb(239 25 40 / .54);
  transition: .5s;
} 

.hamburger:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: rgb(239 25 40 / .54);
  transition: .5s;
} 

.blog .hamburger:after,
.blog .hamburger:before,
.blog .hamburger {
	background: rgb(255 255 255 / 88%);
}

.home .icon {
	background: #fff;
}

.home .icon .hamburger:after,
.home .icon .hamburger:before,
.home .icon .hamburger {
	background: #756c00;
}

.hamburger:before {
  top: -5px;
}

.hamburger:after {
  top: 5px;
}

.icon.ac .hamburger {
  background: rgba(0, 0, 0, 0);
}

.icon.ac .hamburger:before {
  top: 0;
  transform: rotate(45deg);
}
.icon.ac .hamburger:after{
  width: 18px;
  top: 0;
  transform: rotate(135deg);
}

.hamburger-menu {
/*     width: 100%; */
    padding: 40px 0;
    background: transparent;
    position: absolute;
    z-index: 999;
    /*top: 32px;
    left: 0;*/
}

.hamburger-menu.ac {
	background: none;
	/*position: fixed;*/
}
/* 
.admin-bar .hamburger-menu.ac {
	top: 32px;
}
 */
.mobile-menu-fixed {
	display: none;
    position: absolute;
    height: 100%;
    width: 100%;
/*     background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); */
	background: #192622;
    z-index: 999;
    top: 0;
	overflow: hidden;
}

/* .admin-bar .mobile-menu-fixed {
	top: 32px;
} */

.mobile-menu-fixed .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100vh;
    background-image: url(/wp-content/uploads/2020/05/roller-lg-1.png);
    background-repeat: no-repeat;
    background-position: right 130%;
    background-size: 30%;
}

.mobile-menu-fixed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-fixed ul li a {
	font-family: 'Roboto Slab', sans-serif;
	color: #fff;
	font-size: 29px;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	transition: color .3s ease;
}

.mobile-menu-fixed ul li.current-menu-item a,
.mobile-menu-fixed ul li a:hover {
	opacity: 1;
	color: #EF1928;
}

.mobile-menu-fixed ul li:not(:last-child) {
	margin-bottom: 2.5vh;
}

.mobile-menu-fixed ul {
	margin-bottom: 8vh;
}

.mobile-menu-inner {
    width: 100%;
    max-width: 800px;
}

.menu-contact-info {
    display: flex;
    flex-direction: column;
}

.menu-contact-info a,
.error-404 a {
    align-self: flex-start;
    color: #52A837;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
}

.menu-footer-info {
    position: absolute;
    bottom: 26px;
    left: 0;
}

.admin-bar .menu-footer-info {
    bottom: 48px;
}

.mobile-menu-inner .footer-info {
    position: absolute;
    bottom: 15vh;
    display: flex;
    flex-direction: column;
}

.container {
    width: 80%;
    max-width: 1366px;
    margin: 0 auto;
}

.home #page {
    height: 100vh;
}

.admin-bar #page {
    min-height: calc(100vh - 32px);
}

/*#page {
	min-height: 100vh;
}*/

.home.admin-bar #page {
    height: calc(100vh - 32px);
}
.front-page-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: polygon(52% 100%, 18% 100%, 0 68%, 0 78%, 12% 100%, 9% 100%, 0 84%, 0 6%);
}
.front-page-text p {
    font-size: 38px;
    font-weight: 700;
    max-width: 768px;
    line-height: 1.6em;
    margin: 0;
}

.front-page-text {
	padding-left: 116px;
}

.front-page-logo {
    max-width: 400px;
    margin-bottom: 34px;
}

.front-page-logo a {
	pointer-events: none;
}

.front-page-inner {
	width: 100%;
/* 	max-width: 1056px; */
    margin: 0 auto;
}

.inner-logo-title {
    color: #EF1928;
    font-size: 40px;
	font-weight:bold;
    font-family: 'Roboto Slab', sans-serif;
	margin-top: 5rem;
	margin-bottom:3rem;
}

.inner-logo {
/* 	ccode edit */
    display: flex;
	align-items: center;
	z-index: 1;
}

.inner-logo img {
/* 	ccode edit */
/* 	max-width: 100px; */
	margin-right: 0px;
	margin-top: 0px;
}

header#masthead .container {
    display: flex;
}

.site-branding a {
	top: 10px;
	position: relative;
	z-index: 9999;
}

.home .site-branding,
.error404 .site-branding {
	display: none;
}

.home .site-branding.ac,
.error404 .site-branding.ac {
	display: block;
}

.site-branding {
	max-width: 360px;
	display: flex;
	align-items: center;
	position: absolute;
    bottom: 42px;
	z-index:25;
}

#page {
	position: relative;
}


main#primary.front-page {
    position: absolute;
    width: 100%;
    bottom: 13vh;
}

main#primary .container {
    width: 80%;
    margin: 0 auto;
/*     max-width: 1118px; */
}

main#primary .container-lg {
	width: 80%;
	max-width: 1440px;
	margin: 0 auto;
}

main#primary .container-sm {
	width: 80%;
	max-width: 1024px;
	margin: 0 auto;
}

body.ac footer#colophon,
.home footer#colophon {
	position: fixed;
}

footer#colophon {
	position: relative;
    bottom: 0;
    width: 100%;
    text-align: right;
	padding: 15px 0;
	background: #fff;
    z-index: 999;
}

.footer-link { color: #000; }

footer#colophon::before {
    content: '';
    width: 54px;
	/* 84px	 */
    height: 100%; 
    background: url(/wp-content/uploads/2020/10/footer-decor.png);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

body.page-id-30 footer#colophon {
    position: absolute;
}

a.footer-link {
    font-weight: 300;
    text-decoration: none;
}

a.footer-link:first-of-type {
    margin-right: 26px;
}

img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


.content-section.two-col {
    display: flex;
    justify-content: space-between;
}


.content-section.leistungen-1 {
	padding: 116px 0 0;
}

.content-section.leistungen-2 {
	padding: 54px 0;
	max-width: 80%;
}

.content-section.leistungen-3 {
	padding: 0 0 116px;
}

.content-section.uber-uns-1 {
	padding: 116px 0 34px;
}

.content-section.uber-uns-2 {
	padding: 34px 0 64px;
}

.content-section.uber-uns-3 {
	padding: 34px 0 116px;
}

.content-section.referenzen-1 {
	padding: 116px 0 116px;
	max-width: 90%;
    margin: 0 auto;
}

.content-section.referenzen-2 {
	padding: 34px 0 116px;
}

.content-section.uber-uns-1 > .content-col:first-child {
    width: 42.3%;
}

.content-section.uber-uns-1 > .content-col:last-child {
    width: 47%;
}

.content-section.uber-uns-3 > .content-col:first-child {
    width: 27%;
}

.content-section.uber-uns-3 > .content-col:last-child {
    width: 56.7%;
}

/* h3, p {
	margin: 0;
} */

.timeline-item {
    display: flex;
    justify-content: space-between;
}

.timeline-item h3 {
    font-size: 20px;
    width: 17%;
    margin: 0;
}

.timeline-item p {
    width: 72%;
    margin: 0;
}

.timeline-item:not(:last-of-type) {
    margin-bottom: 20px;
}

.gallery-title {
    width: 70%;
    margin: 0 auto;
    text-align: left;
}

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

.service-item {
    width: 38%;
    margin-bottom: 24px;
}

.service-item h3 {
    font-size: 20px;
    margin-bottom: 7px;
}


.slick-prev:before, .slick-next:before{
    color:#ffeb01;
    background: #000;
}

.slick-prev {
    left: 25px;
    z-index: 99;
}

.slick-next {
    right: 25px;
    z-index: 99;
}

.slick-prev:before {
	content: '';
	height: 24px;
	width: 24px;
	background: url(/wp-content/uploads/2020/05/left-arrow.png);
	display: inline-block;
	background-size: contain;
}

.slick-next:before {
	content: '';
	height: 24px;
	width: 24px;
	background: url(/wp-content/uploads/2020/05/right-arrow.png);
	display: inline-block;
	background-size: contain;
}

body.ac {
/* 	ccode edit */
	height: 100%;
	width:100%;
	overflow: hidden;
}

body.ac.long {
/* 	ccode edit */
/* 	padding-right: 17px; */
}

body.ac .mobile-menu-fixed .container {
	position: relative;
}

body.ac.long .mobile-menu-fixed .container {
	padding-right: 21px;
}

/* Blog
	 ================= */
.blog,.page-id-93{
	background:#fff;
}

.blog-posts {
/*     display: flex; */
/*     flex-flow: column wrap; */
/*     justify-content: space-between; */
/*     padding: 104px 0 50px; */
}

.blog-posts article {
	width: calc(50% - 54px);
	padding: 20px 15px;
	position: relative;
	margin-bottom: 54px;
	margin-right:54px;
}

.blog article {
	background: #fff;
	color: #000;
	padding: 0 10px 10px 00px;

}

.blog article h2::after {
	display: none;
}

article h2 {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 6px;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #233F33;
	display: block;

}

article h2 a {
	color: #253F34!important;
	text-decoration: none;
}

.post-card-info { display: block; margin-bottom: 7px; }
footer.entry-footer { margin-top: 12px; }
/* footer.entry-footer a { color: #EF1928!important; } */

.accent-left,
.site-img-wrap,
.accent-right-lg {
	position: relative;
}

.accent-left::before {
	content: '';
/* 	background: url(/wp-content/uploads/2020/10/article-left-border.png); */
	height: 14px;
	width: 14px;
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 1;
}

.site-img-wrap::after,
.accent-right-lg::after {
	content: '';
/* 	background: url(/wp-content/uploads/2020/10/article-right-border-2.png); */
	height: 42px;
	width: 42px;
	position: absolute;
	right: -1px;
	bottom: -1px;
}

.accent-right-sm::after {
	content: '';
/* 	background: url(/wp-content/uploads/2020/10/article-right-border.png); */
	height: 14px;
	width: 14px;
	position: absolute;
	right: -1px;
	bottom: -1px;
}

/* Team
	 ================= */

.site-img-wrap { display: inline-block; }

.team-banner {
    text-align: center;
    margin: 54px 0 104px;
}
/* start ccode */
.team-dropdown-selected h2{
	cursor:pointer;
	margin:0;
}
.team-dropdown-chevron{
	font-size:30px;
	cursor:pointer;
	padding-left:10px;
}
ul.team-dropdown{
	position:absolute;
    display: inline-block;
    font-size: 30px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
	background: none;
    border: none;
    color: #fff;
	padding:0;
	margin:0;
	margin-left:10px;
}
ul.team-dropdown{
	display:none;
	z-index: 99;
}
.team-dropdown li{
	cursor:pointer;
	list-style:none;
	padding:15px;
	background:#000;
	z-index: 99;
}
.team-dropdown li:hover{
	background:#434343;
}
.team-down-container{
	display:inline-block;
}
.team-content-right{
	display:none;
}
.mobile-menu-fixed .container {
    padding-top: 115px;
    padding-left: 191px;
	margin-left:0;
	width:100%;
    justify-content: flex-start;
    align-items: flex-start;
	background: #EF1928;
	clip-path: polygon(0 0, 439px 0, 815px 316px, 28% 100%, 0 100%);
	
}
.mobile-menu-fixed{
/* 	clip-path: polygon(0 0, 439px 0, 815px 316px, 15% 100%, 0 100%); */
	background:transparent;
	overflow:visible;
}
.mobile-menu-fixed:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:-100%;
	top:0;
	background:#EF1928;
}
.mobile-menu-fixed ul li.current-menu-item a,
.mobile-menu-fixed ul li a:hover {
	color:#192622;
}
.page-header-shape{
    height: 100%;
    margin: 0 auto;
    clip-path: polygon(0 0, 24% 0, 43% 100%, 0 100%);
	clip-path: polygon(0 0, 439px 0, 815px 100%, 0 100%);
    background: #fff;
}
.blog .page-header-shape,.page-id-93 .page-header-shape{
	background: #fff;
}
.page-header-shape-container{
	width: 100%;
    height: calc(100% + 1px);
    position: absolute;
    z-index: 12;
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%)
}
.page-header-shape-container:before{
	content: "";
    width: 100vw;
    left: -100vw;
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
}
.blog .page-header-shape-container:before,
.page-id-93 .page-header-shape-container:before {
	background:#fff;
}
.page-header-bg {
	height: 315px;
    position: relative;
	overflow:hidden;
}
.page-header-bg img{
	height: 100%;
    position: absolute;
    right: 0;
    object-fit: cover;
    width: 74%;
	min-width:1130px;
    object-position: 0 -46px;
}
.mobile-menu-fixed .container-lg,
.site-header .container-lg {
	width: 80%;
    max-width: 1440px;
    margin: 0 auto;
}
.page-header{
	position:relative;
/* 	max-width:1440px; */
	margin:0 auto;
}
.w-100{
	width:100% !important;
}
.mobile-menu-fixed-container{
	max-width: 1440px;
    width: 100%;
	margin:0 auto;
}
.icon .hamburger:after,
.icon .hamburger:before{
	background:#fff;
}
.icon.ac{
	background:#fff;
}
.icon.ac .hamburger:after,
.icon.ac .hamburger:before{
	background:rgb(239 25 40 / .54);
}
.mobile-menu-fixed ul li a{
	font-size: 36px;
}
.front-page-logo-bg{
	clip-path: polygon(0 0, 77% 0, 100% 100%, 13% 100%);
    background: #fff;
    height: 113px;
    width: 570px;
    position: absolute;
    z-index: -1;
    left: -67px;
    top: -11px;
}
.position-relative{
	position:relative;
}

.footer-home footer#colophon::before{
	background:none;	
}
.footer-home footer#colophon{
	background:none;
}
.footer-home footer#colophon a{
	color:#fff;
}
footer#colophon::before{
	background:none;	
}
footer#colophon{
	background:none;
}
body.ac footer#colophon, .home footer#colophon {
    position: relative;
}
.single-post article{
	padding-left:0 !important;
}
.single-post .article-wrap{
	display:flex;
	align-items: start;
}
.news-sidebar{
	background:#192622;
	color:#fff;
	padding:40px 30px;
	width: 30%;
	margin-top: 65px;
	margin-bottom:50px;
}
.news-sidebar h3{
	margin-top:0;
}
.news-sidebar ul{
	padding-left:0;
	margin-left:0;
}
.news-sidebar ul li{
	list-style:none;
	margin-bottom:10px;
}
.news-sidebar-date{
	margin-right:10px;
	width: 83px;
}
.single .post-navigation a{
	color:#000;
}
.geschichte-container .img-container{
	max-width:80%;
	margin: 0 auto;
	width:100%;
	text-align:center;
	margin-top:75px;
}
.posts-pagination{
	text-align:center;
}
.posts-pagination a{
	max-width: 22%;
	width: 100%;
    display: inline-block;
}
article.post table,
article.post table tr th,
article.post table tr td{
	border: 1px solid #dccfcf;
	border-collapse:collapse;
	padding:5px;
}
article .header-date{
	display: inline-block;
	float: left;
	margin-right: 20px;
	border-width: 0 0 0 2px;
	border-style: solid;
	border-color: #000;
	padding-left: 5px;
}
.single .header-date {
    
}
/* end ccode */
h2 {
	font-size: 30px;
	display: inline-block;
}

h2::after {
	content: '';
	display: block;
	height: 5px;
	width: 100%;
	background: #EF1928;
	border-radius: 3px;

}

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

.team-content-right { width: 57.06%; }
.team-players p { margin: 0; }
.mb-md { margin-bottom: 104px; }
.mb-lg { margin-bottom: 204px; }

.player-list {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}

.player-list p { flex: 0 50%; }

/* Gallery
	 ================= */

.board-content,
.galerie-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 104px 0 221px;
}

.board-content { padding: 0; }

.gallery-post {
	width: 30%;
	padding: 20px 15px;
	position: relative;
	margin-bottom: 54px;
	background: #fff;
	color: #000;
}

.gallery-post h2 {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 16px;
	margin-bottom: 7px;
}

.gallery-post img { margin-bottom: 7px; }
.gallery-post h2::after { display: none; }
.gallery-post p { font-size: 14px; margin: 0; }
.gallery-post a { text-decoration: none; color: inherit; }

.img-accent-right,
.board-img {
    display: inline-block;
    position: relative;
}

.img-accent-right img,
.board-img img  { float: left; }

.board-img img{
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.img-accent-right::after {
    content: '';
    background: url(/wp-content/uploads/2020/10/gallery-right-border.png);
    height: 14px;
    width: 14px;
    position: absolute;
    right: 0;
    bottom: 7px;
}


.img-accent-right-lg::after {
	content: '';
    background: url(/wp-content/uploads/2020/10/article-right-border-3.png);
    height: 42px;
    width: 42px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.single-galerie-post {
	padding: 54px 30px 104px; 
	background: #fff;
	margin: 104px 0 221px;
}

.single h1,
.single p,
.single .post-card-info { color: #000; }
.post-card-info { margin-bottom: 14px; }

.single h1 { margin-bottom: 0; }

.gallery.gallery-columns-2 {
	padding: 0;
	margin: 0;
}

.single-galerie-post h1 { margin-bottom: 34px; }
.single-galerie-post h2 { color: #000; }
.single-galerie-post h2::after { display: none; }
.single article {
	padding: 54px 30px 54px; 
	background: #fff;
/* 	margin-top: 104px; */

}
.single .article-container{
	width: 70%;
    margin-right: 5%;
}


.nav-links { margin-bottom: 121px; } 
.nav-links a {color: #fff;}

/* Links
	 ================= */

.link-item:first-child {
    margin-top: 14px;
}

.link-item {
    margin-bottom: 24px;
}

.link-item p {
    margin: 0;
}

.link-content-left, .link-content-right {
    width: 50%;
}

.board-item {
    width: 20%;
	margin-right:20px;
    position: relative;
    margin-bottom: 54px;
    background: #fff;
    color: #000;
}

.board-members {
	padding: 15px;
}

.board-members h3 { margin: 0 0 7px; }
.board-members p { margin-top: 0; }


/* Verein
	 ================= */
.verein-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0 74px;
}

.verein-banner-col:first-child {
    width: 50%;
    margin-right: 5%;
}

.verein-banner-col:last-child {
    width: 35%;
}

.mt-1 { margin-top: 24px;}
a.site-btn {
    background: #EF1928;
    color: #fff;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 5px;
}

a.site-btn:hover { background: #f73946; }

.row{
	display:flex;
	flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.mobile-fix-box{
	display:none;
}
.yearSelect,.yearSelectDup{
	background: #EF1928;
    border-radius: 15px;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 50px;
}
@media (min-width: 768px){
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (max-width: 1600px) {

	.front-page-text p {
	    font-size: 32px;
	    max-width: 522px;
	}

	.mobile-menu-fixed .container {
	    background-position: right 150%;
	}

}

@media (max-width: 1440px) {

}

@media (max-width: 1366px) {
	
	.front-page-text { padding-left: 93px; }

	.front-page-logo {
	    max-width: 320px;
	}

	.front-page-text p {
	    font-size: 28px;
	}


	body.ac.long {
		padding-right: 0;
	}

	body.ac.long .mobile-menu-fixed .container {
		padding-right: 0;
	}


}

@media (max-width: 1280px) {
	.blog-posts article {
/* 		width: 47%; */
	}
}

@media (max-width: 1024px) {
	.single .nav-links{
		margin-bottom:0;
	}
	.news-sidebar{
		width:100%;
	}
	.single .article-container{
		width:100%;
		margin-right:0;
	}
	.single article{
		padding-right:0 !important;
	}
	.article-wrap{
		flex-wrap:wrap;
	}
	.content-section.uber-uns-1 {
	    padding: 74px 0 34px;
	}

	.content-section.referenzen-1 {
	    padding: 74px 0 14px;
	}

	.content-section.leistungen-2 {
		max-width: 100%;
	}

	.service-item {
	    width: 43%;
	}

	.front-page-logo {
	    margin-bottom: 27vw;
	}

	main#primary.front-page {
	    bottom: 9vh;
	}

	.content-section.two-col {
		flex-direction: column;
	}

	.content-section.uber-uns-3 {
		flex-direction: column-reverse;
	}

	.content-col {
	    width: 100%!important;
	}

	.content-section.uber-uns-1 img {
		margin-top: 24px;
	}

	.content-section.uber-uns-3 img {
		margin-bottom: 24px;
	}

	.timeline-item h3 {
	    width: 7%;
	}

	.timeline-item p {
	    width: 87%;
	}

	.mobile-menu-fixed .container {
	    background-size: 43%;
	}

}


@media (max-width: 980px) {

	main#primary  .container-lg.mannschaften-container,
	main#primary .container-sm {
		max-width: auto;
		width: 100%!important;
	}

	.team-content { flex-direction: column;}

	.team-content-right,
	.player-list,
	.gallery-post {
		width: 100%;
	}

	.player-list p {
		flex: 100%;
	}

	.blog-posts {
		padding: 54px 0;
	}

	.blog-posts article {
		width: 100%;
	}

	.hamburger-menu {
		width: auto;
		margin-right: 7vw;
	}
	
	.front-page-text { padding-left: 0; }

	body.home, body.error404 {
		background-position: 72%;
	}

	.content-section.referenzen-1 {
		max-width: 100%;
	}

	.home.admin-bar #page {
	    height: calc(100vh - 46px);
	}

	.front-page-logo {
	    max-width: 400px;
	    margin-bottom: 74px;
	}
	
	.front-page-text {
		padding-left: 116px;
	}

	.front-page-text p {
	    font-size: 32px;
	    max-width: 548px;
	}

	main#primary.front-page {
	    bottom: 13vh;
	}

/* 	.admin-bar .hamburger-menu.ac {
		top: 46px;
	} */

	.gallery-title {
	    width: 80%;
	}

	.service-item {
	    width: 45%;
	}

	.mobile-menu-fixed .container {
	    background-position: left 115%;
	}

	.mobile-menu-inner .footer-info {
	    right: 0;
	    text-align: right;
	    bottom: 0;
	}

	a.footer-link:first-of-type {
	    margin-right: 0px;
	    margin-bottom: 13px;
	}

	section.error-404.not-found h1 {
	    margin: 0;
	    font-size: 46px;
	}
	

	body:not(.home) header#masthead {
		width: 100%;
		z-index: 999;
	}	

	header#masthead.scrolled {
		box-shadow: 0 -6px 11px rgba(0,0,0,.3);
	}	
	
	.site-branding {
/* 		ccode edit */
/* 		max-width: unset; */
	}	
	
	.site-branding a {
    	padding-top: 0;
	}

	.padding-m { padding: 0 7.5%; }

	.mb-md, .team-banner { margin-bottom: 54px;}

	.mb-lg { margin-bottom: 104px;}

	.site-img-wrap {
		display: block;
		text-align: center;
	}
	
	.board-item { width: 85%; margin: 0 auto 24px;}
	
	.verein-banner {
		flex-direction: column;
	}
	
	.verein-banner-col:first-child {
		width: 85%;
		margin: 0 auto 24px;
	}

	.verein-banner-col:last-child {
		width: 85%;
		margin: 0 auto ;
	}
}

@media (max-width: 768px) {
	.mobile-menu-fixed .container{
		padding-left:144px;
		clip-path: polygon(0 0, 339px 0, 650px 316px, 40% 100%, 0 100%);
	}
	.page-header-shape{
		clip-path: polygon(0 0, 339px 0, 650px 100%, 0 100%, 0 100%);
	}
	.page-header-bg img {
		object-position: 348px -52px;
	}
}
@media (max-width: 767px) {
	.mobile-menu-fixed{
		position: fixed;
		top: 0;
	}
	#wpadminbar .mobile-fix-box{
		margin-top:46px;
	}
	.mobile-fix-box{
		position:fixed;
		top:0;
		left:0;
		height:81px;
		width:100%;
		background:#fff;
		display:block;
		z-index:35;
	}
	.mobile-menu-fixed .container-lg,
	.site-header .container-lg,
	main#primary .container-lg{
		width:85%;
	}
	.page-header-bg img{
		min-width: 700px;
    	object-position: 98px -10px;
	}
	header#masthead{
		margin-top:80px;
	}
	.hamburger-menu{
		top: 0;
    	left: 6.5%;
		position: fixed;
		padding: 15px 0;
	}
	.site-branding{
		max-width: 230px;
		top: 8px;
		right: 17px;
		bottom: auto;
		position: fixed;
		z-index:70;
	}
	.page-header-shape {
		clip-path: polygon(0 0, 0 0, 77% 316px, 0 100%, 0 100%);
	}
	.page-header{
		margin-bottom: -144px;
	}
	.inner-logo-title{
		position:relative;
		z-index:30;
	}
	.single h1 {
		font-size: 16px;
		margin: 0;
	}
	
	.single article {
		padding: 15px;
	}
	
	.galerie-posts {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 54px 0;
	}


	.link-content-left, .link-content-right { width: 100%;}

	.single-galerie-post h1 {
		font-size: 24px;
	}

	.gallery-columns-2 {
		grid-template-columns: repeat(1, 1fr);
	}
/* ccode edit */
/* 	.inner-logo img { max-width: 70px;} */

	.site-branding a {
		top: 7px;
	}

	.inner-logo-title {
/* 		ccode edit */
/* 		font-size: 22px; */
	}

	.entry-content {
		font-family: Roboto;
		font-size: 12px;
	}

	.mobile-menu-fixed ul li:not(:last-child) {
		margin-bottom: 1.5vh;
	}

	.mobile-menu-fixed ul {
	    margin-bottom: 4vh;
	}

	.service-item {
	    width: 100%;
	}

	.gallery-columns-3 {
	    grid-template-columns: repeat(1, 1fr);
	}

	.timeline-item p {
	    width: 77%;
	}


	.front-page-text p {
	    font-size: 20px;
	}

	main#primary.front-page {
	    bottom: 20vh;
	}

	.front-page-logo {
	    margin-bottom: 74px;
	}

	.content-section.leistungen-1,
	.content-section.referenzen-1,
	.content-section.uber-uns-1 {
		padding: 3vh 0 1vh;
	}

	.content-section.uber-uns-2 {
		padding: 3vh 0;
	}

	.content-section.leistungen-2 {
		padding: 5vh 0 10vh;
	}

	.content-section.leistungen-3,
	.content-section.referenzen-3,
	.content-section.uber-uns-3 {
		padding: 1vh 0 10vh;
	}	

	main#primary .container {
	    width: 100%;
	}

	.content-col:not(.full-m) {
		width: 80%!important;
		margin: 0 auto;
	}

	.slick-prev {
	    display: none!important;
	}

	.slick-next {
	    right: 10px;
	}

	.slick-slide {
	    margin-left: -60px!important;
	    padding: 40px;
	}

	.slick-next:before {
		background: url(/wp-content/uploads/2020/05/right-arrow-m.png);
		background-size: contain;
	}

	.mobile-menu-inner .footer-info {
	    bottom: 70px;
	}
	
	a.footer-link:first-of-type {
		margin-right: 0;
	}


	.mobile-menu-fixed .container {
	    background-size: 60%;
	}

	.menu-contact-info a {
		font-size: 20px;
	}

	.mobile-menu-fixed ul li a {
	    font-size: 22px;
	}

	section.error-404.not-found h1 {
	    margin: 0;
	    font-size: 32px;
	}

	section.error-404.not-found {
	    left: 10%;
	}
	
	footer#colophon {
		padding: 10px 0;
	}

	a.footer-link:first-of-type	{
		margin-right: 13px;
	}
	
	footer#colophon .container {
		width: 90%;
	}
	
}

@media (max-height: 567px) {
	.home div#page::before {
	    content: '';
	    background: rgba(255,255,255,.7);
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	}

	.front-page-logo {
		max-width: 41vw;
	    margin: 0 auto 13px;
	}

	.front-page-text p {
	    text-align: center;
	    margin: 0 auto;
	}
}


@media (max-width : 812px) and (max-height : 375px), 
	   (max-width : 896px) and (max-height : 414px)  { 

	.front-page-text p {
	    font-size: 22px;
	    padding-bottom: 16px;
	}

}


@media (max-width : 375px) and (max-height : 812px), 
	   (max-width : 414px) and (max-height : 896px)  { 

	.front-page-logo {
	    margin: 0 0 104px;
	}

}

@media (max-width: 560px) {
	.mobile-menu-fixed .container{
		padding-left:115px;
    	clip-path: polygon(0 0, 172px 0, 100% 316px, 48% 100%, 0 100%);
		padding-left: 41px;
    	padding-top: 129px;
	}
/* 	.page-header-shape{
    	clip-path: polygon(0 0, 0 0, 100% 316px, 0 100%, 0 100%)
	} */
	.single article { margin-top: 34px; }
	
	.nav-links a { font-size: 12px; text-decoration: none; }

	.home div#page::before {
		display: none;
	}

	.front-page-text {
	    text-align: left;
	}
	
	.front-page-logo {
		margin: 0 0 34px;
	}
	
	.front-page-inner {
		max-width: 80%;
		margin: 0 auto;
	}
	
	.front-page-text {
		padding-left: 0;
	}
	
	a.footer-link { font-size: 12px; }
	
	footer.entry-footer a {
		font-size: 12px;
		float:left;
	}
	.header-date {
		font-size: 12px;
	}
	
	footer.entry-footer {
		margin-top: 0;
	}
	
	.entry-content p {
		margin-bottom: 7px;
	}
	
	article h2 { margin: 0; }
/* 	.blog-posts article { padding: 15px 15px; } */

	.single main#primary .container-lg { max-width: 100%; }
}

@media (max-width: 375px) {
	.front-page-text p {
	    font-size: 19px;
	}

	a.footer-link {
		font-size: 14px;
	}

	a.footer-link {
		font-size: 12px;
	}

}


@media (max-width: 320px) {



	.front-page-text p {
	    font-size: 16px;
	}

}