/* @override https://gast.marktquartier5.de/wp/wp-content/themes/mq5gast/style.css */


/*
Theme Name: MARKTQUARTIER 5 GAST
Theme URI:
Description: based on MARKTQUARTIER 5
Version: 1.1
*/


@import url("css/columns.css");


/* https://google-webfonts-helper.herokuapp.com/fonts/lato?subsets=latin */

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'),
       url('webfonts/lato-v15-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('webfonts/lato-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'),
       url('webfonts/lato-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('webfonts/lato-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'),
       url('webfonts/lato-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('webfonts/lato-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* Antro_Vectra_Bolder */
@font-face {
  font-family: 'Antro_Vectra_Bolder';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/Antro_Vectra_Bolder.woff2') format('woff2'),
       url('webfonts/Antro_Vectra_Bolder.woff') format('woff');
}




/*	RESET
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}
img,
object,
embed {max-width: 100%;height:auto;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

input, select {vertical-align: middle;}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
input:focus, textarea:focus, select:focus { outline: none;}

input { /* remove top input shadow */
-webkit-appearance: none;
-moz-appearance: none;
}

table {font-size: inherit; font: 100%;}

a:hover, a:active {outline: none;}
small {font-size: 85%;}
strong, th {font-weight: bold;}
td, td img {vertical-align: top;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0; border-radius: 0; font-family: 'Lato', Arial;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; height: 0px; overflow: hidden;}
.clr:after { content: ""; display: table; clear: both;}
.cf:after {	content: ""; display: table; clear: both; }

/* prevent flickering on touch */
* {
	-webkit-tap-highlight-color:transparent;
}

/* natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }


/* -------------------------------------------------------------------------------*/

/*


dark		#334B55 	rgba(51, 75, 85, 1)
dark half	#748C9C		rgba(116, 140, 156, 1)
beige		#F0E9DA		rgba(240, 233, 218, 1)
grün		#52B096		rgba(82, 176, 150, 1)

TEXT		#5A6B74
LINK		#52B096

*/

/* FRESH START */

html, body {
	height: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	 -webkit-text-size-adjust: 100%;
}

body {
	height: 100%;
	line-height: 160%;
	background: #FFF;
	color: #5A6B74;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	position: relative;
	color: #52B096;
	text-decoration: none;
}

a, input {
	transition: all 200ms ease;
}

a:visited {
	color: #52B096;
}

a:active {
	color: #52B096;
}

a:hover {
	color: #333;
}


h1,h2,h3,h4 {
	line-height: 130%;
	margin: 2rem 0;


}

article > *:first-child,
.main > *:first-child {
	margin-top: 0;
}

h1 {
	font-size: 80px;
	font-size: 4.1rem;
	margin: 0 0 3rem 0;
	text-align: center;
	color: #334B55;
	font-family: 'Antro_Vectra_Bolder';
}

h2, .h2 {
	font-size: 44px;
	font-size: 2.4rem;
	margin: 2.5rem 0;
	color: #5A6B74;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 130%;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'Lato', sans-serif;
}

h3 {
	line-height: 145%;
	font-size: 23px;
	font-size: 1.2rem;
	color: #748C97;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

h4 {
	line-height: 145%;
	font-size: 1.0rem;
	text-transform: uppercase;

}


p {
	margin: 0 0 2rem 0;
}

hr {
	position: relative;
	display: block;
	height: 1px;
	border: 0;
	background: transparent;
	border-bottom: 1px solid rgb(116, 140, 156, .5);
	margin: 2.5rem 0;
}

a:hover img {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}


/* BASIC
---------------------------------------------------------------------------------*/

.page-wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	/*sticky footer*/
	display: flex;
	flex-direction: column;
}

.container,
.container-fluid {
	position: relative;
	max-width: 1200px; /*1140*/
	margin: 0 auto;
	padding: 0 30px;
}

.container:before,
.container:after {
	content: "";
	display: table;
	clear: both;
}

.container-fluid {
	max-width: none;
	width: 100%;
	padding: 0;
}

.container-wide {
	max-width: 1270px; /*1330*/
	width: 100%;
}



/* HEADER
---------------------------------------------------------------------------------*/



#header {
	position: fixed;
	top: 0; /*height of topbar*/
	left: 0;
	width: 100%;
	height: 110px; /*110px the height*/
	height: 145px;
	padding-top: 35px;
	background: #334B55;
	z-index: 10;
	transition: all 400ms ease-in-out;
	transform-origin: top left;
	box-shadow: 0 -5px 10px 10px rgba(0,0,0, .0);
	display: flex;
}

#header.sticky {
	top: 0px;
	height: 70px; /*65*/
	padding-top: 0;
	transition: all 250ms ease-in-out;
	box-shadow: 0 2px 15px 0px rgba(0,0,0, .1);
}


#header .container-wide {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1400px;
}

#header .topbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
	z-index: 100;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	background: #52B096;
	overflow: hidden;
	letter-spacing: .5px;
	transition: all 300ms ease-in-out;
	transform-origin: top left;	
}


#header.sticky .topbar {
	height: 5px;
	color: #52B096;
}

.topbar .container {
	display: flex;
}

.topbar strong {
	flex: 1 0 auto;
}

.username {
	opacity: .6;
}



.header-content {
	display: flex;
	width: 100%;
}


#header .logo {
	flex: 0 1 auto;
	max-width: 255px;
	min-width: 150px;
    transition: all 300ms ease;
}

#header.sticky .logo {
	padding-right: 40px;
}


#header .logo a {
	display: block;
}

#header .logo img {
	display: block;
	max-width: 100%;
	height: auto;
}



/* --- Search --- */

button.search-trigger {
	position: relative;
	z-index: 1;
	border: none;
	overflow: hidden;
	padding: 0;
	font-size: 1.1rem;
	background: transparent;
	line-height: 100%;
	color: #FFF;
	margin: 0 0 0 20px;
}

button.search-trigger:hover {
	color: #00B9B6;
}

button.search-trigger.open {
	color: #00B1B5;
	color: #334B55;
	pointer-events: none;
}

button.search-trigger i {
}


.header-search  {
	display: none; /* js toggle*/
	position: absolute;
	right: -5px;
	top: 50%;
	z-index: 0;
	transform: translateY(-50%);
	background: #FFF;
	border-radius: 3px;
	opacity: 1;
}

AUS_.header-search::after {
	content: "x";
	position: absolute;
	right: -30px;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 30px;
	border: 1px solid TAN;
	color: #FFF;
	pointer-events: none;
}

.header-search form {
	display: flex;
	align-items: center;
	width: 300px;
	height: 45px;
	overflow: hidden;
}

.header-search input {
	height: 100%;
	transition: background 200ms ease;
}

.header-search input.s {
	flex: 1 0 auto;
	padding: 0;
	padding-left: 10px;
	font-size: 1.0rem;
	line-height: 100%;
	border:  none;
	box-shadow: none;
	background: transparent;
	color: #5A6B74;
}

.header-search .searchsubmit {
	width: 45px;
	height: 100%;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	overflow: hidden;
	z-index: 1;
	color: #FFF;
	background: blue;
	opacity: 0; /*!*/
}



/* NAV
---------------------------------------------------------------------------------*/


#nav {
	position: relative;
	padding: 0 0;
	flex: 1 1 auto;
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	color: #FFF;
}


#nav ul {
	display: flex;
	flex-wrap: nowrap;
}

#nav ul li {
	position: relative;
	margin: 0 0 0 1.5rem;
	border-bottom: none;
}



#nav ul li a {
	position: relative;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	display: block;
	color: #FFF;
	padding: 0rem 0rem;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

#nav li.menu-item-has-children > a {
	AUS_margin-right: -10px; /*ausgleich wg icon*/
}


#nav li.menu-item-has-children > a:after {
	content: "\e804";
	position: relative;
	font-family: 'icons';
	display: inline-block;
	margin: 0 0 0 3px;
	font-size: 1.1rem;
	line-height: 1;
	color: #FFF;
	transition: all 250ms ease-in-out;
	display: none;
}


#nav li.menu-item-has-children.active > a:after {
	transform: rotate(-180deg);
}

#nav > ul li.menu-item-has-children {
	position: relative;
}



#nav ul li:hover > a {
}


#nav ul li.current-menu-item > a {
	color: #52B096;
}

#nav ul li a:hover {
	color: #52B096;
	text-decoration: none;
}

#nav ul li.menu-item-has-children.active > a {
	color: #52B096;

}

#nav ul li.current_page_parent a:hover,
#nav ul li.current_page_parent:hover a,
#nav ul li.current_page_item:hover a {
}

#nav ul ul {
	position: absolute;
	top: 100%;
	margin-top: 10px;
	left: -30px;
	padding: 30px;
	padding-top: 10px;
	display: block;
	z-index: 20;
	background: #334B55;
	box-shadow: 1px 5px 6px 0px rgba(0,0,0, .06);

	min-width: 17rem;

	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
}

#nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}


/* align last menu item to the right to avoid off screen position*/
#nav ul li:last-child ul {
	left: auto;
	right: 0;
}

#nav ul ul li {
	padding: 0 0;
	margin: 0;
}


#nav ul ul li a {
	line-height: 150%;
	height: auto;
	display: block;
	font-weight: normal;
	text-transform: none;
	font-size: 16px;
	padding: 15px 0;
	white-space: normal;
	border-bottom: 1px solid rgba(255,255,255, .15);

	transition: all 200ms ease;
}

#nav ul ul li:last-child a {
	padding-bottom: 0;
	border-bottom: none;
}

#nav ul ul li.menu-item-has-children > a {
}

#nav ul ul li.menu-item-has-children > a:hover {

}


/* 3rd level */

#nav ul ul ul {
	position: relative;
	background: transparent;
	padding: 0;
	border: none;
}

#nav ul ul ul li {
	padding: 0;
}




/* gTranslate */

.menu-lang {
	display: flex;
	align-items: center;
	margin-left: clamp(20px, 2vw, 20px);
}

.gtranslate_wrapper {
	display: flex;
}

.glink {
	position: relative;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	line-height: 1;
	color: #FFF;
	padding: 5px 0;
}

.glink:hover {
	color: #52B096;
}

.glink.gt-current-lang	{
	color: #52B096;
}

.glink::before {
	content: "|";
	display: inline-flex;
	padding: 0 10px;
	margin-right: -1px;
	font-weight: normal;
	pointer-events: none;
	opacity: .3;
}

.glink:hover::before {
	color: #FFF;
}

.glink:first-child::before {
	display: none;
}

/*gtranslate mobile menu*/

.menu-mobile-lang {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 0 0 0;
}


.menu-mobile-lang .glink {
	font-size: 18px;
}





/* CONTENT
---------------------------------------------------------------------------------*/

#content {
	position: relative;
	margin-top: 145px; /*fixed header height*/
	flex: 1 0 auto; /*sticky footer*/
}

#content::before { /*prevent white bg flash on scroll down*/
	content: "";
	position: absolute;
	top: -500px;
	left: 0;
	height: 500px;
	width: 100%;
	background: #334B55;
	z-index: 0;
}


img {
    transition: all 250ms ease;
}


main {
	display: block; /*IE*/
	padding: 0 0 4rem 0;
}



.main {
	max-width: 820px;
}


/* WP core styles */

.alignnone {

}

.aligncenter,div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
	margin: 5px 1.4rem 1.4rem 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 1.4rem 1.4rem;
}

img.alignnone,
a img.alignnone {
	margin: 0;
	padding: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 1.4rem 1.4rem 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	font-size: 0.85rem;
	line-height: 140%;
	color: #748C97;
	padding: 15px 0 0 0;
}

figure.wp-caption  {
	display: table;
	max-width: 100%;
	margin-bottom: 2rem;
}

figure.wp-caption figcaption {
	display: table-caption;
	caption-side: bottom ;
}

figure.wp-caption img {
	display: block;
}


.sticky {
}

a.post-edit-link {
	position: relative;
	display: inline-block;
	margin: 0 0 15px 0;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 11px;
	padding: 7px 12px;
	text-transform: uppercase;
	background: #0073AA;
	color: #FFF;
	border-radius: 2px;
	align-self: flex-start;
}

.link-icon {
	position: relative;
	display: block;
	margin: 0 3px 8px 0;
	font-weight: 700;
}

p > span.link-icon {
	margin-bottom: 0;
}

.link-icon:before {
	content: "\e802";
	font-family: 'icons';
	font-size: 1.1em;
	font-weight: normal;
	color: #C70370;
	margin: 0 8px 0 0;
}

i { /* IE */
	font-family: 'icons';
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Lists */

.main ul,
.main ol {
	margin: 0 0 2rem 0;
}

.main ul {
	padding-left: 1.2rem;
	list-style-type: none;
}

.main li {
	position: relative;
	margin: 0 0 5px 0;
}

.main ul li::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	background: #52B096;
	margin: 0.6rem 0 0 -1.2rem;
}

.main ol {
	padding-left: 22px;
}

/* Shortcodes */

.textIntro {
	font-size: 18px;
	font-size: 1.4rem;
	font-size: 120%;
	line-height: 160%;
	font-weight: normal;
}

.text-small {
	font-size: 11px;
	font-size: 0.8em;
	line-height: 150%;
	margin-bottom: 2rem;
}

.textZitat {
	position: relative;
	margin: 2rem 0;
	font-style: normal;
	font-size: 126%;
	padding: 0 0 0 4.5rem;
	line-height: 150%;
}

.textZitat strong {
	font-weight: normal;
}

.textZitat::before {
	content: '”' ;
	position: absolute;
	top: -0.3rem;
	left: 0;
	font-size: 5rem;
	line-height: 1;
}


.textZitat p:last-of-type {
	margin-bottom: 0;
}

.textZitat .cite {
	font-size: 0.8rem;
	font-style: normal;
	font-weight: normal;
	display: block;
	margin: 5px 0 0 0;
	color: #30BCE9;
	color: #BBB;
}

.box {
	padding: 1.5rem;
	background: #F0E9DA;

	margin: 0 0 2rem 0;
	border-radius: 4px;
	line-height: 150%;
	font-size: 0.95rem;
}

.box-important {
	background: transparent;
	border: 1px solid RED;
}

.box > * {
	margin-bottom: 1rem;
}

.box p:last-child,
.box ul:last-child,
.box ul:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}


.wide {
	margin-left: calc(20% - 20vw);
	margin-right: calc(20% - 20vw);

	width: auto;
	max-width: 1000%;
}

i.icon {
	font-weight: normal!important;
}

.icon.download {
	font-size: 120%;
	margin: 0 5px 5px 0;
	vertical-align: middle;
	display: inline-block;
}

.icon.bullet {
	vertical-align: middle;
	font-size: 130%;
	display: inline-block;
	padding: 0 0 2px 0;
}

.icon.bullet::before {
	display: inline-block;
	margin: 0 -0.1rem 0 -0.3rem;
	padding: 0;
}


.main .list-style.line ul li:before {
	display: none;
}

.main .list-style.line ul,
.main .list-style.line ul li {
	padding-left: 0;
}

.main .list-style.line ul li {
	padding: 0.5rem 0;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid rgba(67, 0, 43, 0.3);
}

.main .list-style.line ul li:last-child {
	border-bottom: none;
}



.main .list-style.block ul li:before {
	display: none;
}

.main .list-style.block ul,
.main .list-style.block ul li {
	padding-left: 0;
}

.main .list-style.block ul li {
	background-color: rgba(190, 218, 225, .4);
	padding: 0.8rem;
	margin-bottom: 0.2rem;
}


/* Shortcode Columns */

.sc-col {
	float:left;
	margin-right: 4%;
	margin-bottom: 20px;
	position:relative;
	background: rgba(1,222,1, .2);
	background-color: transparent;
}

.last {
	margin-right:0 !important;
}

.one-half {
	width:48%;
}

.one-third {
	width:30.66%;
}

.two-third {
	width:65.33%;
}

.one-fourth {
	width: 22%;
}

.three-fourth {
	width: 66%;
}


/* AUFKLAPPER */

.accordion {
	margin: 0 0 2.5rem 0;
}

.accordion-divider {
	color: #52B096;
	margin: 2rem 0;
}

.accordion > .accordion-divider:first-child {
	margin-top: 0;
}

.accordion-item {
	position: relative;
	overflow: hidden;
	border: 0px solid #333;
	margin-bottom: 10px;
}

.accordion-item:last-child {
}

.accordion-item:first-of-type {
	margin-top: 0;
}

.accordion-heading {
	margin: 0;
	padding: 0;
	border: none;
	text-transform: none;
}

.accordion-trigger {
	display: block;
	position: relative;
	border: none;
	text-align: left;
	width: 100%;
	padding: 1.3rem 1.5rem;
	padding-right: 3.5rem;
	font-size: 1.0rem;
	font-size: 0.95rem;
	line-height: 140%;
	background: #F5F5F5;
	color: #334B55;
	text-transform: uppercase;
	background: rgba(116, 140, 156, .15);
	font-weight: bold;
    outline-offset: -5px;
	letter-spacing: 0.3px;
	transition: all 300ms ease;
}

.accordion-trigger:hover {
	text-decoration: none;
	background: rgba(116, 140, 156, .3);

}

.accordion-trigger.active {
}


.accordion-trigger:hover,
.accordion-trigger:hover i {
	AUS_color: #52B096;
}

.accordion-trigger:hover i {
	text-decoration: none;
}

.accordion-trigger i:after {
	position: absolute;
	top: 0.9rem;
	right: 15px;
	margin: 0;
	content: "\ebdc";
	color: #748C97;
	display: block;
	line-height: 1;
	border-radius:0;
	font-family: 'icons';
	font-size: 2.3rem;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	transition: all 250ms ease-in-out;
	}

 .accordion-trigger.active i:after {
	transform: rotate(180deg);
}

.accordion-content {
	position: relative;
	padding: 1.5rem;
	padding-bottom: 0;
	border: 1px solid #EAEEF0;
	border-top: none;

}





article {
	clear: both;
}

a.btn {
	border: none;
	padding: 0.7rem 1.8rem;
	font-weight: bold;
	font-size: 16px;
	font-size: .85rem;
	display: inline-block;
	background: #52B096;
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 300ms ease;
}

a.btn:hover {
	color: #FFF;
	background: #334B55;
}


a.btn-light {
	background: transparent;
	color: #334B55;
	border: 1px solid #334B55;
	color: #748C9C;
	border: 1px solid #748C9C;
}

a.btn-light:hover {
	border-color: #334B55;
}


a.btn-cta {
	border: 1px solid #FFF;
	padding: 0.7rem 2rem;
	font-weight: bold;
	font-size: 16px;
	font-size: .85rem;
	display: inline-block;
	background: transparent;
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
}

a.btn-cta:hover {
	background: rgba(255,255,255, 1);
	color: #334B55;
}




/* --- Blog  --- */

.blog-entry-section {
	position: relative;
	overflow: hidden;
	margin: 0.8rem 0 0 0;
}

article.post {
}

.blog-entry {
	display: flex;
	position: relative;
	margin: 0 0 50px 0;
	background: transparent;
	border: 1px solid rgba(0,0,0, .06);
	border-radius: 5px;
	box-shadow:  0 11px 34px 0 rgba(0,0,0, .1);
	transition: all 300ms ease-in-out;
	overflow: hidden;
}
.blog-entry:hover {
}

.blog-entry.nothumb {
	padding: 2rem;
}


article.post:last-child .blog-entry {
	margin-bottom: 0;
}


.blog .entry-thumbnail {
	width: 50%;
	flex: 1 0 auto;
}

.blog .entry-thumbnail a {
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.blog .entry-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
	transition: all 600ms ease!important;
}

.blog .entry-thumbnail a:hover img {
	transform: scale(1.1);
}

.blog .entry-content {
	width: 50%;
	padding: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.blog-entry.nothumb .entry-content {
	text-align: center;
	width: 100%;
	max-width: 720px;
	padding: 1rem;
	margin: 0 auto;
}


.entry-cats {
}

.blog .entry-cats span {
	display: inline-block;
	color: rgba(72, 88, 106, .3);
	letter-spacing: -1px;
}

.blog .entry-header {
}

h2.entry-title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-size: 1.25rem;
	line-height: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

AUS.entry-title:first-child:first-letter { /* drop caps sehen Mist aus hier*/
	font-family: 'Antro_Vectra_Bolder';
	font-size: 3rem;
	line-height: 1rem;
	padding: 0 5px 0 0;
	display: inline-block;
}


h2.entry-title a {
	color: #334B55;
	display: block;
}

h2.entry-title a:hover  {
	color: #52B096;
}

.blog .entry-date {
	font-weight: bold;
	font-size: 0.7rem;
	letter-spacing: 1px;
	color: #748C9C;
	padding: 1rem 0 0 0;
}

.blog .entry-excerpt {
	font-size: 0.9rem;
	line-height: 150%;
	margin: 1rem 0 0 0;
}

.btn-more {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7rem;
	color: #748C9C;
	color: #52B096;
	letter-spacing: 0.5px;
}
.btn-more:hover {
	color: #748C9C;
}

.btn-more::before {
	content: "…";
	display: inline-block;
	margin: 0 3px 0 0;
}


.single .entry-header {
	margin: 0 0 3rem 0;
}

.single h1.entry-title {
	margin: 0 0 2rem 0;
}

.single .entry-meta {
	margin: 0;
	display: flex;
	justify-content: center;
	font-weight: bold;
	font-size: 0.7rem;
	letter-spacing: 1px;
	color: #748C9C;
}

.single .entry-meta a {
	color: #748C9C;
}

.single .entry-meta a:hover {
	color: #52B096;
}

.single .entry-cats {
	text-transform: uppercase;
}

.single .entry-cats a::before {
	content: "/";
	display: inline-block;
	margin: 0 8px;
}

.single .entry-cats span {
	display: none;
}


.single .entry-thumbnail {
	position: relative;
	display: block;
	margin-bottom: 2.5rem;
	overflow: hidden;
}


.single .entry-thumbnail img {
	display: block;
	width: 100%;
}


.single .entry-thumbnail figcaption {
	text-align: center;
	margin: 0 auto;
}

.single .entry-content {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}

.single .entry-tags {
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #748C9C;
	margin: 3rem 0;
	opacity: .7;
	
}

.single .entry-tags span,
.single .entry-tags a {
	color: #748C9C;
	margin: 0 0 5px 0;
	letter-spacing: 0.5px;
	font-weight: bold;
	
}

.single .entry-tags a:hover {
	color: #52B096;
}

.single .entry-tags span:before,
.single .entry-tags a:before {
	content: "/";
	display: inline-block;
	margin: 0 10px;
}

.single .entry-tags span:first-child:before,
.single .entry-tags a:first-child:before {
	display: none;
}


.back-btn {
	
}



ul.infobox {
	margin: 2.5rem 0 2rem 0;
	padding: 0;
	background: rgba(116, 140, 156, .15);
}

.infobox li:before {
	display: none;
	margin: 0;
}

.infobox li {
	padding: 15px 20px;
	border-bottom: 2px solid #FFF;
	display: flex;
}

.infobox li a {
	display: block;
	break-word: break-all;
}

.infobox li i {
	margin: 0 15px 0 0;
	font-size: 1.2rem;
}



/* post-pagination */

.post-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	font-size: 0.9rem;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 6rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
	max-width: 500px;
}

.post-pagination .page-numbers {
	padding: 5px 8px;
	display: none;
}

.post-pagination .page-numbers.current {
}

.post-pagination a {
	line-height: 130%;
	flex: 1 0 auto;
	color: #748C97;
	letter-spacing: 1px;
}

.post-pagination a:hover {
	color: #52B096;
}

.post-pagination a.prev,
.post-pagination a.next {
	padding: 0;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

.post-pagination a.prev {
	padding-right: 1rem;
}

.post-pagination a.next {
	padding-left: 1rem;
}


a.prev span,
a.next span {
}

body:not(.paged) .post-pagination a.next,
body:not(.paged) .post-pagination a.next {
}

.post-pagination a.prev:before,
.post-pagination a.next:after {
	display: inline-block;
	font-size: 35px;
	font-family: 'icons';
	transition: all 300ms ease;
}


.post-pagination a.prev:before {
	content: "\e800";
	padding-right: 0.5rem;
}

.post-pagination a.next:after {
	content: "\ebd1";
	padding-left: 0.5rem;
}

.post-pagination a.prev:hover:before {
	margin-left: -15px;
	margin-right: 15px;
}

.post-pagination a.next:hover:after {
	margin-left: 15px;
	margin-right: -15px;
}



/* Post Navigation */

.post-nav-section {
	padding: 0 0 4rem 0;

}

.post-nav {
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	max-width: 760px; /*main width*/
	margin: 0 auto;
	
}


.post-nav.first-post {

}

.post-nav .prev-post,
.post-nav .next-post {
	width: 100%;
	display: flex;
}

.post-nav .next-post {
	justify-content: flex-end;
}

.post-nav.first-post .next-post,
.post-nav.last-post .prev-post {
	justify-content: center;
}

.post-nav a {
	position: relative;
	display: block;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 150%;
	max-width: 280px;
	color: #748C97;
	text-align: center;
	opacity: .5;
	letter-spacing: 0.5px;
}

.post-nav .prev-post a::before,
.post-nav .next-post a::before {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 0 1rem 0;
	line-height: 1;
	font-family: 'icons';
	font-size: 45px;
	font-weight: normal;
	transition: all 300ms ease;
}

.post-nav .prev-post a::before {
	content: "\e800";
	left: 0;
}

.post-nav .next-post a::before {
	content: "\ebd1";
	right: 0;
}


.post-nav span {
	display: block;
	font-size: 0.75rem;
	margin: 0 0 0.5rem 0;
	display: none;
}

.post-nav a br {
	display: none;
}

.post-nav a:hover {
	color: #52B096;
	opacity: 1;
}

.post-nav .prev-post a {
	padding-right: 10px;
}

.post-nav .next-post a {
	padding-left: 10px;
}

.post-nav .prev-post a:hover::before  {
	margin-left: -15px;
	margin-right: 15px;
}

.post-nav .next-post a:hover::before  {
	margin-left: 15px;
	margin-right: -15px;
}


.post-nav.first-post .next-post a,
.post-nav.last-post .prev-post a {

}



/* Post Categories */

.post-cats {
	padding: 0 0 5rem 0;
	text-transform: uppercase;

}

.post-cats-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.post-cats-menu a {
	margin: 0 0 0 1.5rem;
	font-weight: bold;
	font-size: 0.9rem;
	color: #748C97;
	letter-spacing: 0.5px;
	opacity: .6;
}

.post-cats-menu li:first-child a {
	margin-left: 0;
}

.post-cats-menu a::before {
	content: "/";
	display: inline-block;
	margin: 0 6px 0 0;
}

.post-cats-menu a:hover {
	opacity: 1;
	color: #52B096;
}


/* Table */

table {
	width: 100%;
	margin: 0px 0px 2rem 0px;
	border-top: 1px solid #EAEEF0;
}

table thead {
	border-top: 1px solid #EAEEF0;
}

table thead td {
	font-weight: bold;
	background: rgba(116, 140, 156, .15);
	background: #EAEEF0;
}

table tr {
	background: #FFF;
	border-bottom: 1px solid #EAEEF0;
}

table tr th {
	padding: 0.5rem 0.5rem;
	border-top: 1px solid #EAEEF0;
	border-left: 1px solid #EAEEF0;
	border-right: 1px solid #EAEEF0;
}

table tr td {
	padding: 0.8rem 0.9rem;
	border-left: 1px solid #EAEEF0;
	border-right: 1px solid #EAEEF0;
}

table p {
	margin: 0;
}




/* WP gallery */


.gallery {
	margin: -1px; /*minus the gap*/
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
}


.gallery-item {
	flex: 0 0 auto;
	width: 25%;
	padding: 1px; /*gap*/
	overflow: hidden;
}


.gallery-size-gallery-thumbnail .gallery-item {
	width: 33%;
	width: calc(100% / 3);
}

.gallery-icon {
	overflow: hidden;
}


.gallery-item a {
	position: relative;
	display: block;
	background: rgba(0,0,0, .03);
}

.gallery-item a:hover {
	background: #52B096;
}

.gallery-item a::after {
	content: "+";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	line-height: 1;
	padding-bottom: 3%;
	font-size: 2rem;
	transform: rotate(-30deg);
	opacity: 0;
	transition: all 300ms ease;
}


.gallery-item a:hover::after {
	opacity: 1;
	transform: rotate(0deg);
}

.gallery-item img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all 300ms ease-in-out;
}

.gallery-item a:hover img {
	transform: scale(1.1);
	opacity: .2;
}


.gallery .wp-caption-text {
	display: none;
}


/* Responsive iFrame */

.main iframe,
.main .fve-video-wrapper {
	margin-bottom: 2.5rem;
}


iframe.googlemap {
	width: 100%!important;
	height: 400px;
}


iframe.googlemap.size-1 { height: 300px;}
iframe.googlemap.size-2 { height: 400px;}
iframe.googlemap.size-3 { height: 600px;}


.iframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.iframe iframe,
.iframe object,
.iframe embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* Archive, Category, Tag */

.archive .main ul.post-categories ul,
.archive .main ul.post-categories li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.archive .showCat {
	position: relative;
	margin: 0 0 2.5rem 0;
	font-size: 1.0rem;
	text-transform: uppercase;
	text-align: center;
	color: #748C97;
	letter-spacing: 0.5px;
	opacity: .6;
	font-weight: bold;
}

.archive .showCat::before {
	content: "/";
	display: inline-block;
	margin: 0 5px 0 0;
}


/* Flex Content (Erweiterte Inhaltselemente )*/


.pageteaser-section {
	margin: 2rem 0 4rem 0;
}

.pageteaser-item {
	position: relative;
	display: flex;
	margin: 0 0 3rem 0;
	padding: 0 0 3rem 0;
	background: #FFF;
	border-bottom: 1px solid #DDD;
}


.pageteaser-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.pageteaser-item:nth-child(even) .pageteaser-image {
	order: 2;
}

.pageteaser-image {
	flex: 1 1 0; /*50%*/
}

.pageteaser-image a {
	display: block;
}

.pageteaser-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
}

.pageteaser-content {
	width: 50%;
	padding: 0 2rem;
	padding-right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pageteaser-item:nth-child(even) .pageteaser-content {
	padding-right: 2rem;
	padding-left: 0;
}

.pageteaser-title {
	margin: 0 0 1.5rem 0;
}

.pageteaser-desc {
}

.pageteaser-btn {
	margin-bottom: -0.3rem; /*Ausgleich*/
}



/* Search */

.search-result {
	text-align: center;
	margin: 0 0 2rem 0;
}

.search-result .search-term {
	font-weight: bold;
}

.search-result h3 {
	text-align: center;
}

.search-result form {
	display: flex;
	max-width: 400px;
	margin: 0 auto;
	height: 60px;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(116, 140, 156, .1);
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 5px 30px -10px rgba(0,0,0, .15);

}

.search-result .s {
	flex: 1 0 auto;
	border: none;
	padding: 10px;
	height: 45px;
	background: transparent;
	font-size: 1.0rem;
	box-shadow: none;
}

.search-result .searchsubmit {
	border: none;
	font-size: 1.2rem;
	height: 100%;
	padding: 10px;
	background: transparent;
	-webkit-appearance: none;
}

.search-result .searchsubmit i {
}


.search .hentry {
}

.search .hentry a {
	display: block;
	font-weight: bold;
	padding: 15px 0px;
}

.search .result {
	border-bottom: 1px solid #DDD;
}

.search .result-details {
	text-transform: uppercase;
	color: rgba(51, 75, 85, .5);
	font-weight: normal;
	font-size: 0.8rem;
	display: inline-block;
}

.search .hentry.type-page .entry-details {
	display: none;
}

.search-pagination {
	display: flex;
	justify-content: center;
	margin: 3rem 0 0 0;
	text-transform: uppercase;
}

.search-pagination a.page-numbers,
.search-pagination .page-numbers {
	padding: 15px 10px;
	color: #A4B4BB;
	font-weight: bold;
	font-size: 0.9rem;
}

.search-pagination .page-numbers.current {
	color: #5A6B74;
}

.search-pagination a.page-numbers:hover {
	color: #52B096;
}



/* Pagebanner */

.pagebanner {
	position: relative;
	margin-bottom: 5rem;
	background: rgba(0,0,0, .05);
}

.pagebanner.pagebanner-none {
	height: auto;
}

.pagebanner-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

.pagebanner-title {
	margin: 0;
	color: #FFF;
	font-size: 80px;
	font-size: 4.1rem;
	line-height: 110%;
	max-width: 600px;
	margin: 0;
	text-shadow: 0px 2px 10px rgba(0,0,0, .4);
}

.pagebanner-image {
	position: relative;
	width: 100%;
	max-width: 1800px; /*there is a limit*/
	margin: 0 auto;
	height: 500px; /*the height*/
	background: transparent;
}

.pagebanner-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
}

.pagebanner-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #334B55;
	opacity: .3;
	pointer-events: none;
}



/* Template: Startseite */


[class*=template-start] #content {
}


.teaser-section {
	margin: 0 auto;
	margin-top: 2.5rem;
	margin-bottom: 3rem;
	max-width: 980px;
}


.search-section {
	padding: 80px 0;
	background: rgba(116, 140, 156, .15);
}

.search-section h2 {
	font-size: 1.4rem;
	margin: 0 0 3rem 0;
}


.search-section form {
	display: flex;
	max-width: 400px;
	margin: 0 auto;
	height: 60px;
	justify-content: center;
	align-items: center;
	border: 0px solid rgba(116, 140, 156, .1);
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	background: #FFF;
	margin-bottom: 2rem;
	box-shadow: 0px 5px 30px -10px rgba(0,0,0, .15);

}

.search-section .s {
	flex: 1 0 auto;
	border: none;
	padding: 10px;
	height: 45px;
	background: transparent;
	font-size: 1.0rem;
	box-shadow: none;
}

.search-section .searchsubmit {
	border: none;
	font-size: 1.2rem;
	height: 100%;
	padding: 10px;
	background: transparent;
	-webkit-appearance: none;
}





/* Templates: Übersichtsseiten Genuss, Ausflugstipps, Touren */


.filter {
	margin: 0 0 2rem 0;
}

.filter-buttons {
	display: flex;
}

.filter-btn {
	position: relative;
	border: none;
	font-size: 15px;
	line-height: 1;
	padding: 10px;
	margin: 3px 1px 3px 0;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	outline: none;
	color: #5A6B74;
	color: #748C97;
	letter-spacing: .5px;
	background: #FFF;
	padding: 10px 20px;
	border: 1px solid rgba(116, 140, 156, .2);
}

.filter-btn:hover {
	color: #52B096;
}

.filter-btn.mixitup-control-active {
	color: #FFF;
	background: #52B096;
	padding: 10px 12px;
	border-color: #52B096;

}

.filter-btn.mixitup-control-active:after {
	content: "\e801";
	font-family: 'icons';
	display: inline-block;
	font-size: 14px;
	margin: 0 -6px 0 2px;
	color: #FFF;
	width: 20px;
	line-height: 0;
	display: inline-block;
}


.filter-btn.show-all {
	background: rgba(116, 140, 156, .2);
	border-color: rgba(116, 140, 156, .02);
}

.filter-btn.show-all:active {
	color: #FFF;
	background: #52B096;
}


.cards {

}

.card {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	border: 0px solid #333;
	overflow: hidden;
	max-width: 450px!important;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0px 8px 35px -10px rgba(0,0,0, .2);
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.card-icon {
	position: absolute;
	top: 30px;
	right: 0;
	width: 50px;
	height: 48px;
	background: #FFF;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #748C97;
	pointer-events: none;
}


.card-icon i {
}

.card-icon i.icon-date,
.card-icon i.icon-music-note {
	font-size: 110%;
}

.card-icon i.icon-hiking,
.card-icon i.icon-theater {
	font-size: 120%;
}



.card-image {
	overflow: hidden;
}

.card-image a {
	display: block;
}

.card-image img {
	display: block;
	margin: 0;
	transition: all 600ms ease!important;
}

.card-image a:hover img {
	transform: scale(1.1);
}


.card-content {
}

.card-title {
	margin: 0;
	line-height: 1.4;
	text-transform: none;
	
}

.card-title a {
	padding: 30px;
	font-size: 18px;
	font-size: 0.90rem;
	color: #5A6B74;
	display: block;
	text-align: center;
	letter-spacing: 0.3px;
}

.card:hover a,
.card-title a:hover {
	color: #52B096;
}




/* Collapse Section (based on accordion)  */


.collapse-section {
}

.collapse-section.is-open {
	background: TAN;
}

.collapse-item {
	position: relative;
	overflow: hidden;
	border: 0px solid #333;
	margin-bottom: 10px;
}

.collapse-item:last-child {
}

.collapse-item:first-of-type {
	margin-top: 0;
}

.collapse-item-heading {
	margin: 0;
	padding: 0;
	border: none;
	text-transform: none;
}

.collapse-item-trigger {
	display: block;
	position: relative;
	border: none;
	text-align: left;
	width: 100%;
	padding: 1.3rem 1.5rem;
	padding-right: 3.5rem;
	font-size: 1.0rem;
	font-size: 0.95rem;
	line-height: 140%;
	background: #F5F5F5;
	color: #334B55;
	text-transform: uppercase;
	background: rgba(116, 140, 156, .15);
	font-weight: bold;
    outline-offset: -5px;
	letter-spacing: 0.3px;
	transition: all 300ms ease;
}

.collapse-item-trigger:hover {
	text-decoration: none;
	background: rgba(116, 140, 156, .3);

}

.collapse-item-trigger.active {
}


.collapse-item-trigger:hover,
.collapse-item-trigger:hover i {
	AUS_color: #52B096;
}

.collapse-item-trigger:hover i {
	text-decoration: none;
}

.collapse-item-trigger i:after {
	position: absolute;
	top: 0.9rem;
	right: 15px;
	margin: 0;
	content: "\ebdc";
	color: #748C97;
	display: block;
	line-height: 1;
	border-radius:0;
	font-family: 'icons';
	font-size: 2.3rem;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	transition: all 250ms ease-in-out;
	}

 .collapse-item-trigger.active i:after {
	transform: rotate(180deg);
}

.collapse-item-content {
	position: relative;
	padding: 1.5rem 0 0 0;
	border-top: none;
}

/*no collapse*/

.no-collapse .collapse-item {
	margin: 0 0 0 0;
}

.no-collapse .collapse-item:first-of-type h3 {
	margin-top: 0;
}

.no-collapse .collapse-item-heading {
	margin: 2.5rem 0;
}

.no-collapse .collapse-item-trigger {
	display: block;
	background: transparent;
	border: none;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-transform: uppercase;
	font-weight: inherit;
	cursor: default;
}

.no-collapse .collapse-item-trigger i {
	display: none;
}

.no-collapse .collapse-item-content {
	padding: 0;
}

.collapse-item-content .gallery {
	margin-bottom: 0.5rem;
}



/* FOOTER
---------------------------------------------------------------------------------*/

#footer {
}

.footer-page {
	position: relative;
	width: 100%;
	padding: 5rem 0;
	background: #334B55;
	color: #DDD;
}

.footer-logo-wrap {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

.footer-logo-wrap .container {
	height: 100%;
}

.footer-logo  {
	position: absolute;
	top: 0;
	right: 30px;
	height: 100%;
	width: 100%;
	background: url(images/MQ5-5-white.svg) no-repeat top right;
	background-size: contain;
	opacity: .1;
}


#footer a {
	color: #DDD;
}

#footer a:hover {
	color: #52B096;
}


.footer-contact {
	font-size: 15px;
	line-height: 170%;
	margin: 0 0 2rem 0;
}

.footer-contact p {
	margin: 0 0 1rem 0;
}



.footer-social {
	display: flex;
	align-items: center;
	margin: 0 0 2rem 0;
}

.footer-social a {
	font-size: 1.7rem;
	display: inline-block;
	margin: 0 20px 0 -8px;
}


.footer-menu-wrap {
	display: flex;
	flex-wrap: wrap;
	
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
}

.footer-menu li {
	margin: 0 30px 0 0;
}

.footer-menu li a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
}


.logoutlink {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	opacity: .5;
}

.logoutlink:hover {
	opacity: 1;
}


.borlabs-position-fix .footer-page {
	padding-bottom: 15rem;
}



/* 404 */


.error404 #header,
.error404 #footer  {
	display: none;
}

.error404 #content {
	background: #334B55;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 3rem;
}

.error404 * {
	color: #FFF;
}

.error404 .btn {
	background: #52B096;
	color: #FFF;
	border: none;
	letter-spacing: 1px;
	font-size: 0.9rem;
	font-weight: bold;
}



/* Mobile Menu - SLICKNAV
---------------------------------------------------------------------------------*/


.menu-mobile {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #334B55;
}

.menu-mobile-open .menu-mobile {
	width: 0px; /*hide when switching from mobile to desktop*/
}


.menu-trigger {
	display: none;
	position: absolute;
	top: 28px; 
	top: 61px;
	right: 30px;
	border: none;
	outline: none;
	z-index: 100;
	height: 35px;
	margin-right: -5px;
	z-index: 100;
	background: transparent;
}


/* Hamburger Icon ani*/


.menu-trigger .menu-icon {
	margin: 0 auto;
	position: relative;
}

.menu-trigger .menu-icon:before,
.menu-trigger .menu-icon:after {
	position: absolute;
	content: '';
}
.menu-trigger .menu-icon,
.menu-trigger .menu-icon:before,
.menu-trigger .menu-icon:after {
	width: 30px;
	height: 1px;
	background-color: #FFF;
	display: block;
}
.menu-trigger .menu-icon:before {
	margin-top: -9px;
}
.menu-trigger .menu-icon:after {
	margin-top: 9px;
}

.menu-trigger.open .menu-icon,
.menu-trigger.open .menu-icon:before,
.menu-trigger.open .menu-icon:after {
	background: #FFF;
}


/* --- btn --- */

.menu-trigger .menu-icon {
	-webkit-transition-duration: 0s; transition-duration: 0s;
	-webkit-transition-delay: 0.15s; transition-delay: 0.15s;
}
.menu-trigger.open .menu-icon {
	background-color: rgba(0,0,0,0.0);
	-webkit-transition-delay: 0.15s; transition-delay: 0.15s;
}
.menu-trigger .menu-icon:before {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.15s; transition-duration: 0.15s;
	-webkit-transition-delay: 0.15s, 0s; transition-delay: 0.15s, 0s;
}
.menu-trigger.open .menu-icon:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg); transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.15s; transition-delay: 0s, 0.15s;
}
.menu-trigger .menu-icon:after {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.15s; transition-duration: 0.15s;
	-webkit-transition-delay: 0.15s, 0s; transition-delay: 0.15s, 0s;
}
.menu-trigger.open .menu-icon:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.15s; transition-delay: 0s, 0.15s;
}

/* end Hambuger Icon ani*/





/*  Slicknav -- Core Style */

.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon-bar { display: block; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {margin-top: 0.195em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }


/*  Slicknav -- User Style */
.slicknav_menu {
	overflow: hidden;
	width: 100%;
	margin-top: 00px;
}

.slicknav_menu.open {

}

.slicknav_btn {
	display: none; /*use my own trigger*/
}


ul.slicknav_nav {
	display: block;
	margin: 0;
	padding: 5vh 0 30px 0;
	border: 0px solid CYAN;
}

ul.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	overflow:hidden;
}

.slicknav_nav li {
}

.slicknav_nav .slicknav_item {
}

.slicknav_nav a {
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 20px;
	color: #FFF;
	text-align: center;
	letter-spacing: 1.8px;
}

.slicknav_nav > li:last-child a {
	border-bottom: none;
}

.slicknav_nav .slicknav_item a {
	padding:0;
	margin:0;
	border-bottom: none;
}
.slicknav_nav .page_item_has_children .slicknav_item a {
}

.slicknav_nav .slicknav_item a:hover {
	background: transparent;
}

.slicknav_nav a:hover {
	color: #52B096;
}

.slicknav_nav .slicknav_txtnode {
}


.slicknav_nav li.current_page_item > a,
.slicknav_nav li.current_page_item > a.slicknav_item a,
AUS_.slicknav_nav li.current_page_ancestor > a.slicknav_item a {
	color: #52B096;
}


.slicknav_nav li li.current_page_item > a {
}


.slicknav_nav ul.children {
	position: relative;
	background: rgba(255,255,255, .15);
}

.slicknav_nav li li {
	padding: 0;
}


.slicknav_nav li li a {
	position: relative;
	font-size: 1rem;
	padding: 10px;
	font-weight: normal;
	color: rgba(255,255,255, .6);
	text-transform: none;
	letter-spacing: 0;
}

.slicknav_nav .slicknav_arrow {
	position: relative;
	display: inline-block;
	width: 30px;
	margin: 0 -40px 0 10px;
	color: rgba(255,255,255, .8);
	text-align: center;
	background-color: rgba(255,255,255, .1);
	font-family: 'icons';
	font-size: 23px;
	font-weight: normal;
}


.slicknav-container {
	position: relative;
	width: 100%;
	background: #334B55;
}

.mobile-menu-search {
	display: flex;
	justify-content: center;
	margin-bottom: 5vh;
}

.mobile-menu-search form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 280px;
	height: 55px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255, .2);
	border-radius: 5px;
}

.mobile-menu-search input {
	height: 100%;
	transition: background 200ms ease;
}

.mobile-menu-search input.s {
	flex: 1 0 auto;
	padding: 0;
	padding-left: 10px;
	font-size: 1.0rem;
	line-height: 100%;
	border:  none;
	box-shadow: none;
	background: transparent;
	color: #FFF;
}

.mobile-menu-search .searchsubmit {
	flex: 1 1 auto;
	width: 45px;
	height: 100%;
	border: none;
	font-size: 20px;
	text-transform: uppercase;
	overflow: hidden;
	z-index: 1;
	color: #FFF;
	background: transparent;
}



/* Lightbox - Swipebox */

#swipebox-overlay {
	background: rgba(0,0,0, .8)!important;
}

#swipebox-container {
}

#swipebox-close {
	background-color: transparent;
	background-image: none!important;
	color: #FFF;
}

#swipebox-close:hover {
	color: #FFF;
}

#swipebox-close::after {
	content: "\e801";
	font-size: 1.8rem;
	font-family: 'icons';
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 50px;
	background: transparent;
}

#swipebox-arrows a {
	background-color: transparent;
	background-image: none!important;
	color: #FFF;

}

#swipebox-arrows a:hover {
	color: #FFF;
}

#swipebox-arrows a::after {
	content: "\ebd0";
	font-size: 2.0rem;
	font-family: 'icons';
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 50px;
	background: transparent;
}

#swipebox-container #swipebox-bottom-bar  {
	background: transparent;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}


#swipebox-container #swipebox-bottom-bar #swipebox-arrows  {
	width: 100%;
	max-width: 100%;
}


#swipebox-arrows a#swipebox-prev::after {
	content: "\ebcf";
}

#swipebox-top-bar #swipebox-title {
	font-family: 'Lato', sans-serif;
	font-size: 0.8rem;
	padding: 0.8rem 40px;
	line-height: 150%;
	background: rgba(0,0,0, .4);
}

#swipebox-bottom-bar {
}


#swipebox-container #swipebox-top-bar {
	top: auto!important;
	bottom: 0px;
	height: auto;
}

#swipebox-container #swipebox-top-bar.visible-bars {
	-webkit-transform: translate3d(0,-0px,0);
	transform: translate3d(0,-0px,0);
	background: transparent;
}





/* Cookie Notice */


#cookie-notice {
	font-size: 0.9rem!important;
	background: transparent!important;
	font-family: 'Lato', sans-serif!important;

}

#cookie-notice #cn-notice-text {
	color: #DDD;
	margin-bottom: 15px;
}

#cn-accept-cookie.cookie-button {
	padding: 0.5rem 1.5rem 0.7rem 1.5rem;
	line-height: 100%;
	text-decoration: none;
	display: inline-block;
	border-radius: 1px;
	background: #52B096;
	color: #FFF;
	text-shadow: none;
	font-family: 'Lato';
	font-weight: 700;
	font-size: 0.9rem;
	border: 0px solid #FFF;
}


#cn-accept-cookie.cookie-button:hover {
	opacity: .85;
	color: #FFF;
}

#cookie-notice a {
	color: #DDD;
	text-decoration: underline;
}

#cookie-notice a:hover {
	color: #52B096;
}

#cookie-notice .cookie-notice-container {
	padding: 20px 15px;
	background: rgba(0,0,0, .9);
}

#cookie-notice a#cn-more-info {
	font-size: 0.8rem;
	color: #999;
}

.cookies-not-set #footer   {
}



/* Logged Out */

.logged-out h1 {
}



/* @group ACCESSIBILITY */

/* ACCESSIBILITY */


.sr-only {
	position: absolute;
	width: .0625rem;
	height: .0625rem;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable {
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
}

.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/* @end */

/* @group ANIMATIONS */


/* ANIMATIONS
---------------------------------------------------------------------------------*/

/*  https://github.com/daneden/animate.css */


.animated {
  -webkit-animation-duration: 1s;
  		  animation-duration: 1s;

  -webkit-animation-fill-mode: both;
  		  animation-fill-mode: both;

  -webkit-animation-timing-function: ease-in-out;
 		  animation-timing-function: ease-in-out;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;

}


@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}



@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

/* @end */




/* ------------------------------------------------------------------------------*/

/* MEDIA QUERIES

---------------------------------------------------------------------------------*/


@media screen and (max-width: 1136px) {
body:after {
	content: "<1136";
	position: fixed;
	top: 0;
	line-height: 1;
	padding: 5px;
	font-size: 12px;
	background: lawngreen;
	z-index: 1000;
	opacity: .8;

	display: none; /* AN/AUS*/
}

#nav ul li {
	margin: 0 0 0 1.2rem;
}

#nav ul li a {
	font-size: 14px;
}


}



@media screen and (max-width: 980px) {
body:after {
	content: "<980";
	background: TAN;
}

#header,
#header.sticky  {
	position: relative;
	height: 90px;
	height: 125px;
	padding-top: 35px;
	box-shadow: 0 2px 15px 0px rgba(0,0,0, 0);
}

#header .topbar,
#header.sticky .topbar {
	height: 35px;
	opacity: 1;
	color: #FFF;
}

.menu-mobile-open #header .topbar {
	position: fixed;
}

#header.sticky .logo {
	padding: 0;
}


#content {
	margin-top: 0;
}


#nav {
	display: none;
}

.menu-trigger {
	display: block;
}

.slicknav_menu {
	display: block;
}


.menu-mobile-open .page-wrap {
	padding-top: 90px; /*header height*/
	max-height: 100vh;
}

.menu-mobile-open .logo {
	display: none;
}

.menu-mobile-open .menu-mobile {
	width: 100%;
}


a.anchor {
    top: auto;
}

.pagebanner-image {
	height: 450px;
}

.filter-btn {
	font-size: 14px;
}

.cards .row {
	margin-left: -10px;
	margin-right: -10px;
}

.cards [class*=col-] {
	padding: 0 10px;
}



}



@media screen and (max-width: 768px) {
body:after {
	content: "<768";
	background: PINK;
}

html, body {
	font-size: 18px;
}

.main {
	max-width: 640px;
}


.pagebanner-image {
	height: 400px;
}

.pageteaser-item {
	flex-direction: column;
	max-width: 640px; /*same as main*/
	margin-left: auto;
	margin-right: auto;
}
.pageteaser-item:nth-child(even) .pageteaser-image {
	order: 0;
}

.pageteaser-image {
	width: 100%;
}

.pageteaser-content {
	width: 100%;
	padding: 2rem 0 0!important;
}


.wide {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 0 30px;
}

.sc-col {
	width: 100%;
}

.wp-caption,
img.size-medium,
img.size-small {
	margin-left: 0;
	margin-right: 0;
	float: none;
	display: block;
}


}



@media screen and (max-width: 600px) {
body:after {
	content: "<600";
	background: YELLOW;
}

html, body {
	font-size: 17px;
}


h1 {
	font-size: 3.5rem;
	margin-bottom: 3rem;
}

h2,.h2 {
	font-size: 44px;
	font-size: 2rem;
}

h3 {
	font-size: 1.10rem;
}




#header,
#header.sticky {
	height: 75px;
	height: 110px;
}

#header .topbar,
#header.sticky .topbar {
	font-size: 12px;
}

.username {
	display: none; /*AUS*/
}

#header .logo {
	width: 200px;
	min-width: auto;
}

.menu-trigger {
	top: 20px;
	top: 55px;
	right: 20px;
}


.menu-mobile-open .page-wrap{
	padding-top: 75px; /*header height*/
}


.slicknav_nav li a {
	padding: 15px 0;
}

.slicknav_nav li li a {
	padding: 10px 0;
}


.pagebanner {
	margin-bottom: 3.5rem;
}

.pagebanner-image {
	height: 300px;
}

.pagebanner-title {
	font-size: 3.5rem;
}


.container {
	padding-left: 20px;
	padding-right: 20px;
}


.wide {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}


.gallery-item {
	width: calc(100% / 3);
}


.intro-section {
	padding: 3rem 0;
}

.teaser-section {
}

.section-title {
	margin: 0 0 2rem 0;
}


#swipebox-arrows a::after,
#swipebox-arrows a::before {
	font-size: 1.6rem;
}


.filter-btn {
	font-size: 13px;
}


.card {
	margin-bottom: 20px;
}

.card-title a {
	padding: 20px;
}



.footer-logo  {
	right: 0;
	background-size: cover;
	opacity: .06;
}

.footer-menu-wrap {
	flex-direction: column;
}


.footer-menu {
	flex-direction: column;
}

.footer-menu li {
	margin: 0 0 0.5rem 0;
}


}



@media screen and (max-width: 320px) {
body:after {
	content: "<320";
	background: MAGENTA;
}

html, body {
	font-size: 16px;
}


.container {
	padding-left: 10px;
	padding-right: 10px;
}

.menu-trigger {
	right: 10px;
}

.menu-trigger .menu-icon,
.menu-trigger .menu-icon:before,
.menu-trigger .menu-icon:after {
	width: 20px;
}


}




/* END
---------------------------------------------------------------------------------*/
