/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 /* vollkorn-regular - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/vollkorn-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/vollkorn-v21-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body,
html {
    height: 100%;
    width: 100%
}
.navbar-custom,
body {
    background-color: #fff;
    font-size:22px;
    line-height:1.1em;
}

.navbar-custom{
	background-color: #0158a1;
	font-size:18px;
}

.intro,
body,
html {
    width: 100%
}
body {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 300;
    webkit-tap-highlight-color: rgba(255, 255, 255, .2)
}
.btn,
.navbar-custom,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Vollkorn";
    color:#0158a1;
    font-weight:normal;
    font-kerning: normal;
    text-rendering: geometricPrecision;

}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    font-weight: normal;
    font-size:280%;
}




p {
    margin: 0 0 25px;
    font-size: 100%;
    line-height: 1.5
}

strong{
	color:#0158a1;
	font-weight: 700;
}

@media (min-width: 768px) {
    p {
        margin: 0 0 15px;
		font-size: 100%;
        line-height: 1.6
    }
}
a {
    color: #0158a1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
a:focus,
a:hover {
    text-decoration: none;
    color: #0158a1
}
.light {
    font-weight: 400
}
.navbar-custom {
    margin-bottom: 0;
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
}
.navbar-custom .navbar-toggle {
    color: #fff;
}
.navbar-custom .nav li a:active,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
    background-color: transparent;
    outline: 0
}
.navbar-custom .navbar-toggle:active,
.navbar-custom .navbar-toggle:focus {
    outline: 0
}

.navbar-custom .navbar-brand:focus {
    outline: 0
}
.navbar-custom a {
    color: #fff
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}
.navbar-custom .nav li a:hover {
    color: rgba(255, 255, 255, .8)
}
.navbar-custom .nav li.active {
    outline: 0
}
.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3)
}
.navbar-custom .nav li.active a:hover {
    color: #fff
}
@media (min-width: 768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: none;
        letter-spacing: 1px;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        background: #0158a1;
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }
}
.intro {
    display: table;
    height: auto;
    padding: 100px 0;
    text-align: left;
    color: #fff;
    background: url(../img/intro-bg.jpg) bottom center no-repeat #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle
}
.intro .intro-body .brand-heading {
}
.intro .intro-body .intro-text {
    font-size: 18px
}
@media (min-width: 768px) {
    .intro {
        height: 100%;
        padding: 0
    }
    .intro .intro-body .brand-heading {
    }
    .intro .intro-body .intro-text {
        font-size: 26px
    }
}
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #0158a1;
    border-radius: 100%!important;
    font-size: 40px;
    color: #0158a1;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}
.btn-circle:focus,
.btn-circle:hover {
    outline: 0;
    color: #0158a1;
    background: rgba(255, 255, 255, .1)
}
.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s
}
.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear
}
@-webkit-keyframes pulse {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}
@-moz-keyframes pulse {
    0%, 100% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2)
    }
}
.content-section {
    padding-top: 75px
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) center center no-repeat #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}
#map {
    width: 100%;
    height: 200px;
    margin-top: 100px
}
@media (min-width: 767px) {
    .content-section {
        padding-top: 75px
    }
    .download-section {
        padding: 100px 0
    }
    #map {
        height: 400px;
        margin-top: 250px
    }
}
.btn {
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0
}
.btn-default {
    border: 1px solid #42DCA3;
    color: #42DCA3;
    background-color: transparent
}
.btn-default:focus,
.btn-default:hover {
    border: 1px solid #42DCA3;
    outline: 0;
    color: #000;
    background-color: #42DCA3
}
ul.banner-social-buttons {
    margin-top: 0
}
@media (max-width: 1199px) {
    ul.banner-social-buttons {
        margin-top: 15px
    }
}
@media (max-width: 767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0
    }
}
footer {
    padding: 0px 0 50px 0;
    background: #0158a1;
    background-image:url(../img/trenner_blau.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    color:#fff;
    font-size:0.9em;
}
footer p {
    margin: 0;
    padding-top:50px;
}

footer a, footer a:focus, footer a:hover{
	color:#ffffff;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2)
}
::selection {
    text-shadow: none;
    background: #0158a1;
    color:#fff;
}
img::selection {
    background: 0 0
}
img::-moz-selection {
    background: 0 0
}

/* mmd additions */

.increasefont{
	font-size:150%;
}

.clear{
	clear:both;
}

img.leftfloat{
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	max-width:50%;
	height:auto;
}

.brand-heading{
	margin-bottom:100px;
}


.sectiongraphic{
	background-image:url(../img/trenner.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom:50px;
	min-height:100vh;
}

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

.center{
	text-align: center;
}

h3{
	display: inline-block;
	background-color:#0158a1;
	font-size:1.3em;
	line-height:1.3em;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	padding-top:2px;
}

.space-top-40{
	margin-top:40px;
}

.space-top-80{
	margin-top:80px;
}

.space-top-100{
	margin-top:100px;
}

.space-bottom-80{
	margin-bottom:80px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.navbar-custom .navbar-brand {
	padding:15px 30px;
}

.navbar-custom .navbar-toggle{
	margin-top:5px;
}

.navbar-custom .navbar-toggle i{
	margin-left:5px;
}

.navbar-custom .nav li.permaactive {
    background-color: rgba(255, 255, 255, .3) !important;
}

@media (min-width: 1200px){
	.container {
    	width: 1060px;
	}
}

@media (min-width: 992px){
	.col-lg-offset-4 {
	    margin-left: 33.33333333%;
	}

	.col-lg-offset-3{
		margin-left:25%;
	}
}

@media (max-width: 1200px){
	img.leftfloat{
		max-width:25%;
	}

	h1, h2, h4, h5, h6{
		font-size:250%;
	}
}


@media (max-width: 992px){

	h1, h2, h4, h5, h6{
		font-size:200%;
	}



	.mobilecenter{
		text-align: center;
	}

	img.logo{
		max-width:300px;

		margin-bottom:40px;
	}
}

@media (min-width: 768px) {
	.space-top-40{
		margin-top:20px;
	}

	.space-top-100{
		margin-top:50px;
	}

	.space-top-80{
		margin-top:40px;
	}

	.space-bottom-80{
		margin-bottom:40px;
	}
}

@media (max-width: 767px) {
	h1, h2, h4, h5, h6{
		font-size:180%;
	}

	img.logo{
		max-width:200px;
	}

	.brand-heading{
		margin-bottom:50px;
	}

	.space-top-100{
		margin-top:50px;
	}

	.space-top-80{
		margin-top:40px;
	}

	.intro{
		padding-top:50px;
	}

	.sectiongraphic{
		background-image:url(../img/trenner-tiny.jpg);
	}
}

@media (max-width: 600px) {
	h1, h2, h4, h5, h6{
		font-size:115%;
	}

	h3{
		font-size:1em;
	}

	img.leftfloat{
		max-width:40%;
	}

	.increasefont{
		font-size:100%;
	}

	.space-top-100{
		margin-top:20px;
	}

	.space-top-80{
		margin-top:20px;
	}

	.intro h3{
		display:none;
	}

	img.logo{
		margin-bottom: 0;
	}

	.brand-heading{
		margin-bottom:25px;
	}

	.nomobile{
		display: none;
	}

	.sectiongraphic{
		min-height: inherit;
	}

	body p{
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
        hyphens: auto;
	}
}
