@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(/font/montserrat/montserrat400.woff2) format('woff2'),
	   url(/font/montserrat/Montserrat-Regular.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(/font/montserrat/montserrat500.woff2) format('woff2'),
	   url(/font/montserrat/Montserrat-Medium.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(/font/montserrat/montserrat600.woff2) format('woff2'),
       url(/font/montserrat/Montserrat-SemiBold.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(/font/montserrat/montserrat700.woff2) format('woff2'),
	   url(/font/montserrat/Montserrat-Bold.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(/font/raleway/Raleway-Regular.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(/font/raleway/Raleway-Medium.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(/font/raleway/Raleway-SemiBold.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(/font/raleway/Raleway-Bold.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'icomoon';
	src:  url('../font/icomoon.eot?d7zq6b');
	src:  url('../font/icomoon.eot?d7zq6b#iefix') format('embedded-opentype'),
		url('../font/icomoon.ttf?d7zq6b') format('truetype'),
		url('../font/icomoon.woff?d7zq6b') format('woff'),
		url('../font/icomoon.svg?d7zq6b#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-download {
	margin-right: 5px;
	font-size: 10px;
}

.icon-download:before {
	content: "\e900";
}

/* ##################### Allgemeine Tags ########################### */

body {
	font-family: 'Montserrat';
	background:#f3f3f3;
}

p {
	line-height: 1.75;
}

a {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat';
}

h1 {
	font-size: 22px;
	font-weight:700;
	margin: 15px 0 35px;
}
section#products h1,
section#projects h1,
section#productsOverview h1 {
	margin: 24px 0;
}

h2 {
	font-size: 19px;
	font-weight:600;
	margin: 35px 0 15px;
}

section#subpage .info-description-block h2 {
margin-top: 0;
}


/* ################################ Bootstrap Allgemein ################################ */

.bg-main {
	background:#f3f3f3;
}

.bg-grey {
	background:#e5e5e5;
}

.btn {
	font-family: 'Montserrat';
	font-weight: 500;
	white-space: normal;
}

.btn-xl {
	font-size: 18px;
	padding: 20px 40px;
}

.btn-primary {
	color: #FFF;
	background-color: #003a70;
	border-color: #003a70;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary.active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	background-color: #03325e;
	border-color: #03325e;
	color: #FFF;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0 none;
}

.form-control[aria-invalid="true"],
fieldset[aria-invalid="true"],
.produktfield[aria-invalid="true"] {
	border-color: #ed7b49;
}

.produktfield[aria-invalid="true"],
.datenschutzfield[aria-invalid="true"] {
	padding: 5px 10px;
	border: 1px solid #ed7b49;
	border-radius: .25rem;
}

.form-control:focus {
	border-color: #000;
	box-shadow: none;
}

.form-control {
	border: 1px solid #000;
}

.card-title {
	margin-bottom: .75rem;
}

/* ######################### Eigene Definitionen ######################## */

.text-headline {
	color:#ed7b49;
}

.text-bold {
	font-weight: 600;
}

.firstContent {
	margin-top: 0px;
}

.dotlist {
	margin: 10px 0 30px 0;
	padding: 0 0 0 20px;
}

.textBlock {
	margin: 0 0 60px; 0
}

.textBlock:last-child {
	margin: 0;
}

.textBlock .title {
	margin-top: 15px;
}

.textBlock .product-button {
	margin: 10px 0 0;
}

.markred {
	color: #ed7b49;
}

label {
	margin-bottom: 4px;
}

fieldset {
	padding: 0 10px 5px;
	border: 1px solid #495057;
	border-radius: .25rem;
}

legend {
	margin-bottom: 2px;
	font-size: 16px;
	width:auto;
}

.produktfield,
.datenschutzfield {
	position:relative;
}

.main-label {
	float:left;
	width:100px;
}

#sendMessageButton {
	margin: 30px 0 60px;
}

.help-block {
	margin:0;
	padding:0;
	color:#ed7b49;
	font-size: 10px;
}

.send-success {
	color: #003a70;
    border: 1px solid #003a70;
}

.send-success button.close {
	color: #003a70;
}

.send-success button.close:not(:disabled):not(.disabled):hover {
	color: #003a70;
	opacity: 1.0;
}

.send-error {
	color: #ed7b49;
	border: 1px solid #ed7b49;
}

.send-error button.close {
	color: #ed7b49;
}

.send-error button.close:not(:disabled):not(.disabled):hover {
	opacity: 1.0;
	color: #ed7b49;
}

.download
	background: url(../images/icon-pdf.gif) center left no-repeat;
	padding-left:20px;
	line-height:16px;
}

.checkbox-main {
	display:block;
	width:100%;
	clear:both;
	position:relative;
}

.checkbox-main input {
	position: absolute;
	margin-top: 5px;
}

.checkbox-main label {
	display:block;
	padding-left: 25px;
}

/* ########################## Pseudo-Klassen ########################### */

::-moz-selection {
	background: #EEE;
	text-shadow: none;
}

::selection {
	background: #EEE;
	text-shadow: none;
}

img::-moz-selection {
	background: transparent;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

/* ############################## Sections Allgemein ############################ */

section {
	padding: 20px 0 0 0;
}

section a {
	color: #000;
	text-decoration:underline;
}

section a:hover {
	color: #ed7b49;
	text-decoration:underline;
}
section .text-headline a {
	color: #ed7b49;
	text-decoration:none;
}
section .text-headline a:hover {
	color: #ed7b49;
	text-decoration:underline;
}

section a.btn {
	text-decoration:none;
}

section a.btn:hover {
	text-decoration:none;
}

/* ######################### Navigation ########################*/

.navbar {
	overflow: auto;
	max-height: 100vh;
	align-items: unset;
}

#mainNav {
	background-color: transparent;
}

#mainNav .dropdown-menu {
	background-color: #003a70;
	border-top: 1px solid transparent;
}

#mainNav .dropdown-menu a:hover {
	background-color: #003a70;
}

#mainNav .dropdown-menu a:focus, #mainNav .dropdown-menu a:active {
	background-color: #003a70;
}

#mainNav .dropdown-item {
	color:#FFF;
}

#mainNav .container {
	padding-left:15px;
	padding-right:15px;
}

#mainNav .navbar-toggler {
	font-size: 24px;
	right: 0;
	padding: 0;
	text-transform: uppercase;
	color: white;
	border: 0;
	background-color: transparent;
	font-family: 'Montserrat';
	outline:none;
}

#mainNav .navbar-brand {
	color: #FFF;
    height: 26px;
	width:226px;
	margin-right: 0;
}

#mainNav .navbar-nav .nav-item {
	border-top: 1px solid #FFF;
}
#mainNav .navbar-nav .nav-item:first-child {
	border-top: none;
}

#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 100%;
	font-weight: 400;
	padding: 1.0em 0;
	letter-spacing: 1px;
	color: white;
	font-family: 'Montserrat';
	white-space:normal;
}

#mainNav .navbar-nav .nav-item .dropdown-item {
	font-size: 100%;
	font-weight: 400;
	letter-spacing: 1px;
	color: white;
	font-family: 'Montserrat';
	white-space:normal;
}

#mainNav.navbar-shrink {
	background-color: #003a70;
}

/* ########################## Header ######################### */

header.masthead {
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	padding-top:500px;
	position:relative;
}

header.masthead .bildschatten,
header.subhead .bildschatten {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
}

header.masthead .intro-text,
header.subhead .intro-text {
	position:relative;
}

header.masthead .intro-text .intro-offer,
header.subhead .intro-text .intro-offer {
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	padding:8px 15px 10px 15px;
	background:#e95d0e;
	color:#FFF;
	text-align:left;
	cursor: pointer;
	line-height: 1.0;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Montserrat';
}

header.masthead .intro-text .intro-offer h4,
header.subhead .intro-text .intro-offer h4 {
	margin-bottom: 0;
	font-weight:normal;
	font-family: 'Montserrat';
}

header.masthead .intro-text .intro-offer.active,
header.subhead .intro-text .intro-offer.active {
	background:#003a70;
	color:#FFF;
	cursor: auto;
}

header.subhead {
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	padding-top:348px;
	position:relative;
}

/* ############################# Footer ########################## */

footer {
	padding: 25px 0;
	background-color:#003a70;
	color:#FFF;
	font-size:90%;
}

footer a {
	color:#FFF;
}

footer a:hover {
	color:#FFF;
}

/* ############################## Footer Left ######################### */

footer span.copyright {
	font-size: 100%;
	line-height: 40px;
	text-transform: none;
	font-family: 'Montserrat';
	white-space:nowrap;
}

footer .copyright .company-name {
	font-weight: 600;
}

footer .copyright .company-name:after {
	content: ', ';
}

footer .copyright .company-address:after {
	content: ', ';
}

footer .copyright .company-plz:after {
	content: ', ';
}

/* ############################ Footer Right ############################ */

footer .list-inline-item {
	margin-left:20px;
}

footer ul.quicklinks {
	font-size: 100%;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: none;
	font-family: 'Montserrat';
	text-align: right;
}

footer ul.quicklinks a:hover {
	text-decoration: underline;
}

/* ####################### Sections ########################### */

section#products .row,
section#products .row:hover,
section#projects .project-item .card,
section#projects .project-item .card:hover, 
section#subpage .row {
	border:none;
}
/* ################## Section Main-Page Products 1. Section ####################### */

section#products {
	padding: 20px 0 0 0;
}

section#products .container {
	padding-left:25px;
	padding-right:25px;
}

section#products .row {
	background:transparent;
	margin-bottom:0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	cursor:pointer;
	overflow:hidden;
}


/* ############### Section Main-Page Products 1. Section Image ################### */

section#products .product-image img,
section#products .product-image,
section#products .product-description,
section#products .row:first-child .product-description {
	border-radius: 0;
	background: #FFF;
}


section#products .product-image {
	padding:0;
	margin:0;
}

section#products .product-description {
	padding: 30px 16px;
}

/* ################ Section Main-Page Projects 2. Section ######################### */

section#projects {
	padding-bottom: 40px;
}

section#projects .project-item:nth-of-type(1n+4) { 
	display:none;
}

section#projects .project-item {
	margin-bottom: 20px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	padding-left: 10px;
	padding-right: 10px;
}

section#projects .project-item .card-body {
	padding: 30px 16px;
	background:#FFF;
}

/* ##################### Section Main-Page Projects 2. Section More Button ################### */

section#projects .more-projects {
	text-align: center;
	clear: both;
	margin: 30px 0 20px;
}

section#projects .more-projects a {
	padding: 5px 20px;
	white-space: normal;
}

/* ##################### Section Main-Page Products Overview 3. Section ######################### */

section#productsOverview {
	padding-bottom:30px;
}

section#productsOverview .title {
	margin:20px 0 40px;
}

section#productsOverview .row {
	position:relative;
}

section#productsOverview .card {
	height:280px;
	word-wrap: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

section#productsOverview .card-body {
	padding: 30px 16px 0 16px;
	background:#FFF;
}

section#productsOverview .card-body h1 {
	margin-top: 0;
}

/* ########################## Section Main-Page Products Overview 3. Section Carousel Slider ###################### */

section#productsOverview .MultiCarousel { 
	float: left;
	width: 100%;
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}

section#productsOverview .MultiCarousel .MultiCarousel-inner {
	transition: transform 1s ease;
	float: left;
	overflow: hidden;
}

section#productsOverview .MultiCarousel .MultiCarousel-inner .item {
	padding-left:10px;
	padding-right: 10px;
	float: left;
}

section#productsOverview .MultiCarousel .MultiCarousel-inner .card {
	cursor:pointer;
	border: 2px solid transparent;
}

section#productsOverview .MultiCarousel .MultiCarousel-inner .card:hover {
	border: 2px solid #ed7b49;
}

/* ###################### Section Main-Page Products Overview 3. Section Carousel Slider Navigation ###################*/

section#productsOverview .leftLst,
section#productsOverview .rightLst {
	position:absolute;
	top:calc(50% - 30px);
	font-weight:normal;
	cursor:pointer;
}

section#productsOverview .leftLst.mobile {
	left: -8px;
	width: 35px;
	height: 35px;
}

section#productsOverview .leftLst img {
	transform: rotate(180deg);
}

section#productsOverview .rightLst.mobile {
	right: -8px;
	width: 35px;
	height: 35px;
}

section#productsOverview .leftLst.desktop {
	left: 10px;
	width: 18px;
	height: 30px;
}

section#productsOverview .rightLst.desktop {
	right:10px;
	width: 18px;
	height: 30px;
}

section#productsOverview .left-arrow.mobile {
	background-image: url(../img/pfeil_transparent.png);
	background-color: transparent;
	transform: rotate(180deg);
}

section#productsOverview .right-arrow.mobile {
	background-image: url(../img/pfeil_transparent.png);
	background-color: transparent;
}

section#productsOverview .left-arrow.desktop {
	-webkit-mask-image: url(../img/pfeil.svg);
	mask-image: url(../img/pfeil.svg);
	background-color: #FFF;
	transform: rotate(180deg);
	display: none;
}

section#productsOverview .right-arrow.desktop {
	-webkit-mask-image: url(../img/pfeil.svg);
	mask-image: url(../img/pfeil.svg);
	background-color: #FFF;
	display: none;
}

section#productsOverview .leftLst.desktop {
	left:-50px;
}

section#productsOverview .rightLst.desktop {
	right: -50px;
}

section#productsOverview .leftLst.over,
section#productsOverview .rightLst.over {
	pointer-events: none;
	display:none;
}

/* ########################### Section Sub-Page ####################### */

section#subpage {
	padding-top: 20px 0 0 0;
}

section#subpage .container {
	padding-left: 30px;
	padding-right: 30px;
}

section#subpage .row {
	background:#FFF;
	margin-bottom:80px;
	padding-bottom:80px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

section#subpage .large-image {
	margin-top:30px;
	max-width:100%;
}

section#subpage .info-image {
	padding:0;
	margin:0;
	background: #FFF;
	border-radius: 10px;
}

section#subpage .info-image img {
	background:#FFF;
}

section#subpage .info-description {
	padding: 50px 16px 50px  16px;
	background: #FFF;
}
section#subpage .info-description-limage {
	padding-top: 0px;
}

/* ####################### Section Statement ######################### */

section#statement .title {
	margin:20px 0 40px;
}

section#statement .author {
	font-weight: bold;
	padding:30px 0 60px;
}

section#statement h3 {
	line-height: inherit;
}

section#statement h3 {
	font-size:120%;
}

section#statement h5 {
	font-size:100%;
}

section#statement p {
	font-size:80%;
}

/* ################### Desktop or Mobile - Responsive Design ###################### */

@media (min-width: 440px) {

    section#productsOverview .card-body {
	  padding: 30px 50px 0 50px;
    }

	section#productsOverview .MultiCarousel .MultiCarousel-inner .item {
	  padding-left: 60px;
	  padding-right: 60px;
	}

	section#productsOverview .left-arrow.mobile, 
	section#productsOverview .right-arrow.mobile {
		display:none;
	}

	section#productsOverview .left-arrow.desktop, 
	section#productsOverview .right-arrow.desktop {
		display:block;
	}

	section#productsOverview .leftLst.desktop {
	  left:0;
	}

	section#productsOverview .rightLst.desktop {
	  right:0;
	}

	section#productsOverview .leftLst.over,
	section#productsOverview .rightLst.over {
	  display:none;
	}

}

@media (min-width: 576px) {
	h1 {
	font-size:24px;
	font-weight:600;
	}
	h1.shortHeadline {
	font-size:32px;
	}
	h2 {
	font-size:20px;
	margin: 50px 0 14px;
	font-weight:600;
	}
	.firstContent {
	margin-top: 40px;
	}
	header.masthead,
	header.subhead {
	background-size:cover;
	background-position: center;
	padding-top:200px;
	}

	section#subpage .info-description {
	padding: 50px 30px 50px 30px;
	}
	section#subpage .info-description-limage {
	padding-top: 15px;
	}
	section#products h1 {
	margin: 20px 0;
	}
	section#projects h1,
	section#productsOverview h1 {
	margin: 30px 0 30px;
	}
	section#products .product-description {
	padding: 30px;
	}

	section#products .row:last-child {
	margin-bottom: 20px;
	}

    section#projects .project-item .card {
	border: 2px solid transparent;
	cursor:pointer;
	background: transparent;
	}

	section#projects .project-item .card:hover {
	border: 2px solid #ed7b49;
	}

	section#projects .project-item:nth-of-type(1n+3) { 
	  display:none;
	}

	section#productsOverview .card-body {
	padding: 30px 16px 0 16px;
    }

	section#productsOverview .MultiCarousel .MultiCarousel-inner .item {
	  padding-left: 10px;
	  padding-right: 10px;
	}

	section#productsOverview .left-arrow.mobile, 
	section#productsOverview .right-arrow.mobile {
		display:block;
	}

	section#productsOverview .left-arrow.desktop, 
	section#productsOverview .right-arrow.desktop {
		display:none;
	}

	section#productsOverview .leftLst.desktop {
	  left:-50px;
	}

	section#productsOverview .rightLst.desktop {
	  right:-50px;
	}

	section#productsOverview .leftLst.over,
	section#productsOverview .rightLst.over {
	  display:none;
	}

	.help-block {
    font-size: 12px;
	}

}
@media (min-width: 576px) and (max-width: 768.98px) {
  .masthead .container,
  .subhead .container,
  section#products .container,
  section#subpage .container {
    padding-left: 0;
    padding-right: 0;
	max-width:initial;
  }
  section#projects .container,
  section#projects .project-item {
	max-width:initial;
  }
  section#productsOverview .container {
	max-width:initial;
  }
  #mainNav .container,
  footer .container {
    padding-left: 0;
    padding-right: 0;
	max-width:initial;
  }
  .row {
    margin:0;
  }
  .navbar {
	padding-left: 30px;
	padding-right: 30px;
  }
  section#projects .project-item .card-body {
	padding: 30px 16px 30px 16px;
  }
  section#productsOverview .card-body {
	padding: 30px 16px 0 16px;
  }
}
@media (min-width: 768px) {
	h1 {
	margin: 40px 0 50px;
	}
	header.masthead,
	header.subhead {
	background-size:cover;
	padding-top:250px;
	}

	section#products .row {
	margin-bottom: 40px;
	border: 2px solid transparent;
	border-radius: 10px;
	}

	section#products .product-description {
	border-radius: 0 0 8px 8px;
	}

	section#products .row:first-child .product-description {
	border-radius: 8px;
	}

	section#products .row:hover {
	border: 2px solid #ed7b49;
	}

	section#statement h3 {
	font-size:140%;
	}

	section#statement h5 {
	font-size:110%;
	}

	section#statement p {
	font-size:90%;
	}

}

@media (min-width: 992px) {
	h1 {
	font-size: 27px;
	}
	section#products h1,
	section#projects h1,
	section#productsOverview h1 {
	font-size: 24px;
	}
	section#projects .project-item:nth-of-type(1n+3) { 
	display:block;
	}

	section#projects .project-item:nth-of-type(1n+4) { 
	display:none;
	}

	header.masthead,
	header.subhead {
	background-size:cover;
	padding-top:300px;
	}

	section#products {
	padding: 60px 0 0 0;
	}

	section#products .btn, 
	section#projects .card-body .btn {
	display:none;
	}

	section#products .product-description,
	section#products .row:first-child .product-description {
	border-radius: 0 8px 8px 0;
	}
	section#products p.card-text {
    margin-bottom:0;
	}
	section#products .product-description {
	padding: 30px 40px 20px;
	}
	
	section#subpage {
	padding: 50px 0 0 0;
	}

	section#statement h3 {
	font-size:160%;
	}

	section#statement h5 {
	font-size:130%;
	}

	section#statement p {
	font-size:100%;
	}

	#mainNav {
	padding-top: 0;
	padding-bottom: 25px;
	border: none;
	background-color: transparent;
	}

	#mainNav .navbar-brand, #mainNav.navbar-shrink .navbar-brand {
	height: 28px;
	width:255px;
	}

	#mainNav .navbar-nav .nav-item {
	border-top: none;
	}

	#mainNav .navbar-nav .nav-item .nav-link {
	padding: 1.0em 1em 0.5em 1em;
	}

	#mainNav.navbar-shrink {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #003a70;
	}

	#mainNav .navbar-nav .nav-item .nav-link:after {
	content: '';
	height: 1px;
	background: transparent;
	display:block;
	}

	#mainNav .navbar-nav .nav-item .nav-link:hover:after,
	#mainNav .navbar-nav .nav-item .nav-link.active:after{
	content: '';
	height: 1px;
	background: white;
	display:block;
	}

	#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 90%;
	}
	section#subpage .info-description-block {
	padding: 0 30px 50px 30px;
	}
}

@media (min-width: 1200px) {
	h1 {
	font-size: 32px;
	}
	section#products h1,
	section#projects h1,
	section#productsOverview h1 {
	font-size: 28px;
	}	
	header.masthead {
	background-size:cover;
	padding-top:400px;
	background-position: center center;
	}

	header.subhead {
	background-size:cover;
	padding-top:300px;
	background-position: center center;
	}

	#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 100%;
	}

	section#projects .project-item .card-body {
	padding: 30px 30px 30px 30px;
	}

	section#productsOverview {
	padding-bottom:30px;
	}

	section#productsOverview .card {
	height:300px;
	}
	section#products .product-description {
	padding: 40px 50px 20px;
	}
	section#products h1,
	section#projects h1,
	section#productsOverview h1 {
	margin: 30px 0 30px;
	}

}

@media (min-width: 1300px) {


  section#productsOverview .left-arrow.mobile, 
  section#productsOverview .right-arrow.mobile {
	display:none;
  }

  section#productsOverview .left-arrow.desktop, 
  section#productsOverview .right-arrow.desktop {
	display:block;
  }

  section#productsOverview .leftLst.over,
  section#productsOverview .rightLst.over {
    display:none;
  }

}

@media (min-width: 1400px) {

  header.masthead {
   background-size:auto;
   padding-top:500px;
   background-position: center center;
  }

  header.subhead {
   background-size:auto;
   padding-top:348px;
   background-position: center center;
  }

}

@media (max-width: 575.98px) {

  .row {
	margin: 0;
  }

  header.masthead {
    background-size: 576px 190px;
	background-position: 75%;
    padding-top: 190px;
  }

  header.subhead {
    background-size: 1024px 190px;
	background-position: 60%;
    padding-top: 190px;
  }

  header.subhead.surferin {
    background-position: center;
  }

	.masthead .container,
	.subhead .container,
	 #mainNav .container, 
	section#products .container,
	section#projects .container,
	section#projects .project-item,
	section#subpage .container {
	  padding-left: 0;
	  padding-right: 0;
	}


  header.masthead .intro-text .intro-offer,
  header.subhead .intro-text .intro-offer {
	font-size:12px;
  }

  header.masthead .intro-text .intro-offer h3,
  header.subhead .intro-text .intro-offer h3 {
	font-size:20px;
  }

  footer {
    #font-size:100%;
  }

  footer .list-inline-item {
	width:100%;
  }

  footer ul.quicklinks {
    line-height:1.0;
  }

  label,
  legend {
    font-size: 14px;
  }

}

@media (max-width: 767.98px) {

  footer .copyright .company-name:after {
    content: '';
  }

  footer .copyright .company-name {
  	display:block;
  }

  footer .copyright .company-address:after {
    content: '';
  }

  footer .copyright .company-address {
    display:block;
  }

  footer .copyright .company-plz:after {
    content: '';
  }

  footer .copyright .company-plz {
    display:block;
  }

  footer .copyright .company-phone {
    display:block;
  }

}

@media (max-width: 991.98px) {

  #mainNav .dropdown-menu {
    background-color: #003a70;
    border-top: 1px solid #FFF;
  }

  .navbar-collapse {
	margin-top: 20px;
	border-top: 1px solid #FFF;
  }

  footer {
    text-align: left;
  }

  footer ul.quicklinks {
	text-align: left;
	line-height: 20px;
  }

  footer span.copyright {
    width:100%;
	white-space:normal;
	line-height: 20px;
  }

  footer .list-inline-item {
	margin-left:0;
	margin-top:20px;
  }

  footer .list-inline-item:not(:last-child) {
	margin-right: 20px;
  }

  section#products .row:first-child .product-image {
    display:none;
  }

}
