:root {
  font-size: 16px;
}

body {
	padding:0;
	margin:0;
	background-color:#f7f8f9;
	font-family: Arial, Helvetica, sans-serif; 
	color: #1f3438;
	min-height: 100vh;
	max-width: 100vw;
	overflow-x: hidden;
}


header {
	width: calc(100vw - 15px);
	height:40px;
	position: sticky;
	top: -10px;
	z-index: 1000;
  	background-color:#e0e0e0;  	
	background: -webkit-linear-gradient(top, #2BC016, #26A96C); 
  	background: -o-linear-gradient(bottom, #2BC016, #26A96C); 
  	background: -moz-linear-gradient(bottom, #2BC016, #26A96C); 
  	background: linear-gradient(to bottom, #2BC016, #26A96C); 
	padding:1px 5px 1px 10px;
	margin:0px;
	border-width:7px 0px 2px 0px;
	border-style:solid;
	border-color:#ffffff;
}

header > .columns-33-33-33 > div.column:nth-child(1) {
	width: 180px;
}
	
header > .columns-33-33-33 > div.column:nth-child(2) {
	width: calc(100% - 480px);
}
	
header > .columns-33-33-33 > div.column:last-of-type {
	width: 200px;
}

.right {
	float: right;
}

.top-line {
	height:1rem;
	width:100%;
	background-color:#fff;
}
.box-wrapper {
	width: calc(100% - 4em);
	height:auto;
	/*min-height:200px;*/
	margin-top:0px;
	margin-left:auto;
	margin-bottom:0px;
	margin-right:auto;
}

.page-box {
	width:calc(100% - 100px);
	height:auto;
	padding:20px 40px 20px 40px;
	background: #bddadb;
	margin-bottom: 30px;
}

.article-box {
	width:calc(100% - 100px);
	height:auto;
	padding:20px 40px 20px 40px;
	background: #fff;
	margin-bottom: 30px;
}

.mobile-menu-action {
	color: #fff;
}

.teaser-box {
	margin-bottom: 30px;
	width:calc(100% - 140px);
	height:auto;
	padding:20px 80px 25% 40px;
	background: #bddadb;
	background-image:url('/images/eyecatcher-main.svg');
  	background-repeat: no-repeat;
    background-size: 65%;
    background-position: bottom right;
	background-color: #cae7f5;
}

.small-headerline {
	margin-top:20px;
}

.normal-headerline {
	margin-top:20px;
}

.small-bottomline {
	margin-bottom:0px;
}

#mobile-menu {
	display: none;
}

#mobile-menu > ul {
	padding: 5px 20px 0px 0px;
	margin: 0px;
}


#mobile-menu li {
	padding: 0px 20px 0px 20px;
	list-style-type:none;
	color: #fff;
	font-size: 1.5rem;
}



h1, h2, h3, h4, h5 {
		font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; 
		color: #363636;
		margin: 5px 0px 0px 0px;
}

h1 {
	font-size:1.5rem;
}

h2 {
	font-size:1.35rem;
}

h3 {
	font-size:1.0rem;
}

footer h3 {
	color:#1464a0;
}

.navigation > ul {
	margin:0;
}

#lang-nav > ul  > li{
	float: left;
	padding: 2px;
}

.navigation > ul > li	{
	float:left;
	list-style-type:none;
	/*box-shadow: 0px 0px 3px #888888;
	*/
	font-size:1.1rem;
}

.navigation > ul > li.active	{
	float:left;
	list-style-type:none;
	
	font-size:1.1rem;
}


.navigation > ul > li:last-of-type::after 	{
	clear:both;
}

.subnav > ul {
	margin:3px;
	padding:0;
}

.subnav > ul > li	{
	list-style-type:none;
	font-size:0.95rem;
}


.subnav > ul > li > a:hover {
	color:#172d51;
}

.subnav > ul > li > a {
	text-decoration:none;
	font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; 
	color:#ccc;
}



/**
	General Settings	
*/

.form-hidden	{
	display:none;
}

	
#login-box .form-input {
		float: left;
		width: calc(100% - 195px);
}
#login-box .form-input > input {
	border-width:0px 0px 2px 0px;
	border-style:solid;
	border-color:#000000;
	background-color:#ffffff;
	font-size:0.9rem;
	width: 95%;
}

#inbox-box .form-wrapper {
	margin: 0 0 20px 0;
	clear: both;
}

.clean {
	clear: both;
}

#inbox-box button.button {
	margin: -5px 0 0 10px;
}

#inbox-box .form-input {
		float: left;
		width: calc(100% - 250px);
		max-width: 150px;
}
#inbox-box .form-input > input {
	border-width:0px 0px 2px 0px;
	border-style:solid;
	border-color:#000000;
	background-color:#ffffff;
	font-size:0.9rem;
	width: 95%;
}

.form-select {
		margin:0px;
		padding:0px;
		position:relative;
		width: 125px;
		float: left;
		background-color: #fff;
}

.form-select > ul {
		margin:0px;
		padding:1px 5px 1px 5px;
		position:absolute;
		top:0px;
		left:0px;
		display:inline-block;
		background-color:#ccc;
		max-height: 80px;
		overflow: hidden;
		
}

.form-select > ul.open {
		overflow-y: scroll;
		
}

.form-select >  ul > li	{
	margin:-5px 0px 0px 0px;
	display:none;
	font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; 
	font-size:1.25rem;
	font-weight:bold;
}

.form-select >  ul > li.active	{
	cursor: pointer; cursor: hand; 
	display:block;
}

.form-select >  ul > li:last-of-type:after	{
	clear:both;
}

.box-form form {
	padding:20px;
}

.main-box .typo3-neos-nodetypes-textwithimage > figure > img {
	float:right;
}


.main-box-wrapper:after {
	clear:both;
}

ul.email-list.new > li {
	font-weight: bold;
}

#header-logo {
	margin-top:0px;
	margin-left:10px;
	margin-right:0px;
	margin-bottom:5px;
	height: 40px;
	width: 263px;
	color:#fff;
	overflow: hidden;
}

footer {
	width: 100vw;
  	bottom: 0;
  	height: 100px;
	padding: 20px 0 2.5px 0;
	border-width: 0px 0px 10px 0px;
	border-style: solid;
	border-color: #387A7D;
	color: #ffffff;
	background: #395E66; /* For browsers that do not support gradients */
  	background: -webkit-linear-gradient(top, #395E66, #395E66); 
  	background: -o-linear-gradient(bottom, #395E66, #395E66); 
  	background: -moz-linear-gradient(bottom, #395E66, #395E66); 
  	background: linear-gradient(to bottom, #395E66, #395E66); 
	padding: 0;
	clear:both;
}

#footer-nav {
	display:block;
	width: auto;
	clear:both;
	margin-left: auto ;
	margin-right: auto ;
}

#footer-nav:after {
	clear:both;
}

#footer-nav > .div-1-3:last-of-type::after {
	clear:both;
}

.main-box-heading {
	color:#52a06d;
	border-width:0px 0px 2px 0px;
	border-style:solid;
	font-size:1.25rem;
	border-color:#215a8e;
	background-color:#ffffff;
	padding:2px 0px 2px 20px;
	font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; 
}


.columns-33-66 > .box-content {
	padding:20px 30px 20px 30px;
	width:calc(33% - 60px);
}


.columns-66-33 > .box-content {
	padding:20px 30px 20px 30px;
	width:calc(66% - 60px);
}


.columns-100 > .box-content {
	padding:20px 30px 20px 30px;
	width:calc(100% - 60px);
}

.columns--90-fix > .box-content {
	padding:20px 30px 20px 30px;
	width:calc(100% - 60px) !important;
}


.main-box-content {
		padding:15px 20px 15px 20px;
		font-size:0.95rem;
		height:auto;
}

.right-box-heading {
	color:#ffffff;
	border-width:0px 0px 2px 0px;
	border-style:solid;
	font-size:1.25rem;
	border-color:#ffffff;
	background-color:#809da7;
	padding:2px 0px 2px 20px;
	font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; 
}

.right-box-content {
	padding:15px 20px 15px 20px;
	font-size:0.95rem;
	height:auto;
}

/**
	Grid
*/



.column {
	float:left;
	
}

.content-wrapper {
	clear: both;
	overflow:hidden;
	margin: 30px auto 0px auto;
	min-height: calc(100vh - 220px);
	max-width: 1600px;
}

#blog-page-content {
	margin: 0px;
}

#blog-page-content > div.columns-66-33 > div.column:first-of-type {
	width: 66%;
	margin: 0px;
}

#blog-page-content > div.columns-66-33 > div.column:last-of-type {
	margin-left: 0px;
	width: 33%;
}

#blog-page-content > div.columns-50-50 > div.column:first-of-type > .blog-box {
	margin: 0px;
}

#blog-page-content > div.columns-50-50 > div.column:last-of-type > .blog-box {
	margin-left: 0px;
}



.columns-50-50 > .column {
	float:left;
	width:50%;
	height:auto;
	min-height:5px;
}

.columns-100 > .column {
	float:left;
	width: calc(100vw - 65px);
	height:auto;
	min-height:5px;
}

.columns-33-66 > div.column:first-of-type  {
	float:left;
	width:33%;
	height:auto;
	min-height:5px;
}

.columns-33-66 > div.column:last-of-type {
	float:left;
	width:66%;
	height:auto;
	min-height:5px;
}

.columns--250-fix > div.column:first-of-type  {
	float:left;
	width:calc(100% - 250px);
	height:auto;
	min-height:5px;
}

.columns--250-fix > div.column:last-of-type {
	float:left;
	width:250px;
	height:auto;
	min-height:5px;
}

.columns-66-33 > div.column:first-of-type  {
	float:left;
	width:66%;
	height:auto;
	min-height:5px;
}

.columns-66-33 > div.column:last-of-type {
	float:left;
	width:33%;
	height:auto;
	min-height:5px;
}

.columns-25-75 > div.column:first-of-type {
	float:left;
	height:auto;
	width:25%;
	min-height:5px;
}

.columns-25-75 > div.column:last-of-type {
	float:left;
	width:75%;
	height:auto;
	min-height:5px;
}

.columns-33-33-33 > div.column {
	float:left;
	width: calc(33% - 10px);
	height:auto;
	min-height:5px;
}

div.container > div.column:last-of-type:after {
    content:'';
    display:block;
    clear: both;
}

div.container {
	clear:both;
}

/**
	Customization
*/


.inbox-box {
	background-color:#fff;
}

#inbox-box {
	max-width: 1500px;
	
}

#blog-page-content .blog-box {
	float: left;
	box-shadow: none;
}

div.columns-66-33 > div.column:first-of-type > .blog-box {
	margin: 0px;
	min-height: 120px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.columns-33-66 > div.column:first-of-type > .blog-box {
	margin: 0px;
	min-height: 120px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.box-eyecatcher {
	float:left;
}

.message-list {
	background-color:#cccccc;
	width:100%;
	padding:0px;
	margin:50px 0 0 0;
}


.message-list > table {
	width:100%;
	padding:0px;
	margin:0px;
	height:auto;
	display:block;
}
.message-list > table > thead {
	height:20px;
	width:100%;
	display: inline-block;
}

.message {
	height:auto;
	padding:0;
	spacing:0;
	clear:both;
}

#inbox-box > #inbox-content {
	background-color:#ffffff;
}

.content-frame {
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	width:100%; 
	height:300px; 
	clear:both;
}

nav#account-nav {
	margin-top:0.3rem;
	/**float:right;*/
}

ul.email-address-list {
	padding:0px;
	margin:10px 0px 0px 0px;
}
ul.email-address-list > li {
	font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; 
	font-size:0.9rem;
	margin-left: 4px;
	list-style-type:none;
	float:left;
	background-color:#22788e;

	padding: 2px 10px 2px 10px;
	color:#fff;
}
ul.email-address-list > li > form {
	padding-left: 5px;
	padding-right: 0px;
	float:right;
}

ul.email-address-list > li > form > button {
	border: 0;
	background-color: transparent;
}

ul.email-address-list > li > form > button > span {
	color: #fff;
	font-size: 1.25rem;
	cursor: pointer;
}


.message-list > table th, .message-list > table td {
	width:10%;
}
.message-list > table > tbody {
	width:100%;
	height: 150px;
    display: inline-block;
    overflow: auto;
}


#account-nav > ul > li	{
    border-color:#ffffff;
    height:30px;
    font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; 
}

#account-nav > ul > li.active	> a {
	color:#045125;
	text-decoration:none;
	width:100%;
}

#account-nav > ul > li	> a {
	color:#fff;
	text-decoration:none;
	width:100%;
}

#account-nav > ul > li	> a:hover {
	color:#000;
	text-decoration:none;
	width:100%;
}

#account-nav > ul > li > a:hover {
	color:#cccccc;
}

.main-stop {
  stop-color: #eee;
}
.alt-stop {
  stop-color: #3b6e6a;
}

#main-nav > ul > li	{
	/*
	background: #c2d1c3; 
  	background: -webkit-linear-gradient(top, #42577a,#d0d3d8); 
  	background: -o-linear-gradient(bottom, #42577a,#d0d3d8); 
  	background: -moz-linear-gradient(bottom, #42577a,#d0d3d8); 
  	background: linear-gradient(to bottom, #42577a,#d0d3d8); 
  	*/
	padding: 0px 20px 0px 0px;
	/*
	border: 1px solid;
	border-top-left-radius:5px;
	border-top-right-radius:15px;
	border-bottom-right-radius:2.5px;
	border-bottom-left-radius:2.5px;
	margin-left:-2px;
	*/
    border-color:#ffffff;
    height:30px;
    font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; 
}

#main-nav > ul > li.active	> a {
	display: inline-block;
	color:#fff;
	text-decoration:none;
	width:100%;
	border: 1px solid;
	border-color: #eee;
	background: #395E66; /* For browsers that do not support gradients */
  	background: -webkit-linear-gradient(top, #4ea2b5, #276573); 
  	background: -o-linear-gradient(bottom, #4ea2b5, #276573); 
  	background: -moz-linear-gradient(bottom, #4ea2b5, #276573); 
  	background: linear-gradient(to bottom, #4ea2b5, #276573); 
}

#main-nav > ul > li	> a {
	color:#e8e8e8;
	text-decoration:none;
	width:100%;
	line-height:40px;
	height:40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	/*border-radius: 0px 0px 20px 0px;*/
}

#main-nav > ul > li	> a:hover {
	color:#000;
	text-decoration:none;
	width:100%;
}

#main-nav > ul > li > a:hover {
	color:#cccccc;
}

.form-box {
	background-color:#fff;
}

.form-wrapper {
	padding:15px;
}

.box {
	width:calc(100% - 40px);
	height:auto;
	margin: 0px 10px 20px 20px;
	padding: 5px 10px 5px 10px;
	background-color:#fff;
	box-shadow: 0px 0px 3px #888888
}

.box-without-background {
	width:calc(100% - 20px);
	height:auto;
	margin: 0px 10px 40px 20px;
	padding: px 0px 5px 10px;;

}

.box-main-ad {
	min-height: 280px;
	overflow: hidden;
	padding: 0px;
	width: calc(100vw - 85px);
}

.box-sub-ad {
	height:200px;
	margin:0px 0px 40px 0px;
	padding:0px;
	width:100%;
}

span.bubble {
	display: inline-block;
	padding: 0px 6px 0px 6px;
	background-color: #0584ce;
	font-size: 0.7rem;
	color: #fff;
	margin-left:20px;
}

span.bubble > span {
	color:#c9ebff;
	font-size:1.1rem;
	margin-left: 5px;
}

ul.email-list {
	display:block;
	height:25%;
	padding:2px;
	margin:0px;
	clear: both;
	background-color: #fff;
	overflow: hidden;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    cursor: grab;
}

ul.email-list.active {
	background-color:#0584ce !important;
	color:#fff;
}

ul.email-list:nth-of-type(even) {
	background-color:#f2f2f2;
	border-color:#888888;
	border-width: 1px 0px 1px 0px;
	border-style: dashed;
}

ul.email-list:nth-of-type(odd) {
	background-color:#fff;
}

ul.email-list > li {
	display:block;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	list-style-type:none;
	float:left;
}

ul.email-list > li:last-of-type:after {
    content:'';
    display:block;
    clear: both;
}

ul.email-list > li.list-date {
	width: 70px;
}

ul.email-list > li.list-options{
	width: 40px;
}


ul.email-list > li.list-sender {
	width: calc(40% - 40px);
}

ul.email-list > li.list-subject {
	width: calc(60% - 70px);
	min-width: 0px;
}

ul.email-list {
	background-color: #fff;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
#inbox-box .box-content {
	min-height: 110px;
	overflow-y:scroll;
}
.box-header {
	width:100%;
	border-color:#ccc;
	border-width: 0px 0px 2px 0px;
	border-style:solid;
}

.button-teaser {
	background-color:#ccc;
	border-color:#000;
	border-width:1px;
	padding:1rem;
	
	
}
.main-wrapper {
	display:block;
	width:1000px;
	clear:both;
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom: 50px;
	margin-top:0px;
	padding: 5px;
	height:auto;
}

.box > .box-teaser:last-of-type:after {
	clear:both;
}

.main-box {
		margin:25px 40px 15px 0px;
		height:auto;
}

.right-box {
		margin:25px 0px 25px 15px;
		height:auto;
		box-shadow: 0px 0px 3px #888888
}

.a-box {
	clear:both;
	height:110px;
}

.right-box.no-background {
		box-shadow: none;
		background-color:none;
		font-size:0.7rem;
		margin-left:5px;
}

.box-footer	{
	height:auto;
	min-height:30px;
	clear:both;
}

.box-footer ul {
		margin:0px;
		padding:0px;
}


ul.slide-options > li {
	float:left;
	font-size:0.6rem;
	padding:4px;
	font-weight:bold;
	list-style-type:none;
}

ul.slide-options > li a {
	text-decoration:none;
	display:block;
}



#inbox-content > div > div.inbox-size, #inbox-heading > div.inbox-size{
	width:30px;
}

#inbox-content > div > div.inbox-date, #inbox-heading > div.inbox-date{
	width:90px;
}

#inbox-content > div > div.inbox-sender, #inbox-heading > div.inbox-sender{
	width:170px;
}

#inbox-content > div > div.inbox-subject, #inbox-heading > div.inbox-subject{
	width:500px;
}

#inbox-content > div > div:last-of-type:after {
	clear:both;
}

#inbox-heading > div,#inbox-content > div > div {
	padding:5px 2px 2px 2px;
	float:left;
}

#inbox-heading > div {
	height:20px;
}

#inbox-heading > div:last-of-type:after,#inbox-content > div > div:last-of-type:after {
	clear:both;
}

#inbox-heading {
	width:100%;
	height:20px;
	font-weight: bold;
}

#inbox-content {
	width:100%;
	overflow-y: scroll; 
	overflow-x:hidden;
	height: 120px;
}

#inbox-address-list {
	width: 100%;
	margin: 0 0 20px 0;
}

ul.email.address-list { display: flex; }
ul.email.address-list > li { justify-content: center; }

#inbox-content > div.even {
	width:100%;
	border-color:#ffffff;
	height:30px;
	border-width:1px;
	border-style:dotted;
	border-color:#999999;
	background-color:#f1f1f1;
	cursor: pointer; cursor: hand; 

}

#inbox-content > div.odd {
	width:100%;
	border-color:#ffffff;
	height:30px;
	border-width:1px;
	border-style:dotted;
	border-color:#999999;
	background-color:#ffffff;
	cursor: pointer; cursor: hand; 
}


#message-box {
		clear:both;
	width:100%;
	height:400px;
	background-color:#f5f5f5
}


#login-box .form-select, #login-box .form-input	{
	float:left;
}


.form-at	{
	width:18px;
	float:left;
	margin:2px 2px 2px 0px;
	font-size:1.1rem;
}

.form-open	{
	width:15px;
	float:right;
}

#login-box > .right-box-heading {
	background-color:#4d81b5;
  	background: -webkit-linear-gradient(top, #c9e4ff,#4d81b5); 
  	background: -o-linear-gradient(bottom, #c9e4ff,#4d81b5); 
  	background: -moz-linear-gradient(bottom, #c9e4ff,#4d81b5); 
  	background: linear-gradient(to bottom, #c9e4ff,#4d81b5); 
	border-color:#cccccc;
}

.right-bar {
	margin-left: 20px;
	margin-top: 50px;
	padding-bottom: 10px;
	min-height: 20px:
	max-height: auto;
}

#feature-box > .right-box-heading {
	background-color:#74c172;
  	background: -webkit-linear-gradient(top, #bfefbd,#74c172); 
  	background: -o-linear-gradient(bottom, #bfefbd,#74c172); 
  	background: -moz-linear-gradient(bottom, #bfefbd,#74c172); 
  	background: linear-gradient(to bottom, #bfefbd,#74c172); 
	border-color:#cccccc;
	
}


#address-box {
		clear:both;
}

#address-box > .address-item{
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
height:25px;
width:auto;
font-size:1.3rem;
font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; 
float:left;
padding:0px 5px 5px 5px;
margin:5px;
border-color:#ffffff;
border-width:2px;
border-style:solid;
}

ul.featurelist { padding: 0px; margin: 0px;}

ul.featurelist > li:before { content: "\f046"; }

ul.featurelist > li { list-style-type:none; position:relative; padding:10px 0px 0px 30px; font-size: 1rem; font-weight: bold; }

ul.featurelist > li:before {
	position: absolute;
	top: 10px;
	left: 0;
	font-family: FontAwesome;
	font-size: 1.2em;
	color: #1c6b35; 
} 


.button {
	float:right;
	/*background-color:#169114;*/
	color:#ffffff;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:35px;
	width:auto;
	font-size:1.2rem;
	font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; 
	float:left;
	padding:0px 20px 0px 20px;
	margin-top:5px;
	margin-bottom:0px;
	margin-right:0px;
	border-color:#cccccc;
	border-width:2px;
	border-style:solid;
	border-color: #eee;
	background: #395E66; /* For browsers that do not support gradients */
  	background: -webkit-linear-gradient(top, #4ea2b5, #276573); 
  	background: -o-linear-gradient(bottom, #4ea2b5, #276573); 
  	background: -moz-linear-gradient(bottom, #4ea2b5, #276573); 
  	background: linear-gradient(to bottom, #4ea2b5, #276573); 
}

.box-footerlink {
	float:right;
	/*background-color:#169114;*/
	color:#4ea2b5;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:35px;
	width:auto;
	font-size:1.2rem;
	font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; 
	float:left;
	padding:0px 20px 0px 20px;
	margin-top:5px;
	margin-bottom:0px;
	margin-right:0px;
}

#email-content-frame {
	width: calc(100% - 20px); 
	min-height:280px;
	height: 35vh;
	border-width:1px; 
	border-color:#ccc; 
	border-style:solid;
}

span.actionbutton {
	cursor:pointer;
}


span.white {
	font-size:0.8rem;
	color:#ffffff;
}

span.grey {
	color:#999999;
}

span.red {
	color:#ad0f27;
}


#address-box > .address-item:last-of-type:after {
	clear:both;
}

#address-box > .address-item.active-1 {
	background-color:#c9edc0;
	
}

#address-box > .address-item.active-0 {
	background-color:#efefef;
	
}

#login-box span.fa {
	font-size:1.5rem;
}

ul.email-list > li {
	overflow: hidden;
}

.news-eyecatcher {
	width: 180px;
	float: right;
}

.mobile-placeholder {
	position: absolute;
	width: 0px;
	height: 0px;
}


@media only screen and (max-width: 1050px) {
	:root {
	  font-size: 18px;
	}
	
	body {
		max-width: 100%;
	}
	.content-wrapper {
		margin: 0px;
	}
	.content-wrapper {
		width: calc(100% - 20px);
	}

	#inbox-box .form-input {
		width: calc(100% - 230px);
	}
	
	#blog-box {
		width: calc(100% - 15px);
		margin-left: 0px;
	}
	
	.form-input {
		width: calc(100% - 180px);
	}

	.subnav > ul {
		margin:7px;
		padding:0;
	}
	
	.subnav > ul > li	{
		list-style-type:none;
		padding: 0.5rem;
	}
	
	
	header > .columns-33-33-33 > column:nth-child(1) {
		width: 180px;
	}
	
	#main-nav {
		display: none;
	}
	
	
	header.app > .columns-33-33-33 > column:nth-child(2) {
		width: calc(66% - 10px);
	}
	
	
	header.app > .columns-33-33-33 > column:last-of-type {
		width: 33%;
	}
	
	header > .columns-33-33-33 > div.column:last-of-type {
		/**width: 100px;*/
		float: right;
	}
	header > .columns-33-33-33 > div.column:nth-child(2) {
		width: calc(100% - 460px);
	}
	
	#login-box {
		position: absolute !important;
		top:60px;
		left:0px;
		width: calc(100% - 60px);
	}

	#login-box > .form-select {
		width: 125px;
	}
	
	.form-select > ul {
		overflow: visible;
		max-height: none;
	}
	
	.right-bar {
		margin-left: 2.5px;
		margin-top: 50px;
		margin-bottom: 0px;
		/*position: fixed;*/
		/*bottom: 0px;*/
		width: calc(100% - 40px);
		/**clear: both;*/
	}
	
	.mobile-placeholder {
		position: relative;
		height: 140px;
		width: 100%;
	}

	.main-wrapper {
		width: 100%;
	}
	
	#info-page-content > div.container > div.column:first-of-type {
		width: 100%;
	}
	
	#info-page-content > div.container > div.column:last-of-type {
		width: 100%;
		margin-top: 20px;
	}
	
	#header-logo {
		width:180px !important;
		margin-left: 5px;
	}
	
	
	#inbox-box {
		margin-bottom: 0px;
	}
	
	#inbox-box > .box-content {
		min-height: 100px;
		height: 20vh;
	}
	
	header {
			z-index: 1000;
	}
	.main-header {
		display: block;
		position: sticky;
		top: -10px;
		height: auto;
	}
	
	footer {
	    width: 100%;
	}
	
	.container {
		margin:0px 0px 0px 0px;
	}
	
	.box-main-ad {
		width: calc(100% - 20px);
	}
	
	#email-content-frame {
		width: 100%; 
	}
	
	#email-content-box .column:nth-child(1) {
		clear: both;
		/* height: 200px; */
		width: calc(100% - 2px);
	}
	#email-content-box .column:nth-child(2) {
		clear: both;
		height: 100px;
		width: 100%;
	}
	#email-content-box .box-sub-ad {
		margin:0px 0px 40px 20px;
	}
	
	#blog-page-content {
		padding-top: 0 !important;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	#blog-page-content > .container {
		width: 100%;
	}
	#blog-page-content > .container > .column:first-of-type {
		width: calc(100% - 10px);
	}
	#blog-page-content > .container > .column:last-of-type {
		width: calc(100% - 10px);
	}
	#blog-page-content > .container > .column:last-of-type > .box {
		margin-top: 20px;
		margin-left: 0px;
	}
	

	#info-page-content {
		overflow: inherit;
		margin-bottom: 0px;
	}
	
	#info-page-content > .container > .column:first-of-type {
		width: 100%;
	}
	

	
	#info-page-content > .container > .column:first-of-type > .teaser-box {
		padding:20px 40px 40% 40px;
		width: calc(100% - 60px);
		background-size: 90%;
    	background-position: bottom center;
	}
	
	#info-page-content > .container > .column:first-of-type > .page-box {
		padding: 20px 40px 20px 40px;
		width: calc(100% - 60px);
	}
	
	#info-page-content .box-wrapper {
		margin: 190px 0px 0px 20px;
		width: calc(100% - 1.5em);
	}
	
	
	#info-page-content #blog-page-content .box-wrapper {
		margin: 0px;
	}
	
	#email-content-box > .box-wrapper {
		width: calc(100% - 5px);
	}
	
	
	#mobile-menu:not(.closed) {
		position: absolute;
		display: block;
		top: 0px;
		right: 0px;
		max-width: 400px;
		width: 100%;
		background-color: #fff;
		height: 100vh;
	}
	
	.mobile-submenu {
		padding: 20px 0px 10px 0px;
	}
	
	.mobile-submenu li a {
		color: #000;
		text-decoration: none;
	}
	
	#mobile-menu.closed  {
		position: relative;
		display: block;
		width: auto;
		height: auto;
		background-color: transparent;
		float: right;
		/**width: 100px;*/
	}
	
	#mobile-menu.closed .mobile-menu-content {
		display: none;
	}
	
	#mobile-menu:not(.closed) .mobile-menu-action-item {
		float: right;
	}
	
	#mobile-menu.closed .mobile-menu-action {
		color: #fff;
	}
	
	#mobile-menu .mobile-menu-action {
		color: #000;
	}
	
}