html {
    /* scrollbar fix (prevent ugly left pull for lower content sites) */
    overflow-y: scroll;
    font-size: 100%; /* 20px */
}
body {
    background-color: #f5f5f5;
    color: #222222;
    overflow-x: hidden;
}
a {
	color: #666666;
	padding-bottom: 2px;
}
a.border-none {
    border-bottom: none !important;
}
#maincontainer a, #footer a {
    -webkit-transition-property: border-bottom-color, color;
    -o-transition-property: border-bottom-color, color;
    transition-property: border-bottom-color, color;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    border-bottom: 1px dotted rgba(49,49,49,0.3);
    border-bottom-color: rgba(49, 49, 49, 0.3);
}
#feature-3-block a {
    color: #e9e9e9;
    -webkit-transition-property: border-bottom-color, color;
    -o-transition-property: border-bottom-color, color;
    transition-property: border-bottom-color, color;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    border-bottom: 1px dotted rgba(233,233,233,0.8);
    border-bottom-color: rgba(233, 233, 233, 0.8);
}
#feature-3-block a:hover, #feature-3-block a:focus {
	color: #1a94e2;
}
#main-header {
	background-color: #fff;
	width: 100%;
  	border-bottom: 4px solid #ccc;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 0;
}
#maincontainer {
	
}
.logo h1 {
	font-size: 1.4375rem;
	line-height: 1.3;
	margin-bottom: 0;
	transition: all 0.5s;
}
.logo h1 .small {
	font-size: 1.25rem;
	transition: all 0.5s;
}
.shrink .logo h1 {
	font-size: 1.25rem;
}
.shrink .logo h1 .small {
	display: none;
}
.logo h1 a {
	color: #fff;
}
.reveal-header {
	background-color: #116296;
	font-size: 95%;
	padding: 1rem;
	margin: -1rem -1rem 1rem;
}
.reveal .logo h1 {
	font-size: 1.3125rem;
	color: #fff;
}
.reveal .logo h1 .small {
	font-size: 1.125rem;
}
.triangle {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 1rem 1rem;
	border-color: transparent transparent #116296 transparent;
}
.mainnav-trigger i {
    font-size: 1.25rem;
}
.button.phone {
    background-color: #0d4c73;
    border-radius: 0 0 8px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 13.5rem;
    transition: all 3s;
}
.shrink .button.phone {
    opacity: 0;
    transition: all 3s;
}
.close-button {
    color: #fff;
}
.close-button:hover, .close-button:focus {
    color: #ddd;
}
.button.mainnav-trigger {
	position: absolute;
	top: 0;
	right: 0.5rem;
	margin: 0;
	z-index: 100;
	color: #fff;
}
	.button.mainnav-trigger:hover, .mainnav-trigger:focus {
      color: #ddd; }
h1, .section-header h2 {
	color: #116296;
}
.h2, h2 {
    font-size: 2.5rem;
    line-height: 1.2;
}
.h3, h3 {
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}
.blue {
	color: #116296;
}
.grey {
	background-color: #f1f1f1;
}
.light-grey {
	background-color: #f7f7f7;
}
.introtext {
	font-size: 150%;
	padding-top: 1rem;
}
.topfoto img {
	border: 1px solid rgba(10,10,10,.25);
}
/* Hauptnavigation */
#mainmenue {
    font-size: 1.25rem;
    position: fixed;
	top: 0;
	width: 17.5rem;
	right: -18rem;
	height: 100%;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
	background: #116296;
	box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	z-index: 200;
}
#mainmenue.active {
	-webkit-transform: translate(-18rem, 0px);
	-moz-transform: translate(-18rem, 0px);
	-o-transform: translate(-18rem, 0px);
	-ms-transform: translate(-18rem, 0px);
	transform: translate(-18rem, 0px);
}
.menu-top-bar {
    height: 3rem;
    position: relative;
    margin-right: -0.9375rem;
	margin-left: -0.9375rem;
    z-index: 400;
}
.menu .is-active > a {
    background: transparent;
    color: #ccc !important;
}
#mainmenue .menu a {
	color: #fff;
}
#mainmenue a:hover, #mainmenue a:focus {
	color: #e9e9e9;
    border-bottom: 2px solid #eee;
}
@media only screen and (min-width: 64em) {
	#mainmenue {
	  	font-size: 1.125rem;
	  	position: static;
	  	background-color: transparent;
	 	overflow: visible;
	  	box-shadow: none;
	  	transform: none;
	  	transition: none 0s ease 0s;
	  	width: auto;
	}
	#mainmenue > ul > li {
		border-right: 1px solid #eee;
		padding: 0 0.5rem;
	}
	#mainmenue > ul > li:last-child {
		border-right: medium none;
	}
	#mainmenue .menu a {
		padding: 0.25rem;
		border-bottom: 2px solid transparent;
	}
	#mainmenue a:hover, #mainmenue a:focus {
		color: #ccc;
	    border-bottom: 2px solid #ccc;
	}
	.menu .is-active > a {
	    border-bottom: 2px solid #eee !important;
	    color: #fff !important;
	}
}
.padding-x {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}
#feature-1-block {
	background-color: #e2e2e2;
	padding-top: 2rem;
	padding-bottom: 1rem;
	border-bottom: 4px solid #ccc;
}
#feature-2-block {
	background-color: #f7f7f7;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-top: 4px solid #ccc;
}
#feature-2-block .button {
	display: block;
	width: 100%;
}
.feature-icons img {
	max-width: 5.5rem;
}
.section-header {
	border-bottom: 1px solid rgba(49,49,49,0.3);
	padding-bottom: 1rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	margin-bottom: 2rem;
}
#feature-3-block {
	background-color: #0d4c73;
	color: #f5f5f5;
	padding-top: 2rem;
	padding-bottom: 1rem;
	border-top: 4px solid #fff;
}
#feature-3-block .callout {
	background-color: #0d4c73;
	color: #f5f5f5;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	border-left: none;
}
#feature-3-block .callout:last-child {
	border: medium none;
}
.white-line {
	border-bottom: 4px solid #fff;
}
.np {
	background: url("../images/footer_np.png") no-repeat 95% 85%;
}
p.img_caption {
    font-size: 0.75rem;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0.5rem;
}
#footer {
	font-size: 87.5%;
	color: #222222;
	padding-bottom: 1rem;
}
.page-top {
	position: fixed;
	bottom: 0.5rem;
	right: 1rem;
	z-index: 300;
}
.button.page-top {
	background: rgba(233, 233, 233, 0.4);
	color: #116296;
}
.button.page-top:hover, .button.page-top:focus {
	background: rgba(233, 233, 233, 0.8);
	color: #2c5a96;
}
.copyright {
	padding: 0 2rem;
}
.no-js form {
    display: none;
}
input::placeholder, textarea::placeholder {
    color: #444;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #444;
}
input.capfield {
	color: #ffffff;
	font-size: 0.75rem;
	border: none;
	height: 0px;
	padding: 0px;
}
@media screen and (min-width: 40em) {
	.h3, h3 {
	    font-size: 1.3125rem;
	}
	.button.phone {
	    border-radius: 0 0 8px 8px;
	    left: 50%;
	    top: 0;
	    width: 14rem;
	    margin-left: -7rem;
	}
	.introtext {
		padding-top: 0.25rem;
		padding-right: 1rem;
	}
	#feature-2-block .button {
		display: inline-block;
		font-size: 1.0625rem;
		width: 100%;
	}
	#feature-3-block .callout {
		border-right: 1px solid #ccc;
		border-bottom: medium none;
	}
	#feature-3-block .callout:last-child {
		border-right: medium none;
	}
}
@media screen and (min-width: 64em) {
	.logo h1 {
		font-size: 1.625rem;
	}
	.logo h1 .small {
		font-size: 1.3125rem;
	}
	.shrink .logo h1 {
		font-size: 1.625rem;
	}
	/* .shrink .logo h1 {
		font-size: 1.3125rem;
	}
	.shrink .logo h1 .small {
		font-size: 1.0625rem;
	} */
	#feature-2-block .button {
		width: 80%;
	}
	/* #maincontainer {
		position: relative;
		min-height: 40rem;
		margin-top: 8.875rem;
	} */
	#footer {
		padding-bottom: 2rem;
	}
	.page-top {
		bottom: 1rem;
	}
}
@media screen and (min-width: 40em) and (max-width: 55em) {
	.np {
		background-image: none;
	}
}
@media screen and (min-width: 40em) and (max-width: 66em) {
	.padding-side {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}
@media screen and (min-width: 64em) and (max-width: 70em) {
	.bottomnav {
		padding-right: 4rem !important;
	}
}