@charset "UTF-8";
/*@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500);*/
/*@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);*/

@font-face {
    font-family: 'Roboto'; font-style: normal; font-weight: 100;
    src: url(../fonts/Roboto/Roboto-Thin.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto'; font-style: italic; font-weight: 100;
    src: url(../fonts/Roboto/Roboto-ThinItalic.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto'; font-style: normal; font-weight: 300;
    src: url(../fonts/Roboto/Roboto-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto'; font-style: italic; font-weight: 300;
    src: url(../fonts/Roboto/Roboto-LightItalic.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto'; font-style: normal; font-weight: 400;
    src: url(../fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto'; font-style: italic; font-weight: 400;
    src: url(../fonts/Roboto/Roboto-Italic.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto'; font-style: normal; font-weight: 500;
    src: url(../fonts/Roboto/Roboto-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto'; font-style: italic; font-weight: 500;
    src: url(../fonts/Roboto/Roboto-MediumItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300;
    src: url(../fonts/Roboto_Condensed/RobotoCondensed-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto Condensed'; font-style: italic; font-weight: 300;
    src: url(../fonts/Roboto_Condensed/RobotoCondensed-LightItalic.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400;
    src: url(../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400;
    src: url(../fonts/Roboto_Condensed/RobotoCondensed-Italic.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700;
    src: url(../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto Condensed'; font-style: italic; font-weight: 700;
    src: url(../fonts/Roboto_Condensed/RobotoCondensed-BoldItalic.ttf) format('truetype');
}

/* CSS Document */

/*****Reset*****/
/*Remove margin and padding from elements*/

/*
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
*/

a, a:active, a:focus {
  outline: none;
}

a, a:visited {
  color: rgb(0,44,90);
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: rgb(177,128,68);
  text-decoration: none;
}

a img {
  border: none;
}
/*****Basic Elements*****/
/*Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.*/

body {
  overflow-x: hidden;
  background-color: rgb(255,255,255);
}

body {
  color: rgb(0,0,0);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(0,0,0);
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

/*ul {*/
/*    list-style: square url("../res/img/bullet.gif");*/
/*}*/

/*****Generic Classes*****/
/*Define styles for simple things like floating to the sides, removing a bottombottom margin on elements, etc
Yes, these may not be as semantic as we would all like, but they are necessary for coding efficiently*/


/*****Basic Layout*****/
/*Define the basic template: header, footer, etc. Elements that help to define the basic layout of the site*/

.whiteText {
  color: rgb(255,255,255);
}

.hpDarkBlueText {
  color: rgb(0,44,90);
}

.hpDarkBlueBack {
  background-color: rgb(0,44,90);
  color: rgb(255,255,255) !important;
}

.hpDarkBlueBack p, .hpDarkBlueBack h1 {
  color: rgb(255,255,255) !important;
}

.hpCopperText {
  color: rgb(177,128,68);
}

.whiteBack {
  background-color: rgb(255,255,255);
}

.hpCopperBack {
  background-color: rgb(177,128,68);
}

.hpCopperBack a, .hpCopperBack p, .hpCopperBack h1 {
  color: rgb(255,255,255) !important;
}

.hpCopperBack a:hover {
  color: rgb(0,44,90);
}

.hpLightGreyBlueBack {
  background-color: rgb(245,247,249);
}

.square, .doubleSquare {
   padding-bottom: 23.5% !important;
   overflow: hidden;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
}

.doubleSquare {
   width: 50%;
}

.squareContent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.panel-title a:before {
  content: none !important;
}

.panel-title a:active, .panel-title a:visited {
  color: rgb(0,44,90);
}

.panel-title a span {
	font-size: 15px;
	line-height: 0;
}

.icon {
  width: 77px !important;
  height: 77px !important;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}

#addContent .icon {
  width: 60px !important;
  height: 60px !important;
}


.addContentImage .contactPerson {
  width: 138px !important;
  height: 148px !important;
  padding: 10px 10px 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*
#c85, #c86, #c95, #c96, #c97 {
  width: 46%;
  margin-right: 4%;
  float: left;
  margin-bottom: 20px;
}
*/


#pageContent .contactPersonText {
  margin-top: 10px;
}

body .ih-item.square {
    border: none;
    box-shadow: none;
    height: auto;
    width: auto;
    padding-bottom: 0 !important;
    border-right: 1px solid white;
}

body .ih-item.square.effect13 .info {
    background: rgba(177, 128, 68, 0.6) none repeat scroll 0 0;
}

body .ih-item.square.effect13 .info p {
    color: rgb(255, 255, 255);
    font-size: 333%;
    font-style: normal;
    font-weight: 100;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: 33.33%;
}

body .ih-item.square.effect13 .info h3 {
    background: rgb(177, 128, 68) none repeat scroll 0 0;
    bottom: 15px;
    margin: 0;
    width: 100%;
    position: absolute;
}

.btn-default {
  background-color: rgb(255,255,255);
  color: rgb(0,44,90);
  border-color: rgb(0,44,90);
  border-radius: 0;
  text-transform: uppercase;
  font-size: 110%;
  min-width: 60%;
}

.btn-default:hover {
  background-color: rgb(0,44,90);
  color: rgb(255,255,255);
  border-color: rgb(0,44,90);
}

.hpCopperBack .btn-default, .hpDarkBlueBack .btn-default {
  background-color: rgba(255,255,255,0);
  color: rgb(255,255,255);
  border-color: rgb(255,255,255);
}

.hpCopperBack .btn-default:hover, .hpDarkBlueBack .btn-default:hover {
  background-color: rgb(255,255,255);
  color: rgb(0,44,90);
  border-color: rgb(255,255,255);
}

.overflowAllowed {
  overflow: visible !important;
}

/*****Header*****/
/*Define all elements in the header*/

#metaNav li#telephoneLink {
  color: rgb(0,44,90) !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

#metaNav li#contactLink a {
  color: rgb(177,128,68);
  text-transform: uppercase;
}

#metaNav li#newsletterLink a {
  text-transform: uppercase;
}

#metaNav li#languageLink a {
  color: rgb(0,44,90) !important;
  text-transform: lowercase !important;
    padding-right: 25px;
}

#metaNav li.social img{
    width: 24px !important;
    height: 24px !important;
}
#metaNav li.social a{
    padding: 10px 5px;
}

#metaNav ul {
  text-align: right;
}

#metaNav ul li {
  display: inline-block;
}

#hpLogo {
  max-width: 240px;
  height: auto;
}

.navbar {
  margin-bottom: 0;
  z-index: 1001;
  min-height: 57px;
}

.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
}

.navbar-default {
  border-color: rgba(255,255,255,0);
  background-color: rgba(255,255,255,0);
  border: none;
  background-image:  none;
    box-shadow: none;
}

#mainNav .nav > li {
  margin-top: 8px;
  padding-bottom: 5px;
}


#mainNav li > a {
  font-size: 105%;
  font-family: 'Roboto', sans-serif;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/*
#mainNav li.active > a {
  background: url(../res/img/active_marker.png) 10px 20px no-repeat;
}
*/



.navbar .navbar-collapse {
    text-align: left;
}

#mainNav > ul {
  width: 80% !important;
}

/*
#mainNav li.active > a:before {
  content: url(../res/img/active_marker.png);
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}
*/

#mainNav .dropdown-menu li a:focus, #mainNav .dropdown-menu li a:hover {
    background-color: rgb(255,255,255);
    color: rgb(0,44,90);
    text-decoration: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: rgb(255, 255, 255);
}

#mainNav .dropdown-menu li a, #mainNav > li > a {
    clear: both;
    color: rgb(255,255,255);
    display: block;
    margin-left: 0px;
    padding: 3px 15px;
    white-space: nowrap;
    font-size: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

#mainNav .dropdown a, #mainNav li.active > a {
  color: rgb(0,44,90);
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  box-shadow: none !important;
}

#mainNav .dropdown-menu > li, #mainNav > li {
  padding-left: 0px;
  color: rgb(255,255,255);
  font-size: 100%;
}

#mainNav .dropdown-menu > li.divider {
  background-color: rgba(255,255,255,0);
}

.navbar-default #mainNav .navbar-nav > li.active > a, .navbar-default #mainNav .navbar-nav > li > a:hover, .navbar-default #mainNav .navbar-nav > .active > a, .navbar-default #mainNav .navbar-nav > .active > a:focus, .navbar-default #mainNav .navbar-nav > .active > a:hover, .nav > li > a:focus, .nav > li > a:hover {
  color: rgb(177,128,68);
  background-color: rgb(255,255,255);
  background-image: none;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin-top: 0px;
}

#home ul.nav li.dropdown:hover > ul.dropdown-menu, ul.nav li.dropdown.active:hover > ul.dropdown-menu {
    margin-top: -2px;
}

.dropdown-menu {
    background-color: rgba(177, 128, 68, 0.9);
    border: 0 solid rgba(0, 0, 0, 0);
/*     box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.25) inset; */
    padding-top: 15px;
    border-radius: 0;
}

/*
.dropdown-menu > li {
  padding-left: 15px;
  padding-right: 15px;
}
*/

.dropdown-menu li a {
  color: rgb(255, 255, 255);
}

.dropdown-menu li ul {
  margin-left: -40px;
}

.dropdown-menu li ul li, #mainNav .dropdown-menu > li > a {
  list-style: none;
  margin-left: 0px;
}

.dropdown-menu li ul li {
  font-size: 90%;
    margin-left: 0px;
    text-transform: none;
}

.dropdown-menu li ul li.active a, #mainNav .dropdown-menu li.active > a {
  background-color: rgb(255,255,255) !important;
  background-image: none !important;
  color: rgb(0,44,90) !important;
}

/*****Content*****/
/*Define all elements in the content area*/

#mainContent {
  padding-bottom: 60px;
  margin-top: -3px;
}

#mainContent img {
  width: 100%;
  height: auto;
}

#home #mainContent img.swirlImage, #hpStandard #mainContent img.swirlImage {
    opacity: 0.2;
    position: absolute;
    top: -150px;
}

#hpStandard #mainContent img.swirlImage {
    top: 225px;
    height: 309px;
    max-width: 1170px;
    display: none;
}

#mainContent .dropdown-menu {
  background-color: rgb(255,255,255);
  width: 110%;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

#mainContent .dropdown-menu > li > a:focus, #mainContent .dropdown-menu > li > a:hover {
    background-color: rgba(255, 255, 255,0);
    color: rgb(177,128,68);
/*
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
*/
}

#mainContent .dropdown-menu li a {
  color: rgb(0,0,0);
  padding: 3px 0;
}

#subNavi {
  z-index: 1000;
}

#subNavi .navbar {
  background-color: rgb(245,247,249);
  padding: 15px 10px 45px 5px;
}

#subNavi .navbar .navbar-nav {
    float: none;
    vertical-align: top;
    padding-top: 10px;
}

#subNavi .navbar > ul {
  padding-left: 25px;
}

#subNavi ul li {
    list-style: outside none none;
    padding-top: 30px;
    text-transform: uppercase;
    color: rgb(0,44,90);
    }

#subNavi .navbar-nav > li {
  clear: both;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 10px;
    text-transform: uppercase;
}

#subNavi .navbar-nav > li.divider {
    background-color: rgb(230,230,230);
    float: none;
    height: 1px;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    width: 50%;
}

#subNavi li.active {
  color: rgb(177,128,68);
}

#subNavi > li.active > a, #subNavi > li > a:hover, #subNavi ul li.active ul li.active a, #subNavi ul li ul li a:hover, #subNavi > ul > li.active > a {
    background: rgba(0, 0, 0, 0) url("../res/img/active_marker.png") no-repeat scroll 0 0;
  padding-left: 25px !important;
  margin-left: -25px !important;
  color: rgb(177,128,68);
  text-transform: none;
  box-shadow: none;
}

#subNavi li a {
  text-transform: none;
  padding: 0;
  color: rgb(0,44,90);
}

#subNavi nav ul > li.active > a{
  background: url("../res/img/active_marker.png") no-repeat scroll 0 0;
  padding-left: 25px !important;
  margin-left: -25px !important;
  color: rgb(177,128,68);
  text-transform: uppercase;
}

#subNavi .navbar-default .navbar-nav > li > a {
  padding-left: 0;
}

#pageContentContainer {
  margin-left: 0;
    padding: 45px 0 30px 30px;
}

#singleContactContent #pageContentContainer {
  margin-left: 0;
    padding: 0 0 0 30px;
}

#pageTitle {
  width: 100%;
  border-bottom: 1px solid rgb(177,128,68);
  margin-top: 0;
  font-size: 130%;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}

#pageContent {
  padding-right: 30px;
}

#singleContactContent #pageContent {
  padding-right: 0;
  background-color: rgb(177,128,68);
  color: white;
  padding-bottom: 30px;
}

#singleContactContent #pageContent a:hover {
  color: white;
}

#singleContactContent #pageContent img {
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}

#singleContactContent #pageContent h1#pageTitle, #singleContactContent #pageContent p, #singleContactContent #pageContent h2, #singleContactContent #pageContent dl {
  padding: 12px 30px 0 30px;
  color: white !important;
  margin: 0;
}

#singleContactContent #pageContent h2 {
  padding-top: 30px;
}

#singleContactContent #pageContent dd p {
  padding: 0;
}

#pageContent .whiteText {
  color: rgb(0,0,0);
}

#pageContent a:before {
  content: "►";
  font-size: 75%;
  padding-right: 5px;
  padding-left: 5px;
}

#pageContent a.invertedLinkSign:before {
  content: "◀";
  font-size: 75%;
  padding-right: 5px;
  padding-left: 5px;
}

#pageContent a.noLinkSign:before {
  content: "" !important;
  padding-right: 0;
  padding-left: 0;
}

#pageContent .row {
  padding-left: 8px;
  padding-right: 8px;
}

#pageContent .row div {
  padding: 3px;
}

#pageContent.halfContent {
  padding-right: 0;
}


.element2cols h5 {
  font-size: 95%;
  text-transform: none;
}


/*****Etc*****/
/*Continue to define the other sections one by one*/


.bootstrap-select > .dropdown-toggle {
  left: -5%;
  padding-right: 25px;
  width: 110%;
}

.bootstrap-select.btn-group .dropdown-menu {
    left: -5%;
}

.bootstrap-select .btn-default.active.focus, .bootstrap-select .btn-default.active:focus, .bootstrap-select .btn-default.active:hover, .bootstrap-select .btn-default.focus:active, .bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default:active:hover, .bootstrap-select .open > .dropdown-toggle.btn-default.focus, .bootstrap-select .open > .dropdown-toggle.btn-default:focus, .bootstrap-select .open > .dropdown-toggle.btn-default:hover, .bootstrap-select .btn-default.active, .bootstrap-select .btn-default:active, .bootstrap-select .btn-default:hover, .bootstrap-select .open > .dropdown-toggle.btn-default {
    background-color: rgb(177, 128, 68);
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.nav-tabs {
    border-bottom: 1px solid rgb(230,230,230);
}

.nav.nav-tabs {
    margin-bottom: 0;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    background-color: rgb(245, 247, 249);
    border: 1px solid rgb(230,230,230);
    border-radius: 0;
    text-transform: uppercase;
    margin-right: -1px;
    letter-spacing: 0.05em;
}

#pageContent .nav-tabs > li > a:before {
  content: "" !important;
  padding: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: rgb(177, 128, 68);
    border: 1px solid rgb(230,230,230);
    border-bottom: 1px solid rgb(255,255,255);
}

.tab-content {
  border-left: 1px solid rgb(230,230,230);
  border-right: 1px solid rgb(230,230,230);
  border-bottom: 1px solid rgb(230,230,230);
  padding: 15px;
  margin-bottom: 30px;
}

.panel-group {
/*   margin-top: 30px; */
}

.panel {
  margin-top: 30px;
  border: none;
  box-shadow: none;
}

.panel-default > .panel-heading {
  background-color: rgb(245, 247, 249);
  color: rgb(0, 44, 90);
  border: none;
}

.panel-heading h4 {
    line-height: 1.4em;
    padding-left: 25px;
    text-transform: none;
}

.panel .glyphicon-triangle-right, .panel .glyphicon-triangle-bottom {
  padding-right: 5px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(255,255,255);
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators, .carousel-control {
    opacity: 1;
}

.carousel-caption {
    background-color: rgba(0, 44, 90, 0.82);
    border-radius: 50% 50% 0;
    color: rgb(255, 255, 255);
    overflow: hidden;
    padding-bottom: 40%;
    width: 42%;
    position: absolute;
    margin-left: 36%;
    bottom: 70px;
}

.hpCaptionInner h1 {
  color: rgb(255, 255, 255);
}

.hpCaptionInner a, .hpCaptionInner a:hover, .hpCaptionInner a:visited, .hpCaptionInner a:active {
  color: rgb(177, 128, 68);
}

.hpCaptionInner, .hpCaptionClaim {
    overflow: hidden;
    padding-left: 20%;
    padding-top: 20%;
    position: absolute;
    text-align: left;
    width: 90%;
    font-size: 145%;
}

/*
.hpCaptionInner {
  font-size: 130%;
}
*/

.hpCaptionClaim {
  bottom: 15%;
  padding-top: 0;
}

.hpCaptionClaim h1 {
  color: rgb(255,255,255);
  text-transform: none;
  font-weight: 200;
  font-size: 4.5rem;
}
.hpCaptionClaim h1 em {
	font-weight: 400;
}

.glyphicon {
  margin-left: -25px;
}

.container .carousel-inner {
  max-height: 555px;
}

.container .carousel-inner > .item {
    padding-left: 0px;
    padding-right: 0px;
}

.anchor {
  height: 1px;
  clear: both;
  padding: 0 !important;
  margin: 0 !important;
}

/* Landing Page */

#landingpageContent #pageContentContainer {
  padding-left: 0;
}

#landingpageContent #pageContentContainer #pageTitle {
  margin-bottom: 30px;
    padding-left: 100px;
}

#landingpageContent #pageContentContainer div.images + div{
  padding-left: 45px;
}

#landingpageContent #pageContentContainer ul {
    margin: 0;
    padding-left: 17px;
}

#landingpageContent #pageContentContainer .image-beside-left .image img {
  margin-left: 30px;
    width: 45px !important;
}

#landingpageContent #pageContentContainer .image-beside-left .image-wrap {
  margin-top: 0;
}

#landingpageContent #pageContentContainer .well .image-beside-left .image img {
  padding-left: 0;
    width: 100% !important;
    margin-left: 0;
}

#landingpageContent #pageContentContainer .well {
  background-image: linear-gradient(to bottom, rgb(245, 245, 245) 0px, rgb(242, 242, 242) 100%);
  background-color: rgb(245,247,249) !important;
    border: medium none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 10px;
}

#landingpageContent #pageContentContainer .well .text {
  padding: 15px;
}

#landingpageContent #pageContentContainer .well .image-header-2 {
  border-bottom: 1px solid rgb(0,44,90);
  border-top: 1px solid rgb(0,44,90);
  background-color: rgb(245,247,249) !important;
  padding: 10px 45px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#landingpageContent #pageContentContainer .well .image-header-2 .image img {
  margin-left: 0;
}


#landingpageContent #pageContentContainer .well .image-header-2 h2, #landingpageContent #pageContentContainer .well .image-header-2 p {
  padding-left: 0;
  margin-left: 15px;
}

#landingpageContent #pageContentContainer h2 {
  font-size: 130%;
  color: rgb(0,44,90);
  margin-top: 0;
  /*padding-left: 45px;*/
}

#landingpageContent #pageContentContainer .image-center-inner img {
  width: 50%;
}
#landingpageContent #pageContentContainer .frame-well {
    border-color: #002c5a;
    border-right: none;
    border-left: none;
    padding-top: 20px !important;
}

#landingpageContent #pageContentContainer #c243 .text, #landingpageContent #pageContentContainer .panel-group {
  padding-left: 185px;
}

#landingpageContent #pageContentContainer .panel-group {
    padding-bottom: 24px;
}

#landingpageContent #pageContentContainer .panel-group p {
  padding-left: 0;
}

#landingpageContent #pageContentContainer .frame.rulerafter {
    border-bottom: 1px solid rgb(0,44,90);
}

#landingpageContent #pageContentContainer hr {
  border-top: 1px solid rgb(0,44,90);
  margin-top: 0;
}

#landingpageContent #pageContentContainer .panel-group {
  margin-top: -45px;
}

/* Landing Page End */

.morecontent span {
    display: none;
}
.morelink {
    display: block;
    float: right;
    clear: both;
}

blockquote {
  border: none;
    font-size: 85%;
    margin: -30px 0 0 !important;
    padding: 0;
}

#newsletterArticleTitle h2#subTitle {
  font-size: 100%;
    font-weight: 400;
    margin-bottom: -10px;
    margin-top: 30px;
    text-transform: none;
    color: rgb(0,44,90);
}

#newsletterArticleTitle h1#pageTitle {
    color: rgb(0,44,90);
    margin-bottom: 30px;
}

#newsletterArticleContent #pageContentContainer {
  padding-top: 0;
}

.csc-mailform ol {
  list-style: none;
}

.csc-mailform ol li {
  float: left;
  width: 100%;
}

#c444 .csc-mailform ol li.csc-form-2 {
  margin-top: 5px;
}

#c444 .csc-mailform ol li.csc-form-2, #c444 .csc-mailform ol li.csc-form-6, #c444 .csc-mailform ol li.csc-form-8 {
  width: 49%;
  margin-right: 2%;
}
#c444 .csc-mailform ol li.csc-form-5, #c444 .csc-mailform ol li.csc-form-7, #c444 .csc-mailform ol li.csc-form-9 {
  width: 49%;
}


.csc-mailform ol li.csc-form-element-textline input, .csc-mailform ol li.csc-form-element-textarea textarea {
  border: 1px solid rgb(177,128,68);
  padding: 1px 10px;
  width: 100%;
  margin-bottom: 5px;
}

.csc-mailform fieldset.fieldset-subgroup {
    margin-bottom: 30px;
}

.csc-mailform fieldset.fieldset-subgroup legend {
    font-size: inherit;
    font-weight: 300;
    width: 100%;
    border: none;
    margin: 10px 0;
}

#c444 .csc-mailform fieldset.fieldset-subgroup legend {
    font-weight: 400;
}

.csc-mailform fieldset.fieldset-subgroup ol, .csc-mailform fieldset.fieldset-subgroup ol li {
    margin: 0;
    padding: 0;
    top: 0;
}

.csc-mailform fieldset.fieldset-subgroup ol li label {
    float: right;
    font-weight: 300;
    padding: 0;
    width: 90%;
}

.csc-mailform input[type="checkbox"] {
  outline: 1px solid rgb(177,128,68);
  margin: 1px;
  border: none !important;
}

.csc-mailform input[type="checkbox"]:checked {
  box-shadow: inset 0px 0px 0px 4px #fff;
  background: rgb(177,128,68);
}

.csc-mailform input[type="submit"] {
    background: none;
    border: medium none;
    float: right;
    color: rgb(0,44,90);
}

div.csc-mailform .fieldset-subgroup legend, .tx-sremailsubscribe-pi1 legend {
    border: medium none;
    font-size: inherit;
    font-weight: 300;
    margin: 10px 0;
    width: 100%;
}

.csc-mailform label {
  font-weight: normal;
}

.csc-mailform .formLabel {
  margin-left: -16rem;
}

.csc-mailform ol li.csc-form-element-textblock {
  margin-top: 1rem;
  font-weight: normal;
}
.csc-mailform ol li.csc-form-element-select .selectLeft {
  margin-bottom: 1rem;
  margin-left: -22rem;
}

.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-multiple-checkboxes dd {
    width: 90%;
}

.tx-sremailsubscribe-pi1 div.csc-mailform dd label {
    float: right;
    font-weight: 300;
    padding: 0;
    width: 90%;
}

#datenschutz {
  background-color: rgba(0, 44, 90, 0.95);
  bottom: 30px;
    color: rgb(255, 255, 255);
    padding: 10px 0;
    position: fixed;
    width: 100vw;
    z-index: 1001;
  display:none;
}

#datenschutz #arrowElement {
  left: 50%;
    margin-left: 16px;
    position: absolute;
    top: -7px;
}

#datenschutz a {
  color: white;
}

#datenschutz .button {
  border: 1px solid rgb(177,128,68);
  cursor: pointer;
    float: left;
    left: 50%;
    margin-left: -60px;
    position: relative;
    width: 120px;
}


#datenschutz .button:hover {
  border: 1px solid white;
}

#datenschutz a:before {
  content: "► ";
  font-size: 75%;
}

.cc_banner-wrapper {
  position: fixed !important;
}

.cc_container {
  background-color: rgba(0, 44, 90, 0.95) !important;
  color: rgb(255, 255, 255) !important;
  bottom: 30px !important;
}

.cc_container .cc_message {
  font-size:16px !important;
}

.cc_container .cc_message a, .cc_container .cc_message a:visited {
  color: rgb(255, 255, 255) !important;
}

.cc_container .cc_message a:before {
  content: "► ";
  font-size: 75%;
}

.cc_container .cc_btn {
  border: 1px solid rgb(177,128,68) !important;
  color:white !important;
  background-color:transparent !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;

}

.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  border: 1px solid white !important;
}




@media (max-width: 767px) {
  #metaNav ul {
    padding-right: 15px;
  }
  #metaNav .nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
  }
  #metaNav li#telephoneLink {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu, ul.nav li.dropdown:focus > ul.dropdown-menu {
    display: none;
  }
  #mainNav li.active > a {
      background: rgba(0, 0, 0, 0) url("../res/img/active_marker.png") no-repeat scroll 20px 20px;
  }
  .navbar {
    min-height: 40px;
  }
  .navbar-toggle {
    margin-bottom: 0;
    margin-top: 0;
  }
  .navbar #mainNav li a {
    padding-left: 45px;
    margin-left: -30px;
  }
  #mainNav .dropdown a {
    padding-top: 0;
  }
  .navbar-nav {
      margin: 0;
  }
  #hpLogo {
      max-width: 140px;
  }
  .square, .doubleSquare {
    padding-bottom: 85% !important;
    width: 100%;
  }
  #home #mainContent img.swirlImage {
      top: -75px;
  }

  #subNavi .navbar {
      padding-bottom: 0;
  }

  #subNavi ul li {
    padding-top: 10px;
  }

  #subNavi img {
    display: none;
  }

  #hpStandard #mainContent img.swirlImage {
      top: 150px;
      max-height: 240px;
  }

  #pageContentContainer {
    padding-top: 15px;
  }

  #pageTitle {
    padding-right: 15px;
    font-size: 110%;
    margin-bottom: 15px;
  }

  h4 {
    margin-top: 15px;
    font-size: 18px;
  }

  .carousel-indicators {
       bottom: auto;
       margin-top: 60%;
    }
  .carousel-caption {
      background-color: rgba(0,0,0,0);
      border-radius: 0;
      color: rgb(0, 0, 0);
      left: 15px;
      margin-left: 0;
      overflow: auto;
      padding-bottom: 0;
      position: relative;
      text-shadow: 0 0 0;
      width: 90%;
      margin-top: 40px;
  }
  .hpCaptionInner, .hpCaptionClaim {
      font-size: 100%;
      overflow: auto;
      padding-left: 15px;
      padding-top: 10px;
      position: relative;
      text-align: left;
      width: 100%;
  }
  .hpCaptionInner p, .hpCaptionInner a, .hpCaptionInner h1, .hpCaptionInner a:visited, .hpCaptionInner a:active {
    color: rgb(0,0,0) !important;
  }
  .hpCaptionInner a:hover {
    color: rgb(177, 128, 68) !important;
  }
  .hpCaptionInner a:before {
    content: "►";
    font-size: 75%;
  }
  .hpCaptionClaim {
    display: none;
  }
  #addContent {
      margin-top: 0;
  }
  #landingpageContent #pageContentContainer #pageTitle, #landingpageContent #pageContentContainer #pageContent {
    padding-left: 15px;
    padding-right: 15px;
  }

  #landingpageContent #pageContentContainer .image-wrap {
    float: left;
    padding: 0 20px 0 0;
  }
  #landingpageContent #pageContentContainer .well .image-wrap {
    padding: 0 15px 0 0;
  }
  #landingpageContent #pageContentContainer .image-beside-left .image img {
    padding-left: 15px;
      width: 35px !important;
  }
  #landingpageContent #pageContentContainer h2 {
    font-size: 110%;
  }
  #landingpageContent #pageContentContainer #c243 .text, #landingpageContent #pageContentContainer .panel-group {
    padding-left: 30px;
  }
  #landingpageContent #pageContentContainer .image-center-inner img {
    width: 100%;
  }
  #landingpageContent #pageContentContainer ul {
    margin-left: -20px;
  }
  #newsletterArticleTitle h1#pageTitle, #newsletterArticleTitle h2#subTitle {
    margin-left: 30px;
  }
  #landingpageContent #pageContentContainer p {
      padding-left: 0;
  }
  #landingpageContent #pageContentContainer .well .image-header-2 {
    padding: 10px 0 10px 25px;
  }
  #landingpageContent #pageContentContainer .well .image-header-2 h2, #landingpageContent #pageContentContainer .well .image-header-2 p {
    margin-left: 0;
  }
  #landingpageContent #pageContentContainer h2 {
    padding-left: 0;
  }
  #landingpageContent #pageContentContainer #c243 .text, #landingpageContent #pageContentContainer .panel-group {
    padding-left: 0;
  }
  #landingpageContent #pageContentContainer .image-wrap {
    margin-left: -20px;
  }
  #datenschutz {
    bottom: 0;
  }
  #c444 .csc-mailform ol li.csc-form-2, #c444 .csc-mailform ol li.csc-form-5, #c444 .csc-mailform ol li.csc-form-6, #c444 .csc-mailform ol li.csc-form-8, #c444 .csc-mailform ol li.csc-form-7, #c444 .csc-mailform ol li.csc-form-9 {
    width: 100%;
    margin-right: 0%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .container .carousel-inner > .item {
      height: 475px;
    }
}
@media (min-width: 768px) {
    .navbar #mainNav .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    #metaNav ul.navbar-left {
      padding-left: 15px;
    }
    #metaNav ul.navbar-left  a{
      display: inline;
  }
    .navbar .navbar-collapse {
        text-align: center;
    }
    #mainNav .nav {
    width: 80%;
  }
  #mainNav .nav > li {
    width: 16.66%;
  }
  #singleContactContent #pageContent .dl-horizontal dt {
      font-weight: 300;
      width: 90px;
      text-align: left;
  }
  #singleContactContent #pageContent .dl-horizontal dd {
      margin-left: 100px;
  }
  .element2cols h5 {
    min-height: 67px;
  }
}

@media (min-width: 992px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container .carousel-inner {
      max-height: 356px;
  }
    .hpCaptionInner {
      font-size: 145%;
      width: 90%;
      line-height: 1.3em;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
  }
  .carousel-inner h1 {
    font-size: 100%;
  }
  .square, .doubleSquare {
     padding-bottom: 48% !important;
  }
  .doubleSquare {
    width: 100%;
  }
  .hpCaptionClaim {
    display: none;
  }
  #mainNav > ul {
    width: 100% !important;
  }
  .nav > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  #metaNav .nav.navbar-right > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
/*
  #mainNav li.active > a:before {
    content: url(../res/img/active_marker.png);
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
  }
*/
  ul.nav li.dropdown:hover > ul.dropdown-menu {
      display: none;
  }
  #subNavi .navbar {
      padding-right:0;
      padding-left: 20px;
  }
  #addContent {
    margin-top: 15px;
  }
  #hpStandard #mainContent img.swirlImage {
      max-height: 280px;
      max-width: 980px;
      top: 160px;
  }
  #datenschutz {
    bottom: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #mainNav > ul {
    width: 100% !important;
  }
  #mainNav > ul > li:last-child > ul.dropdown-menu {
    left: auto;
    right: -15px;
    text-align: right;
  }
  .container .carousel-inner {
      max-height: 460px;
  }
  .carousel-caption {
      bottom: 160px;
    }
    .hpCaptionInner, .hpCaptionClaim {
      font-size: 125%;
  }
  	.hpCaptionClaim h1 {
		font-size: 3.5rem;
	}
  #home .squareContent h1, .career .squareContent h1 {
      font-size: 90%;
      margin-bottom: 5px;
  }
  #home .squareContent p, .career .squareContent p {
      font-size: 75%;
  }
  .squareContent h1 {
      padding-bottom: 0;
  }
  #addContent .square {
    min-height: 230px;
  }

  #addContent .squareContent h1 {
      font-size: 100%;
  }
  .squareContent p {
      font-size: 85%;
      padding-bottom: 0;
  }
  .btn-default {
    font-size: small;
  }
  .bootstrap-select > .dropdown-toggle {
      left: 0;
      padding-right: 0;
      width: 100%;
  }
  #mainContent .bootstrap-select.btn-group .dropdown-menu {
    left: 0;
    width: 100%;
  }
  #hpStandard #mainContent img.swirlImage {
      max-width: 980px;
      top: 170px;
  }
}

@media (min-width: 1200px) {
  #addContent .square {
    min-height: 280px;
  }
  .element2cols h5 {
    min-height: 50px;
  }
}

.klausel {
  font-size: 85%;
}

.frame.frame-ruler-before{
    padding-top: 20px;
}
