
/*
 * Created on 02.06.2019
 *
 *
 * Copyright by Marco Franke
 * 
 * View: Mobil
 */

body {
	font-size:0.8em;
	font-family: 'Roboto', sans-serif;
	background-color:  #F5F5F5;
	}
	
*{
	padding: 0;
	margin: 0;
}

.not4mobile {
	display: none;
}
	
/* Layout
-------------------------------------------------------------------*/


.page_wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/* Logo Styles
-------------------------------------------------------------------*/

#LogoBox {
 	padding-top: 10px;
 	padding-left: 2%;
 	padding-right: 2%;
 	padding-bottom: 5px;
 	text-align: center;
}

#LogoBox img {
	width: 15%;
	height: auto;
}

/* Mobil-Navi Styles
-------------------------------------------------------------------*/

#toggleNavMain {
	display:block;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 5px;
	padding-right: 2%;
	padding-left: 2%;
	cursor:pointer;
	margin-top: 15px;
	}

#navMain {
	display:none;
	margin-top: 1%;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #fff;
}

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

#navMain li {
	width: 100%;
	text-align: left;
	text-transform: uppercase;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 2px;
}

#navMain li a {
	background: #323232;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	color: #fff;
	padding: 4.5% 4% 4% 4%;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#navMain li a:focus {
	background: #000;
	}

img.video_icon {
	display: none;
}


/* Case Styles
-------------------------------------------------------------------*/

header {
	background-color: #313131;
}

main {
	background-color: #fff;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 40px;
	text-align: center;
}

footer {
	background-color: #313131;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 40px;
	padding-bottom: 40px;
}

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

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

/* Content Styles
-------------------------------------------------------------------*/

main div.page-header h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 2.5em;
	color: #313131;
	margin-bottom: 30px;
}

main article h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 2.5em;
	color: #313131;
	margin-bottom: 30px;
}

main article h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 2.0em;
	color: #313131;
	margin-bottom: 10px;
	margin-top: 40px;
}

main article h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.7em;
	color: #313131;
	margin-bottom: 10px;
	margin-top: 40px;
}

main article p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	color: #313131;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 1.5;
}

main article ul {
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: left;
}

main article ul li {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	color: #313131;
	margin-bottom: 2px;
	margin-left: 40px;
	list-style-type: square;
}

main article div.post_box {
	background-color: #EEEEEE;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 15px;
	border-radius: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}

form.form-horizontal fieldset {
	background-color: #EEEEEE;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 15px;
	border-radius: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}

form.form-horizontal label {
	font-family: 'Roboto', sans-serif;
	display: block;
	font-weight: 400;
	font-size: 1.5em;
	color: #313131;
	margin-bottom: 8px;
}

form.form-horizontal p {
	font-family: 'Roboto', sans-serif;
	display: block;
	font-weight: 300;
	font-size: 1.5em;
	color: #313131;
	margin-bottom: 15px;
}


form.form-horizontal input.required {
	font-family: 'Roboto', sans-serif;
	display: block;
	font-weight: 300;
	font-size: 1.5em;
	color: #313131;
	width: 100%;
	padding: 5px;
	border: 1px solid #313131;
	border-radius: 5px;
	margin-bottom: 15px;
}

form.form-horizontal button.btn-primary {
	background-color: #0077cc;
	color: #FAFAFA;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #0077cc;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 30px;
	}

main ul.nav-stacked {
	margin-bottom: 30px;
}

main ul.nav-stacked li {
	list-style-type: none;
	font-family: 'Roboto', sans-serif;
	display: block;
	font-weight: 300;
	font-size: 1.5em;
	margin-bottom: 3px;
}

main ul.nav-stacked li a{
	text-decoration: none;
	color: #0077cc;
	}

main article div.post_box h3 {
	margin-top: 0;
}

main aside ul.PlayList li {
	list-style-type: none;
	font-family: 'Roboto', sans-serif;
	display: block;
	font-weight: 500;
	font-size: 1.2em;
}

main aside ul.PlayList {
	margin-bottom: 40px;
	border-top: 2px solid #BDBDBD;

}

main aside ul.PlayList li a {
	display: block;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	text-decoration: none;
	color: #757575 /*#FAFAFA*/;
	background-color: #E0E0E0;
	border-bottom: 1px solid #BDBDBD;
	background-image: url(../images/material-design-icons/navigation/1x_web/ic_chevron_right_grey600_24dp.png);
	background-position: left center;
	background-repeat: no-repeat;
}


main aside ul.PlayList li a:hover {
	color: #FAFAFA;
	background-color: #BDBDBD;
	background-image: url(../images/material-design-icons/navigation/1x_web/ic_chevron_right_white_24dp.png);
}

main aside div.download_box {
	margin-bottom: 40px;
}

main aside div.download_box p {
	text-align: center;
}

main aside div.download_box p img {
	display: inline-block;
	width: 75%;
	height: auto;
	margin-bottom: 30px;
}

main aside div.download_box p.c2a_btn a {
	display: block;
	background-color: #212121 /*#FF9800*/;
	font-family: 'Roboto', sans-serif;
	display: block;
	font-weight: 400;
	font-size: 1.6em;
	color: #FAFAFA;
	background-image: url(../images/material-design-icons/navigation/1x_web/ic_expand_more_white_36dp.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	border-radius: 5px;
}


main aside div.upsell_box {
	margin-bottom: 40px;
	padding-top: 30px;
	border: 5px solid #FF9800;
	border-radius: 5px;
}

main aside div.upsell_box p {
	text-align: center;
}

main aside div.upsell_box p img {
	display: inline-block;
	width: 75%;
	height: auto;
	margin-bottom: 30px;
}

main aside div.upsell_box p.c2a_btn a {
	display: block;
	background-color: #FF9800;
	font-family: 'Roboto', sans-serif;
	display: block;
	font-weight: 400;
	font-size: 1.6em;
	color: #FAFAFA;
	background-image: url(../images/material-design-icons/navigation/1x_web/ic_arrow_forward_white_36dp.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
}


footer div.LeftFooterBox ul.menu li{
	list-style-type: none;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
}

footer div.LeftFooterBox ul.menu li a{
	text-decoration: none;
	color: #FAFAFA;
}

footer div.LeftFooterBox ul.menu li a:hover{
	color: #E0E0E0;
}

footer div.RightFooterBox div.login-greeting {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	color: #FAFAFA;
	margin-bottom: 20px;
}

footer div.RightFooterBox input.btn-primary {
	background-color: #0077cc;
	color: #FAFAFA;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #0077cc;
	border-radius: 5px;
	}

