
/*
 * Created on 27.01.2019
 *
 *
 * Copyright by Marco Franke
 * H&F Business UG
 * View: Mobil
 */

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

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


nav {
	display: none;
}

#PageWrap {
	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: 5.5%;
	padding-right: 2%;
	padding-left: 2%;
	cursor:pointer;
	}

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

#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;
	}


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

header {
	background-image: url(../images/backgrounds/teaser_coaching.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.nav_case {
	background-color: rgba(255, 255, 255, 0.9);
}

main {
	padding: 3%;
	background-color: #fff;
}

footer {
	padding: 3%;
	background-color: #1f1f1f;
	color: #fff;
}

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

p.headline_aufreisser {
	font-size: 1.8em;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}

p.headline_aufreisser span{
	color: #fff;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #000;
	text-transform: uppercase;
}


h1 {
	text-align: center;
	font-size: 1.8em;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-top: 20px;
	/*text-transform: uppercase;*/
	color: #484848;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

h1.headline_boxed {
	background-color: rgba(255, 255, 255, 1.0);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.3;
}

p.aufreiser_box {
	text-align: center;
	font-size: 1.6em;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-top: 20px;
	/*text-transform: uppercase;*/
	color: #484848;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

p.aufreiser_box span {
	background-color: #fff;	
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
	border: 9px solid #FFBF00;
}

p.arrow_down {
	text-align: center;
}

p.arrow_down span{
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFBF00;
  margin-left: 48%;
  display: block;
}




h1 span {
	background-color: rgba(255, 255, 255, 0.9);	
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 20px;
	display: inline-block;
}

article h2 {
	text-align: center;
	font-size: 2.3em;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #484848;
	margin-bottom: 25px;
	margin-top: 35px;
}

article h3 {
	text-align: center;
	font-size: 1.5em;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #484848;
	margin-bottom: 15px;
	margin-top: 35px;
}

article p {
	text-align: left;
	font-size: 1.3em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
	color: #484848;
	line-height: 1.5;
}

article p a{
	color: #2196f3;
	text-decoration: none;
}

article ul {
	font-size: 1.3em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
	margin-left: 20px;
}

article ul li {
	list-style-type: square;
	margin-bottom: 5px;
	color: #484848;
}


div.cat-children {
	float: left;
	margin-top: 50px;
}

dl.article-info {
	text-align: left;
	font-size: 1.3em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
	color: #484848;
	line-height: 1.5;
	margin-bottom: 30px;	
}

dl.article-info a {
	color: #2196f3;
	text-decoration: none;	
}

dt.article-info-term {
	display: none;
}

ul.actions {
	margin-left: 0;
}

ul.actions li {
	display: inline-block;
	list-style-type: none;
	margin-right: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.0em;
}

ul.actions li a {
	background-color: #2196f3;
	padding-left: 39px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	background-image: url(../images/baseline-print-24px.png);
	background-position: left center;
	background-repeat: no-repeat;
}

div.cat-children li {
	display: inline-block;
	list-style-type: none;
	margin-right: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	margin-bottom: 20px;
}

div.cat-children li a {
	background-color: #2196f3;
	padding-left: 39px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	background-image: url(../images/outline-filter_list-24px.png);
	background-position: left center;
	background-repeat: no-repeat;
}

footer p {
	text-align: center;
	font-size: 1.0em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
	color: #fff;
}

footer p img{
	max-width: 75px;
	height: auto;
}

footer ul.menu {
	text-align: center;
	margin-bottom: 13px;
}

footer ul.menu li {
	display: inline-block;
	font-size: 1.0em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	list-style-type: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0;
}

footer ul.menu li:first-child {
	border-right: 1px solid #fff;
}

footer a{
	text-decoration: none;
	color: #fff;
}

footer a:hover {
	color: #2196f3;
	transition: all 0.8s; /* explorer 10 */
   -webkit-transition: all 0.8s; /* chrome & safari */
   -moz-transition: all 0.8s; /* firefox */
   -o-transition: all 0.4s; /* opera */
	}

div.login fieldset {
	float: left;
	width: 100%;
	border: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.login label {
	text-align: left;
	font-size: 1.3em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #484848;
}

input.validate-username {
	width: 90%;
	padding: 10px;
	border: 1px solid #484848;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
}

input.validate-password {
	width: 90%;
	padding: 10px;
	border: 1px solid #484848;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
}

 .inputbox {
 	margin-top: 10px;
 }

 .btn-primary {   
    background-color: #2196f3;
    border: 1px solid #2196f3;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 1.6em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 50px;
}

ul.nav-stacked {
	margin-left: 10px;
}

ul.nav-stacked li {
	display: inline-block;
	list-style-type: none;
	margin-right: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.0em;
}

ul.nav-stacked li a {
	background-color: #c6c6c6;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #212121;
	border-radius: 5px;
	text-decoration: none;
	border: 1px #8f8f8f solid;
}

div.AppBox {
	background-color: #f2f2f2;
	margin-bottom: 5px;
	padding: 10px;
}

div.AppBox img {
	width: 30%;
	height: auto;
}

div.IconBox {
	text-align: center;
}

div.LauncherBox p {
	text-align: center;
}