	/*
* style.css
* Copyright (c) 2021 Michael Kuphal - all rights reserved
* http://www.michaelkuphal.de
* @projectDescription  style.css  file as part as the montreal wordpress theme
* @author Michael Kuphal
* @version 1.0.0
*
*/


/*
* HTML and Body
*/

html {
	height: 100%;
	min-width: 280px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f7f4f4;
	/* overflow-y: scroll; */ /* prevent scrollbar jump */
}

body {
	position: relative;
	margin: 0;
	height: 100%;
	min-width: 380px;
	background: #f7f4f4;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
  font-size: 1.75rem; /* 2rem */
	color: #0b0b0b;
	/* letter-spacing: 1px; */
	line-height: 1.6; /* 1.2 */
}


/*
* CSS antialiasing cheatsheet
*/

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



/*
* max width wrapper
*/
.maxwidth_wrapper {
	max-width: 1380px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	min-height: 100%;
	margin: 0 auto -485px; /* footer height */
  background: #fff;
	height: auto !important;
}

.sticky-footer-push {
	height: 485px; /* footer height */
}

.header-placeholder {
	width: 100%;
	height: 262px;
	display: block;
}

.placeholder1 {
  display: block;
  height: 7rem;
  width: 100%;
}

.placeholder2 {
  display: block;
  height: 14rem;
  width: 100%;
}

.placeholder3 {
  display: block;
  height: 2.5rem;
  width: 100%;
}

.placeholder4 {
  display: block;
  margin-top: -7rem;
	height: 0;
  width: 100%;
}

.placeholder_remove_footer_spacer {
	display: block;
	height: 0px;
	width: 100%;
	margin-bottom: -4.9999999rem;
}

.placeholder_topspace {
  display: block;
  height: 240px;
  width: 100%;
  margin-bottom: 2.5rem;
}


/*
* headline h1, h2...
*/

h1, h2, h3, h4 {
	/* http://aestheticallyloyal.com/public/optimize-legibility/ */
	/* text-rendering: optimizeLegibility; */
	font-weight: normal;
	/* letter-spacing: 0.1rem; */
	margin-top: 0;
}

h1 {
	font-size: 38px;
  font-size: 3.8rem;
	margin-bottom: 2.5rem;
}

h2 {
	font-size: 30px;
  font-size: 3.0rem;
	margin-bottom: 2.5rem;
}

h2.shorter {
  margin-top: 0.4rem; /* only for ACF template headline with subheadline */
}

h3 {
	font-size: 38px;
  font-size: 3.8rem;
	margin-bottom: 2.5rem;
}

h4 {
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 25px;
}

b, strong {
   /* font-family:"my project font"; */
}

/*
* link href things
*/

a {
	color: #343434;
	text-decoration: underline;
	background-color: transparent;
}
/* a:focus, a:visited, */
a:hover,
a:active {
	color: #8f8f8f;
}

a:focus {
	outline: thin dotted;
}

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

.activate_menu {
	display: none;
}


/*
* button mod
*/

.button,
.button:focus,
a.button {
  background: #fff;
  padding: 10px 14px;
  margin: 0;
  color: #2b2828;
	border-color: transparent; /* #2b2828 */
  text-transform: none;
  font-size: 20px;
  font-size: 2rem;
	font-weight: normal;
  line-height: 0;
  padding: 19px 12px;
  border-radius: 1px;
	letter-spacing: inherit;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

	-webkit-touch-callout: none;
	/* add NO selection */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-o-transition:.9s;
	-ms-transition:.9s;
	-moz-transition:.9s;
	-webkit-transition:.9s;
	transition:.9s;
}

.button:hover,
a.button:hover {
  color: #2b2828;
  background: #fff;
	border-color: transparent; /* #2b2828 */

  -webkit-box-shadow: 3px 5px 15px -11px rgba(0,0,0,0.73);
  -moz-box-shadow: 3px 5px 15px -11px rgba(0,0,0,0.73);
  box-shadow: 3px 5px 15px -11px rgba(0,0,0,0.73);

  -webkit-transition: box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease;
  -ms-transition: box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #282828;
  border-color: #282828;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #565C5E;
  border-color: #565C5E;
}

.button.onwhite {
	border: 2px solid #000;
	font-size: 1.5rem;
  padding: 22px 18px;
	background: #fff !important;
	color: #2e2e2e !important;
}


/*
* image specs
*/

img {
	height: auto;
	border: 0;
	max-width: 100%;
	vertical-align: top;
}

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


/*
* protect for select and touch highlites
*/
.no-select {
	/* remove highlite */
	-webkit-touch-callout: none;
	/* add NO selection */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*
* thin line
*/

hr {
	background-color: #171717;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

/*
* table and unsorted list
*/

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

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

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

table,
th,
td {
	/* border: 1px solid #d1d1d1; */
}

table {
	border-spacing: 0;
	border-collapse: separate;
	border-width: 1px 0 0 1px;
	margin: 0;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	font-weight: 700;
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
	vertical-align: top;
}

th,
td {
	padding: 0.4375em;
}

/*
* misc formating
*/

b {
	font-weight: 600;
}

img.size-thumbnail {
	margin: 0 2px 2px 0 /* wordpress specific */
}

blockquote {
	padding: 0;
	margin: 0 2%;
	position: relative;
	max-width: 96%;
	font-size: 2.4rem;
	line-height: 1.4;
	padding-bottom: 21px;
}

blockquote p:first-of-type:before {
	content: '\201c';
	position: absolute;
	left: -13px;
	font-size: 2.6rem;
}

blockquote p:last-of-type:after {
	content: '\201d';
	position: absolute;
	font-size: 2.6rem;
}

blockquote footer {
	font-size: initial;
	margin-top: 0;
	padding: 0;
}

blockquote footer:before {
	content: '–';
	position: absolute;
	left: -12px;
}

blockquote p {
	margin-bottom: 4px;
}

img.alignright {
	float: right;
	width: 40%;
	padding: 5px 0 3.5rem 4.5rem;
}

img.alignleft {
	float: left;
	width: 40%;
	padding: 5px 4.5rem 3.3rem 0;
}




.debug {
	position: fixed;
	display: block;
	top: 0;
	right: 0;
	left: auto;
	height: auto;
	width: 200px;
	background: #c83d3d;
	color: #fff;
	padding: 20px;
	z-index: 1;
	bottom: auto;

	display:none;
}


/*
* pagesearch (wp)
*/

.pagesearch h2 {
	margin-bottom: 12px;
}

.pagesearch h2 a {
	text-decoration: none;
}

.pagesearch .more {
	margin-bottom: 50px;
}

.pagesearch article:last-of-type .more {
	margin-bottom: 100px;
}

.pagesearch .more a {
	color: #007975;
}

.pagesearch .pagination .page-numbers {
	background: transparent;
	border: 2px solid #007975;
	color: #007975;
	padding: 9px 0;
	width: 46px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

.pagesearch .pagination .page-numbers.current {
	background: #007975;
	border: 2px solid #007975;
	color: #fff;
	margin-right: 5px;
}

.pagesearch .pagination .next,
.pagesearch .pagination .prev {
		display: none;
}

.pagesearch .pagination a {
	text-decoration: none;
}

/*
* sitebuilder
*/

.dataloader {
	opacity: 0;
	-o-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transform: translateY(30px);

	-o-transition:0s;
	-ms-transition:0s;
	-moz-transition:0s;
	-webkit-transition:0s;
	transition:0s;
}

.dataloader.show {
	opacity: 1;
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);

	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}


/*
* two colums, css columns
*/

.text2colums {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-gap: 50px;
	column-gap: 50px;
}


/*
* image loader
*/

.imageloader.inview {
	position: relative;
	line-height: 0;
	z-index: -1;
}

.imageloader.inview .subt {
	position: relative;
	line-height: 1.5;
	margin-top: 8px;
}

.imageloader.inview.show {
	z-index: auto;
}

.imageloader.inview canvas {
	width: 100%;
	height: auto;
}

.imageloader.inview .imageholder {
	opacity: 0;
}

.imageloader.inview img {
	width: 100%;
}

.imageloader.inview.show .imageholder {
	opacity: 1;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	line-height: 0;
}

.imageloader.inview .imageholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}

.imageloader.bg {
	opacity: 0;

	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	height: 100%;
	position: relative;
}

.imageloader.bg.show {
	opacity: 1;
}

.imageloader.bg canvas {

/* .imageloader.bg.show canvas { */
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	z-index: -1;
}

.imageloader.bg.show .imageholder {
	display: none;
}



/*
* ajax loader
*/

.ajaxloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
}

.ajaxloader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	border: 2px solid #f5f1f0;
	border-top: 2px solid #454545;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	animation: spin .6s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


/*
* ajax loader for images
*/

.ajaxloader_images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
}

.ajaxloader_images .loader {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -45px;
	border: 2px solid #ebebeb;
	border-top: 1px solid #454545;
	border-radius: 50%;
	animation: spin .9s linear infinite;
}




/*
* social icons
*/

header .social-menu {
	position: absolute;
	right: 30px;
	top: 30px;
}

.social-menu-bottom {
	margin-bottom: 20px !important;
	margin-right: -9px !important;
}

.social-menu li {
	display: inline-block;
}

.social-menu li a {
	text-decoration: none;
	padding: 20px 0;
}

.social-menu-bottom .onepager-icon a,
.social-menu-bottom .onepager-icon a:link,
.social-menu-bottom .onepager-icon a:visited,
.social-menu .onepager-icon a,
.social-menu .onepager-icon a:link,
.social-menu .onepager-icon a:visited {
	/* color: transparent; */
	display: inline-block;
	width: 18px;
	overflow: hidden;
	margin-left: 12px;
	margin-right: 0;
	font-weight: normal;
}

.social-menu .onepager-icon a::before {
	color: inherit;
}

.mobile-menu-holder .social-menu .onepager-icon a:hover,
.mobile-menu-holder .social-menu .onepager-icon a {
	color: transparent;
}

.social-menu .onepager-icon a:before,
.social-menu-bottom .onepager-icon a:before {
	font-family: 'onepager_lite';
	font-size: 18px;
	font-size: 1.8rem;
	color: inherit;
}

.mobile-menu-holder .social-menu .onepager-icon a:before,
.mobile-menu-holder .social-menu-bottom .onepager-icon a:before {
	font-size: 18px;
	font-size: 1.8rem;
}

.social-menu-bottom .onepager-icon a:before {
	color: #fff;
}

.social-menu-bottom .icon-facebook a:before,
.social-menu .icon-facebook a:before {
	content: '\e83c';
}

.social-menu-bottom .icon-soundcloud a:before,
.social-menu .icon-soundcloud a:before {
	content: '\e86b';
}

.social-menu-bottom .icon-youtube a:before,
.social-menu .icon-youtube a:before {
	content: '\e85d';
}

.social-menu-bottom .icon-twitter a:before,
.social-menu .icon-twitter a:before {
	content: '\e816';
}

.social-menu-bottom .icon-linkedin a:before,
.social-menu .icon-linkedin a:before {
	content: '\e840';
}

.social-menu-bottom .icon-pinterest a:before,
.social-menu .icon-pinterest a:before {
	content: '\e829';
}

.social-menu-bottom .icon-xing a:before,
.social-menu .icon-xing a:before {
	content: '\e86d';
}

.social-menu-bottom .icon-mailto a:before,
.social-menu .icon-mailto a:before {
	content: '\e80a';
}

.social-menu-bottom .icon-vimeo a:before,
.social-menu .icon-vimeo a:before {
	content: '\e84a';
}

.social-menu-bottom .icon-instagram a:before,
.social-menu .icon-instagram a:before {
	content: '\e820';
}

.social-menu-bottom .icon-spotify a:before,
.social-menu .icon-spotify a:before {
	content: '\e803';
}

.social-menu-bottom .icon-apple a:before,
.social-menu .icon-apple a:before {
	content: '\e830';
}

.social-menu-bottom .icon-apple a {
	width: 17px;
}

/*
* support the dev
*/
.hid_this,
.creator_support {
	position: fixed;
	width: 100px;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	line-height:1em;
	text-indent:-400em;
	overflow: hidden;
	z-index: -1;
}



/*
* header
*/

.top-menu-content a {
  font-size: 16px;
  font-size: 1.6rem;
  pointer-events: auto;
	padding: 20px 0; /* to access submenus */
	text-decoration: none;
	text-transform: uppercase;
}

.top-menu-content .social-menu a::before {
	color: #c0bec3;
}

.top-menu-content .social-menu a:hover::before {
	color: #eb6607;
}

.top-menu-content li {
  display: inline-block;
  padding-right: 20px;
}

.top-menu-content li:last-child {
  padding-right: 0px;
}

.site-header a.custom-logo-link {
	display: inline-block;
}

.site-header a.custom-logo-link img {
	width: auto;
	max-width: 100%;
}

/* current menu link highlite color */
.current-menu-item > a {
	color: #989090;
}

.mobile-menu > .current-page-ancestor > a,
.mobile-menu > .current-page-ancestor:hover > a,
.top-menu > .current-page-ancestor > a,
.top-menu > .current-page-ancestor:hover > a,
.single-karriere .top-menu .icon-karriere > a,
.top-menu .current-menu-item > a {
	text-decoration: none;
	color: #e30613;
}

.single-karriere h2.lessbottomspace {
	margin-top: -5rem;
}


/* header: standard */
.theme-standard header .social-menu {
    position: absolute;
		right: 92px;
		top: 31px;
}

.theme-standard .social-menu li {
    margin-bottom: 0;
}

.theme-standard .social-menu li:last-child {
		margin-right: 10px;
}

.theme-standard header .social-menu li {
    display: inline-block;
}

.theme-standard .top-menu-content {
	/* Menu styling */
  position: absolute;
  top: 51px;
  right: 194px;
  z-index: 11;
  /* pointer-events: none; */
}

.theme-standard .top-menu-content li.menu-item-has-children > .sub-menu {
    overflow: hidden;
}

.theme-standard .top-menu-content .sub-menu {
    position: absolute;
    /* left: 0; */
    right: auto;
    list-style: none;
    text-align: left;
    z-index: 100;

    -webkit-box-shadow: none;
		box-shadow: none;

    margin-left: 0;
    background-color: rgba(255, 255, 255, 0.40);
    max-width: 229px;
    top: 20px;

}

.theme-standard .top-menu-content li.menu-item-has-children:last-of-type > .sub-menu {
		right: 0;
		left: auto;
}


.theme-standard .top-menu-content li.menu-item-has-children ul li {
		display: block;
		padding: 0px !important;
		padding-left: 0px;
		margin: 0;
		border-bottom: 1px solid #d7d7d7;
}

.theme-standard .top-menu-content li.menu-item-has-children ul li:last-of-type {
		border: none;
}

.theme-standard .top-menu-content li.menu-item-has-children ul {
		min-width: 143px;
    max-height: 0px;
    height: 0px;
		pointer-events: auto;
    -o-transition: all .3s cubic-bezier(.77,0,.18,1);
    -ms-transition: all .3s cubic-bezier(.77,0,.18,1);
    -moz-transition: all .3s cubic-bezier(.77,0,.18,1);
    -webkit-transition: all .3s cubic-bezier(.77,0,.18,1);
    transition: all .3s cubic-bezier(.77,0,.18,1);
}

.theme-standard .top-menu-content li.menu-item-has-children ul a {
    display: block !important;
    text-decoration: none;
    padding: 8px 16px;
}

.theme-standard .top-menu-content li.menu-item-has-children ul::after,
.theme-standard .top-menu-content li.menu-item-has-children ul::before {
	display: none;
}

.theme-standard .top-menu-content li.menu-item-has-children:hover ul {
    max-height: 10000px;
    height: auto;
    -o-transition: all .3s cubic-bezier(.77,0,.18,1);
    -ms-transition: all .3s cubic-bezier(.77,0,.18,1);
    -moz-transition: all .3s cubic-bezier(.77,0,.18,1);
    -webkit-transition: all .3s cubic-bezier(.77,0,.18,1);
    transition: all .3s cubic-bezier(.77,0,.18,1);
		/* border: 1px solid transparent; */

		-webkit-box-shadow: -1px 6px 12px -6px rgba(10,10,10,.20);
    box-shadow: -1px 6px 12px -6px rgba(10,10,10,.20);
}
.theme-standard .mobile-menu-trigger {
		display: none;
}


/* header: twisted */
.theme-twisted .site-branding-text {
    right: 30px;
		left: auto;
}

.theme-twisted header .social-menu {
    position: absolute;
    right: 10px;
    top: 120px;
}

.theme-twisted .social-menu li {
    margin-bottom: 0;
}

.theme-twisted header .social-menu li {
    display: block;
}
.theme-twisted .mobile-menu-trigger {
		display: none;
}
.theme-twisted .top-menu-content {
	/* Menu styling */
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 11;
  pointer-events: none;
}



/* header: mobile */
.theme-mobile header .social-menu,
.theme-mobile .top-menu-content {
  display: none;
}

/* header: mobile_center */
.theme-mobile_center header .social-menu,
.theme-mobile_center .top-menu-content {
  display: none;
}





/* header: logo */

.site-branding-text {
	position: absolute;
	top: 30px;
	left: 50px;
}
.site-branding-text a {
	text-decoration: none;
}
.site-branding-text a:hover {
	text-decoration: none;
	color: #343434;
}

.site-title {
	font-size: 38px;
	font-size: 3.8rem;
	margin-bottom: 0;
	font-style: normal;
	font-weight: 600;
}



/* Button Centered
-------------------------------------------------- */
.centered_button .center {
	text-align: center;
}

.centered_button .button {
	padding: 29px 25px;
}

.greyleft_button .button,
.greyleft_button a.button,
.greyleft_button .button:focus {
  background: #bababa;
	font-size: 18px;
	font-size: 1.8rem;
}

.greyleft_button .button:hover,
.greyleft_button a.button:hover {
  background: #a5a5a5;
}

/* Module: Drop down box
-------------------------------------------------- */
.dropdown {
	margin-top: -20px;
}

.dropdown_container2 .item2,
.dropdown_container .item {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    /* border-top: 2px solid #757575; */ /* line to separate every box */
}

.dropdown .dropdown_container2:first-of-type .item2,
.dropdown .dropdown_container:first-of-type .item {
  border-top: 0px solid transparent;
}

.dropdown_container2 .item2 .more2,
.dropdown_container .item .more {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.dropdown_container2 .item2 .more2 strong,
.dropdown_container .item .more strong {
    font-weight: 600;
}

.dropdown_container2 .item2.show .more2,
.dropdown_container .item.show .more {
    opacity: 1;
    max-height: 10000px;
    padding-bottom: 58px;
    margin-top: -2px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.dropdown_container2.fliparea2 .item2.show .more2,
.dropdown_container.fliparea .item.show .more {
  padding-bottom: 0px;
	cursor: auto;
}

.dropdown_container2.fliparea2 .headline2,
.dropdown_container.fliparea .headline {
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
}

.dropdown_container2.fliparea2 .headline2.subhead,
.dropdown_container.fliparea .headline.subhead {
    padding: 3px 0 0px 0;
		color: #303030;
		-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown_container2 .item2.show,
.dropdown_container .item.show {
    *border-top: 2px solid #eeeeee;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.dropdown_container2 .item2.show .headline2,
.dropdown_container .item.show .plus {
		color: #303030;
}

.dropdown_container2 .item2.show .headline2::after,
.dropdown_container .item.show .plus::after {
    /* color: #a50403; */
		opacity: 0;
}
.dropdown_container2 .item2.show .headline2::before,
.dropdown_container .item.show .plus::before {
    /* color: #303030; */
		opacity: 1;
}
.dropdown_container2 .item2 .more2 a,
.dropdown_container .item .more a {
    text-decoration: underline;
}
.dropdown_container2 .headline2,
.dropdown_container .headline {
		position: relative;
    padding: 3px 0 3px 0;
    margin: 0;
    width: 100%;

}
.dropdown_container2 .headline2 .in,
.dropdown_container .headline .in {
  padding-right: 14px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.4;
	margin-bottom: 28px;
	display: inline-block;
}

.dropdown_container2 .headline2 .in {
	padding-left: 20px;
}

.dropdown_container2 .headline2.subhead,
.dropdown_container .headline.subhead {
    padding: 37px 0 0px 0;
    margin: 0;
    width: 100%;
}

.dropdown_container .item .plus {
	position: relative;
	display: inline-block;
	height: 24px;
	width: 40px;

	display: none; /* removed 12-11-2021 mk */
}

.dropdown_container .item .plus::after {
    position: absolute;
    right: 0;
    top: 15px;
    font-family: 'onepager_lite';
    content: "\e82d";
    width: 12px;
    height: 10px;
    margin: 0px 10px 0 0px;
		font-size: 17px;
    font-size: 1.7rem;
		color: #141414;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown_container2 .item2 .headline2::after {
	font-size: 12px;
	font-size: 1.0rem;
	margin: -3px 13px 0 0px;
}

.dropdown_container2 .item2 .plus::before,
.dropdown_container .item .plus::before {
  position: absolute;
  right: 0;
  top: 10px;;
  font-family: 'onepager_lite';
  content: "\e82e";
  width: 12px;
  height: 10px;
  margin: -11px 16px 0 0px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #141414;
  opacity: 0;
}

.dropdown_container2 .item2 .headline2::before {
	font-size: 12px;
	font-size: 1.0rem;
	margin: -8px 12px 0 0px;
}

.dropdown_container2 .item .headline2.h2head::before,
.dropdown_container2 .item .headline2.subhead::before,
.dropdown_container2 .item .headline2.h2head::after,
.dropdown_container2 .item .headline2.subhead::after,
.dropdown_container .item .headline.h2head::before,
.dropdown_container .item .headline.subhead::before,
.dropdown_container .item .headline.h2head::after,
.dropdown_container .item .headline.subhead::after {
    display: none;
}

.dropdown_container.fliparea {
    margin-top: 10px;
}

.dropdown_container.fliparea:first-child {
    *margin-top: 10px;
}
.dropdown_container2.fliparea2:first-child {
		margin-top: -10px;
}

.dropdown_container2.fliparea2 .plaintext,
.dropdown_container.fliparea .plaintext {
    padding: 0px;
}



.dropdown_container .subcontainer .more .plaintext {
		padding: 0px 0 0px 0;
}
.dropdown_container2 .subcontainer2 .more2 .plaintext {
		padding: 22px 0 0px 20px;
}

.dropdown .dropdown_container:first-child .item {
	/* border-top: 0px solid transparent; */
}

.dropdown .text {
	display: inline-block;
	margin-top: 16px;
}


/*
* albums
*/

.albums .ajaxloader_images .loader {
    width: 60px;
    height: 60px;
    position: absolute;
    margin-left: -30px;
    margin-top: -30px;
}

.albums .image_border {
		margin-bottom: 6px;
}

.albums .image_border.grey_border {
		padding: 7px;
		background-color: #e4e6ea;
}

.albums .imageholder img.shadow {
	-webkit-box-shadow: 0 0 17px rgba(10, 10, 10, 0.11);
	-moz-box-shadow: 0 0 17px rgba(10, 10, 10, 0.11);
	box-shadow: 0 0 17px rgba(10, 10, 10, 0.11);
}

.albums a .imageloader.inview.show:hover .imageholder {
	opacity: .85;
}

.albums .title {
    float: left;
    width: 70%;
		margin-bottom: 2px;
    font-weight: bold;
}
.albums .description {
    float: right;
    text-align: right;
    width: 30%;
		display: none; /* do format DL CD LP in Album view */
}
.albums .subtitle {
    float: left;
    width: 100%;
}
.albums .moreinfolink {
	display: block;
	font-size: 70%;
	width: 100%;
	float: left;
	padding-top: 1px;
}
.albums .subtitle a {
    text-decoration: none;
}

.albums .moreinfolink a {
    text-decoration: underline;
}

.albums .title {
		font-weight: normal;
}

.albums .title a {
    text-decoration: none;
		font-weight: normal;
}


/*
* newsteaser
*/

.newsteaser {
	position: relative;
}

.newsteaser a {
	text-decoration: none;
}
.newsteaser .holder {
	position: relative;
	overflow: hidden;
}

.newsteaser .title {
	font-weight: normal;
	text-shadow: 0 0 17px rgba(10, 10, 10, 0.21);
	line-height: 1.2;
	pointer-events: none;
	opacity: 0;
	padding: 30px 30px 25px 30px;
}

.newsteaser .title.startdate {
	padding: 30px 30px 0px 30px;
	margin-bottom: -12px;
}

.newsteaser .title h2 {
  margin-bottom: 1.0rem;
	margin-top: -9px;
}





/*
* youtube one video
*/

.youtube {
	position: relative;
	-o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
}

.youtube:hover {
	opacity: .85;
}

.youtube.started:hover {
	opacity: 1;
}

.youtube.smaller {
	padding: 0 14.5%;
}
.youtube .videotitle {
	position: absolute;
	left: 30px;
	top: 20px;
	right: 30px;
	z-index: 2;
	font-weight: bold;
	text-shadow: 0 0 17px rgba(10, 10, 10, 0.21);
	line-height: 1.2;
	pointer-events: none;
	opacity: 0;
}

.youtube .videoplay {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  margin-left: -70px;
  margin-top: -58px;
  z-index: 3;
  transition: .3s;
	text-align: center;
	pointer-events: none;
	opacity: 0;
}
.youtube .videoplay::before {
	font-size: 12rem;
	text-align: center;
	text-shadow: 0 0 17px rgba(10, 10, 10, 0.21);
	margin: 0;
	padding: 0;
}

.youtube .videocontainer {
	position: absolute;
  display: block;
  top: 0;
  left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	cursor: pointer;
}

.youtube .videocontainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube .subtitle {
	margin-top: 5px;
}


/*
* Footer
*
*/
.site-footer {
	/* max-width: 1380px; */
	background: #fff;
	height: 485px; /* check .maxwidth_wrapper height! */
	color: #fff;
	background: #2c2c28;
	font-size: 16px;
  font-size: 1.6rem;
	position: absolute;
	width: 100%;
	overflow: hidden;
	line-height: 1.2;
	margin-top: 50px;
	left: 50%;
	transform: translateX(-50.0001%);
}

.site-footer .wrap {
	max-width: 1380px;
	margin: 47px auto 13px auto;
	position: relative;
}

.site-footer .wrap.bottom {
	margin: 2rem 0 0 0;
	max-width: inherit;
}

.site-footer .line {
	border-bottom: 2px solid #fff;
	width: 100%;
}

.site-footer ul, .site-footer ul li {
	margin: 0;
}

.site-footer.theme-standard ul li {
	display: block;
	text-transform: uppercase;
}

.site-footer.theme-standard .menu-footer-right2-de-anstelle-social-container ul.footer-menu2 li,
.site-footer.theme-standard .menu-footer-menu-right-container ul.footer-menu li,
.site-footer.theme-standard .footer-menu-content-adress ul li,
.site-footer.theme-standard ul.footer-menu li {
	padding-bottom: 15px;
	margin:0;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.site-footer a.underline {
	text-decoration: underline;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer .current-menu-item a {
	color: #fff;
}

.site-footer .container ul li::after {
	display: none;
}




/* footer: 3 content container */

.site-footer .footer-right-box-content,
.site-footer .footer-mid-box-content,
.site-footer .footer-left-box-content {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.site-footer .footer-left-box-content {
	width: 42%;
}
.site-footer .footer-mid-box-content {
	width: 32%;
}
.site-footer .footer-right-box-content {
	width: 24%;
}

.site-footer p {
	margin: 0;
}

.footer-fullwidth-content {
	text-align: center;
}

.footer-fullwidth-content .fontlogo {
	display: inline-block;
	width: 233px;
}

.footer-fullwidth-content .fontlogo::before {
	font-size: 3.4rem;
	display: block;
	margin: 0;
	line-height: 1;
}

.site-footer .wrap.bottom .small div,
.site-footer .wrap.bottom .small ul li {
	display: inline-block;
	position: relative;
	margin: 0;

}

.site-footer .wrap.bottom .small .social-menu {
		margin-left: 15px;
}
.site-footer .wrap.bottom .small .social-menu li a {

}

.site-footer .wrap.bottom .small .social-menu li a::before {
	position: absolute;
	bottom: 0px;
	font-size: 16px;
	font-size: 1.6rem;
}

.site-footer .wrap.bottom .footer-small-bottom {
	margin: 0;
}

.site-footer .wrap.bottom .small .footer-small-bottom li {
	margin: 0px 15px 13px 0;
}

.site-footer .footer-menu-copyright,
.site-footer .footer-small-bottom li a {
	font-size: 13px;
	font-size: 1.3rem;
	text-transform: none;
}






.site-footer .footer-menu-copyright {
	display: inline-block;
	margin-right: 19px;
}

.site-footer .menu-footer-small-bottom-container {
	display: inline-block;
}

.site-footer .menu-footer-small-bottom-container li {
	margin-right: 19px;
}

.site-footer .menu-footer-small-bottom-container li:last-child {
	margin-right: 0px;
}

/* footer: arrow up */
.footer-arrow-up {
	position: fixed;
	right: 0;
	bottom: 0;
	cursor: pointer;
	font-size: 23px;
	color: white;
	z-index: 1;
	background: #888585;
	height: 50px;
	width: 50px;
	-o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
	opacity: 0;
	pointer-events: none;
}

.footer-arrow-up.show {
	opacity: 1;
	pointer-events:auto;
}

.footer-arrow-up.icon-op_upit::before {
margin: 13px;
}

.footer-arrow-up:hover::before {
	*color: #db0a22;
}


.site-footer .social-menu .onepager-icon a:hover,
.site-footer .social-menu .onepager-icon a {
	color: transparent;
}

.site-footer .footer-grey-area {
	background: #ebebea;
	text-align: center;
	padding: 30px 0;
}

.site-footer .footer-grey-area .subsites li {
	display: inline-block;
}

.site-footer .footer-grey-area .subsites .grey-area-diw {
		width: 226px;
		height: auto;
		padding-right: 20px;
}

.site-footer .footer-grey-area .subsites .grey-area-ce {
		width: 236px;
		height: auto;
}




/* general top margin for all theme elements */
.themespacer {
	margin-top: 5rem;
}
.themespacer_mobile_bottom {
	margin-bottom: 0;
}


/* ACF template: image fullwidth */
.image_fullwidth:first-child {
  margin-top: 0;
}
.image_fullwidth .container.fullwidth {
  padding: 0;
}

.image_fullwidth .overlay {
	position: absolute;
	z-index:10;
	display: flex;
	align-items: center;
	height: 100%;
	margin-top:4%;
	top: 0;
}

.image_fullwidth .headline h2 {
    margin-bottom: 18px;
		text-shadow: 1px 1px 2px rgba(50,50,50,0.66);
}

.image_fullwidth .headline h2.bigger {
	font-size: 3.3rem;
}

.image_fullwidth .subtext {
    margin-bottom: 32px;
		text-shadow: 1px 1px 2px rgba(50,50,50,0.66);
}

/*
.image_fullwidth.shorter-top-margin .c,
.text_1.shorter-top-margin .c,
.text_2.shorter-top-margin .c,
.text_3.shorter-top-margin .c {
  margin-top: -3.5rem; // IMPORTANT ADD TO CONF XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
}
*/
.headline h1,
.headline h2 {
  margin-bottom: 0;
}

.headline h2.lessbottomspace {
  margin-bottom: -2rem;
}

.headline.only_right_page .link {
  margin-top: 1rem;
	margin-bottom: 1rem;
	position: relative;
}

.headline.only_right_page .link a {
	padding-left: 33px;
	font-weight: bold;
}
.headline.only_right_page .link a::before {
  content: '';
  position: absolute;
  display: block;
  top: 12px;
  left: 0;
  width: 23px;
  height: 2px;
  background-color: #1c1a1a;
}

.headline a {
  text-decoration: none;
}

/* album with spotify  */

.album_with_spotify .halfsize {
	width: 70%;
}

.album_with_spotify .title {
	float: left;
	width: 70%;
	font-weight: bold;
	margin-bottom: 2px;
}

.album_with_spotify .description {
	float: right;
	text-align: right;
	width: 30%;
	margin-bottom: 2px;
}

.album_with_spotify .subtitle a {
	text-decoration: none;
}

.album_with_spotify .subtitle {
	float: left;
	width: 100%;
}

.album_with_spotify .image .image_border {
	margin-bottom: 6px;
}


.album_with_spotify .footerbuttons {
	margin-top: 32px;
	text-align: center;
}

.album_with_spotify .footerbuttons .buy_album {
	display: inline-block;
}

.album_with_spotify .footerbuttons .buy_digital {
	display: inline-block;
	float: right;
}
.album_with_spotify .image_border.grey_border {
		padding: 7px;
		background-color: #e4e6ea;
}

.album_with_spotify .imageholder img.shadow {
	-webkit-box-shadow: 0 0 17px rgba(10, 10, 10, 0.11);
	-moz-box-shadow: 0 0 17px rgba(10, 10, 10, 0.11);
	box-shadow: 0 0 17px rgba(10, 10, 10, 0.11);
}

.album_with_spotify a .imageloader.inview.show:hover .imageholder {
	opacity: .85;
}

/* horizontal line */
.horizontal_line .line {
		width: 100%;
		background-color: #000;
		height: 2px;
}


/*  PDF Download */

.pdfdownload {
	margin-bottom: 30px;
}

.pdfdownload .icon-op_pdf2,
.pdfdownload .link {
	display: inline-block;
}

.pdfdownload .file {
	position: relative;
}

.pdfdownload .link {
	margin-left: 63px;
}

.pdfdownload .icon-op_pdf2 {
	position: absolute;
	top: -5px;
	left: 0;
}


.pdfdownload .icon-op_pdf2::before {
	font-size: 4rem;
	color: #00786c;
}


/* header */
.site-header {
  *height: 120px;
  width: 100%;
  display:inline-block;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 10;
  z-index: 11;
  /* pointer-events: none; */
}

.site-header a.custom-logo-link {
  position: absolute;
  left: 54px;
  top: 36px;
  width: 312px;
  height: auto;
  /* pointer-events: auto; */
}

.mobile-site-search_holder {
	background: #ebebea;
	height: 0px; /* 91px open */
	overflow: hidden;
}
.mobile-site-search form {
	padding: 17px 0 0px 0;
	margin:0;
}

.site-header .site-search {
	position: absolute;
	right: 32px;
	width: 303px;
	height: 52px;
	left: auto;
	top: 121px;
}

.pagesearch .site-search {

}

.mobile-site-search button,
.pagesearch .site-search button,
.site-header .site-search button {
	height: 39px;
	padding: 0 10px;
	border: none;
	color: #2e2e2e;
}

.mobile-site-search button {
	color: #2e2e2e !important;
}

.mobile-site-search input,
.pagesearch .site-search input,
.site-header .site-search input {
	background-color: transparent;
	padding: 0 10px;
	border: none;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid #2e2e2e;
	border-radius: 0;
}

.mobile-site-search input {
	border-color: transparent !important;
	border-bottom: 2px solid #2e2e2e !important;
	color: #2e2e2e !important;
	width: calc(100% - 57px);
}

.mobile-site-search button::after,
.pagesearch .site-search button::after,
.site-header .site-search button::after {
  content: "\E804";
  font-size: 3rem;
  font-family: "onepager_lite";
  font-style: normal;
  font-weight: normal;
	color: inherit;
}

.mobile-site-search button span,
.pagesearch .site-search button span,
.site-header .site-search button span {
  display: none;
}

.mobile-site-search-trigger {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 233px;
	top: 54px;
	display: block;
	cursor: pointer;
	display: none;
}

.mobile-site-search-trigger::before {
	font-size: 2.3rem;
	font-style: normal;
	font-weight: normal;
	color: inherit;
}

/* remove all playeholder fields of input fields */
::-webkit-input-placeholder {
  color: transparent;
}

:-moz-placeholder {
  color: transparent;
}

::-moz-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

input::placeholder {
  color: transparent;
}

textarea::-webkit-input-placeholder {
  color: transparent;
}

textarea:-moz-placeholder {
  color: transparent;
}

textarea::-moz-placeholder {
  color: transparent;
}

textarea:-ms-input-placeholder {
  color: transparent;
}

textarea::placeholder {
  color: transparent;
}





hr {
    background-color: #e0e0e0;
    height: 1px;
    margin: 5rem 0 5rem;
    width: 104px;
}



/* gmap icon */
.gmap {
  position: relative;
  display: inline-block;
}

.gmap .mapicon {
  width: 70px;
  height: 70px;
  display: inline-block;
  font-weight: normal;
  font-size: 46px;
  font-size: 4.6rem;
}


.text_1 .columns p:last-child,
.text_2 .columns p:last-child,
.text_3 .columns p:last-child {
  margin-bottom: 0;
}

/* ACF template: text and image element */
.text_with_image .container {

}

.text_with_image .container .text {
  vertical-align: top;
  display: flex;
  flex-flow: column;
}

.text_with_image.headlineattop .container h1,
.text_with_image.headlineattop .container h2 {
	margin-top: 0px;
}
.text_with_image.headlineattop .container h1 {
	color: #484747;
}

.text_with_image .row {
  display: flex;
}

.text_with_image .columns p:last-child {
  margin-bottom: 0;
  margin-top: auto;
}

.image_container .description,
.text_with_image .description {
	width: 100%;
	text-align: center;
	font-size: 80%;
	padding-top: 10px;
}

.image_container .description {
	text-align: right;
}


/*
* basic animations
*/

.js-from-right {
	filter: alpha(opacity=0);
	opacity: 0;

	-o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-o-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-webkit-transform: translateX(100px);
	transform: translateX(100px);

	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;

	-o-transition:.6s;
	-ms-transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	transition:.6s;
}

.js-from-left {
	filter: alpha(opacity=0);
	opacity: 0;

	-0-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-o-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);

	-o-animation-delay: 23s;
	-ms-animation-delay: 23s;
	-moz-animation-delay: 23s;
	-webkit-animation-delay: 23s;
	animation-delay: 23s;

	-o-transition:.6s;
	-ms-transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	transition:.6s;
}

.js-from-bottom {
	filter: alpha(opacity=0);
	opacity: 0;

	-0-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	transform: translateY(100px);

	-o-animation-delay: 9s;
	-ms-animation-delay: 9s;
	-moz-animation-delay: 9s;
	-webkit-animation-delay: 9s;
	animation-delay: 9s;

	-o-transition:.6s;
	-ms-transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	transition:.6s;
}

.js-zoom-in {
	filter: alpha(opacity=0);
	opacity: 0;

	-0-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);

	-o-animation-delay: 11s;
	-ms-animation-delay: 11s;
	-moz-animation-delay: 11s;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;

	-o-transition:.9s;
	-ms-transition:.9s;
	-moz-transition:.9s;
	-webkit-transition:.9s;
	transition:.9s;
}

.js-zoom-out {
	filter: alpha(opacity=0);
	opacity: 0;

	-o-transform: scale(.8, .8);
	-ms-transform: scale(.8, .8);
	-moz-transform: scale(.8, .8);
	-webkit-transform: scale(.8, .8);
	transform: scale(.8, .8);

	-o-animation-delay: 7s;
	-ms-animation-delay: 7s;
	-moz-animation-delay: 7s;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;

	-o-transition:.7s;
	-ms-transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	transition:.7s;
}

.js-alpha-in {
	filter: alpha(opacity=0);
	opacity: 0;

	-o-animation-delay: 13s;
	-ms-animation-delay: 13s;
	-moz-animation-delay: 13s;
	-webkit-animation-delay: 13s;
	animation-delay: 13s;

	-o-transition:.9s;
	-ms-transition:.9s;
	-moz-transition:.9s;
	-webkit-transition:.9s;
	transition:.9s;
}

.full-visible {
	filter: alpha(opacity=100);
	opacity: 1;

	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);

	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);

	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);

}

/*
* screen readers (accessibility)
*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #fff;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
	clip: auto !important;
	color: #181818;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* ie 11 fix */
@media all and (-ms-high-contrast:none) {
	.site-footer {
			max-width: inherit;
	}
}
