@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif; Helvetica Neue, Helvetica, Arial," sans-serif";
}
 @font-face {
font-family : "'Roboto'";
font-style : normal;
font-weight : 400;
src : local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/zN7GBFwfMP4uA6AR0HCoLQ.ttf) format('truetype');
}

@font-face {
font-family : "'Roboto'";
font-style : normal;
font-weight : 700;
src : local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/d-6IYplOFocCacKzxwXSOKCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}


header {
	padding: 32px 0 32px 0px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 10px 0px 0px 0px;
	background-color: #ddd;
	margin: 0 20px;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 240px;
}

.style-bild {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: auto;
	}
}


.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #000000;
	text-align: left;
	letter-spacing: 0.1em;
	display: block;
	text-transform: uppercase;
	padding: 20px 0;
	border: 6px;
	border-bottom: 2px solid #000000; 
	margin: 0 20px 0 20px
}

.style-nav ul li a:active {
	color: #2F322A;
	border-bottom: 2px solid #ef7814; 
}

.style-nav ul li a:hover {
	color: #2F322A;
	border-bottom: 2px solid #ef7814; 
}

.hero {
	background-image: url(images/walkerhome.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

.kopftitel {
	padding: 30px 20px 0px;
	color: #ef7814;
	text-align: left;
}

h1 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 10px;
}

h2 {
	font-size: 2.5em;
	line-height:1.5em;
	text-transform: none;
	text-align: left;
	font-weight: 700;
	margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 35px;
}

p {
	font-size: 2em;
	line-height:1.5em;
	font-weight: 400;
	margin-bottom: 20px;
}

ul {
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 20px;
}

.listetext ul {
	font-size: 2em;
	line-height:1.5em;
	font-weight: 400;
	list-style-type: square;
    list-style-image: none;
    list-style-position: outside;
    padding-left: 1em;
    margin-top: -0.5em;
	margin-bottom: 1em;
}

.info-box-tan {
	color: #000000;
	padding: 30px 20px 60px;
	text-align: left;
}

.info-box-text {
	background-color: #fff;
	padding: 30px 20px 60px;
	text-align: left;
}

.footer-text {
	font-size: 18px;
	text-align:center;
	margin: 0px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}


/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	
	
	.style-nav ul li a {
	padding:0px 0;
	}
	
	
	
	.col-lg-one-fourth {
		width: 25%;
	}
	
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
	
	p {
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 20px;
	}

	ul {
	font-size: 1.25em;
	font-weight: 400;
	margin-right: 1em;
	padding: 35px 20px 0px;
	}
	
	
	.listetext ul {
	font-size: 1.5em;
	line-height:1.5em;
	font-weight: 400;
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
	padding-left: 1em;
	margin-top: -2.5em;
	margin-bottom: 1em;
	}

}

