/*
Theme Name: TeXtreme
Theme URI: http://www.textreme.com/
Author: Mecka Reklambyra
Author URI: http://www.mecka.se/
Description: Theme for TeXtreme
Version: 1.0
*/



/*
Färger
Svart - #000 (logo backg.)
Grön - #84c326
Ljusgrå - #646464
Mörkgrå - #323131
Mörkaregrå - #292929

*/




/**
****************************************************************************************
 *  Fonts
 ****************************************************************************************
 */
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,300i|Roboto:300,700');
/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Mono', monospace;
*/

/**
****************************************************************************************
 *  Reset
 ****************************************************************************************
 */
/**
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

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

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

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	/*
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
	*/
	outline: none;
}

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

a img {
	border: 0;
}

/**
****************************************************************************************
 *  Clearing floats
 ****************************************************************************************
 */
.clear:after {
	clear: both;
}
.clear:before,
.clear:after {
	display: table;
	content: "";
}
.clear {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


/**
****************************************************************************************
 *  Responsive img
 ****************************************************************************************
 */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}













/**
****************************************************************************************
 * Basic structure
 ****************************************************************************************
 */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
	
}

body {
	background-color: #fff;
}

.o-wrapper {
	left: 0%;
	width: 100%;
}

/*

#sidebar-menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 0%;
	z-index: 600;
	background-color: #292929;
	height: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
}
*/

#sidebar-menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 25%;
	z-index: 600;
	background-color: #292929;
	height: 50px;
	overflow: hidden;
	text-align: left;
	padding-top: 0px;
}


#page{	
	margin: 0 0;
}

#header{	
	margin-top: 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 500;
	width: 75%;
	background-color: #000;
	height: 50px;
}

#header-content{
	text-align: right;
}


#content{
	width: 100%;
}

#logo{ }

#logo img{
	max-height: 50px;
}

#main,
.main{
	max-width: 1300px;
	padding: 0 6%;
	margin-bottom: 30px;
}



article{
	max-width: 822px;
}





#footer{
	width: 100%;
	background-color: #646464;
}


.footer-content{
	max-width: 1152px;
	max-width: 1300px;
	padding: 0 6%;
}










/**
****************************************************************************************
* Basic Typo
****************************************************************************************
*/
body {	
	font-family: 'Roboto Mono', monospace;
	font-weight: 300;
	font-style: normal;
	color: #646464;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 32px;	
	line-height: 3.2rem;
	-webkit-font-smoothing: antialiased;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #646464;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	clear: both;
}


h1{
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 1.1;		
}

h1 span{
	color: #84c326;		
}

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

h3{
	font-size: 22px;
	font-size: 2.2rem;

}

h4{
	font-size: 18px;
	font-size: 1.8rem;	
}

h5{
	font-size: 17px;
	font-size: 1.7rem;	
}
h6{
	font-size: 16px;
	font-size: 1.6rem;	
}


a {
	font-weight: normal;
	color: #84c326;	
	text-decoration: underline;	
	transition: color 0.2s ease-in;
}

a:hover,
a:focus {
	color: #000;	
	text-decoration: none;
}


a img {
	opacity: 1.0;
	transition: opacity 0.2s ease-in-out;
}

a img:hover {
	opacity: 0.8;
}



p {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}
/**
****************************************************************************************
* Basic Typo - END
****************************************************************************************
*/



/**
****************************************************************************************
* WP-standard 
****************************************************************************************
*/

b,
strong {
	font-weight: 700;
}

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

blockquote {
	text-align: left;
	color: #84c326;
	font-size: 22px;
	font-size: 2.2rem;
	font-style: italic;
	line-height: 50px;
	margin: 30px 30px 30px 20px;	
	
}



blockquote p {	
	display: inline;	
}

blockquote p span {
	color: #fff;
	display: inline;
	background: #84c326;
	box-shadow: 20px 0 0 #84c326, -20px 0 0 #84c326;
	padding-top: 6px;
	padding-bottom: 8px;
	box-decoration-break: clone;
	/*
	white-space: pre-wrap;
	*/
	width: 101%;
}


/* IE 11 Fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	blockquote p span {
		box-shadow: 20px 0 0 #84c326, -20px 0 0 #84c326,
		1px 0 0 #84c326, -1px 0 0 #84c326;
	}
}


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

blockquote cite,
blockquote small {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}





hr {
	background-color: #84c326;
	color: #84c326;
	border: 0;
	height: 1px;
	margin-top: 60px;
	margin-bottom: 60px;
}

ul,
ol {
	margin: 20px 20px 20px 80px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #84c326;
	font-size: 14px;
	font-size: 1.4rem;
		
}



table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

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

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

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}



figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}
/**
****************************************************************************************
* WP-standard - END 
****************************************************************************************
*/








/**
****************************************************************************************
* Menu 
****************************************************************************************
*/

/* Slide/Push Menu Left. */
.c-menu--slide-left,
.c-menu--push-left {
   left: 0%;
	
}

#c-button--slide-left,
.c-menu__close{
	padding-left: 12px;
    padding-top: 6px;
	position: relative;
	z-index: 4;
}

#c-button--slide-left:hover{
	cursor: pointer;
}


#main-menu .top_item_has_children{
	background-image: url('images/submenu-plus.png');
	background-position: right top;
	background-repeat: no-repeat;	
	position: absolute;
    top: 0;
    right: 60px;	
	width: 32px;
	height: 32px;	
	cursor: pointer;		
}

.item_open{
	background-image: url('images/submenu-close.png') !important;
	width: 32px;
	height: 32px;
}




#main-menu  {
	margin-top: 80px;
}


#main-menu ul  {
	margin: 0 0 0 30px;
}
#main-menu ul ul  {
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

#main-menu ul ul ul {
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main-menu ul li {
	display: block;
	margin-bottom: 40px;
}

#main-menu ul li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 36px;
	font-size: 3.6rem;
	color: #fff;
	border: 1px solid transparent;
	transition: color 0.2s ease-in;
	text-decoration: none;		
}


#main-menu ul li ul li{
	margin-bottom: 10px;
}


#main-menu ul li ul li ul li{
	margin-bottom: 0px;
}


#main-menu ul li ul li a {
	font-family: 'Roboto Mono', monospace;
	font-weight: 300;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 1px;
}

#main-menu ul li a:hover,
#main-menu ul li a:active,
#main-menu ul li a:focus  {
	color: #84c326;
	text-decoration: none;
}

#main-menu ul li ul li ul li a {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0px;
}
/*
#main-menu ul li.current-page-ancestor > a,  #main-menu ul li.current_page_item > a  {
	color: #84c326;	
}
*/
#main-menu ul li.current-page-ancestor > a {
	color: #fff;	
}

#main-menu ul li.current_page_item > a  {
	color: #84c326;	
}

#main-menu ul li:last-child {
	margin-right: 0px;
}

#main-menu.sitemap ul li a { color: #646464; }
#main-menu.sitemap ul li a:hover { color: #84c326; }

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




/**
****************************************************************************************
* Breadcrumbs
****************************************************************************************
*/
#breadcrumbs{
	bottom: 30px;
	color: #fff;
	display: none;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	position: absolute;
	z-index: 1;
}


#breadcrumbs.rotate{	
	width: 680px;
	height: 680px;
	transform-origin: 50% 50%;
	transform: rotate(-90deg);	
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}


#breadcrumbs ul{
	list-style:none;
	margin: 0;
	padding: 0;
}



#breadcrumbs li:last-child {
	color:#e2458a;
}

#breadcrumbs ul li{
	float: left;
	margin: 0 5px 0 0;
}

#breadcrumbs a {
	color:#fff;	
	text-decoration:none;
	transition: color 0.3s ease-in;
}

#breadcrumbs a:hover,
#breadcrumbs a:active {
	color:#84c326;
	text-decoration:none;
}
/**
****************************************************************************************
* Breadcrumbs - END
****************************************************************************************
*/




/**
****************************************************************************************
* Footer
****************************************************************************************
*/
#footer {
	color: #fff;
	padding-top: 40px;
	padding-bottom: 10px;
}


#footer .col {
	margin-bottom: 40px;
}


.footer-h a,
.footer-h{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 28px;
	font-size: 2.8rem;
	text-transform: uppercase;
	margin-bottom: 30px;	
	text-decoration: none;
}
.footer-h a:hover {
	text-decoration: none !important;
}
#footer p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}


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

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






/**
****************************************************************************************
* main-header
****************************************************************************************
*/

.main-header {
	margin-bottom: 0px;
}

.main-header-content {
width: 100%;
background-size: cover;
background-position: center center;
}




.main-header-content-text{
	max-width: 1152px;
	padding: 0 6%;
	padding-top: 30px;
	padding-top: 80px;
	padding-bottom: 30px;
	padding-bottom: 0;
}	

.main-header-content-text h1 {
	max-width: 680px;
	margin-bottom: 30px;
}
	
.main-header-content-text p.preamble {
	max-width: 822px;
	/*
	margin-bottom: 0;
	*/
}





.main-header-img .main-header-container{
	position: static;
	height: auto;
}

.main-header-img .main-header-content,
.main-header-img .main-header-content-text{
	position: static;

}



/*
with image
*/
.main-header-img.main-header {
	margin-bottom: 60px;
}
	
.main-header-img .main-header-content{
	height: 250px;
	transition: max-height 0.2s ease-out;
	transition: height 0.2s ease-out;
}

.main-header-img .main-header-content-text{
	padding-top: 30px;
	padding-bottom: 30px;
}

.main-header-img .main-header-content-text h1,
.main-header-img .main-header-content-text p{
	color: #fff;
	color: #646464;
	
}
	
.main-header-img .main-header-content-text p.preamble {
	max-width: 822px;
	line-height: 1.6;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	
	margin-bottom: 0;
}


.main-header.main-header-last {
	margin-bottom: 0px;
}


/**
****************************************************************************************
* main-header - END
****************************************************************************************
*/


/**
****************************************************************************************
* Hero
****************************************************************************************
*/
.teaser-hero{}

.teaser-big{}


.teaser-hero.main-header-img .main-header-container,
.teaser-big.main-header-img .main-header-container{
	position: static;
	height: auto;
}

.teaser-hero.main-header-img .main-header-content,
.teaser-hero.main-header-img .main-header-content-text,
.teaser-big.main-header-img .main-header-content,
.teaser-big.main-header-img .main-header-content-text{
	position: static;

}


	
.teaser-big.main-header-img.main-header{
	margin-bottom: 0;
}

.teaser-hero.main-header-img.main-header{
	margin-bottom: 60px;
}


	
.teaser-hero.main-header-img .main-header-content,
.teaser-big.main-header-img .main-header-content{
	height: auto;
	padding-bottom: 30px;
}

.teaser-hero.main-header-img .main-header-content-text,
.teaser-big.main-header-img .main-header-content-text{
	padding-bottom: 60px;
	padding-top: 120px;
}

.teaser-hero.main-header-img .main-header-content-text h1,
.teaser-hero.main-header-img .main-header-content-text p,
.teaser-big.main-header-img .main-header-content-text h1,
.teaser-big.main-header-img .main-header-content-text p{
	color: #fff;
}
	
.teaser-hero.main-header-img .main-header-content-text p.preamble {
	max-width: 650px;
}



.teaser-video{
	margin-bottom: 30px;
}

.teaser-hero.teaser-video .main-header-content{
	height: 810px;
}





.video-wrapper{
position: relative;
 width: 100%;
  height: 100%;
}
	
	
.video-wrapper .video-container {
  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #000;
		}
  
.video-wrapper video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	object-fit: cover;	  
	max-width: none;
}
  
.video-wrapper .overlay {
	position: absolute;
	left: 50%;
	width: 101%;
	height: 101%;
	box-sizing: border-box;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	background-color:rgba(0, 0, 0, 0.5);
}
/**
****************************************************************************************
* Hero - END
****************************************************************************************
*/


/**
****************************************************************************************
* Sidebar
****************************************************************************************
*/
.col.span_article_2{
	margin-top: 60px;
}

.sidebar-block{
	margin-bottom: 60px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	
}


.sidebar-h{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 28px;
	font-size: 2.8rem;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #84c326;
}


.sidebar-share img{
	margin-right: 14px;
	margin-bottom: 14px;
}


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

/**
****************************************************************************************
* Licensed users 
****************************************************************************************
*/
.licensed-users-row{
	width: 100%;
	background-color: #efefef;
}

.licensed-users-row-content{
	max-width: 1400px;
	padding: 2px 0;
	margin-bottom: 0;
}
/**
****************************************************************************************
* Licensed users - END
****************************************************************************************
*/



/**
****************************************************************************************
* List post: news, events etc.
****************************************************************************************
*/
.page-template-tpl-list-posts .main-header-content-text{
	border-bottom: 1px solid #84c326;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.list-post{
	border-bottom: 1px solid #84c326;
	padding-bottom: 30px;
	padding-top: 40px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: transparent;
	transition: background-color 0.2s ease-in;
}

/*
.list-post:first-child {
	padding-top: 20px;
}
*/

.list-post:hover{
	background-color: #f9fef2;
}

a.list-post-a{
	text-decoration: none;

}

a.list-post-a:hover{
	text-decoration: none;

}



.list-post h2{
	font-size: 30px;
	font-size: 3.0rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #84c326;
	margin: 12px 0;
}

.list-post p{
	color: #646464;
}

.post-info{
	color: #b6b6b6;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	
}

.post-info .post-info-type{
	color: #646464;
	padding-left: 16px;
}


.date-icon{
	
	padding-right: 6px;
}


    


.single article {
	
}


.more-news-btn-block {
	border-top: 1px solid #84c326;
	margin-bottom: 60px;
	margin-top: 60px;
	padding-top: 60px;
}


/**
****************************************************************************************
* List post: news, events etc. - END
****************************************************************************************
*/





/**
****************************************************************************************
* Main Footer
****************************************************************************************
*/
.main-footer{
	width: 100%;
	background-color: #F5F5F5;
}

.main-footer-content{
	max-width: 1300px;
	padding: 80px 6% 120px 6%;
}


.main-footer-content .teasers.section{
	margin-bottom: 0;
}


.main-footer-h{
	font-size: 40px;
	font-size: 4.0rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #84c326;
	margin: 12px 0 40px 0;
	text-transform: uppercase;
}
/**
****************************************************************************************
* Main Footer - END
****************************************************************************************
*/








/**
****************************************************************************************
* Hero
****************************************************************************************
*/

.hero{
	height: 440px;	
	width: 100%;
	background-image: url("");
	background-repeat: no-repeat;
	background-position: center top;
	display: table;
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
}

.hero-content{
	display: table-cell;
	vertical-align: bottom;	
}


.hero-text{}


























/**
****************************************************************************************
 *  Misc
 ****************************************************************************************
 */
.hide{
	display: none;	
}

.hide-important{
	display: none !important;	
}



/*
.teasers.section{
	margin-bottom: 120px;
}
*/

.page-template-tpl-list-teasers .section.group.teasers {
	margin-bottom: 60px;
}

.teaser{
	padding-bottom: 40px;
}

.teaser-img{
	width: 100%;
	background-size: cover;
	background-position: center center;
	max-height: none;
	overflow: hidden;
	margin-bottom: 20px;
}

.teaser .teaser-h{
	font-size: 28px;
	font-size: 2.8rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #646464;
	margin: 0 0 10px 0;
}

.teaser .teaser-h{
	/*
	height: 66px;
	height: 6.6rem;
	*/
}


.teaser .teaser-h span{
	color: #84c326;
}

.teaser img{
	
}

.teaser p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	width: 98%;
	margin: 0px 0 20px 0;
}



.teaser-single-row{
	width: 100%;
	background-color: #F5F5F5;
}
.teaser-single-row-content{
	max-width: 1152px;
	max-width: 1300px;
	padding: 60px 6%;
	margin-bottom: 120px;
}

.teaser-single-row-content .span_1_of_2{
	height: auto;
    display: table;
}


.teaser-single-row-content .span_1_of_2 .teaser{
display: table-cell;
    vertical-align: middle;
}


a.btn {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	color: #84c326;
	text-transform: uppercase;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #84c326;
	letter-spacing: 0px;
	padding: 11px 29px;
	padding: 6px 29px;

	transition: all 0.2s ease-in;

	text-align: center;		
	min-width: 210px;
}


a.btn:hover  {
	color: #646464;
	background-color: transparent;
	border: 1px solid #646464;
} 


a.btn.btn-white {
	color: #84c326;
	background-color: transparent;
	border: 1px solid #84c326;
}


a.btn.btn-white:hover  {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}


a.btn.btn-cat {

	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	background-color: #646464;
	border: 1px solid #646464;
	padding: 6px 20px;
	max-width: 300px;
	width: auto;
	transition: color 0.2s ease-in;
	transition: border 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	min-width: auto;

}


a.btn.btn-cat:hover  {
	color: #84c326;
	background-color: transparent;
	border: 1px solid #84c326;
} 

.teaser-big a.btn{
	margin-top: 0px;
}

.teaser-big.teaser-hero a.btn{
	margin-top: 60px;
}


.teaser-big-h{
		

	color: #646464;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	clear: both;

	font-size: 56px;
	font-size: 5.6rem;
	line-height: 1.1;	
	
	max-width: 680px;
	margin-bottom: 30px;
color: #fff;



	
}

.teaser-big-h span{
	color: #84c326;		
}




/**
****************************************************************************************
 *  WP-admin
 ****************************************************************************************
 */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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


blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.wp-caption {
	width: 100% !important;
}

p.wp-caption-text {
	font-size: 16px;
	font-size: 1.6rem;
	color: #84c326;
	font-style: italic;
}


/**
****************************************************************************************
 *  Media
 ****************************************************************************************
 */
audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

/**
****************************************************************************************
 * Youtube
 ****************************************************************************************
 */
.embed-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.embed-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/**
****************************************************************************************
 *  Scroll menu
 ****************************************************************************************
 */
.menu-scroll{}

.fixed {
	position: fixed !important; 
	z-index: 9999;
	
	display: block !important;

	background-color: rgba(197,150,133,0.90) !important; 	
}

.fixed img { }









/**
****************************************************************************************
*  Forms
****************************************************************************************
*/
.wpcf7-form {width: 96%; }

.wpcf7-form p{ }

.wpcf7-form label, .wpcf7-form p{
	
	font-size: 16px;
	font-size: 1.6rem;
}

.wpcf7-form input[type="submit"],
#newsletter_form input[type="submit"]{
	display: inline-block;
	font-family: 'Roboto Mono', monospace;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;	
	text-transform: uppercase;
	text-decoration: none;
	
	color: #fff;
	background-color: #84c326;
	border: 1px solid #646464;
	
	letter-spacing: 1px;
	padding: 11px 29px;
	max-width: 300px;
	width: 90%;
	transition: color 0.2s ease-in;
	transition: border 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	text-align: center;	

	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px;
}


.wpcf7-form input[type="submit"]:hover,
#newsletter_form input[type="submit"]:hover {	
	color: #646464;
	background-color: transparent;
	border: 1px solid #646464;
	cursor: pointer;
} 

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus,
.wpcf7-form input[type="submit"]:active,
#newsletter_form input[type="submit"]:hover,
#newsletter_form input[type="submit"]:focus,
#newsletter_form input[type="submit"]:active{
	outline: 0;
}


.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
	-webkit-border-radius:0; 
	border-radius:0;
}





.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.wpcf7-form select,
#newsletter_form input[type="text"],
#newsletter_form input[type="email"] {
	
	font-family: 'Roboto Mono', monospace;
	font-weight: 300;
	font-size: 14px;
	color: #292929;
	
	max-width: 500px;
	width: 90%;	
	

	display:inline-block;
    padding: 4px 10px;    	
	border: 1px solid #43505b;	
	
	margin: 0;
	line-height: normal;	
	
	background-color: #fff;
	-webkit-border-radius:0; 
	border-radius:0;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
#newsletter_form input[type="text"],
#newsletter_form input[type="email"]{
	height: 40px;
}

	
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="submit"],
.wpcf7-form textarea,
#newsletter_form input[type="text"],
#newsletter_form input[type="email"],
#newsletter_form input[type="submit"]{
	-webkit-appearance: none;
}



div.wpcf7-response-output {
	margin: 4px 0 16px 0 !important;
	padding: 1.5em 1.5em !important;
	max-width: 500px;
	width: 90%;	
	margin-top: 20px !important;
}

.wpcf7-validation-errors {
	background-color: #fff !important;
	border: 1px solid #df290b !important;
	font-size: 15px !important;
	color: #df290b !important;
}	


span.wpcf7-not-valid-tip {
	/*
	background-color: #c59685 !important;
	*/
	border: 1px solid #df290b !important;
	
	font-size: 13px !important;
	color: #df290b !important;
}
.wpcf7-not-valid-tip {
	margin: 4px 0 6px 0 !important;
	padding: 1px 8px 4px 8px !important;
	max-width: 500px;
	width: 90%;	
	text-transform: none;
	letter-spacing: 0;
}

span.wpcf7-form-control-wrap {
  position: static !important;
  margin-top: 4px !important;
    display: block;
}


div.wpcf7-mail-sent-ng {
	background-color: #df290b !important;
	border: 2px solid #df290b !important;
	color: #fff !important;
}	

.wpcf7-mail-sent-ok{	
	background-color: #fff !important;
	border: 2px solid #84c326 !important;
	color: #84c326 !important;
}
	
	
.wpcf7-form textarea {
	height: 120px;
	padding: 14px 10px;
	resize: none;
}


.wpcf7-form label span {
	text-transform: none;
	letter-spacing: 1px;
}


.wpcf7 img.ajax-loader{
	clear:both !important;	
	display:block !important;	
	margin: 0 auto !important;	

}
	
	
/**
****************************************************************************************
* Forms - END
****************************************************************************************
*/











/**
****************************************************************************************
* Newsletter
****************************************************************************************
*/
.page-template-tpl-newsletter{}


.page-template-tpl-newsletter #newsletter_form {
	margin-top: 60px;
	max-width: 500px;
	width: 80%;
}

.page-template-tpl-newsletter #newsletter_form input[type="text"],
.page-template-tpl-newsletter #newsletter_form input[type="email"],
.page-template-tpl-newsletter #newsletter_form input[type="submit"] {	
	display: block;
	margin-bottom: 14px;
	width: 100%;
	max-width: none;
}

.page-template-tpl-newsletter #newsletter_form input[type="submit"] {
	margin-left: auto;
	margin-right: 0;
	width: 50%;
	padding-left: 6%;
	padding-right: 6%;
}



#newsletter_form { }



#footer #newsletter_form {
	width: 96%;
}

#footer #newsletter_form input[type="text"],
#footer #newsletter_form input[type="email"],
#footer #newsletter_form input[type="submit"] {	
	display: block;
	margin-bottom: 14px;
	width: 100%;
	max-width: none;
}


#footer #newsletter_form input[type="text"],
#footer #newsletter_form input[type="email"] {
	display: block;
	margin-bottom: 8px;
	height: 36px;
}

#footer #newsletter_form input[type="submit"] {
	display: block;
	margin-bottom: 8px;
	width: 100%;
	margin-left: auto;
	margin-right: 0;
}


#footer #newsletter_form input[type="submit"] {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}


#footer #newsletter_form input[type="submit"]:hover  {
	color: #fff;	
	border: 1px solid #84c326;
	background-color: #84c326;
}

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

























/**
****************************************************************************************
* Responsive design
****************************************************************************************
*/
/*  SECTIONS  ======================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}



/*  GROUPING  ======================================================================== */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}



/*  GRID COLUMN SETUP   =============================================================== */
.col {
	display: block;
	float:left;
	margin: 0 0 0 0%;
}

.teasers .col{ margin-right: 1.0%; }

.col:last-child { margin-right: 0; } /* all browsers except IE6 and lower */

.col-right{
	float: right;
}

@media only screen and (min-width: 768px) {
	.col{ 
		margin: 0% 0 0% 0%;
	}

}

/*  GRID OF COLUMNS   ================================================================== */

.span_1_of_2, .span_2_of_2  { width: 100%; }
.span_1_of_3, .span_3_of_3  { width: 100%; }
.span_1_of_4, .span_4_of_4  { width: 100%; }
.span_1_of_5, .span_4_of_5  { width: 100%; }
.span_article_1, .span_article_2 { width: 100%; }

.footer_1_of_3, .footer_2_of_3, .footer_3_of_3 { width: 100%; }



@media only screen and (min-width: 400px) {
}

@media only screen and (min-width: 768px) {
	.span_1_of_2 { width: 50%; }
	.span_1_of_3 { width: 33.3%; }
	.span_1_of_4 { width: 25%; }
	.span_1_of_5 { width: 20%; }
	
	.span_article_1 { width: 74%; margin-right: 4%; }
	.span_article_2 { width: 22%; }
	
	.teasers .span_1_of_2 { width: 47.5%; }
	.teasers .span_1_of_3 { width: 32.6%; }
	.teasers .span_1_of_4 { width: 24.25%; }
	.teasers .span_1_of_5 { width: 19.2%; }
	
	.teasers .col.span_1_of_3:nth-child(3n+0) { margin-right: 0; }
	.teasers .col.span_1_of_4:nth-child(4n+0) { margin-right: 0; }
	.teasers .col.span_1_of_5:nth-child(5n+0) { margin-right: 0; }
	
	
	.footer_1_of_3 { width: 20%; margin-right: 12.5%; }
	.footer_2_of_3 { width: 30%; margin-right: 12.5%; }
	.footer_3_of_3 { width: 25%; }
}







/**
****************************************************************************************
* Media Queries
****************************************************************************************
*/



/**
****************************************************************************************
* Media Queries
****************************************************************************************
*/
/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (min-width: 320px) {} 
@media screen and (min-width: 400px) {
	
	#sidebar-menu{ width: 50%; }
	#header{ width: 50%; }
	
		
	
}

@media screen and (min-width: 520px) {
	
	.teaser-hero.teaser-video .main-header-content{ height: 610px; }
		
}

@media screen and (min-width: 600px) {
	
	.teaser p{ width: 80%; }
		
}

/**
 * Mobile Large 620px
 */
@media screen and (min-width: 620px) {	
	
	.main-header-img .main-header-container{
		position: relative;
		height: 810px;
	}

	.main-header-img .main-header-content,
	.main-header-img .main-header-content-text{
		position: absolute;

	}	

	.main-header-img .main-header-content{
		height: 810px;
	}
	
	.teaser-hero.main-header-img .main-header-content,
	.teaser-big.main-header-img .main-header-content{
		height: 810px;
	}

	.main-header-img.main-header {
		margin-bottom: 60px;
	}

	.main-header-img .main-header-content{
		height: 810px;
	}
	
	.teaser-hero.teaser-video .main-header-content{ height: 610px; }

	.main-header-img .main-header-content-text{
		padding-top: 120px;
		padding-bottom: 60px;
	}

	.main-header-content-text{
		padding-top: 120px;
		padding-bottom: 22px;
		padding-bottom: 0px;
	}

	.main-header-img .main-header-content-text h1,
	.main-header-img .main-header-content-text p{
		color: #fff;
	}

	.main-header-img .main-header-content-text p.preamble {
		max-width: 650px;
	}

	h1{
		font-size: 56px;
		font-size: 5.6rem;
	}

	#footer #newsletter_form input[type="submit"] {	width: 50%; }	
	
	#main,
	.main,
	.footer-content,
	.main-header-content-text,
	.main-footer-content,
	.teaser-single-row-content,
	.page-template-tpl-newsletter #newsletter_form input[type="submit"]{
		padding-left: 3%;
		padding-right: 3%;
	}
	
}

/**
* Tablet Small 740px
*/
@media screen and (min-width: 740px) {}
@media screen and (min-width: 768px) {	
	
	.o-wrapper {
		left: 5%;
		width: 95%;
		left: 55px;
		width: -webkit-calc(100% - 55px);
		width:    -moz-calc(100% - 55px);
		width:         calc(100% - 55px);
	}	
	
	#main,
	.main{ margin-bottom: 120px; }
	
	#sidebar-menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 5%;
		width: 55px;
	z-index: 600;
	background-color: #292929;
	height: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
}
	
	/* Slide/Push Menu Left. */
.c-menu--slide-left,
.c-menu--push-left {
   left: 5%;
	left: 55px;
}
	
	#c-button--slide-left,
	.c-menu__close{
	padding-left: 0;
    padding-top: 0;
}
	
	#breadcrumbs{ display: block; }

	
	#header{	
		margin-top: 30px;
		z-index: 100;
		width: auto;
		height: auto;
	}
	
	#logo img{ max-height: none; }	
	
	#footer{ padding-bottom: 80px; }

	
	#main-menu ul  {
	margin-left: 60px;
}
	
	#main-menu ul li a {
	font-weight: 300;
	font-size: 38px;
	font-size: 3.8rem;
		
}
	
	.main-header-img .main-header-content{
		/* max-height: 800px;
		*/
		height: 450px;
		height: 810px;
	}
	
	.teaser-hero.teaser-video .main-header-content{ height: 810px; }
	
	
	.teaser{ padding-bottom: 0; }
	.teaser{ padding-bottom: 40px; }
	
	.teaser .teaser-h{ min-height: 66px; }
	.teaser .teaser-h{ min-height: 30px; }
	
	.span_1_of_4 .teaser .teaser-h,
	.span_1_of_5 .teaser .teaser-h {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.span_1_of_4 .teaser a.btn,
	.span_1_of_5 .teaser a.btn {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 4px 14px;
		min-width: auto;
	}
	
	.teaser-single-row-content .span_1_of_2{ height: 520px; }
	
	h1, .teaser-big-h{
		font-size: 90px;
		font-size: 9.0rem;
		line-height: 1;		
	}	
	
	.col.span_article_2{ margin-top: 0px; }	
	
	#footer .col { margin-bottom: 0; }	
	
	.main-header-img .main-header-content-text p.preamble {
		-moz-text-shadow: 2px 2px 56px rgba(48, 48, 48, 0.9);
		-webkit-text-shadow: 2px 2px 56px rgba(48, 48, 48, 0.9);
		text-shadow: 2px 2px 56px rgba(48, 48, 48, 0.9);
	}
	
	
}





@media screen and (min-width: 768px) and (max-width: 1000px) {
	.teaser .teaser-h{
		font-size: 24px;
		font-size: 2.4rem;
	}
}


@media screen and (min-width: 768px) and (max-width: 1100px) {
	#footer #newsletter_form input[type="submit"] {
		width: 80%;
	}
	
	.teaser a.btn {
		font-size: 14px;
    	font-size: 1.4rem;
		min-width: auto;
	}
}


/**
* Tablet Large 880px
*/
@media screen and (min-width: 880px) {}


/**
* Desktop Small 955px
*/
@media screen and (min-width: 955px) {} 
@media screen and (min-width: 980px) {
	
	.main-header-img .main-header-content{
		/* max-height: 800px;
		*/
		height: 576px;
		height: 810px;
	}
	
}
@media screen and (min-width: 1100px) {
	
	.main-header-img .main-header-content{
		/* max-height: 800px;
		*/
		height: 646px;
		height: 810px;
	}
	
}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1240px) {}
@media screen and (min-width: 1280px) {
	
	.main-header-img .main-header-content{
		/*
		max-height: 940px;
		*/
		height: 810px;
	}
	
}


@media screen and (min-width: 1400px) {	
	.main-header-img .main-header-content{ height: 810px; }	
}

@media screen and (min-width: 2000px) {}


@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
	}
}


























