/*
Theme Name: Die mobilen Alltagshelfer v2026
Theme URI: http://www.typolar.de
Author: Thomas Beisiegel
Author URI: http://www.typolar.de
Description: 
Version: 5.1
License: 
License URI: 
Tags: 
*/
@font-face {
    font-family: 'openBoldItalic';
    src: url('fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'openMedium';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'openBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'openItalic';
    src: url('fonts/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-LightItalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
  	overflow-y: scroll;
}
body {
	margin: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position:relative;
	background-color:#000;
}
.BG{
	position:fixed;
	width:100%;
	height:100%;
	background-color:#F2F2F2;
	z-index:0;
}
.wrapper{
	position:relative;
	width:1200px;
	height:auto;
	margin:0 auto;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.32);
	box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.32);
}
header{
	position:relative;
	width:100%;
	height:160px;
	background-color:#FFF;
	clear:both;
}
#loginConnect{
    font-family: 'open';
    position: absolute;
    right: 40px;
    text-align: center;
    padding:10px;
    background-color: #3AAA35;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    content:"Login";
    color:#fff;
    z-index: 50;
}
#loginConnectMobile{
    position: absolute;
    width: 60px;
    height: 70px;
    right: 80px;
    background-color: #3AAA35;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 100;
    background-image: url(images/LoginButton.png);
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    display:none;
}
.headerBranding{
	position:relative;
	width:100%;
	height:150px;
}
.branding{
	float:left;
	top: 25px;
	left:25px;
    position: relative;
}
.slogan{
	position:relative;
	height:100px;
	float:right;
	right:40px;
	line-height:100px;
	top:53px;
	font-family:'open', Arial;
	color:#B3B3B3;
	font-size:28px;
}
.MobileMenu{
	display:none;
	position: absolute;
	right: 20px;
	top: 25px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(images/MobileMenu-01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size:  auto 100%;
}
.MobileMenu.active{
	background-position: right center;
}
nav{
	position:relative;
	width:100%;
	height:40px;
	background-color:#3AAA35;
	z-index: 100;
}
nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
nav ul li{
	height: 40px;
	font-family:'open', Arial;
	color:#FFF;
	float:left;
	display:inline;
	padding:8px 10px 5px 40px;
	box-sizing:border-box;
}
nav ul li a{
	text-decoration:none;
	color:#FFF;
}
nav ul li a:hover{
	color:#E5E5E5;
}


nav ul li ul{
	display:none;
	position:absolute;
	background-color:#fff;
	margin-top:10px;
	margin-left:-20px;
	width:300px;
}
nav ul li ul li{
	display:block;
	float:none;
	margin-top: 0;
	padding:10px 20px 10px 20px;
}
nav ul li:hover>ul{
	//display:block;
}
nav ul li ul li a{
	color:#164194;
}
nav ul li ul li a:hover{
	color: #3972E1;
}
.sub{
	display:none;
}
.closeMenu{
	display:none;
}
.backMenu{
	display:none;
}
.headerImage{
	position: relative;
	width: 100%;
	height: 520px;
	overflow: hidden;
	//background-image: url(images/headerImage.jpg);
	background-position: center center;
	background-size: cover;
}
.schwungOben{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(images/schwung-01.png);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	bottom:-1px;
}
.schwungOben.FullWidth{
	background-image: url(images/schwung-02.png);
}
.headline{
	position:absolute;
	right:40px;
	bottom:10px;
	text-align:right;
}
.headline h1{
	font-family:'openItalic', Arial;
	font-weight:normal;
	font-size:45px;
	margin:0;
	padding:0;
	color:#3AAA35;
}
.headline p{
	font-family:'open', Arial;
	font-size:30px;
	margin:0;
	padding:0;
	color:#3AAA35;
    width: 700px;
   	float: right;
}
.content{
	position:relative;
	background-color:#ccc;
}
aside{
	font-family:'open', Arial;
	position:absolute;
	float:left;
	width:31.4%;
	height:100%;
	background-color:#F2F2F2;
}
.navAside{
	position: relative;
    margin-top: 50px;
    z-index: 1000;
}
.navAside ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.navAside ul li{
	font-size:20px;
	margin-left:40px;
	padding: 10px;
	height:35px;
}
.navAside ul li a{
	position: absolute;
	color: #AEAEAE;
	font-family: 'openMedium', Arial;
	text-decoration: none;
}
.navAside ul li a:hover{
	font-family:'openMedium', Arial;
	color:#FBB03B;
}
.textContent{
	font-family:'open', Arial;
	font-size:18px;
	text-align:justify;
	line-height:28px;
	color:#666666;
	float:right;
	width:68.7%;
	background-color:#FFF;
	box-sizing:border-box;
	padding:40px;
	padding-bottom:300px;
}
.textContent.FullWidth{
	width:100%;
	float:left;
}
.textContent a{
	font-family:'openBold', Arial;
	text-decoration:none;
	color:#FBB03B;
}
.textContent a:hover{
	text-decoration:underline;
}
.textContent strong, .textContent b{
	font-family:'openBold', Arial;
	color:#3AAA35;
	font-weight:normal;
}
.textContent em, .textContent i{
	font-family:'openBoldItalic', Arial;
	color:#3AAA35;
	font-style:normal;
}
.clear{
	clear:both;
}
footer{
	position: relative;
	margin-top: -390px;
	width: 100%;
	height: 400px;
	background-image: url(images/schwungUnten-02.png);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

footer{
	font-family:'open', Arial;
	text-align:right;
}
.footerContent{
	color:#FFF; 
	width:100%;
	position:absolute;
	bottom:150px;
	right:20px;
}
footer h3{
	font-family:'open', Arial;
	font-weight:normal;
	font-size:40px;
	padding-right:20px;
}
.footerColumns{
	font-family:'open', Arial;
	position:absolute;
	right: 0px;
    bottom: 60px;
	color:#FFF;
}
.footerColumn{
	float:right;
	text-align:right;
	padding-right:40px;
	line-height:24px;
}
.navBottom{
	position:relative;
	width:100%;
	height:40px;
	background-color:#FFF;
	text-align:right;
}
.navBottom ul{
	position:absolute;
	list-style-type:none;
	padding:0;
	margin:0;
	right:25px;
}
.navBottom ul li{
	float:left;
	padding: 7px 15px 5px 20px;
}
.navBottom ul li a{
	color:#164194;
	font-family:'open', Arial;
	text-decoration:none;
}
.navBottom ul li a:hover{
	color: #4077E2;
}
.highlightBox{
	background-color:#F2F2F2;
	padding:15px 20px;
}
.asideInfo{
	margin-left:5%;
	width:90%;
	margin-top:35px;	
}
.BoxIcon{
	position:relative;
	width: 35px;
	height: 35px;
	background-color:#3AAA35;
	float:left;
}
.BoxIcon img{
	position:relative;
	left:-3px;
}
.BoxHeadline{
	font-family:'openbold', Arial;
	text-transform:uppercase;
	height: 35px;
	background-color:#ccc;
	color:#4D4D4D;
	line-height:35px;
	padding-left:15px;
}
.BoxContent{
	font-family: 'open', Arial;
    font-size: 14px;
	line-height:22px;
    background-color: #FFF;
    float: left;
    width: 83%;
	margin-bottom:35px;	
	position: relative;
	z-index: 1000;
}
.BoxText{
	padding:15px;
}
.BoxText img{
	width:100%;
	height:auto;
}
.BoxText p{
	padding:0;
	margin:0;
}
.button{
	box-sizing: border-box;
	background-color: #FBB03B;
	color:#3AAA35;
	width: 300px;
	height:100px;
	border-radius: 5px;
	font-family: 'openBold';
	text-align: left;
	float:left;
	position: relative;
	padding:20px;
	padding-left: 50px;
	margin:20px;
	display:table;
}
.buttonText{
	display: table-cell;
	vertical-align: middle;
}
.buttonText a{
	color:#3AAA35;
	text-decoration: none;
}
.buttonArrow{
	position: absolute;
	width: 20px;
	height: 100%;
	top:0;
	left:15px;
	background-image: url(images/buttonArrow.png);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	
}
@media screen and (max-width: 1200px) {
    .wrapper{
		width:100%;
	}
	.slogan {
		font-size: 24px;
	}
	nav ul li {
		padding: 11px 10px 5px 20px;
		font-size:15px;
	}
	.headline h1 {
		font-size: 37px;
	}
	.headline p {
		font-size: 24px;
		width:550px;
	}
	.footerContent {
		padding-right:20px;
		box-sizing:border-box;
	}
	.footerColumn {
		font-size:14px;
		line-height:18px;
		padding-right:20px;
	}
	.navBottom ul li {
		font-size:13px;
	}
	.footerContent{
		bottom:30%;
		right:0px;
	}
	.footerColumns{
		right:20px;
	}
}
@media screen and (max-width: 900px) {
	.slogan {
		font-size: 19px;
		right:20px;
	}
	nav ul li {
		font-size:13px;
	}
	.headline{
		right:20px;
	}
	.headline h1 {
		font-size: 30px;
	}
	.headline p {
		font-size: 20px;
		width:480px;
	}
	.navAside ul li {
		font-size: 16px;
	}
	.textContent {
		padding: 20px;
		padding-bottom: 250px;
	}
	.footerContent {
		padding-right: 0px;
	}
	footer h3 {
		padding-right: 20px;
		position: relative;
		top: 100px;
	}

	.footerColumns{
		position:relative;
		right:0;
		bottom:0;
		background-color:#265397;
		top: -1px;
		padding-bottom:20px;
	}
	.navBottom ul {
		right: 10px;
	}
}
@media screen and (max-width: 780px) {
	header {
		height: 90px;
		position:fixed;
		z-index:1000;
		top:0;
	}
     #loginConnect{
        display:none;
    }
     #loginConnectMobile{
        display:block;
    }
	.headerBranding {
		height: 90px;
	}
	.branding {
		width:200px;
		left: 20px;
		top:15px;
	}
	.branding a>img{
		width:100%;
		height:auto;
	}
	.slogan {
		display:none;
		font-size: 20px;
	}
	.MobileMenu{
		display:block;
	}
	.schwungOben {
		background-position: right bottom;
		background-size: 150% 50%;
	}
	.headerImage {
		margin-top:90px;
	}
	header nav{
		display:none;
		position: fixed;
    	background-color: #164194;
    	height: 100%;
		width:70%;
    	top: 0;
		padding-top:50px;
	}
	header nav ul{
		position: relative;
	}
	header nav ul li{
		display:block;
		float:none;
		background-color: #164194;
		font-size:20px;
		padding: 10px 10px 10px 40px;
		height:auto;
	}
	nav ul li ul{
		display:none;
		left:100%;
		//top:40px;
		top:0px;
		margin-top:0px;
		margin-left:0;
		background-color:transparent;
	}
	nav ul li ul li{
		padding: 10px 10px 10px 40px;
		height:auto;
		background-color:transparent;
	}
	nav ul li ul li a{
		color:#FFF;
	}
	nav ul li:hover>ul{
		display:none;
	}
	.sub{
		display:block;
		width: 30px;
		height: 30px;
		background-image: url(images/sub-01.png);
		background-position: left center;
		background-size: contain;
		background-repeat: no-repeat;
		float:right;
		cursor:pointer;
	}
	.closeMenu{
	    display: block;
		width: 40px;
		height: 30px;
		background-image: url(images/closeMenu-01.png);
		background-position: right center;
		background-size: contain;
		background-repeat: no-repeat;
		float: right;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.backMenu{
		display: none;
		width: 40px;
		height: 30px;
		background-image: url(images/back-01.png);
		background-position: right center;
		background-size: contain;
		background-repeat: no-repeat;
		float: right;
		cursor: pointer;
		position: absolute;
		right: 50px;
		top: 10px;
	}
	.content aside{
		display:none;
	}
	.headline h1 {
		font-size: 40px;
	}
	.headline p {
		font-size: 28px;
		max-width: 500px;
	}
	.textContent {
		width: 100%;
		padding-bottom: 150px;
	}
	
}

@media screen and (max-width: 550px) {
	.headline {
    	bottom: -5px;
	}
	.headline h1 {
		font-size: 34px;
	}
	.headline p {
		font-size: 20px;
		max-width: 300px;
	}
	footer h3 {
		top: 145px;
		font-size: 32px;
	}
	.footerColumn{
		font-size:16px;
		line-height:24px;
		clear:both;
		float:left;
		margin:0 auto;
		padding-bottom:20px;
		text-align:center;
		width:100%;
	}
}

@media screen and (max-width: 450px) {
	header nav{
		width:100%;
	}
}