/*

EVERYTHING MOVED TO style.css! Don't edit here anymore




green: #417900;
red: #F97777;
lgreen: #E4EBDC;
black: #2C2C2C;
brown: #BDB7B3;
lbrown: #F1EEEC;
gray: #EEEEEE;
yellow: #fffc71;
lblue: #77d2f9;

*/

/*srcset img*/

body, html {
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    #src: url(../fonts/FiraSans-Regular.ttf) format('truetype');
    src: url(../fonts/FiraSansCondensed-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 200;
    #src: url(../fonts/FiraSans-Light.ttf) format('truetype');
    src: url(../fonts/FiraSansCondensed-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Fira Sans Italic';
    font-style: italic;
    font-weight: bold;
    #src: url(../fonts/FiraSans-Italic.ttf) format('truetype');
    src: url(../fonts/FiraSansCondensed-Italic.otf) format('opentype');
}

html, body {
	font-family: 'Fira Sans', sans-serif;
	color: #2C2C2C;
}

em {
	color: #2C2C2C;
}

body {
	overflow-x: hidden;
	/* sticky footer */
	flex-direction: column;
	-ms-flex-direction: column;
	display: flex;
  min-height: 100vh; 
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	body {
		display: block;
	}
}

@media (min-width: 860px) {
	
	.mobileOnly {
		display: none!important;
	}

}

@media (max-width: 859px) {
	
	.desktopOnly {
		display: none!important;
	}

}

header nav div.headerMenuRight ul > li.active {
	display: none!important;
}


/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -25px;
}
.uk-grid > * {
  padding-left: 25px;
}
/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -30px;
  }
  .uk-grid > * {
    padding-left: 30px;
  }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}
/*
 * Collapse gutter
 */
/* Horizontal */
.uk-grid-collapse {
  margin-left: 0;
}
.uk-grid-collapse > * {
  padding-left: 0;
}
/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0;
}
/*
 * Small gutter
 */
/* Horizontal */
.uk-grid-small {
  margin-left: -10px;
}
.uk-grid-small > * {
  padding-left: 10px;
}
/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}
/*
 * Medium gutter
 */
/* Horizontal */
.uk-grid-medium {
  margin-left: -25px;
}
.uk-grid-medium > * {
  padding-left: 25px;
}
/* Vertical */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}
/*
 * Large gutter
 */
/* Large screen and bigger */
@media (min-width: 960px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -30px;
  }
  .uk-grid-large > * {
    padding-left: 30px;
  }
  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}
/* Extra Large screens */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -50px;
  }
  .uk-grid-large > * {
    padding-left: 50px;
  }
  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 50px;
  }
}

.page-wrapper {
	padding-top: 60px;

	/* sticky footer */
	flex: 1;
	-ms-flex: 1;
}

.entry-content ul li,
.entry-content p,
.entry-content div {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 200;
}

.entry-content ol {
	list-style-type: decimal;
}

.entry-content ul {
	list-style-type: initial;
}

.entry-content table {
	border: 1px solid #bdb7b2;
	background: #fff;
}

.entry-content table tr:nth-child(odd) td {
	background: #fff;
}

.entry-content table tr:nth-child(even) td {
	background: #eee;
}

.entry-content table tr td {
	background: #eee;
}

.entry-content table tr th,
.entry-content table tr td {
	border: 1px solid #bdb7b2;
	padding: 10px;
}

.retina {
  -webkit-transform: scale(0.5); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.5); /* FF3.5+ */
      -ms-transform: scale(0.5); /* IE9 */
       -o-transform: scale(0.5); /* Opera 10.5+ */
          transform: scale(0.5);
             /* IE6–IE9 */
             filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Fira Sans', sans-serif;
}

h1 {
	font-size: 46px;
	line-height: 1.2em;
	margin-bottom: 15px;
}

h2 {
	font-size: 30px;
	line-height: 1.5em;
}

h3 {
	font-size: 23px;
	line-height: 1.6em;
}

h4 {
	font-size: 18px;
	line-height: 1.5em;
}

p.intro {
	font-size: 30px;
	line-height: 1.5em;
}

p {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 200;
}

p.small {
	color: #4A4A4A;
	font-size: 13px;
	line-height: 1.4em;
}


div.paddingTopNone {
	padding-top: 0!important;
}

div.paddingTopSmall {
	padding-top: 15px!important;
}

div.paddingTopMedium {
	padding-top: 30px!important;
}

div.paddingTopLarge {
	padding-top: 60px!important;
}

div.paddingBottomNone {
	padding-bottom: 0px!important;
}

div.paddingBottomSmall {
	padding-bottom: 15px!important;
}

div.paddingBottomMedium {
	padding-bottom: 30px!important;
}

div.paddingBottomLarge {
	padding-bottom: 60px!important;
}




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

a:hover {
	text-decoration: underline;	
}

li a {
	text-decoration: none;
}

.uk-container {
	/*max-width: 1440px;*/
}

.editPostLink {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	background: magenta;
	z-index: 100000;
}

.table {
	display: table;
	width: 100%;
}

.tableRow {
	display: table-row;
}

.tableCell {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.helpButton {
	/*position: absolute;
	top: 450px!important;*/
  position: fixed;
  top: calc(50vh - 35px);	
	right: 0px;
	height: 70px;
	width: 50px!important;
	font-size: 14px;
	color: #fff;
	background: #F97777;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 0;
	box-sizing: border-box;
	z-index: 100000;

	-webkit-transition: all 0.2s ease; /* Firefox */
	-moz-transition: all 0.2s ease; /* WebKit */
	-o-transition: all 0.2s ease; /* Opera */
	transition: all 0.2s ease; /* Standard */
}

@media (max-width:999px) {
	#helpButton {
		display: none!important;
	}
}

.helpButton div.helpLabel {
	display: block;
  width: auto;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);	
	cursor: pointer;
	text-align: center;
}

.helpButton .helpBox {
	display: block;
	width: 270px;
	height: 315px;
  width: 270px;
  height: 315px;
  margin-left: 50px;
  margin-top: -177.5px;
  background: #F97777;
}

.helpButton .helpBox .table {
	height: 315px;
}

.helpButton .helpBox .table .tableCell {
	padding: 15px;
}

.helpButton .helpBox .table .tableCell strong {
	font-size: 18px;
	font-weight: normal;
}

.helpButton .helpBox .table .tableCell a {
	color: #fff;
}

.helpButton .helpBox .table .tableCell p {
	font-size: 14px;
}

.helpButton .helpBox .table .tableCell p:last-child {
	margin-bottom: 0;
}

.helpButton.open {
	right: 270px;
}


.helpButton.uk-active {
	top: 360px!important;
}

.uk-offcanvas-bar {
	background: #F97777;
}

header {
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

header div .logoCol {
	width: 20%;
	display: inline-block;
}

header div .menuCol {
	width: 80%;
	display: inline-block;
	float: right;
}

header div.headerLogo {
	display: inline-block;
	padding-right: 15px;
}

header div.headerLogo img {
	margin-top: 30px;
	width: 100%;
	max-width: 160px;
}

header nav div.headerMenu {
	display: inline-block;
}

header nav div.headerMenu ul {
	padding-left: 0;
	margin-bottom: 0;
}

header nav div.headerMenu ul li {
	display: inline-block;
}

header nav div.headerMenu ul li a {
	color: #417900;
	padding: 0 15px;
	line-height: 90px;
	text-decoration: none;
}

header nav div.headerMenu ul li.current-menu-item a {
	/*text-decoration: underline;*/
	font-weight: bold;
}

header nav div.headerMenu ul li a:hover {
	/*text-decoration: underline;*/
	font-weight: bold;
}

header nav div.headerMenuRight {
	display: inline-block;
	float: right;
}

header nav div.headerMenuRight ul {
	margin-bottom: 0;
	padding-left: 0;
}

header nav div.headerMenuRight ul li {
	display: inline-block;
	float: left;
}

header nav div.headerMenuRight ul > li {
  line-height: 90px;
  position: relative;
}

header nav div.headerMenuRight ul li span,
header nav div.headerMenuRight ul li a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	height: 26px;
	width: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #696969;
	background-size: 12px 12px;
	cursor: pointer;
	margin-left: 15px;
  vertical-align: middle;
}

header nav div.headerMenuRight ul li:first-child span {
	margin-left: 0;
}

header nav div.headerMenuRight ul li span.search {
	background-image: url('../img/search-icon.svg');
}

header nav div.headerMenuRight ul li a.user {
	background-image: url('../img/user-icon.svg');
}

header nav div.headerMenuRight ul li a.EN {
	background-image: url('../img/gb.svg');
	background-size: cover;
	opacity: 0.5;
}

header nav div.headerMenuRight ul li a.EN:hover {
	opacity: 1;
}

header nav div.headerMenuRight ul li a.DE {
	background-image: url('../img/de.svg');
	background-size: cover;
	opacity: 0.5;	
}

header nav div.headerMenuRight ul li a.DE:hover {
	opacity: 1;
}

header nav div.headerMenuRight ul li a.signUp {
	background-color: #417900;
	width: 80px;
	line-height: 26px;
	text-decoration: none;
}

header nav div.headerMenuRight ul li a:hover {
	
}

.searchModal {
/*	position: absolute;
	top: 70px;
  left: -137px;
*/
	width: 300px;
	background: #e3eadb;
	height: 70px;

	margin-top: 0;
	padding: 0;

  top: 70px!important;
}

.searchModal form {
	position: relative;
	line-height: 70px;
	padding: 15px 15px 0 15px;
}

.searchModal form:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	background: #e3eadb;
	top: -7.5px;
  left: calc(50% - 7.5px);
}

.searchModal input[type="text"] {
	border: 0;
	background: #fff;
	width: 170px;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	display: inline-block;
	float: left;
}

.searchModal input[type="submit"] {
	border: 0;
	height: 40px;
	cursor: pointer;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #417900;
	color: #fff;
	width: 80px;
	text-align: center;
	float: right;
}

footer {
	background: #e3eadb;
	/*margin-top:120px;*/
}

footer div.footerMenu ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 35px;
	margin-bottom: 35px;
}

footer div.footerMenu ul li {
	display: inline-block;
	padding: 0 15px;
	vertical-align: top;
}

footer div.footerMenu ul li:first-child {
	padding-left: 0;	
}

footer div.footerMenu ul li a {
	line-height: normal;
	color: #000;
	text-decoration: none;
}

footer div.footerMenu ul li ul {
	margin-top: 0;
	margin-bottom: 0;
	display: block;
}

footer div.footerMenu ul li ul li {
	display: block;
	padding-left: 0;
}

footer div.footerMenu ul li ul li a {
	margin-top: 10px;
	line-height: normal;
  display: block;
  color: #417900;
}

footer .socialLinks {
	margin-top: 35px;
	margin-bottom: 35px;
}

footer .socialLinks p {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

footer .socialLinks ul {
	padding-left: 0;
}

footer .socialLinks ul li {
	display: inline-block;
}

footer .socialLinks ul li a {
	display: block;
	line-height: normal;
}

footer .socialLinks ul li span.label {
	display: none;
}


.pricing-table tr td,
.pricing-table tr th {
	text-align: center;
	vertical-align: middle;
}

.pricing-table tr th {
	font-size: 16px;
}


.pricing-table tr th:first-child,
.pricing-table tr td:first-child {
	text-align: left;
}

.pricing-table span.check,
.pricingTable span.check {
	background: url('../img/check-icon.svg') no-repeat center center;
	background-size: contain;
	display: inline-block;
	margin: 0 auto;
	height: 20px;
	width: 20px;
}

.pricing-table span.nocheck,
.pricingTable span.nocheck {
	background: url('../img/delete-icon.svg') no-repeat center center;
	background-size: contain;
	display: inline-block;
	margin: 0 auto;
	height: 20px;
	width: 20px;
}

.uk-table-striped.pricing-table tbody tr:nth-of-type(even) td:nth-child(3),
.uk-table-striped.pricing-table tbody tr:nth-of-type(even) th:nth-child(3) {
	background: #efefef;
}

.uk-table-striped.pricing-table tbody tr:nth-of-type(odd) td:nth-child(3),
.uk-table-striped.pricing-table tbody tr:nth-of-type(odd) th:nth-child(3) {
	background: #eaeaea;
}

.pricing-table-subtext {
	font-size: smaller;
	color:gray;
	padding-left:15px!important;
}


ol, .uk-list {
	list-style-type: decimal;
}

ol>li:after, .uk-list>li:before {
	display: initial;
}

ol li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
}




/* hero module */

.heroModule {}

.heroModule .heroImage {
	text-align: center;
}

.heroModule .heroImage img {
	width: 100%;
	max-width: 287px;
}

.heroModule .heroText {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.heroModule h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #417900;
}

.heroModule .heroCTA a {
	width: 265px;
	padding: 0 15px;
	text-align: center;
	display: inline-block;
	line-height: 35px;
	background: #417900;
	-webkit-border-radius: 17.5px;
	-moz-border-radius: 17.5px;
	border-radius: 17.5px;
	color: #fff;
	text-decoration: none;
}

.textGraphicsModule {}

/*.textGraphicsModule h2 {
	font-size: 36px;
	margin-top: 30px;
	margin-bottom: 30px!important;
}*/

.textGraphicsModule .imageCell {
	width: 25%;
	text-align: center;
	padding-right: 30px;
}

.textGraphicsModule .imageCell img {
	/*max-width: 203px;*/
	width: 100%;
}

.textGraphicsModule .textCell {
	width: 75%;
	padding: 10px;
}

.textGraphicsModule .textGraphicsRows.halfhalf .imageCell,
.textGraphicsModule .textGraphicsRows.halfhalf .textCell {
	width: 50%;
}

.textGraphicsModule .textCell p {
  font-weight: 200;
}

.textGraphicsModule .textGraphicsRow {
	padding-top: 30px;
	padding-bottom: 30px;
}

.cardsModule .cardsBox {
	position: relative;
	background: #F1EEEC;
  padding: 15px 15px 15px 15px;
	margin: 0px auto 17.5px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cardsModule .cardsBox.cardsBoxWithImage {
	padding-top: 80px;
	margin-top: 70px;
}

.cardsModule .cardsBox .entry-content {
	padding-bottom: 25px;
}

.cardsModule .cardsBox .cardsBoxIcon {
	position: absolute;
	top: -65px;
  left: calc( 50% - 65px );
}

.cardsModule .cardsBox .cardsBoxIcon img {
	width: 130px;
}

.cardsModule .cardsBox blockquote,
.cardsModule .cardsBox blockquote p {
  padding-left: 0;
  border-left: 0;
  font-size: 30px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 5px;
}

.cardsModule .singleBox .cardsBox .cardsBoxIcon img {
	width: 200px;
}

.cardsModule .singleBox .cardsBox {
	background: #e3eadb;
	max-width: 710px;
}

.cardsModule .singleBox .cardsBox .cardsBoxIcon {
  top: -120px;
	left: calc( 50% - 100px );
}

@media (max-width: 859px) {
	
	.cardsModule .singleBox .cardsBox .cardsBoxIcon img {
		width: 125px;
	}
	
	.cardsModule .singleBox .cardsBox .cardsBoxIcon {
    top: -62.5px;
    left: calc( 50% - 62.5px );
	}	

	.cardsModule .singleBox .cardsBox.cardsBoxWithImage {
	    padding-top: 75px;
	}	

}

.cardsModule .singleBox .cardsBox.cardsBoxWithImage {
	padding-top: 90px;
}

.cardsModule .cardsBox .button {
	text-align: center;
	position: absolute;
	bottom: -17.5px;
	left: calc( 50% - 92.5px );
}

input.formInput,
.button a {
	min-width: 125px;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
  line-height: 33px;
  height: 33px;
  border: 1px solid #417900;
  -webkit-border-radius: 17.5px;
  -moz-border-radius: 17.5px;
  border-radius: 17.5px;
  color: #417900;
  text-decoration: none;
  background: #fff;
  margin-left: 15px;
  cursor: pointer;
}

input.formInput {
	background: #417900;
	color: #fff;
}

.button a:first-child {
  margin-left: 0;
  margin-right: 0;
}

.button a.greenButton {
	background: #417900;
	color: #fff;
}

@media (max-width: 859px) {

	.contentModule .contentBox .button,
	.textGraphicsModule .button {
		text-align: center;
	}

	.contentModule .contentBox .button a,
	.textGraphicsModule .button a {
		margin-bottom: 15px;
		margin-left: 7.5px!important;
		margin-right: 7.5px!important;
	}
}


.iconGalleryModule .iconGallerySlider {
	padding: 0 50px;
}

.iconGalleryModule .iconGallerySlider ul li {
	text-align: center;
}


.iconGalleryModule .uk-slidenav-position .uk-slidenav {
	display: block;
	color: #417900;
}

.iconGalleryModule .uk-slidenav-position .uk-slidenav-previous {
	left: -10px;
	text-decoration: none!important;
}

.iconGalleryModule .uk-slidenav-position .uk-slidenav-next {
	right: -10px;
	text-decoration: none!important;
}

.contentModule .contentBox {
	margin-bottom: 15px;
}

.contentModule .contentBox .contentImage {
	padding-bottom: 30px;
	text-align: center;
}

.featureListModule table {
	width: 100%;
	border-spacing: 3px;
  border-collapse: separate;
}

.featureListModule table tr:nth-child(odd) th,
.featureListModule table tr:nth-child(odd) td {
	background: #f6f6f6;
}

.featureListModule table tr th,
.featureListModule table tr td {
	vertical-align: middle;
}

.featureListModule table tr th {
	height: 45px;
	text-align: left;
	padding: 0 20px;
	font-weight: bold;
}

.featureListModule table tr th.firstCol {
	/*width: 20%;*/
	width: 33.33%;
}

.featureListModule table tr th.secondCol {
	/*width: 40%;*/
	width: 33.33%;
}

.featureListModule table tr th.thirdCol {
	/*width: 40%;*/
	width: 33.33%;
}

.featureListModule table tr td {
	height: 40px;
	padding: 0 20px;	
}

.featureListModule table tr td.firstCol {
	
}

.featureListModule table tr td.secondCol {
	
}

.featureListModule table tr td.thirdCol {
	
}

.featureListModule table tr td img {
	vertical-align: middle;
}


.addressModule {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f2f2f2;
}

.single-post h1/*,
.category-blog h1*/ {
	margin-bottom: 0;
}

.category-blog .entry-meta {
	margin-bottom: 10px;
}

.single-post .entry-meta {
	margin-bottom: 25px;
}

.category-blog .page-wrapper,
.single-post .page-wrapper {
	padding-bottom: 30px;
}

.teamWrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;  
 }

.team {
	display: inline-block;
	text-align: center;
	height: 390px;
	width: 33.33%;
}

@media (max-width: 768px) {
	.team {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.team {
		width: 100%;
	}
}

.teamImage img {
	width: 250px;
	max-width: 250px;
	border-radius: 125px;

  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);	
}

.teamName {
	margin-top: 10px;
	text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
}

.teamTitle {
	text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 200;
  margin-bottom: 5px;
}

.teamSocial a {
	text-decoration: none;
}

.aligncenter {
	text-align: center;
}

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

.wp-caption {
	padding: 10px;
	border: 1px solid #ccc;
}

.wp-caption.aligncenter {
  margin: 0 auto;
}

.wp-caption-text {
	margin-bottom: 0;
}



/* mobile */

@media (max-width: 900px) {

	header nav div.headerMenuRight ul li a {
		margin-left: 5px;
	}

}

@media (max-width: 859px) {

	.cardsModule .cardsBox {
		margin-bottom: calc(17.5px + 15px);
	}

	header nav div.headerMenuRight ul li span,
	header nav div.headerMenuRight ul li a {
		margin-left: 5px;
	}

	header nav div.headerMenu ul li a {
		padding: 0 5px;
	}


	h1 {
	  font-size: 30px;
	  line-height: 1.5em;
	}

	h2 {
		font-size: 24px;
		line-height: 1.4em
	}

	h3 {
		font-size: 18px;
		line-height: 1.5em;
	}

	h4 {
		font-size: 18px;
		line-height: 27px;
	}

	p,
	.entry-content p {
		font-size: 14px;
		line-height: 1.5em;
	}

	.prevNext .prevLink a,
	.prevNext .nextLink a {
		font-size: 14px;
	}

	div.paddingTopNone {
		padding-top: 0!important;
	}

	div.paddingTopSmall {
		padding-top: 10px!important;
	}

	div.paddingTopMedium {
		padding-top: 20px!important;
	}

	div.paddingTopLarge {
		padding-top: 30px!important;
	}

	div.paddingBottomNone {
		padding-bottom: 0px!important;
	}

	div.paddingBottomSmall {
		padding-bottom: 10px!important;
	}

	div.paddingBottomMedium {
		padding-bottom: 20px!important;
	}

	div.paddingBottomLarge {
		padding-bottom: 30px!important;
	}

	.page-wrapper {
		padding-top: 30px;
	}

	.textGraphicsModule .textGraphicsRow .imageCell {
    width: 100%!important;
    text-align: center;
    display: block;
    padding-right: 0;
	}

	.textGraphicsModule .textGraphicsRow  .textCell {
    width: 100%!important;
    display: block;
	}

	.contentBox .contentImage img,
	.textGraphicsModule .imageCell img {
		max-width: 125px;
		width: 50%;
	}

	.textGraphicsModule h2 {
		margin-bottom: 0!important;
	}

	 .textGraphicsModule .textGraphicsRows {
	 	margin-top: 0!important;
	 }

	 .textGraphicsModule .textCell .entry-content {
	 	text-align: center;
	 }

	 .textGraphicsModule .textGraphicsRow {
    padding-top: 25px;
    padding-bottom: 5px;
	}

	.featureListModule table tr th.firstCol {
		width: 33.33%;
	}

	.featureListModule table tr th.secondCol {
		width: 33.33%;
	}

	.featureListModule table tr th.thirdCol {
		width: 33.33%;
	}

}

@media (max-width: 750px) {

	h1 {
		font-size: 24px;
	}

	header div .logoCol {
		display: block;
		width: 100%;
		text-align: center;
	}

	header div.headerLogo img {
		margin-top: 15px;
	}

	header div .menuCol {
		display: block;
		width: 100%;
	}
	header nav div.headerMenu ul li a,
	header nav div.headerMenuRight ul > li {
		line-height: 50px;
	}

	header nav div.headerMenuRight ul > li {
		position: initial;
	}

	header {
		position: relative;
	}

	div.searchModal {
		bottom: -70px;
    right: 0;
    width: initial!important;
    top: initial!important;
    left: 0;
    /*box-shadow: 0px 0px 15px rgba(0,0,0,0.5)*/
	}

	.searchModal input[type="text"] {
		width: 70%;
	}

	.searchModal input[type="submit"] {
		width: 25%;
	}

	.searchModal form:before {
		display: none;
	}

}

@media (max-width: 590px) {

	header div .menuCol {
		text-align: center;
	}

	header nav {
		padding-bottom: 10px;
	}

	header nav div.headerMenuRight {
		float: none;
	}

	header nav div.headerMenu ul li a,
	header nav div.headerMenuRight ul > li {
		line-height: 40px;
	}

	footer {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	footer div.footerMenu {
		text-align: center;
	}

	footer div.footerMenu ul li a {
		line-height: 40px;
	}

	.featureListModule table tr th.firstCol {
		width: 33.33%;
	}

	.featureListModule table tr th.secondCol {
		width: 33.33%;
	}

	.featureListModule table tr th.thirdCol {
		width: 33.33%;
	}

}

@media (max-width: 959px) {
	footer div.footerMenu ul {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	
	footer div.footerMenu > ul > li {
		display: block;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	footer div.footerMenu ul li ul {
		margin-bottom: 30px;
	}

	footer div.footerMenu ul li ul li {
		padding-right: 0;
	}

	footer .socialLinks {
		margin-top: 0;
	}

	footer .socialLinks p {
		text-align: center;
	}

	footer .socialLinks ul li {
		display: block;
		text-align: center;
		padding-left: 0;
		padding-right: 0;	
		margin-bottom: 10px;	
	}

	footer .socialLinks ul li span.label {
		display: block;
	}

	footer .socialLinks ul li img.icon {
		display: none;
	}

}

@media (max-width: 400px) {
	nav.uk-container {
		padding: 0 5px;
	}	
}








/* pricing table */

	.pricingBottomSpacer {
		height: 15px;
	}

	.pricingWrapper {
		background: #eee;
	}

	.pricingTable {
		margin-top: 15px;
		white-space: nowrap;
		width: 100%;
		display: block;
		overflow:auto;
		margin-bottom: 30px;
		border: 1px solid #bdb7b2;
		border-radius: 10px;
	}

	.pricingTable .pricingTableSpacer,
	.pricingTable .pricingTableCol {
		white-space: nowrap;
		border-right: 1px solid #bdb7b2;
		/*font-size: 0;*/
		width: 15%;
		display: inline-block;
		box-sizing: border-box;
		float: left;
		min-height: 1px;
	}

	.pricingTable .pricingTableCol > div {
		text-align: center;
		padding: 0 10px;
	}

	@media (max-width: 900px) {
		.pricingTable .pricingTableCol > div {
			padding: 0 5px;
		}
		.pricingTable .pricingTableCol > div {
			font-size: 12px;
		}

	}

	.pricingTable .pricingTableCol:first-child > div {
		text-align: left;
		/*font-weight: bolder;*/
		padding-left: 15px;
	}

	.pricingTable .pricingTableCol > div:nth-child(odd) {
		background: #fff;
	}

	.pricingTable .pricingTableCol > div:nth-child(even) {
		background: #eee;
	}

	.pricingTable .pricingTableCol > div,
	.pricingTable .pricingTableCol > div span {
		height: 40px;
		line-height: 40px;
	}

	.pricingTable .pricingTableCol > div:first-child,
	.pricingTable .pricingTableCol > div:first-child span {
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}

	.pricingTable span {
		display: inline-block;	
	}

	.pricingTable .mobileLabel {
		display: none;
	}

	.pricingTable .buttonRow {
    height: 50px!important;
    line-height: 50px!important;
	}

	.pricingTable .button {
		
	}

	.pricingTable .button a {
		width: auto;
		min-width: initial;
	}

@media (min-width: 768px) {

	.pricingTable .pricingTableCol {
		border-top: 1px solid #bdb7b2;
	}

	.pricingTable .pricingTableCol:first-child {
		border-left: 1px solid #bdb7b2;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		width: 25%;
	}

	.pricingTable .pricingTableCol:first-child > div:first-child, 
	.pricingTable .pricingTableCol:first-child > div:first-child span {
		border-top-left-radius: 10px;
	}

	.pricingTable .pricingTableCol:first-child > div:last-child, 
	.pricingTable .pricingTableCol:first-child > div:last-child span {
		border-bottom-left-radius: 10px;
	}	

	.pricingTable .pricingTableCol > div:last-child {
		border-bottom: 1px solid #bdb7b2;
	}

	.pricingTable .pricingTableCol:last-child {
		border-right: 1px solid #bdb7b2;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.pricingTable .pricingTableCol:last-child > div:first-child,
	.pricingTable .pricingTableCol:last-child > div:first-child span {
		border-top-right-radius: 10px;
	}

	.pricingTable .pricingTableCol:last-child > div:last-child,
	.pricingTable .pricingTableCol:last-child > div:last-child span {
		border-bottom-right-radius: 10px;
	}




	.pricingTable {
		position: relative;
		overflow: initial!important;
		border: 0!important;
	}

	.pricingTable .pricingTableCol.pricingTableActive {
		background: #fffc71;

    position: absolute;
    left: calc(40% - 15px);
    border-left: 1px solid #ccc;	
    z-index: 1;	
    top: -15px;
    margin-left: 15px;
    margin-right: 15px; 
    bottom: -15px; 
    border-top: 0;
	}

	.pricingTable .pricingTableCol.pricingTableActive > div {
    margin: 0 -15px;
    border-left: 1px solid #bdb7b2;
    border-right: 1px solid #bdb7b2;
	}

	.pricingTable .pricingTableCol.pricingTableActive > div:first-child {
		padding-top: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 1px solid #bdb7b2;
	} 

	.pricingTable .pricingTableCol.pricingTableActive > div:last-child {
		padding-bottom: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #bdb7b2;

	} 


	.pricingTable .pricingTableCol.pricingTableActive > :nth-child(odd) {
		background: #e3eadb;
	}

	.pricingTable .pricingTableCol.pricingTableActive > :nth-child(even) {
		background: #c4ceb8;
	}

}

	.pricingTable .pricingTableCol > div span.smallLabel {
		font-size: 12px;
	}

	@media (max-width: 767px) {

		.pricingTable {
			border: none;
			margin-bottom: 0;
		}

		.pricingTable .pricingTableCol {

			border: 1px solid #bdb7b2;
			border-radius: 10px;

			display: block;
			width: 100%;
			margin-bottom: 50px;
		}

		.pricingTable .pricingTableCol:first-child {
			display: none;
		}

		.pricingTable .pricingTableCol > div:first-child {
			font-size: 18px;
		}


		.pricingTable .pricingTableCol > div {
			white-space: nowrap;
			font-size: 12px;
		}

		.pricingTable .pricingTableCol > div span.smallLabel {
			font-size: 10px;
		}

		.pricingTable .pricingTableCol > div:first-child {
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
		}

		.pricingTable .pricingTableCol > div:last-child {
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
		}

		.mobileLabel,
		.mobileValue {
			white-space: normal;
			display: inline-block;
			width: 50%;
		}
		.mobileLabel {
			text-align: left;
			border-right: 1px solid #bdb7b2;
	    padding: 0 0px 0 10px;
    	box-sizing: border-box;
    	font-weight: bolder;
    	font-size: 11px;
		}
	}






.blogPostsWrapper {
  margin-top: 45px;
}

@media (min-width: 768px) {
	.blogPostsWrapper { /* Masonry container */
	  column-count: 2;
	  column-gap: 20px;
	}	
}

.blogPostBox { /* Masonry bricks or child elements */
  display: inline-block;
  width: 100%;
}

.blogPostBox {
	background: #e3eadb;
	margin-bottom: 45px;
	border-radius: 5px;
}

.blogPostBox .blogPostThumb {
	margin-bottom: -80px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-position: center top;
	background-size: cover;
	background-repeat: none;
}

.blogPostBox .blogPostThumb img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	visibility: hidden;
}

.blogPostBox .textBox {
	position: relative;
	margin: 25px 25px 25px 25px;
	padding: 20px 20px 45px 20px;
	background: #fff;
}

.blogPostBox .blogPostThumb + .textBox {
	margin-top: 0px;
}

.blogPostBox .blogPostPerma {
	position: absolute;
	bottom: 20px;
}

.blogPostBox .blogPostPerma a {
  background-color: #417900;
  width: 80px;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  height: 26px;
  border-radius: 13px; 
}

.nav-links {
	margin-top: 50px;
	margin-bottom: 50px;
}

.nav-links .page-numbers {
  height: 40px;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: 000;
}

.nav-links .page-numbers:hover,
.nav-links .current {
  border-radius: 20px;
  background: #417900;
  color: #fff;
  text-decoration: none;
}

.nav-links .page-numbers:hover {
	background: #696969;
}

 .filtersWrapper {
 	margin-top: 30px;
 	margin-bottom: 30px;
 }

.filtersHl {
	margin-bottom: 0;
}

.filters {
	margin-top: 0;
	padding-left: 0;
}

.filters li {
	display: inline-block;
	line-height: 20px;
}

.filters li:after {
	content: '|';
}

.filters li:last-child:after {
	content: '';
}

.filters li a {
	text-decoration: none;
}

.single-wrapper {
	margin-left: auto;
	margin-right: auto;
	/*max-width: 760px;*/
	width: 100%;
	margin-bottom: 50px;
}

.single-wrapper .entry-meta {
	margin-top: 25px;
}

.fullwidth,
.fullWidth {
	width: 100%;
}

.fullWidthImage,
.textBlock {
	margin-top: 30px;
	margin-bottom: 30px;
}

.fullWidthImage {
	background: #efefef;
	padding: 30px;
}

@media (max-width: 768px) {
	.fullWidthImage {
		padding: 15px;
	}
}

.fullWidthImageCaption {
	padding: 10px 0 0 0;
	color: #a2a2a2;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 200;
}

.fullWidthImage img {
	width: 100%;
}

.prevNext .prevNextLabel {
	color: #444;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 10px;
}

.prevNext .prevLink a {
  
}

.prevNext .nextLink a {
  text-align: right;
  float: right;
}

.prevNext .prevLink a,
.prevNext .nextLink a {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 200;
}

.prevNext .prevLink a,
.prevNext .nextLink a {
	padding-top: 20px;
	background-repeat: no-repeat;
  display: block;
}

.prevNext .prevLink a {
	background-image: url('../img/arrow-long-left.svg');
	background-position: left top;
	/*background-size: contain;*/
}

.prevNext .nextLink a {
	background-image: url('../img/arrow-long-right.svg');
	background-position: right top;
	/*background-size: contain;*/
}

.blogLink {
	margin-top: 10px;
	margin-bottom: 10px!important;
}

.blogLink a {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-image: url('../img/arrow-long-left.svg');
	background-position: left center;
	line-height: 21px;
	height: 20px;
	display: block;
}

.singleMobileNav {
	margin-top: 25px;
}

@media (min-width: 860px) {
	.contactLeftCol {
		padding-right: 15px;
	}
	.contactRightCol {
		padding-right: 15px;
	}

	.contactRightCol .team {
		text-align: left;
	}
}

@media (max-width: 859px) {
	.contactRightCol .entry-content {
		text-align: center;
	}
}


.contactRightCol .team {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.contactRightCol {
	margin-bottom: 40px!important;
}


.contactRightCol blockquote {
  font-style: normal;
  padding-left: 0;
  border-left: 0;
  line-height: 1.5em;
}

.contactRightCol blockquote p {
	font-family: 'Fira Sans Italic';
	font-size: 40px;
	/*font-weight: 400;*/
}

.contactForm {
	margin-bottom: 40px!important;
}

.contactForm input[type="text"],
.contactForm textarea {
 	width: 100%;
}

.contactForm input[type="text"] {
	height: 45px;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 200;
	padding-left: 10px;
	padding-right: 10px;
	background: #efefef;
	border: 1px solid #efefef;
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.contactForm input[type="text"]:focus,
.contactForm input[type="text"]:active {
	border-color: #417900;
}

.contactForm label {
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}

.contactForm fieldset div:nth-child(2) label {
	margin-top: 0;
}

.contactForm textarea {
	margin-bottom: 15px;
	background: #efefef;
	border: 1px solid #efefef;

 	font-size: 18px;
  line-height: 1.5em;
  font-weight: 200;
  padding: 10px;	
}

.contactForm textarea:focus,
.contactForm textarea:active {
	border-color: #417900;
}

ul.newsList {
	padding-left: 0;
}

ul.newsList li {
	padding: 10px 0;
}

ul.newsList li .newsListDate {
	color: #2c2c2c;
	font-size: 12px;
	line-height: 1.5em;
}

ul.newsList li .newsListHeadline {
	font-size: 23px;
	font-weight: 400;
	line-height: 1.5em;
}

ul.newsList li .newsListInfo {
	line-height: 1.5em;	
}

input.formInput {
	margin-left: 0;
 	outline: 0;
}

.uk-notify-message {
	background: #f97777;
}

@media (min-width: 860px) {
	.singleLeftCol {
		width: 20%;
	}
	.singleCenterCol {
		width: 60%;
	}
	.singleRightCol {
		width: 20%;
	}
}

.newslistWrapper {
	margin-top: 0!important;
}

.logogridModule {
	background: #f0f0f0;
}

.logogrid {
	margin-top: 15px;
}

.logogridLogo {
	text-align: center;
	padding: 10px 15px;
	margin-bottom: 30px!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.logogridLogo img {
	max-width: 100%;
}

.formModule .contactForm textarea,
.formModule .contactForm input[type="text"] {
	background: #fff;
	border-color: #fff;
}

.formModule .contactForm textarea {
	height: 110px;
}

.formModule a[href$="/contact-form"],
.formModule a[href$="/kontakt-formular"] {
	display: none!important;
}

.sidebarButton {
	margin-top: 15px;
}

@media (min-width: 480px) {
	.newslistWrapper .button {
		text-align: left!important;
	}

	.newslistWrapper .button a {
		margin-left: 0!important;
		margin-right: 15px!important
	}
}

@media (max-width: 479px) {

	.logogrid .uk-grid > div {
		display: none;
	}

	.logogrid .uk-grid > div:nth-child(1),
	.logogrid .uk-grid > div:nth-child(2),
	.logogrid .uk-grid > div:nth-child(3),
	.logogrid .uk-grid > div:nth-child(4),
	.logogrid .uk-grid > div:nth-child(5),
	.logogrid .uk-grid > div:nth-child(6),
	.logogrid .uk-grid > div:nth-child(7),
	.logogrid .uk-grid > div:nth-child(8) {
		display: block;
	}
}

.videoModule {
  background: #f0f0f0;
}

.videoHeadline {
	max-width: 710px;
	margin-left: auto;
	margin-right: auto;
}
.videoHeadline h2 {
	margin-top: 15px;
	color: #417900;
}

.videoPoster {
	position: relative;
	background-color: #000;
	display: block;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;	
  margin-bottom: 30px!important;
}

.videoPoster .videoPosterImage {
	opacity: 0.50;
}

.videoText {
	text-align: center;
	line-height: 75px;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 150px);
  bottom: 0;
  width: 300px;
  height: 200px;
}

.videoButton {
  position: absolute;
  left: calc(50% - 37.5px);
  top: calc(50% - 37.5px);
  background-image: url(../img/play-button.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 75px;
  height: 75px;
}

.headerModule,
.videoHeaderModule {
	position: relative;
}

.videoHeaderInnerWrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	display: flex;
	flex-direction: column;
  /*align-items: center;*/
  /*align-self: center;*/
  justify-content: center; 
}

.headerInnerWrapper {
	background: transparent;
}

.headerModule .heroImage,
.videoHeaderModule .heroImage {
	text-align: center;
}

.headerModule .heroImage {
	margin-top: 60px;
}

.headerModule .heroImage img,
.videoHeaderModule .heroImage img {
	width: 100%;
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.headerInnerWrapper .headerModuleText,
.videoHeaderInnerWrapper .headerModuleText {
	text-align: center;
  line-height: 75px;
  font-size: 24px;
  color: #fff;
  font-weight: normal;	
}

.videoHeaderInnerWrapper .headerModuleText h1,
.videoHeaderInnerWrapper .headerModuleText h2 {
	color: #fff;
	margin-bottom: 30px;
}

.headerInnerWrapper .headerModuleText h1,
.headerInnerWrapper .headerModuleText h2 {
	color: #417900;
	margin-bottom: 30px;
}

.headerModule > div > video,
.videoHeaderModule > div > video {
	position: absolute!important;
	/*left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;*/
	width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);	
}

.headerModule > div > img.posterImage,
.videoHeaderModule > div > img.posterImage {
	width: 100%;
	height: 660px;
}

.headerModule .videoPoster,
.videoHeaderModule .videoPoster {
	max-width: initial;
	margin-bottom: 0!important;
	/*height: 660px;*/
	background-size: cover;
	background-position: center center;
  overflow: hidden;
}

.headerModule .videoButton,
.videoHeaderModule .videoButton {
	position: initial;
	left: initial;
	top: initial;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.headerModule .videoCtaButton,
.videoHeaderModule .videoCtaButton {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
}

.headerModule .videoCtaButton {
	margin-bottom: 120px;
}

.headerModule .videoHeadline,
.videoHeaderModule .videoHeadline {
	max-width: initial;
}

.posterWrapper {
	position: relative;
	max-width: 710px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.headerModule .posterWrapper {
	margin-bottom: 120px;
}

.posterWrapper > a {
	position: absolute;
	left: calc(50% - 37.5px);
	top: calc(50% - 37.5px);
}

.uk-modal-dialog-lightbox {
	top: 5vh!important;

  width: calc(100vw - ( 20vw ) )!important; 
  height: calc(56.25vw - ( 20vw * 0.5625 ) )!important; /* height:width ratio = 9/16 = .5625  */
  max-height: calc(100vh - ( 20vh ) )!important;
  max-width: calc(177.78vh - ( 20vh * 1.778 ) )!important; /* 16/9 = 1.778 */
}

.uk-lightbox-content iframe {

  width: calc(100vw - ( 20vw ) )!important; 
  height: calc(56.25vw - ( 20vw * 0.5625 ) )!important; /* height:width ratio = 9/16 = .5625  */
  max-height: calc(100vh - ( 20vh ) )!important;
  max-width: calc(177.78vh - ( 20vh * 1.778 ) )!important; /* 16/9 = 1.778 */
}

.uk-modal {
	background: rgba(0,0,0,0.9);
}

.uk-alert {
 	margin-bottom: 0px;
  padding: 10px;
  color: #fff;
  /*border: 1px solid rgba(45,112,145,.3);*/
  border-radius: 0px;
  text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #000;
}

.uk-alert-success {
	background-color: #417900;
}

.uk-alert a,
.uk-alert a p,
.uk-alert p {
	color: #fff;
}

.uk-alert a>:last-child,
.uk-alert>:last-child {
    margin-bottom: 0;
}

.uk-alert-close {
  font-size: 18px;
	line-height: 1.5em;
}

.pricingSwitch {
	text-align: center;
}

.pricingSwitch div {
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	margin: 15px 10px;
}

.pricingSwitch div.active {
	color: #417900;
	border-bottom: 3px solid;
	padding-bottom: 4px;
	cursor: default;
}

.pricingText {
	text-align: center;
	margin: 15px 15px 50px 15px;
	line-height: 1.5;
}

.pricingText .currencySelector {
	color: #417900;
	text-decoration: underline;
	cursor: pointer;
}