/* ==============
Theme Name: OIIP 2019
Description: Responsive, SEO-friendly WordPress theme for www.oiip.ac.at
Version: 1.0
Author: Michael Wilke, Designtiger Webdesign
Author URI: http://www.designtiger.at/
============== */

@import url("css/reset.css");
@import url("css/basic.css");
@import url("fonts/icons.css");
@import url("fonts/oiip.css");
@import url("css/grid3.css");
@import url("css/nav.css");
@import url("css/owl.carousel.min.css"); 
@import url("css/owl.theme.default.min.css"); 
/* @import url("css/slider.css"); */



/*************************************************
* Webfonts
*************************************************/

@font-face {font-family: 'AvenirLTPro-Roman';src: url('fonts/av393099_0_0.eot');src: url('fonts/av393099_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/av393099_0_0.woff2') format('woff2'),url('fonts/av393099_0_0.woff') format('woff'),url('fonts/av393099_0_0.ttf') format('truetype');}
  
@font-face {font-family: 'AvenirLTPro-Heavy';src: url('fonts/av393099_1_0.eot');src: url('fonts/av393099_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/av393099_1_0.woff2') format('woff2'),url('fonts/av393099_1_0.woff') format('woff'),url('fonts/av393099_1_0.ttf') format('truetype');}

/*************************************************
****            Custom Styles				  ****
*************************************************/

body,
input,
select,
textarea {
	font-family: 'AvenirLTPro-Roman',sans-serif;
}

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

body {
	line-height: 1.6;
	color: #202020;
	background: #f6f6f6;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#outercontainer {
	position: relative;
}

.wrap {
	background: #f6f6f6;
}

#navicon,
#mobnav {
	display: none;
}

.postinfo {
	display: none;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
}

.nobreak {
	white-space: nowrap;
}

.round {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.bgwhite {
	background: #fff;
}

.bgtransparent {
	background: transparent;
}

.bgverylight {
	background: #efefef;
}

.bglight {
	background: #f6f6f6;
}

.bgmedium {
	background: #eae6e6;
}

.bgdark {
	background: #202020;
}

[class^='bg'] .wrap {
	background: transparent;
}

.s_text,
.s_texttext,
.s_textbild,
.s_bildtext,
.s_cta,
.s_team,
.s_teasers {
/* 	border-bottom: 1px solid blue; */
}

@media (max-width:767px) {
	.mobclear {
		clear: both;
	}
}

/*************************************************
* Typo

	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		 -o-transition: all 500ms ease;
		 	transition: all 500ms ease;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

*************************************************/

a {
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
	    -ms-transition: all 200ms ease;
	     -o-transition: all 200ms ease;
	     	transition: all 200ms ease;
	     	
	color: #c5002d;
}

a:hover {
	color: #b4051f;
}

strong, b {
	font-weight: normal;
	font-family: 'AvenirLTPro-Heavy',sans-serif;
}

i, em {
	font-style: normal;
}

#main h1,
h2 {
	font-size: 32px;
	line-height: 1.2;	
	
/* 	margin-bottom: 30px; */
	font-family: 'AvenirLTPro-Heavy',sans-serif;
}

.single-autoren h2 {
/* 	line-height: 1.4; */
}

@media (max-width:767px) {
	#main h1,
	h2 {
		font-size: 28px;
		line-height: 1.3;
	}
}

h2 span.lighth2 {
	font-family: 'AvenirLTPro-Roman',sans-serif;
}

h2 span.smallh2 {
	font-size: 22px;
}

@media (max-width:767px) {
	h2 span.mobblock {
		display: block;
		font-size: 22px;
	}
}

h3 {
	font-size: 22px;
	line-height: 1.2;
	
	margin-top:    40px;
	margin-bottom: 20px;
	font-family: 'AvenirLTPro-Heavy',sans-serif;
}

h3.lowh3 {
	margin-top:    10px;
}


@media (min-width:767px) {
	h3.lowh3 {
		margin-top: 0;
	}
}

h4 {
	font-size: 19px;
	line-height: 1.2;
	
	margin-top: 40px;
	margin-bottom: 20px;
	font-family: 'AvenirLTPro-Heavy',sans-serif;
}

h4.lighth4 {
	font-family: 'AvenirLTPro-Roman',sans-serif;
	font-size: 16px;
}

h5 {
	font-size: 18px;
	
	margin-top:   25px;
	margin-bottom: 15px;	
}

h6 {
	font-size: 14px;
	text-transform: uppercase;
	
	margin-top: 20px;
	margin-bottom: 5px;	
}

@media (max-width:767px) {
	h3, h4, h5, h6 {
		line-height: 1.4;
	}
}

#main h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

#main ul, #main ol {
	margin-bottom: 1.2rem;
}

#main ul li {
	list-style-type: disc;
	margin-left: 20px;
}

#main ol li {
	list-style-type: decimal;
	margin-left: 20px;
}

p {
	margin-bottom: 20px;
}

#main .textcol p:last-child,
#main .textcol ul:last-child,
#main .textcol ol:last-child  {
	margin-bottom: 0; 
	
}

p.caption {
	font-family: 'AvenirLTPro-Heavy',sans-serif;
	margin: 10px 10px 5px 10px;
	font-size: 13px;
}

p.smallmargin {
	margin-bottom: 10px;
}

.person .smallp {
	font-size: 15px;
}

.person p {
	margin-bottom: 10px;
	line-height: 1.45
/* 	line-height: 1.45; */
}

.person p.nomargin {
	margin-bottom: 0;
}

.sponsor p {
	line-height: 1.45;
}

.sponsor .smallp {
	font-size: 15px;
	line-height: 1.4;
}

blockquote {
	font-size: 15px;
	color: #5d5d5d;
	color: #727272;
/* 	font-style: italic; */
	margin: 30px 0 30px 0;
	padding: 0 30px 0 12px;
	border-left: 4px solid #eae6e6;
}

blockquote p {
	margin-bottom: 10px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

hr {
	height: 1px;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #c6c6c6;
}

.bgmedium hr {
	border-bottom: 1px solid #fff;
}

.line {
	width: 100%;
	height: 1px;
	background: #c6c6c6;
}

.border {
	border: 1px solid #c6c6c6;
}

.borderbottom {
	border-bottom: 1px solid #c6c6c6;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}

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

sup {
  top: -0.5em;
}

h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup {
	top: -0.45em;
	font-size: 65%;
}

p sup {
	top: -0.4em;
}


/*************************************************
* Topbar
*************************************************/

#topbar {
	padding: 10px 0;
}

#topbar p {
	margin: 0;
	font-size: 14px;
}


/*************************************************
* Header
*************************************************/

#header {
	position: fixed;
	z-index: 30000;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	
	background: #fff;
	padding-top:    50px;
	padding-bottom: 50px;
	
	-webkit-box-shadow: 0 20px 40px -20px rgba(0,0,0,0);
			box-shadow: 0 20px 40px -20px rgba(0,0,0,0);
	
}

#headerpadding {
	height: 150px;
	background: #fff;
}

#header,
#headerpadding {
	-webkit-transition: padding 350ms ease, height 350ms ease, box-shadow 250ms ease;
	   -moz-transition: padding 350ms ease, height 350ms ease, box-shadow 250ms ease;
	    -ms-transition: padding 350ms ease, height 350ms ease, box-shadow 250ms ease;
	     -o-transition: padding 350ms ease, height 350ms ease, box-shadow 250ms ease;
		    transition: padding 350ms ease, height 350ms ease, box-shadow 250ms ease;
}

.scroll #headerpadding {
	height: 80px;
}

.scroll #header {
	padding-top:    15px;
	padding-bottom: 15px;
	
	-webkit-box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
			box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
}


#logo,
#moblogo {
	background-image: url(images/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

#logo a,
#moblogo a {
	display: block;
	text-indent: -9999px;
}

#logo,
#logo a {
	width: 439px;
	height: 50px;
}

#moblogo,
#moblogo a {
	width: 439px;
	height: 50px;
}

/*************************************************
* Nav
*************************************************/

#nav .menu li:first-child ul li:last-child a {
/* 	font-family: 'AvenirLTPro-Heavy',sans-serif; */
}

/*************************************************
* Fixed #header / #nav
*************************************************/

.fixme {
	z-index: 30001;	
/*
			box-shadow: 0 10px 10px -10px rgba(0,0,0,0);
	-webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0);
*/
	
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	    	 -o-transition: all 500ms ease;
			transition: all 500ms ease;
	     	
	background: #fff;
	border-bottom: 1px solid transparent;
}

.scroll .fixme {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	
/* 	background: rgba(255,255,255,0.8); */
	border-bottom: 1px solid #f0f0f0;
}

#headerpadding {
	
}

.scroll #headerpadding {
	
}



/*************************************************
* Meta
*************************************************/

#meta {
	font-size: 14px;
	line-height: 1.5;
}

#meta p {
	margin: 0;
}

/*************************************************
* Socials
*************************************************/

.socialicon {
	display: inline-block;
	margin: 0 20px 0 0;
}

.socialicons a:hover {
	color: #202020;
}

.socials_l {
	font-size: 20px;
}

.socials_l p {
	text-align: center;
}

.socials_l .socialicon {
	display: inline-block;
	margin: 0 10px;
}


.socials_l ul.socialicon {
	
}

@media (min-width:768px) and (max-width:1023px) {
	.socials_l {
		padding-top: 45px;
	}
}

/*************************************************
* Slider, Carousel Arrows
*************************************************/
.owl-carousel .owl-nav {
    margin-top: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	border-radius: 0px;
	
	transition: all 300ms ease;
			
	position: absolute;
	bottom: 50%;
	margin-bottom: -20px;	
	width:  	 40px;
	height: 	 40px;
	line-height: 40px;
	font-size:   14px;
	text-align: center;
		
	color: #fff;	
	background: transparent;
	font-weight: bold !important;
	
	background: rgba(33,33,33,0.6);
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	color: #c5002d;
	background: rgba(33,33,33,0.6);
}

.singleslide {
	position: relative;
	
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.sliderolay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
/* 	background: rgba(0,0,0,0.2); */

	
	
}

.slidertext {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	
/*
	position: relative;
    top: 50%;
    transform: translateY(-50%);
*/
}

#masthead h3,
#masthead p {
	margin: 20px 0;
}

#masthead h3 {
	margin: 0;
	padding-top: 40px;
	font-size: 24px;
	color: #fff;
	line-height: 1.4;
	font-family: 'AvenirLTPro-Heavy',sans-serif;
}

#masthead p {
	font-family: 'AvenirLTPro-Heavy',sans-serif;
	font-size: 16px;
}

#masthead a {
	display: block;
}

#masthead h3,
#masthead p,
#masthead a h3,
#masthead a p {
	color: #fff;
}

#masthead a:hover h3,
#masthead a:hover p {
	opacity: 0.7;
}



.homesliderolay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.homeslidertext {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.homeslidertitel {
	position: absolute;
	top: 50px;
}

.homeslidertext .bgbox {
	background: rgba(33,33,33,0.6);
}

.homeslidertext a:hover .bgbox {
	background: rgba(33,33,33,0.6);
}

#masthead .homeslidertext p {
	color: #fff;
	font-family: 'AvenirLTPro-Roman',sans-serif;
	font-size: 15px;
}

#masthead .homeslidertext p {
	margin: 0;
}

#homeslide a h3 {
	margin: 0;
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
	font-family: 'AvenirLTPro-Heavy',sans-serif;
	transition: all 400ms ease;
}

#homeslide a {
	display: block;
}

#homeslide a:hover h3 {
	color: #c5002d;
}

@media (max-width:767px) {
	
	.homeslidertext {
		
	}
	
	.home #masthead img {
		
	}
	
	#homeslide .singleslide  {
		overflow: hidden;
	}
	
	#homeslide a h3 {
		font-size: 18px;
	}
	
	#homeslide img {
		width: 200%;
		max-width: 200%;
		margin-left: -50%;
	}
	
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		bottom: auto;
		top: 5px;
		
	}
}

.mobintrotext {
	color: #fff;
	padding-top:    20px;
	padding-bottom: 20px;
	font-size: 15px;
	
	background: #c5002d;
	background: #202020;
	background: #383838;
}

@media (min-width:768px) {
	.mobintrotext {
		display: none;
	}
}

/*************************************************
* Home
*************************************************/

#homeevents h4 a .icon {
	margin-left: 10px;
	font-size: 14px;
	
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
	    -ms-transition: all 250ms ease;
	     -o-transition: all 250ms ease;
	     	transition: all 250ms ease;
}

#homeevents h4 a:hover .icon {
	margin-left: 20px;	
}

.homeevent a {
	display: block;
	color: #202020;
}

.homeevent a:hover {
	color: #5d5d5d;
	color: #727272;
}

@media (max-width:767px) {
	#homeevents h4 {
		margin-bottom: 5px;
	}
}

.person a .icon {
	margin-left: 0px;
	margin-right: 10px;
	font-size: 12px;
	
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
	    -ms-transition: all 250ms ease;
	     -o-transition: all 250ms ease;
	     	transition: all 250ms ease;
}

.person a:hover .icon {
	margin-left: 10px;
	margin-right: 0px;
/* 	margin-left: 20px; */
}

/*************************************************
* Veranstaltungen
*************************************************/

.em-booking-form-details {
    width: 360px !important;
    max-width: 100% !important;
}

.em-booking-form-details input.input, .em-booking-form-details textarea {
	width: 360px !important;
	max-width: 100% !important;
}

table.events-table td {
	padding-top: 	8px !important;
	padding-bottom: 8px !important;
}

table.events-table td.eventdate {
	padding-right: 8px !important;
}

table.events-table td.eventtitle {
	padding-left: 8px !important;
}

/*************************************************
* Sections
*************************************************/


.s_cta {
/*
	border-top:    1px solid #e3ded6;
	border-bottom: 1px solid #e3ded6;
*/
}

.s_cta p {
	margin-bottom: 0;
	font-size: 19px;
	line-height: 26px;
	padding: 16px 0;
}

.s_cta.bgmedium {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (max-width:767px) {
	.s_cta p {
		line-height: 1.4;
		padding: 0 0 16px 0;
	}
}



.previewimg,
.sponsorimg {
	overflow: hidden;
}

.previewimg img,
.sponsorimg img {
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition: 	   all 0.3s ease;
	-o-transition: 	   all 0.3s ease;
	transition: 		   all 0.3s ease;
	
	-webkit-backface-visibility: hidden;
}

a:hover .previewimg img,
.sponsorimg a:hover img { 
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-o-transform: 		scale(1.1);
	-ms-transform: 		scale(1.1);
	transform: 			scale(1.1);
	
	
}

/*************************************************
* Anchor Nav
*************************************************/

#main ul.anchornav,
#main ul.anchornav li {
	list-style-type: none;
	margin: 0;
}

#main ul.anchornav li {
	margin: 0 15px 15px 0;
	float: left;
}

#main ul.anchornav li a {
	display: block;
	padding: 10px 20px 8px 20px;
	background: #fff;
	border: 1px solid #c6c6c6;
}

#main ul.anchornav li a:hover {
	border-color: #c5002d;
	
	border-color: #c6c6c6;
}

#main ul.anchornav li a { 
			box-shadow: 0 10px 20px -10px rgba(0,0,0,0);
	-webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,0);
	
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
	    -ms-transition: all 250ms ease;
	     -o-transition: all 250ms ease;
	     	transition: all 250ms ease;
 }
 
#main ul.anchornav li a:hover {
			box-shadow: 0 10px 20px -10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,0.2);
}


/*************************************************
* Single
*************************************************/

.singleimg {
	position: relative;
}

.singletitle {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	
}

.singletitle {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.singletitle h3 {
	margin: 0;
	padding-top: 20px;
	font-size: 24px;
	color: #fff;
	line-height: 1.4;
	font-family: 'AvenirLTPro-Heavy',sans-serif;
}

.singletitle h3 span.eventdate {
	font-family: 'AvenirLTPro-Roman',sans-serif;	
}

@media( max-width:767px) {
	.singleimg {
		overflow: hidden;
		margin-left:  -18px;
		margin-right: -18px;
	}
	
	.singleimg img {
		max-width:   140%;
		margin-left: -20%;
		
	}
	
	.singletitle h3 {
		padding-top: 0;
		font-size: 20px;
	}
}

@media (min-width:768px) {
	.singleimg img {
		width: 100%;
	}
}


.postmeta {
	line-height: 1.4;
}

.postmeta p {
	font-size: 14px;
	margin: 0;
	padding: 20px 0;
	line-height: 1.4;
}

.postmeta span {
	
}

.postmeta span.postdate {
	
}  

.postmeta span.categories,
.postmeta span.tags {
	display: inline;
}

.postmeta i.tag {
	
}

.postmeta .categories a{
	color: #202020;
}

.postmeta .author a,
.postmeta .tags a,
.postmeta .tags i {
	color: #9c9c9c;
}

.postmeta .tags a:hover,
.postmeta .author a:hover {
	color: #202020;
}

.postmeta span.postdate,
.postmeta span.author,
.postmeta span.categories,
.postmeta i,
.single .postmeta .tags a {
	margin-right: 6px;
}

@media (min-width:1281px) {
	.postmeta span.postdate,
	.postmeta span.author,
	.postmeta span.categories,
	.postmeta i,
	.single .postmeta .tags a {
		margin-right: 10px;
	}
}

.postmeta i:last-child,
.single .postmeta .tags a:last-child {
	margin-right: 0;
}


a.linktomap .icon {
	margin-left: 10px;
	font-size: 14px;
	
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
	    -ms-transition: all 250ms ease;
	     -o-transition: all 250ms ease;
	     	transition: all 250ms ease;
}

a.linktomap:hover .icon {
	margin-left: 20px;	
}

/*************************************************
* Archive / Category
*************************************************/


.hovershadow { 
			box-shadow: 0 20px 40px -20px rgba(0,0,0,0);
	-webkit-box-shadow: 0 20px 40px -20px rgba(0,0,0,0);
	
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
	    -ms-transition: all 250ms ease;
	     -o-transition: all 250ms ease;
	     	transition: all 250ms ease;
 }
 
.hovershadow:hover {
			box-shadow: 0 20px 40px -20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 20px 40px -20px rgba(0,0,0,0.3);
}

.articlepreview a h3,
.articlepreview a p {
	color: #202020;	
}

.articlepreview a:hover h3,
.articlepreview a:hover p,
.articlepreview a:hover span {
	color: #5d5d5d;
	color: #727272;
	color: #727272;
}

.articlepreview h3 {
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
	margin-bottom: 5px;
}

.articlepreview p {
	font-size: 14px;
}

/*************************************************
* Teaser, Subpages
*************************************************/

.teaser h4,
.subpage h4 {
	margin: 0;
}

.teaser a,
.subpage a {
	display: block;
}

.teaser {
	position: relative;
}

.teaser h4 {
	line-height: 1.8;
	margin: 10px 0 10px 0;
}

/*************************************************
* Swipebox
*************************************************/

#swipebox-overlay {
	background: rgba(255,255,255,0.96) !important;
}

#swipebox-slider .slide {
	padding: 20px !important;
}

#swipebox-close {
	background-color: #fff !important;
	z-index: 30004 !important;
}

#swipebox-bottom-bar {
	background: transparent !important;
}

#swipebox-arrows {
    max-width: none !important;
    width: 98% !important;
    background: transparent !important;
}

#swipebox-arrows a {
	background-color: #fff !important;
}

#swipebox-next.disabled, 
#swipebox-prev.disabled {
    opacity: 0.15 !important;
}

#swipebox-close, #swipebox-next, #swipebox-prev {
	background-image: url('images/icons.png') !important;
	background-size: auto 34px !important;
}

#swipebox-prev {
    background-position: -32px 8px !important;
}

#swipebox-next {
    background-position: -68px 8px !important;
}

#swipebox-close {
    background-position: 8px 8px !important;
}


/*************************************************
* Button
*************************************************/

.button {
	
}

.button a {
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;	
	padding: 16px 25px 14px 25px;
	margin: 0;
	margin-bottom: 10px;
	
	font-family: 'AvenirLTPro-Heavy',sans-serif;
	
	font-size:   17px;
	line-height: 1.25;
	
	color: #fff;
	background: #c5002d;
	border: 1px solid #c5002d;
}

.s_cta .button a {
	margin: 0;
	line-height: 26px; 
}

.button.narrowbutton a {
	font-family: 'AvenirLTPro-Roman',sans-serif;
	
	font-size:   15px;
	line-height: 1.25;
	
	width: auto;
	display: inline-block;
	padding: 10px 20px 8px 20px;
}

.button.ghost a {
	color: #c5002d;
	background: #fff;
	border: 1px solid #c5002d;
}

.button.masterbutton a {
	color: #c5002d;
	background: transparent;
	border: 1px solid #c5002d;
	font-family: 'AvenirLTPro-Roman',sans-serif;
	padding: 30px 10px 30px 10px;
}

.button a:hover {
	background: #b4051f;
}

.button.ghost a:hover {
	background: #c5002d;
	color: #fff;
}

.button.masterbutton a:hover {
	background: #fff;
}

.teaserbutton a {
	margin: 0;
	font-family: 'AvenirLTPro-Roman',sans-serif;
	color: #c5002d;
	background: #fff;
	border: 1px solid #c6c6c6;
	
			box-shadow: 0 10px 20px -10px rgba(0,0,0,0);
	-webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,0);
	
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
	    -ms-transition: all 250ms ease;
	     -o-transition: all 250ms ease;
	     	transition: all 250ms ease;
}

.teaserbutton a:hover {
	border-color: #c6c6c6;
	background: #fff;
	color: #b4051f;
	
			box-shadow: 0 10px 20px -10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,0.4);
}


/*************************************************
* Video
*************************************************/

.ytvideo {
	
}

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

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

/*************************************************
* Overlays Suche, Sprachauswahl
*************************************************/

#nav .triggericon {
	float: right;
	color: #c5002d;
	cursor: pointer;
}

#nav .triggericon.active {
	color: #202020;
}

#nav .searchicon {
	margin-right: 20px;
}

#nav .langicon {
	
}

.fullolay {
	position: fixed;
	z-index: 30001;
	top: 150px;
	right: 0;
/* 	bottom: 0; */
	left: 0;
	width: 100%;
/* 	height: 100%; */

	

/* 	cursor: pointer; */

	max-width: 1600px;
	margin: 0 auto;
	
	background: rgba(255,255,255,0.5);
	background: rgba(234,230,230,1);
	
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s, top 0.3s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, top 0.3s;
}

.fullolay.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, top 0.2s;
	transition: transform 0.4s, opacity 0.4s, top 0.2s;
}

.scroll .fullolay {
	top: 80px;
}

.fullolay .wrap {
	position: relative;
}

.olayinner {
	padding-top:    80px;
	padding-bottom: 80px;
}

/*
.fullolay_inner {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 80px;
	
	height: 200px
	background: rgba(245, 245, 245, 0.98);
	
	max-width: 1600px;
}
*/

.olaycloseicon {
	position: absolute;
	top:   30px;
	right: 30px;
	width:  20px;
	height: 20px;
	background: #fff;
	color: #c5002d;
	
	font-size: 24px;
	
	cursor: pointer;
}

.olaycloseicon { display: none; }

.olaycloseicon span,
.olaycloseicon span:before,
.olaycloseicon span:after {
	content: "";
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 16px;
	background-color: #c5002d;
	top: 5px;
	left: 1px;
}

.olaycloseicon span {
	background: transparent;
}

.olaycloseicon span:before {
	
	-webkit-transform: 	rotate(-45deg);
    -moz-transform: 		rotate(-45deg);
    -o-transform: 		rotate(-45deg);
    -ms-transform: 		rotate(-45deg);
    transform: 			rotate(-45deg);
}

.olaycloseicon span:after {
	
     -webkit-transform:  rotate(45deg);
     -moz-transform: 		rotate(45deg);
     -o-transform: 		rotate(45deg);
     -ms-transform: 		rotate(45deg);
     transform: 			rotate(45deg);
}

@media (max-width:1023px) {
	.fullolay,
	.scroll .fullolay {
		top: 77px;
	}
	.olayinner {
		padding-top:    40px;
		padding-bottom: 40px;
	}
	#nav .triggericon {
		position: fixed;
		top: 18px;
		right: 50px;
		width:  40px;
		height: 40px;
		
		text-align: center;
		line-height: 40px;
		font-size: 20px;
	}
	
	#nav .searchicon {
		margin: 0;
		right: 90px;
	}
	
	#nav .triggericon:hover {
		
	}
}

.languagelist {
	width: 100%;
}

.languagelist ul,
.languagelist li  {
	text-align: center;
}

.languagelist li  {
	display: inline-block;
	margin: 0 20px;
}


/* Fullolay alternative colors */

.fullolay {
	background: #c5002d;
}

.olayinner {
    padding-top:    40px;
    padding-bottom: 40px;
}

.fullolay a {
	color: #fff;
}




/*************************************************
* Suche
*************************************************/

.searchfield {
	width: 100%;	
}

.searchfield .screen-reader-text {
	display: none;
}

.searchfield input[type="search"] {
	width: calc(100% - 31px);
	
	-webkit-appearance: none;
    -webkit-border-radius: 	0px;
	-moz-border-radius: 	    0px;
	border-radius: 			0px;   
	
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		 -o-transition: all 500ms ease;
		 	transition: all 500ms ease; 
    
    line-height: 22px;
	font-size: 16px;
	
	padding: 5px 5px 5px 15px;
	border-width: 0px;
	
	background: #fff;
	color: #303030;
	
	background: transparent;
	color: #fff;
	
	border-bottom: 1px solid #fff;
}

.searchfield button {
	width:  31px;
	float: right;
	cursor: pointer;
	line-height: 30px;
	background: #c5002d;
	color: #fff;
	
	border-width: 0px;
	border: none;
	
	border-bottom: 1px solid #fff;
}

.searchfield button {
    background: #fff;
    color: #c5002d;
}

.search button:hover,
.search button:focus {
	background: #b4051f;
	background: #fff;
}

.searchfield ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.searchfield :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.searchfield ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.searchfield :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.searchfield ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

.searchfield ::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}

.wpcf7-form-control.wpcf7-radio  {
	display: block;
	padding-bottom: 10px !important;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	margin: 0 !important;
}

/*************************************************
* Newsletter
*************************************************/
#footer {
	
}

#footer label {
	display: none !important;
}

#footer input,
#footer button {
	margin: 0;
}

#footer input[type="email"] {
	width: calc( 100% - 114px);
	border: 0;
	border: none;
	border-bottom: 1px solid #c6c6c6;
	padding: 10px 0 8px 5px;
	line-height: 18px;
	font-size: 14px;
}

#footer input[type="email"]:focus {
	border-bottom: 1px solid #c5002d;
}

#footer input[type="submit"] {
	cursor: pointer;
	
	display: block;
	float: left;	
	width: auto;
	margin: 0 0 0 0;
	padding: 10px 0 8px 0;
	border: none;
	border: 0;
	border-bottom: 1px solid #c5002d;
	background: #c5002d;	
	color: #fff;
	font-size: 14px;
	
	width: 114px;
	overflow: hidden;
	
	line-height: 18px;
}

#footer input[type="submit"]:focus,
#footer input[type="submit"]:hover {
	text-decoration:none;
	cursor:pointer;
	
	border-color: #b4051f;
	background: #b4051f;
}

#footer .wpcf7-response-output {
	margin-bottom: 10px !important;
	font-size: 15px !important;
}

#footer .socialicons  {
/*
	float: right;
	display: inline;
*/
}

 

/*************************************************
* Footer
*************************************************/

#footer p.smallp {
	font-size: 14px;
}

#footer p.verysmallp {
	font-size: 13px;
	color: #9d9d9d;
	line-height: 1.3;
}

#footer .nlbox {
	padding: 25px 30px;
}

#subfooter {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}

#subfooter,
#subfooter a {
	color: #fff;
}

#subfooter a.creator {
	opacity: 0.4;
}

#subfooter a:hover {
	color: #c5002d;
	opacity: 1;
}

#subfooter p {
	margin: 0;
}

#subfooter span {
	margin-left: 30px;
}

/*************************************************
* Seitenanfang
*************************************************/

#totop {
	position: fixed;
	right:  10px;
	bottom: 25px;
	width: 	40px;
	height: 40px;
	background: #c5002d;
	
	z-index: 999;
	display: none;
}

#totop a {
	text-align: center;
	display: block;
	width: 	40px;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	padding-left: 2px;
}

/*************************************************
* Toggles
*************************************************/

.home .togglestitle,
.home .toggle {
	font-size: 15px;
}

.acc_item {
	width: 100%;
	border-top: 1px solid #cecece;
}

.acc_item:first-child {
	border: none;
}

.acc_title {
	display: block;
	position: relative;
	width: 100%;
	padding: 18px 40px 18px 30px;
	border: none;
	line-height: 24px;
	
	cursor: pointer;
}

.acc_title p {
	margin: 0;
}

.acc_title span.icon {
	position: absolute;
	right: 0;
	top: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		 -o-transition: all 500ms ease;
		 	transition: all 500ms ease;
}

.acc_title:last-child {
	
}

.acc_item.is-open .acc_title {
	
}

.acc_item.is-open .acc_title span.icon {
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
	     -o-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
		    transform: rotate(-180deg);
}

.acc_content {
	background-color: #fff;
}

.acc_content p {
	margin: 0 0 10px 0;
}

.is-hidden {
	display: none;
}

@media(max-width:600px) {
	.acc_title {
		padding: 18px 40px 18px 10px;
	}
	
	.acc_title span.icon {
		top: 20px;
	}


}

.persontoggles .acc_item {
	border-top: 2px solid #fff;
}


.persontoggles  .acc_title {
    padding: 17px 40px 13px 20px;
    background: #f6f6f6;
}

.persontoggles .acc_title span.icon {
	right: 10px;
}

.persontoggles .acc_title p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
	font-family: 'AvenirLTPro-Heavy',sans-serif;
}

.persontoggles .acc_content h3 {
	font-size: 18px;
	margin-top: 30px;
}

.persontoggles .acc_content li {
	margin-bottom: 5px;
	line-height: 1.45;
}

@media(max-width:600px) {
	.persontoggles .acc_title span.icon {
		top: 10px;
	}


}

/*************************************************
* Edit-Link
*************************************************/

.editbutton {
	clear: both;
	margin: 10px 0;
}

.editbutton a {
	border: 2px solid #c5002d;
	padding: 10px 20px;
	font-size: 0.94rem;
	font-family: 'AvenirLTPro-Heavy',sans-serif;
	
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		 -o-transition: all 200ms ease;
		 	transition: all 200ms ease;
}

.editbutton a:hover {
	border: 2px solid #b4051f; 
}

.editlink {
	font-size: 0.94rem;
	font-family: 'AvenirLTPro-Heavy',sans-serif;
}

.editlink .icon {
	font-size: 0.6rem;
	font-weight: normal;
	position: relative;
	top: -2px;
	margin-right: 4px;
}

/*************************************************
* Formulare
*************************************************/

.cform {
	margin: 0;
	padding: 0;
}

.cform p {
	display: block;
	margin-bottom: 20px;
}

input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="submit"],
textarea,
select  {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	
	-webkit-appearance: none;
    -webkit-border-radius: 	0px;
	-moz-border-radius: 	0px;
	border-radius: 			0px;    
	
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		 -o-transition: all 500ms ease;
		 	transition: all 500ms ease;


	font-size: 16px;
	line-height: 1.2;
	
	background: white;
	padding: 8px;
	border: 1px solid #e0e0e0;
	
	float: left;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="submit"]:focus,
textarea:focus {
	background: white;
	border: 1px solid #c5002d;
}

input[type="checkbox"] {
    -webkit-border-radius: 	0px;
	-moz-border-radius: 	0px;
	border-radius: 			0px;
}

input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
	/* -webkit-appearance: none; */
	border: 1px solid grey;
	
	width:  16px;
	height: 16px;
	display: inline-block;
	margin: 0 8px 0 0;	
}

input[type="checkbox"],
input[type="radio"],
input[type="submit"] {
	-webkit-user-select: none;
	-moz-user-select:	 none;
	-ms-user-select:	 none;
	user-select:		 none;
	}


@media (max-width:1023px) {
	input[type="checkbox"],
	input[type="radio"] {
		position: relative;
		top: 3px;
	}
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
	background: #c5002d;
	border: 1px solid #c5002d;
}


input[type="radio"]:checked+label { 
	
}

.wpcf7-form-control-wrap {
	margin-bottom: 10px;
	/*
	width: 100%;
	display: block;
	
	*/
}

.wpcf7-list-item {
	width: 100%;
	display: block;
	margin: 15px 0 10px 0 !important;
}

.wpcf7-list-item label {
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.wpcf7-list-item label {
	
}

.wpcf7-acceptance label {
	display: inline-block;
	font-size: 0.95rem;
	line-height: 1.5;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

input[type="submit"] {
	cursor: pointer;
	
	display: block;
	float: left;	
	width: auto;
	margin: 10px 0 10px 0;
	padding: 10px 40px;
	border: 1px solid #c5002d;
	background: #c5002d;	
	color: #fff;
}

input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration:none;
	cursor:pointer;
	
	border: 1px solid #b4051f;
	background: #b4051f;
}

input[type="submit"]:disabled,
input[type="submit"]:disabled:focus,
input[type="submit"]:disabled:hover {
	border: 1px solid #c5002d;
	background: #c5002d;
	opacity: 0.2;
}

.wpcf7-response-output {
	clear: both;
	display: block;
	width: 100%;
}

span.wpcf7-not-valid-tip {
	display: inline;
	color: red !important;
	font-size: 15px !important;
}

div.wpcf7-response-output {
	border: 2px solid #c5002d !important;
}

div.wpcf7-validation-errors {
	border: 2px solid red !important;
}

/*************************************************
* Google Maps
*************************************************/

.gmap {
	width: 100%;
	height: 400px;
}

.gmap img {
	max-width: none;
}

/*************************************************
* Responsive 
*************************************************/

@media (max-width: 479px) {
	input,
	input[type="text"], 
	input[type="email"], 
	textarea,
	select  {
		width: 100%;
	}
}

@media (min-width: 480px) {
	
}

@media (max-width: 767px) {
	
	.mobilebutton {
		display: block;
	}
	
}

@media (max-width:1260px) {
	#logo,
	#moblogo {
		background-image: url(images/moblogo.png);
	}
	
	#logo,
	#logo a,
	#moblogo,
	#moblogo a {
		width: 88px;
		height: 50px;
	}
}

@media (min-width:1260.02px) and (max-width:1290px) {
	#nav .menu a {
		margin: 0 15px 0 0;
	}
/*
	#logo,
	#moblogo {
		background-image: url(images/moblogo.png);
	}
	
	#logo,
	#logo a,
	#moblogo,
	#moblogo a {
		width: 88px;
		height: 50px;
	}
*/
}

@media (max-width:1023px) {
	html,
	body {
		
	}
	
	/* Disable mobile zoom */
	select, textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select:focus, input:focus { 
		font-size: 16px;
	}
	
	#nav .menu,
	#meta,
	#topbar {
		display: none;
	}
	
	#header,
	.scroll #header {
		padding-top:    15px;
		padding-bottom: 12px;
	}
	
	#headerpadding,
	.scroll #headerpadding {
		height: 77px;
	}

	
	#navicon,
	#mobnav {
		display: block;
	}
	
	#masthead {
		overflow: hidden;
	}
	
	#masthead img {
		max-width: 200%;
		margin-left: -33%;
	}
	
	#masthead h3 {
		margin: 10px 0;
		margin: 0;
	}
	
	#masthead h3 {
		font-size: 20px;
	}
	
	#masthead p {
		font-size: 16px;
	}
	
	#subfooter {
		padding-bottom: 30px;
	}
	
	#subfooter span {
		display: block;
		margin-left: 0;
		margin-top:    10px;
		margin-bottom: 10px;
	}
	
	#subfooter .textright {
		text-align: left;
	}
	
	
	
	
	/* Nav Icon */
	
	#navicon {
		position: fixed;
		z-index: 30003;
		right: 10px;
		top: 18px;
		width:  40px;
		height: 40px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		cursor: pointer;				
		border: none;	
			
	}
	
	#navicon span,
	#navicon span:before,
	#navicon span:after {
		display: inline-block;
		height: 2px;
		position: absolute;
		width: 24px;
			 	
		background-color: #fff;
		background-color: #c5002d;
		
/*
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		   		border-radius: 2px;
*/
		
		/*
		-webkit-box-shadow: 0px 0px 3px 0px #c5002d;
				box-shadow: 0px 0px 3px 0px #c5002d;
		*/
		
/*
		-webkit-box-shadow: 0px 0px 1px 2px #fff;
				box-shadow: 0px 0px 1px 2px #fff;
*/
				
		-webkit-transition: all 250ms ease;
		   -moz-transition: all 250ms ease;
			-ms-transition: all 250ms ease;
			 -o-transition: all 250ms ease;
			 	transition: all 250ms ease;

	}
	
	#navicon span {
	    left:   8px;
	    top:   19px;

	}
	
	#navicon span:before {
	    content: "";
	    left: 0;
	    top: 9px;
	}
	
	#navicon span:after {
	    content: "";
	    left: 0;
	    top: -9px;
	}
	
	#navicon:focus span,
	#navicon:focus span:before,
	#navicon:focus span:after {
		background-color: #fff;
		
	}
	
	#navicon.active {
		-webkit-transition: background 100ms ease;
		   -moz-transition: background 100ms ease;
			-ms-transition: background 100ms ease;
			 -o-transition: background 100ms ease;
			 	transition: background 100ms ease;
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		
	}
	
	#navicon.active span {
		background: rgba(0,0,0,0);
		
		-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
				box-shadow: 0 0 0 0 rgba(0,0,0,0);
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		background-color: #fff;
		position: absolute;
	    left: 0;
	    top: 0;
	    width: 30px;
	    
	    background: #c5002d;
	    background: #fff;
	    
	    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
				box-shadow: 0 0 0 0 rgba(0,0,0,0);

	}
	
	#navicon.active span:before {
		-webkit-transform: 	rotate(-45deg);
	    -moz-transform: 	rotate(-45deg);
	    -o-transform: 		rotate(-45deg);
	    -ms-transform: 		rotate(-45deg);
	    transform: 			rotate(-45deg);
	}
	
	#navicon.active span:after {
	     -webkit-transform: rotate(45deg);
	     -moz-transform: 	rotate(45deg);
	     -o-transform: 		rotate(45deg);
	     -ms-transform: 	rotate(45deg);
	     transform: 		rotate(45deg);
	}
	
	/* Mobnav */
	
	#mobolay {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        position: fixed;
        z-index: -1;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(32,32,32,0.7);
        opacity: 0;

        -webkit-transition:	opacity 500ms ease;
        -moz-transition: 		opacity 500ms ease;
        -ms-transition: 		opacity 500ms ease;
        -o-transition: 		opacity 500ms ease;
        transition: 			opacity 500ms ease;
    }

    #mobolay.active {
        z-index: 30001;
        opacity: 1;
    }
	
	#mobnav {
		overflow-y: scroll; 
		-webkit-overflow-scrolling: touch;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		
		position: fixed;
		z-index: 30002;
		top: 0;
		height: 100%;
		left: -100%;
		width: 100%;
		width: calc(100% - 60px);
		
		max-width: 
		
		-webkit-transition: left 500ms ease;
		   -moz-transition: left 500ms ease;
			-ms-transition: left 500ms ease;
			 -o-transition: left 500ms ease;
			 	transition: left 500ms ease;
	}
	
	#mobnav.active {
		left: 0;
	}
	
	/* Mobile Menu */
	
	#mobnav p {
		line-height: 2;
	}
	
	#mobmenu ul li {		
		position: relative;
	}
	
	#mobmenu a {
		color: #c5002d;
		color: #303030;
	}
	
	#mobmenu ul li a {
		display: block;
		padding: 0 40px 0 10px;
		height: 44px;
		line-height: 44px;
		border-bottom: 1px solid #eae6e6;
		border-bottom: 1px solid rgba(234,230,230,0.35);;
	}
	
	#mobmenu ul.menu li.current-menu-item>a,
	#mobmenu ul.menu li.current-menu-parent>a,
	#mobmenu ul.menu li a:hover,
	#mobmenu ul.menu li a:focus {
		color: #c5002d;
	}
	
	#mobnav ul.menu>li > a,
	#mobnav ul.menu li > ul > li.menu-item-has-children > a {
		
	}
	
	#mobmenu ul li:first-child a {
		border-top: 1px solid #eae6e6;
		border-top: 1px solid rgba(234,230,230,0.35);
	}
	
	#mobmenu ul li ul {
		display: none;
		padding-top:    14px;
		padding-bottom: 14px;
	}
	
	#mobmenu ul li ul li:first-child a {
		border-color: transparent !important;
	}
	
	#mobmenu ul li ul li {
		text-transform: none;
	}
	
	#mobmenu ul li ul li a {
		padding-left: 20px;
		line-height: 36px;
		height: auto;
		border-color: transparent !important;

	}
	
	#mobmenu ul li ul li:first-child a {
		
	}
	
	#mobmenu ul li ul li:first-child a {
		border-top: 0;
	}
	
	#mobmenu ul li ul li ul {
		display: none;
	}
	
	#mobmenu ul li ul li ul li a {
		padding-left: 45px;
	}
	
	/* Subnav */
	.subnavicon {
		position: absolute;
		right: 0;
		top: 0;
		width:  44px;
		height: 44px;
		font-size: 20px;
		line-height: 44px;
		text-align: center;
		
		
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	
	.subnavicon:before,
	.subnavicon:after {
		background: #c5002d;
		content: '';
		display: block;
		width: 14px;
		height: 2px;
		position: absolute;
		left: 15px;
		
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		   		border-radius: 2px;
		
		-webkit-transition: opacity 400ms ease;
		   -moz-transition: opacity 400ms ease;
			-ms-transition: opacity 400ms ease;
			 -o-transition: opacity 400ms ease;
			 	transition: opacity 400ms ease;
	}
	
	.subnavicon:before {
		top: 21px;
	}
	
	.subnavicon:after {
		top: 21px;
		transform: rotate( -90deg );
	}
	
	/*
	#mobnav .menu li.current-page-parent>.subnavicon.sub-menu-active {
		background: grey;
	}
	
	#mobnav .menu li.current-page-parent>ul {
		background: grey;
	}
	*/
	
	#mobnav .menu li .subnavicon.sub-menu-active {
		background: grey;
		background: #eae6e6;
		background: rgba(234,230,230,0.35);
	}
	
	#mobnav .menu>li>ul {
		background: grey;
		background: #eae6e6;
		background: rgba(234,230,230,0.35);
	}
	
	#mobnav .menu>li.current-page-ancestor>a {
		/*
		background: #f6f6f6;
		*/
	}
	
	.subnavicon.sub-menu-active:after {
		opacity: 0;
	}
	
	#mobnavcontact a {
		color: #b4051f;
	}
	
}

@media (min-width: 768px) {
	
}

@media (min-width: 768px) and (max-width: 1023px) {
    
}

@media (min-width: 1024px) {
	
}

@media (min-width: 1024px) and (max-width: 1179px) {
    
}

@media (min-width: 1180px) {
	
}

@media (min-width: 1180px) and (max-width: 1419px) {
    
}

@media (min-width:1420px) {
	html,
	body {
		
	}
}

@media (min-width:1420px) and (max-width:1599px) {
    
}

@media (min-width:1600px) {
	html,
	body {
		
	}  
	
	#outer,
	.fixme {
		max-width: 1600px;
		margin: 0 auto;
	}  
	
}




















