/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #777777;
}

body {
    font-size: 1em;
    line-height: 1.6;
    overflow-x: hidden;
}
p {
	-webkit-font-smoothing: antialiased;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

div.overlay {
	position: absolute;
	background-color: white;
	display: none;
	z-index: 50;
	border: 1px solid  #dddddd;
	box-shadow: 0 0 16px 10px #dddddd;
}
div.overlay .close {
    position: absolute;
    right: 0px;
    top: -30px;
	z-index: 60;
	opacity: 1;
	text-shadow: 0 0 0.5em #aaaaaa;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	color: #777777;
	font-family: GothamBook;
	font-size: 14px;
	letter-spacing: 1.2px;
	-webkit-font-smoothing: antialiased;
}
.upTo768 {
	display: none !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: GothamBold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	color: #191d1f;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #191d1f
}
h1 {
	font-size: 36px;
	background-image: url(../img/icons/raute14x11.png);
	background-position: 0px 22px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 20px;
	letter-spacing: 1.2px;
}
h2 {
	font-size: 26px;
	letter-spacing: 1.2px;
}
.whiteText,
.whiteText h1,
.whiteText h2, 
.attentionBox h2{
	color: white;
}
a {
	color: #d30000;	
}
a:hover, a:focus {
	color: #d30000;	
/*	outline: none;*/
}
.subline {
	font-family: GothamBold;
	font-size: 16px;
	margin-bottom: 20px;
}
.imageCaption {
	font-size: 11px;
	font-family: GothamBold;
	margin-bottom: 20px;
}
.container {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 50px;
}
.container.imageList {
	margin-bottom: 30px;
}
.container > .row {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}
.container.noMargin {
	margin-bottom: 0;
}
.container.fullWidth,
.container.fullWidth > .row {
	width: 100%;
	max-width: none;
/*	max-width: 1200px;*/
}
.container.fullWidth img {
	/*max-width: 1200px;*/
	margin: 0 auto;
}
.container.fullWidth.head .carousel-inner > .item {
	height: 340px;
}
.container.fullWidth.head.home .carousel-inner > .item {
	height: 450px;
}

/* Fade transition for carousel items */
/*.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity 1s; adjust timing here 
         -moz-transition: opacity 1s;
           -o-transition: opacity 1s;
              transition: opacity 1s;
}
.carousel .next.left,
.carousel .prev.right {
    opacity: 1;
    z-index: 1;
}
.carousel .active.left,
.carousel .active.right {
    opacity: 0;
    z-index: 2;
}*/




.container.fullWidth.head img {
	width: 100%;
}
.container.fullWidth .row.withImage{
	background-size: cover;
	background-position: center center;
}
contentNav .col.middle {
	border: none;
}
.contentNav .col {
	text-align: center;
}
.contentNav .col.left a.btn {
	margin-right: 10px;
	margin-bottom: 10px;
}
.contentNav .col.right a.btn{
	margin-left: 0;
}
.contentNav .col a.btn {
	border: 1px solid #3f3f3f;
	display: block;
}

.row {
	position: relative;
	margin: 0;
}
.row.withImage {
	background-repeat: no-repeat;
	background-color: #191d1f;
}
.we_contentElementBlock {
	margin-bottom: 30px;
}
.imageList .row .img-responsive {
	width: 100%;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.imageListWithText .row .col-md-4 {
	height: 100%;
}
.imageListWithText .row .content {
	padding: 20px;
	background-color: #f6f6f6;
	text-align: center;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
.imageListWithText .row .content.left { 									   
	border-right:6px solid white;
}
.imageListWithText .row .content.center { 									   
	border-left:3px solid white;
	border-right:3px solid white;
}
.imageListWithText .row .content.right { 									   
	border-left:6px solid white;
}
.imageListWithText .row .content img {
	margin: 0 auto;
	width: 60%;
	padding-bottom: 10px;
}
.imageListWithText .row .content .title {
	font-family: GothamBold;
	text-transform: uppercase;
	font-size: 16px;
}
.imageListWithText .row .content .subtext {
	color: #a1a1a1;
}
.imageListWithText .row .content .link a {
    background-image: url("../img/icons/bullet.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #777777;
    padding-left: 15px;	
	font-family: GothamBold;
	text-transform: uppercase;
}


.contactAddresses .row .col-md-4 {
	height: 100%;
}
.contactAddresses .row .content {
	text-align: left;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
.contactAddresses .row .content.left { 									   
	border-right:10px solid white;
}
.contactAddresses .row .content.center { 									   
	border-left:5px solid white;
	border-right:5px solid white;
}
.contactAddresses .row .content.right { 									   
	border-left:10px solid white;
}
.contactAddresses .row .content img {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 10px;
}
.contactAddresses .row .content .title {
	font-family: GothamBold;
	text-transform: uppercase;
	font-size: 16px;
}
.contactAddresses .row .content .address-label {
	float: left;
	display: none;
}
.contactAddresses .row .content .address-text {
	/*margin-left: 30px;*/
}

.list .content {
    background-color: #f6f6f6;
    height: 100%;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
	height: 125px;
}
.list.publicationList .content {
	height: 300px;
}
.list .content.left { 									   
	border-left:3px solid white;
	border-right:3px solid white;
/*	border-right:6px solid white;*/
}
.list .content.center { 									   
	border-left:3px solid white;
	border-right:3px solid white;
}
.list .content.right { 									   
	border-left:3px solid white;
	border-right:3px solid white;
/*	border-left:6px solid white;*/
}
.list .content .title {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.3em;
}
.list .content .title a {
	color: #777777;
}
.list .content .subtext {
	color: #a1a1a1;
	margin-bottom: 10px;
	line-height: 1.3em;
}
.list .content .date {
	color: #a1a1a1;
	margin-bottom: 10px;
	line-height: 1.3em;
}
.list .content .image {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.list .content .text {
	line-height: 1.3em;
	margin-bottom: 10px;
}
.list .content .link a {
    background-image: url("../img/icons/bullet.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #777777;
    padding-left: 15px;	
	font-family: GothamBold;
	text-transform: uppercase;
}
.list .content .download a {
    background-image: url("../img/icons/bullet.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #777777;
    padding-left: 15px;	
	font-family: GothamBold;
	text-transform: uppercase;
}


.images.containerWidth img {
	width: 100%;
	height: auto;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

div.header {
	margin-top: 15px;
	margin-bottom: 15px;
}
div.header div.top-nav a {
	color: #adadad;
	margin-left: 15px;
}
div.header .logo {
	margin-top: 35px;
}
div.header .mobile-nav {
	display: none;
}
.btn-navbar {
	display: none;
}
.main-nav {
	margin-bottom: 15px;
}
.main-nav ul {
	margin-bottom: 0;
}
.main-nav .submenu {
	display: none;
}
.main-nav .list-inline > li {
	padding-right: 0px;
	padding-left: 60px;
	font-size: 18px;
	font-family: GothamBold;
	text-transform: uppercase;
}
.main-nav .list-inline > li.mobileSelector {
	display: none;
}
.main-nav .list-inline > li a {
	color: #191d1f;
}
.main-nav .list-inline > li.active > a,
.main-nav .list-inline > li > a:hover{
	color: #d30000;
	text-decoration: none;
}
.socialMedia a {
	display: inline-block;
	width: 34px;
	height: 34px;
    background-image: url("../img/icons/social_sprite_34x34.png");
    background-repeat: no-repeat;	
	margin-left: 10px;
}
.socialMediaLarge a {
	display: inline-block;
	width: 57px;
	height: 57px;
    background-image: url("../img/icons/social_sprite_57x57.png");
    background-repeat: no-repeat;	
	margin-right: 10px;
}
.containerPadding {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.containerPaddingLeft {
}
.row.withImage .containerPadding {
	margin-top: 40px;
	margin-bottom: 20px;
}
.whiteText .box.bordered {
	border: 1px solid white;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 20px;
	margin-right: 20px;
	min-height: 300px;
	margin-bottom: 20px;
	font-size: 14px;
	-webkit-font-smoothing: auto;
}
.whiteText .box.bordered:hover {
	border: 1px solid #d30000;
	background-color: rgba(211, 0, 0, 0.4);
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.whiteText .box.bordered .bottom {
	position: absolute;
	bottom: 20px;
}
.whiteText .box.bordered .bottom .btn.normal {
	font-size: 16px;
	padding-left: 0px;
}
.rightCol.addOnCol .btn.normal {
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;
	color: #191d1f;
	border: 1px solid #191d1f;
	width: 100%;
	background-color: white;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 40px;
	background-image: url("../img/icons/bullet.png");
	background-position: 20px 50%;
	background-repeat: no-repeat;
}
.we_contentElement.statements {
	margin-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}
.container.statements {
	border-bottom: none;
}
.statements .row {
	padding-bottom: 0;
    background-position: 8% 80px;
    background-repeat: no-repeat;	
}
.container.statements .row {
	background-color: #f6f6f6;
	padding-top: 20px;
}
.statements .person {
	font-size: 18px;
	color: #777777;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
}
.statements .statement {
	font-size: 26px;
	line-height: 36px;
	text-transform: uppercase;
	font-family: GothamBold;
	color: #191d1f;
}

.we_contentElement.statements .statement {
	font-size: 20px;
}
.we_contentElement.statements .person {
	margin-bottom: 20px;
}

.carousel-control.right,
.carousel-control.left{
	background-image: none;
	background-repeat: no-repeat;

}
.carousel-control.right {
	background-image: url(../img/icons/arrow_right.png);
	background-position: right center;
	right: -3px;
}
.carousel-control.left{
	background-image: url(../img/icons/arrow_left.png);
	background-position: left center;
	background-color: white 0.8;
	left: -3px;
}
.statements .carousel-indicators {
	text-align: left;
	left: 0;
	margin-left: 0;
}



.vert-scrollable {
 /*overflow: auto;*/
 height: 300px;
 margin-bottom: 20px;
 }
.vert-scrollable
{
    position: relative;
}

.vert-scrollable .viewport
{
    height: 300px;
    overflow:hidden;
    position:relative;
}

.vert-scrollable .overview
{
    list-style:none;
    position:absolute;
    left:0;
    top:0;
	width: 100%;
}

.vert-scrollable .scrollbar
{
    position:absolute;
    background-position:0 0;
    right: -15px;
    top:0;
    width:10px;
}
.rightCol .vert-scrollable .scrollbar
{
    right: -15px;
}
.vert-scrollable .track
{
	background-color: #dddddd;
    height:100%;
    width:10px;
    position:relative;
    padding:0 1px;
	border-radius: 5px;
}

.vert-scrollable .thumb
{
	background-color: #191d1f;
    height:20px;
    width:10px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0px;
	border-radius: 5px;
}

.vert-scrollable .thumb .end
{
    overflow:hidden;
    height:0px;
    width:0px;
}

.vert-scrollable .disable
{
    display:none;
}

.noSelect
{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}
 
 
 
 
.container .objectList  {
    margin-bottom: 20px;
	padding-right: 30px;
}
.rightCol.addOnCol .contentElement .objectList {
    border-bottom: 1px solid #c5c5c5;
    padding-right: 15px;
}
.container .we_contentElementBlock.objectsList .vert-scrollable .scrollbar  {
	right: 15px;
}
.container .we_contentElementBlock.objectsList > .row:first-child {
	margin-bottom: 30px;
}
.container .objectList .object  {
	margin-bottom: 40px;
}

.container .objectList .object .title {
	text-transform: uppercase;
	font-family: GothamBook;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
	color: #191d1f;
	letter-spacing: 0;
}
.container .objectList .object .name {
	color: #949494;
	margin-bottom: 10px;
}

.container .objectList .object .date {
	color: #777777;
	font-size: 14px;
	margin-bottom: 5px;
}
.container .objectList .object .profileImage {
	float: left;
	margin-right: 10px;
}
.container .objectList .object .profileImage img {
	max-width: 30px;	
}


.container .objectList .object .text {
	font-size: 14px;
	color: #191d1f;
}
.contentElement .objectList .object .text {
	margin-bottom: 10px;
}
.contentElement .objectList .object .text img {
	max-width: 100%;
}
.contentElement .objectList .object .link {
    background-image: url("../img/icons/bullet.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #777777;
    padding-left: 15px;
}
.contentElement .objectList .object .link a {
	color: #777777;
	text-transform: uppercase;
	font-family: GothamBold;
}


.container .objectList .object .image {
	float: left;
	margin-right: 15px;
}
.container .objectList .object .download {
	
}

.container .objectList.events .object.event .date {
	padding-left: 25px;
    background-image: url("../img/icons/icon_sprite_24x24.png");
    background-position: 0 -32px;
    background-repeat: no-repeat;	
}
.we_contentElementBlock .casesList {
	margin-left:-3px;
	margin-right: -3px;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../img/icons/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-wrapper-outer {
	position: relative;
	z-index: 10;
}
.owl-carousel .owl-controls {
	position: absolute;
	top: 40%;
	width: 110%;
	margin-left: -5%;
	z-index: 1;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
	background-color: none;
	background-repeat: no-repeat;
	width: 32px;
	height: 35px;
	border-radius: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-prev {
	float: left;
	background-image: url("../img/icons/page_left.png");
}
.owl-carousel.owl-theme .owl-controls  .owl-next {
	float: right;
	background-image: url("../img/icons/page_right.png");
}
.owl-carousel  .owl-item .overContent {
	position: absolute;
	bottom: 0;
	padding: 10px;
	border-top: 1px solid white;
	background: rgba(0,0,0,0.5);
	color: white;
	width: 100%;
	z-index: 10;
}
.owl-carousel  .owl-item .overContent .dynamicContent {
	display: none;
}
.owl-carousel  .owl-item .overContent .title,
.owl-carousel  .owl-item .overContent .link {
	text-transform: uppercase;
	font-family: GothamBold;
}
.owl-carousel  .owl-item .overContent .title {
	text-align: center;
	cursor: pointer;
}
.owl-carousel  .owl-item .overContent .link {
	background-image: url("../img/icons/bullet_white.png");
    background-position: left 6px;
    background-repeat: no-repeat;
	padding-left: 15px;
}
.owl-carousel  .owl-item .overContent .link a {
	color: white;
}
.owl-carousel  .owl-item img {
	width: 100%;
	height: auto;
}
/* owl end */

.container.footer {
	background-color: #191d1f;
	color: white;
	padding-top: 40px;
	padding-bottom: 40px;
}
.container.footer h2 a {
	color: white;
}
.container.footer ul {
	margin-left: 0;
	padding-left: 10px;
	list-style: none;
}
.container.footer ul li {
	display: block;
}
.container.footer ul li:before {
    content: "»";
	margin-left: -10px;
	vertical-align: top;
}
.container.footer ul li a {
	color: white;
	padding-left: 8px;
	display: inline-block;
}
.container.footer .socialMedia a {
	display: inline-block;
	width: 34px;
	height: 34px;
    background-image: url("../img/icons/social_spriteDark_34x34.png");
    background-repeat: no-repeat;	
	margin-left: 10px;
}

/** CONTENT PAGE CONTAINER **/
.container.contentContainer {
	margin-top: -50px;
}

.container.contentContainer .fullCol {
	padding-top: 100px;
	margin-bottom: 20px;
}
.container.contentContainer ul {
	list-style: none outside none;
	padding-left: 0px;
}
.container.contentContainer ul li {
    background-image: url("../img/icons/bullet_red.png");
    background-position: 0 7px;
    background-repeat: no-repeat;
    padding-left: 15px;
	padding-bottom: 10px;
}
.container.contentContainer .leftCol {
	padding-top: 100px;
	padding-right: 40px;
}


.container.contentContainer .breadcrumb {
	position: absolute;
	top: 20px;
	background-color: transparent;
	padding: 0;
	color: #191d1f;
}
.container.contentContainer .breadcrumb a{
	color: #191d1f;
}
.container .addOnCol {
	background-color: #f6f6f6;
	padding: 20px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.container .leftCol .addOnCol {
	width: 48%;
}
.container .leftCol .addOnCol h2 {
	font-size: 20px;
	background-position: 0 9px;
}
.container .rightCol.addOnCol {
	padding-top: 100px;
	padding-right: 0;
	margin-bottom: 0;
}
.container .rightCol.addOnCol .contentElement {
  margin-bottom: 20px;
}

.container .rightCol.addOnCol .contentElement ul {
	list-style: none outside none;
    padding-left: 0;
}
.container .rightCol.addOnCol .contentElement ul > li {
    background-image: url("../img/icons/bullet_red.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 20px;
    text-transform: uppercase;
	font-family: GothamBold;
}
.container .rightCol.addOnCol .contentElement ul > li a {
	color: #777777;
}

.container .rightCol.addOnCol .grey {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	margin: -100px 0px 0px -20px;
	z-index: -1;
}	

.container .leftCol .addOnCol .textFlip {
    left: 50%;
    margin-left: -35%;
	width: 70%;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-family: GothamBold;
	font-size: 13px;
	padding-top: 3px;
	position: absolute;
	bottom: 3px;
	z-index: 50;
}
.container .leftCol .addOnCol .textFlip a {
	color: #191d1f;
}

.container .linkAllDocuments {
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-family: GothamBold;
	font-size: 13px;
	color: #191d1f;
	border-top: 1px solid #c5c5c5;
	padding-top: 5px;
	margin-top: -10px;
}
.container .linkAllDocuments a {
	color: #191d1f;
}
.container .leftCol .addOnCol .owlSliderObject.owl-carousel .owl-controls {
	height: 25px;
	padding-top: 10px;
	margin-bottom: 0;
	position: absolute;
	border-top: 1px solid #c5c5c5;
	top: inherit;
	bottom: 5px;
	width: 100%;
    left: 50%;
    margin-left: -50%;	
	z-index: 10;
}
.container .leftCol .addOnCol .owlSliderObject.owl-carousel.owl-theme .owl-controls .owl-next {
	background-image: url("../img/icons/arrow_left_right_20x20.png");
    background-position: 0 0;
    background-repeat: no-repeat;	
}
.container .leftCol .addOnCol .owlSliderObject.owl-carousel.owl-theme .owl-controls .owl-prev {
	background-image: url("../img/icons/arrow_left_right_20x20.png");
    background-position: 0 -21px;
    background-repeat: no-repeat;	
}
.container .leftCol .addOnCol .owlSliderObject.owl-carousel.owl-theme .owl-controls .owl-buttons div {
	width: 20px;
	height: 20px;
}

.container .leftCol .addOnCol .objectList {
  margin-bottom: 0;
  padding-right: 0;
  height: 300px;
  position: relative;
}


.container h2 {
	background-image: url("../img/icons/raute11x8.png");
	background-position: 0px 16px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding-left: 20px;
}
.container .rightCol h2 {
	background-position: 0px 13px;
	font-size: 22px
}

.container.footer h2,
.container .box.bordered h2 {
	background-image: none;
	padding-left: 0;
}
.container.footer h2 {
	margin-bottom: 5px;
	font-size: 16px;
	color: white;
}

/** ATTENTION BOX **/
.attentionBox {
	background-color: #191d1f;
	margin-bottom: 20px;
	padding: 20px;
	color: white;
}
.attentionBox .col-md-6 {
}
.attentionBox h2 {
	font-size: 20px;
	background-position: 0 11px;
}
.attentionBox a {
	color: white;
}
.attentionBox .row {
	margin-bottom: 20px;
}
.attentionBox .btn {
	border: 1px solid white;
	width: 100%;
}
.attentionBox .btn.normal span {
    background-image: url("../img/icons/bullet_white.png");
	color: white;
	font-size: 12px;
}
.rightContent,
.leftContent{
	width: 48%;	
}
.leftContent {
	padding-right: 20px;
}
.rightContent {
	padding-left: 20px;
}
.container.contentContainer .attentionBox ul {
	list-style: none outside none;
    padding-left: 0;
}
.container.contentContainer .attentionBox ul > li {
    background-image: url("../img/icons/bullet_white.png");
    background-position: left 6px;
    background-repeat: no-repeat;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 20px;
	padding-bottom: 0;
    text-transform: uppercase;
}
.container.contentContainer .attentionBox ul > li,
.container.contentContainer .attentionBox ul > li a {
	color: #cccccc;
}
/** ######### **/
.container .headerImageContent {
	position: relative;
}
.container .headerImageContent .headlines {
	left: 50%;
    margin-left: -43%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 86%;
	top: 45%;
}
.container .headerImageContent .headlines .btn {
	background-color: white;
	padding-left: 30px;
	padding-right: 30px;
}
.container .headerImageContent .headline {
	color: white;
	font-size: 46px;
	line-height: 48px;
	text-transform: uppercase;
	font-family: GothamBold;
}
.container .headerImageContent .headline span {
	padding-top: 3px;
        color: white;
	text-shadow: 0 0 50px rgba(0,0,0,0.5), 0 0 80px rgba(0,0,0,0.5), 0 0 100px rgba(0,0,0,0.5), 0 0 150px rgba(0,0,0,0.5);
        /*text-shadow: 0 0 10px rgba(0,0,0,0.2), 0 0 13px rgba(0,0,0,0.3), 0 0 16px rgba(0,0,0,0.4), 0 0 19px rgba(0,0,0,0.5);*/
	/*text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);*/
        /*text-shadow: 0 0 50px rgba(0,0,0,0.5)*/
        /*text-shadow: 0 0 10px #000000;*/

}
.container .headerImageContent .subline {
	color: white;
	font-size: 16px;
	font-family: GothamBook;
}
.container .headerImageContent.personDetail .headlines {
	left: 0%;
    margin-left: 0;
	width: 70%;
	top: 25%;
}
.container .headerImageContent.personDetail .headline span {
	background-image: none;
	color: #191d1f;
	text-shadow: none;
}

.container .headerImageContent.personDetail .addonText {
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	padding-left: 8%;
	padding-right: 11%;
	font-family: GothamBold;
	text-transform: uppercase;
	color: #191d1f;
}
.container .headerImageContent .subline {
}
.container .headerImageContent .subline table {
	border-collapse: unset;
}
.container .headerImageContent .subline span {
    background-repeat: no-repeat;
    height: 22px;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.container .headerImageContent .subline .borderLeft {
	background-image: url("../img/subline_bg.png");
	background-position: left 0;
	width: 10px;
	height: 22px;
	width: 12px;
	display: inline-block;
}
.container .headerImageContent .subline .text {
	height: 22px;
	background-position: right 0;
	padding-left: 20px;
	padding-right: 30px;
	font-size: 14px;
	background-image: url("../img/subline_bg.png");
	display: inline-block;
}
.container .headerImageContent .button {
 
}


#eyFirst {
    animation-name: eyFadeOut;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}
#eySecond {
    animation-name: eyFadeIn;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}
#eyFirst .headline,
#eySecond .headline {
    font-size: 36px;
    text-transform: none;
}
#eyFirst .headline .mobile {
    display: none;
}
#eySecond .headline.ey {
    position: absolute;
    width: 500px;
    left: 50%;
    top: 0;
    margin-left: -350px;
    margin-top: -50px;
}
#eySecond .headline .imageContainer {
    display: inline-block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+75&0.9+22,0+57 */
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 22%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 75%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 22%,rgba(255,255,255,0) 57%,rgba(255,255,255,0) 75%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 22%,rgba(255,255,255,0) 57%,rgba(255,255,255,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

padding-bottom: 20px;
padding-left: 200px;
padding-right: 200px;
    
}
#eySecond .headline .imageContainer img {
    width: 300px;
}

#eySecond .subline .text,
#eySecond .subline .borderLeft {
    background-image: url("../img/subline_bg_grey.png");
}

@keyframes eyFadeOut {
    0%   {opacity: 1; z-index: 10;}
    50%  {opacity: 1; z-index: 10;}
    60%  {opacity: 0; z-index: 5;}
    85%  {opacity: 0; z-index: 5;}
    100% {opacity: 1; z-index: 10;}
}
@keyframes eyFadeIn {
    0%   {opacity: 0; z-index: 5;}
    50%  {opacity: 0; z-index: 5;}
    60%  {opacity: 1; z-index: 10;}
    85%  {opacity: 1; z-index: 10;}
    100% {opacity: 0; z-index: 5;}
}

.container .headerImageContent .button.ey a {
    background-color: white;
    color: rgb(128,128,128);
    padding: 7px 30px 7px 30px;
    font-size: 16px;
    text-decoration: none !important;
}
.container .headerImageContent .button.ey a:hover {
    background-color: rgb(255,230,0);
}
div.we_contentElementBlock.text_image div.content div.image {
	max-width: 100%;
}
div.we_contentElementBlock.text_image div.content.left_in_text div.image {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

div.we_contentElementBlock.text_image div.content.right_in_text div.image {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}
div.we_contentElementBlock.text_image div.content.left_of_text div.image {
    float: left;
}

div.we_contentElementBlock.text_image div.content.left_of_text div.text {
    float: right;
}

div.we_contentElementBlock.text_image div.content.right_of_text div.image {
    float: right;
}
div.we_contentElementBlock.text_image div.content.right_of_text div.text {
  float: left;
}

.we_contentElementBlock.threeOnThree .content {
}
.we_contentElementBlock.threeOnThree .row {
	width: 100%;
	border-bottom: 1px solid transparent;
	background-color: #f6f6f6;
}
.we_contentElementBlock.threeOnThree .row .singleBox {
	vertical-align: middle;
	text-align: center;
	height: 100%;
}
.we_contentElementBlock.threeOnThree .row .singleBox img {
	width: 100%;
	height: auto;
}
.we_contentElementBlock.threeOnThree .row .singleBox.text {
	padding-top: 9%;
}
.we_contentElementBlock.threeOnThree .row .singleBox.text .headline {
	font-size: 60px;
	line-height: 62px;
	color: #d30000;
	font-family: GothamBold;
}
.we_contentElementBlock.threeOnThree .row .singleBox.text .text {
	text-transform: uppercase;
	font-size: 16px;
}

.we_contentElementBlock.threeOnThree .row .singleBox .carousel-control.left {
  background-image: url("../img/icons/arrow_left_small.png");
  background-position: 15% center;
}
.we_contentElementBlock.threeOnThree .row .singleBox .carousel-control.right {
  background-image: url("../img/icons/arrow_right_small.png");
  background-position: 85% center;
}
/** SUB MENU **/
.container  .subMenu {
	position: absolute;
	top: 0;
	height: auto;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	width: 100%;
	z-index: 20;
}
.subMenu > ul {
	margin-bottom: 0;
	max-width: 960px;
	margin-left: auto;
    margin-right: auto;
}
.subMenu > ul > li {
	padding-top: 12px;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
}
.subMenu li a {
	color: #191d1f;
}
.subMenu li:hover,
.subMenu li.active {
	background-color: #191d1f;
	color: white;
}
.subMenu li:hover a,
.subMenu li.active > a {
	color: white;
	text-decoration: none;
}
.subMenu .layerMenu {
	position: absolute;
	width: 100%;
	top: 50px;
	z-index: 10;
	display: none;
	left: -5px;
}
.subMenu .layerMenu .menuContent {
	background-color: #191d1f;
	padding: 25px;
	padding-top: 20px;
	max-width: 970px;
	margin: 0 auto;
	color: white;
}
.subMenu > ul > li:hover .layerMenu {
	display: block;
}
.subMenu .layerMenu li a {
	color: white;
}

.subMenu .layerMenu .menuColumn {
	padding-right: 10px;
}
.subMenu .layerMenu .menuColumn .title.empty {
	background-image: none;
}
.subTitle {
	font-family: GothamBold;
	text-transform: uppercase;
	font-size: 13px;
}
.subMenu .layerMenu .menuColumn .menuOptions {
	list-style: none outside none;
	padding-left: 0;
}
.subMenu .layerMenu .menuColumn .menuOptions > li {
    background-image: url("../img/icons/bullet_white.png");
    background-position: left center;
    background-repeat: no-repeat;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 5px;
}
.subMenu .layerMenu .menuColumn .menuOptions .title {
	font-family: GothamBold;
	text-transform: uppercase;
	font-size: 15px;
    background-image: url("../img/icons/raute10x7.png");
    background-position: 0 10px;
    background-repeat: no-repeat;	
	padding-left: 15px;
}
.subMenu .layerMenu .menuColumn .menuOptions .title.noIcon {
	background-image: none;
}
.subMenu .layerMenu .menuColumn .menuOptions > li a {
	color: #cccccc;
}

/** SOCIAL MEDIA **/

.socialMedia a.linkFacebook {
    background-position: 0 0;
}
.socialMedia a.linkTwitter {
    background-position: -34px 0;
}
.socialMedia a.LinkXing {
    background-position: -68px 0;
}
.socialMedia a.LinkLinkedin {
    background-position: -102px 0;
}
.socialMedia a.LinkMail {
    background-position: -136px 0;
}

.socialMediaLarge a.LinkMail {
    background-position: 0 0;
}
.socialMediaLarge a.linkFacebook {
    background-position: -57px 0;
}
.socialMediaLarge a.linkTwitter {
    background-position: -228px 0;
}
.socialMediaLarge a.LinkXing {
    background-position: -171px 0;
}
.socialMediaLarge a.LinkLinkedin {
    background-position: -114px 0;
}


.header .top-nav {
	padding-top: 10px;
}
.header .top-nav .socialMedia {
	margin-top: -10px;
}

.contentElement {
	margin-bottom: 50px;
}
/** CAROUSEL **/
.carousel-indicators li {
	background-image: url(../img/icons/carousel_indicator.png);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 25px;
	width: 25px;
	text-indent: -999px;
	border: none;
	background-position: -30px 5px;
	padding: 10px;
/*	background-color: rgba(255,255,255, 0.7);*/
	background-color: transparent;
	border-radius: 0;
	margin: 0 0 0 -3px;
}
.carousel-indicators li.active {
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 25px;
	width: 25px;
	margin: 0 0 0 -3px;
}
.statements .carousel-control.right,
.statements .carousel-control.left {
	background: none;
	background-image: none;
	display: none;
}
/** ACCORDION **/

.panel-group {
	border-bottom: 1px solid #cccccc;
}
.panel-group .panel,
.panel-group .panel .panel-body,
.panel-group .panel .panel-heading,
.panel-group .panel .panel-collapse .panel-body {
	border-radius: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
}
.panel-group .panel  {
	padding-top: 10px;
	padding-bottom: 10px;
}
.panel-group .panel {
	border-top: 1px solid #cccccc;
	margin-top: 0;
}
.panel-group .panel .panel-collapse.collapse.in,
.panel-group .panel.in {
	background-color: #f6f6f6;
}
.panel-group .panel .panel-heading {
	cursor: pointer;
}
.panel-group .panel .panel-heading .indicator {
	background-image: url(../img/icons/arrow_20x20.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 20px;
	height: 20px;
	float: right;
}
.panel-group .panel.in .panel-heading .indicator  {
	background-image: url(../img/icons/arrow_20x20.png);
	background-position: -22px 0;
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.panel-group .panel .panel-collapse .panel-body {
	padding-bottom: 10px;
}
.panel-group .panel .panel-collapse .panel-body .zitat {
	background-color: white;
	margin: 20px;
	margin-bottom: 0;
	padding: 20px;
	padding-right: 300px;
	text-align: center;
	font-family: GothamBold;
	font-size: 16px;
	text-transform: uppercase;
	min-height: 170px;
	position: relative;
}
.panel-group .panel .panel-collapse .panel-body .zitat .text{
	display: table-cell;
	vertical-align: middle;
	height: 130px;
}
.panel-group .panel .panel-collapse .panel-body .zitat .image {
	position: absolute;
	right: 0;
	bottom: -20px;
}
/** BUTTONS **/
.btn.normal {
	border-radius: 0;
	text-transform: uppercase;
	font-family: GothamBold;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 48px;
	padding-top: 0;
	padding-bottom: 0;
	white-space: normal;
	padding-left: 20px;
	padding-right: 20px;
}

.btn.normal.bordered {
	border: 1px solid #4a4a4a;
}
.btn.normal span {
	background-image: url(../img/icons/bullet.png);
	background-repeat: no-repeat;
	background-position: left 50% ;
	padding-left: 15px;
	color: #191d1f;
	line-height: 16px;
}

.textOverImage {
	position: absolute;
	top:50%;
	width: 100%;
	height: 50px;
	margin-top: -25px;
	text-align: center;
}
.textOverImage .btn {
	background-color: rgba(255,255,255, 1);
}
.textOverImage .btn.bordered {
	border: 1px solid white;

}
.textOverImage .btn:hover,
.container .headerImageContent .headlines .btn:hover,
.contentNav .btn:hover,
.contentNav .col .btn:hover,
.textOverImage .btn.clicked,
.container .headerImageContent .headlines .btn.clicked,
.contentNav .btn.clicked,
.contentNav .col .btn.clicked{
	background-color: rgba(211,0,0, 1);
	border: 1px solid rgb(211,0,0);
}
.textOverImage .btn:hover span,
.container .headerImageContent .headlines .btn:hover span,
.contentNav .btn:hover span,
.textOverImage .btn.clicked span,
.container .headerImageContent .headlines .btn.clicked span,
.contentNav .btn.clicked span {
	background-image: url(../img/icons/bullet_white.png);
	color: #fff;
}
.whiteText .btn.normal span{
	background-image: url(../img/icons/bullet_white.png);
	color: white;
}


/** CONTACT PERSONS **/
.contactPersons {
	border-bottom: 1px solid #C5C5C5;
}
.contactPersons .contactPerson {
	margin-bottom: 20px;
}
.contactPersons .contactPerson img {
	float: left;
	max-width: 125px;
}
.contactPersons .contactPerson .text {
	margin-left: 135px;
}
.contactPersons .contactPerson .text .name {
	text-transform: uppercase;
	font-family: GothamBold;
	font-size: 15px;
	margin-bottom: 10px;
	color: #191d1f;
}
.contactPersons .contactPerson .text .position {
	margin-bottom: 10px;
}
.contactPersons .contactPerson .text .divider {
	height: 10px;
	width: 20px;
    background-image: url("../img/icons/contentNav_divider.png");
    background-repeat: no-repeat;	
	margin-bottom: 10px;
}
.contactPersons .contactPerson .text .socialMedia a {
	margin-left: 0;
	margin-right: 10px;
}

/** TABLE **/
table.contentTable {
	margin-bottom: 0;
}
table.contentTable.cols-2 td {
	width: 48%;
	border-top: none;
	padding-left: 0;
	padding-top: 0;
}
table.contentTable.cols-2 td.spacer {
	width: 2%;
	background-color: transparent;
}

/** FILTER **/
.filter.categoryFilter {
	background-color: #dedede;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}
.filter.categoryFilter .filterElement {
	display: inline-block;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #777777;
	font-family: GothamBold;
	text-transform: uppercase;
}
.filter.categoryFilter .filterElement.active {
	color: white;
	background-color: #e60031;
}

.googlemap {
	display: none;
}
img.mapSelector {
	cursor: pointer;
}


/* FORMS */

.formSection {
	margin-bottom: 50px;
}
.formSection .form-control {
	height: auto;
	padding: 10px 10px;
}
.formSection .sectionTitle {
	margin-bottom: 10px;
    font-family: GothamBold;
    font-size: 15px;
    text-transform: uppercase;
	color: #191d1f;
}
.formSection .sectionTitle .hint {
	font-family: GothamBook;
	font-size: 13px;
    text-transform: none;	
}
.formSection .formRow {
	margin-bottom: 30px;
}
.formSection .formLine {
	margin-bottom: 10px;
}
.formSection label {
	text-transform: uppercase;
}
.formSection label.radio-inline{
	text-transform: none;
}
.formSection .row .inputCell {
	padding-right: 10px;
}

form .btn.btn-default {
	background-color: #191d1f;
	color: white;
	border-radius: 0;
	border: none;
	font-family: GothamBold;
	text-transform: uppercase;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0;
}
.radio-inline, .checkbox-inline {
    margin-right: 10px;
}

.errorMessages {
	margin-bottom: 20px;
}
.errorMessages .message {
	color: #d30000;
}
.has-error .form-control {
	border-color: #d30000;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #d30000;
}

.successMessages {
	margin-bottom: 20px;
}
.successMessages .message {
	color: #009300;
}

.submitButtons .waitIndicator {
	display: none;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (min-width: 1201px) {
	.container.fullWidth.head img.img-responsive {
	    /*bottom: 0;
		position: absolute;*/
	}	
}
@media screen and (max-width: 1200px) {
	.list.publicationList .content {
		height: 400px;
	}
	.container.fullWidth.head .carousel-inner > .item {
		height: auto;
	}
	.container.fullWidth.head.home .carousel-inner > .item {
		height: auto;
	}
	.container.fullWidth.head img {
		width: auto;
	}	
}
@media screen and (max-width: 1024px) {
	.container {
	  width: 100%;
	}
	.list.publicationList .content {
		height: 300px;
	}	
	.owl-carousel .owl-controls {
		margin-left: 0;
		width: 100%;
		z-index: 10;
		top: 0;
	}	

	.textOverImage {
		/*bottom: 10%;
		top: auto;*/
	}	
}
@media screen and (max-width: 1023px) {
	.containerPadding {
		padding-left: 20px;
		padding-right: 20px;
	}
	.statements .carousel-indicators {
		left: 20px;
		bottom: -10px;
	}
        
        #eyFirst .subline,
        #eySecond .subline {
            display: none;
        }
        .container .headerImageContent .button {
            margin-top: 15px;
        }
}
@media screen and (max-width: 991px) {
	.container .rightCol.addOnCol {
	    margin-right: 00px;
	    margin-top: 40px;
	}
	.container .rightCol.addOnCol .grey {
		display: none;
	}	
	.container .rightCol.addOnCol {
	    padding-top: 40px;
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media screen and (max-width: 939px) {	/* iPad hoch */
    .container.head  .carousel-indicators {
        bottom: 0;
    }
.item .indicatorEy {
    bottom: 17px;
}
    
	.container .headerImageContent .headlines .headline {
		font-size: 36px;
		line-height: 38px;
	}
	.container .headerImageContent .headlines .subline {
		font-size: 14px;
	}
	.list.publicationList .content {
		height: 300px;
	}	
	h1 {
		font-size: 30px;
		letter-spacing: 0;
		background-position: 0px 16px;		
	}
	.container h2 {
		font-size: 22px;
		letter-spacing: 0;
		background-position: 0 12px;
	}	
	.statements .statement {
		font-size: 22px;
		line-height: 30px;
	}	
}
@media screen and (max-width: 768px) {
	.over768 {
		display: none !important;
	}
	.upTo768 {
		display: block !important;
	}
        .container .headerImageContent .button {
            margin-top: 5px;
        }
        
}

@media screen and (max-width: 767px) {
	.container .headerImageContent .headlines .headline,
        #eyFirst .headline, #eySecond .headline {
		font-size: 26px;
		line-height: 28px;
                
	}
        #eyFirst .headline,
        #eySecond .headline {
            min-height: 50px;
        }
        
	.whiteText .box.bordered {
		height: auto;
		min-height: 0;
	}
	.whiteText .box.bordered .bottom {
		position: static;
	}
	.list.publicationList .content {
		height: auto;
	}	
	.container.head  .carousel-indicators {
		display: none;
	}
	.we_contentElementBlock.threeOnThree .row .singleBox.text {
		padding-bottom: 9%;
	}
	.carousel-control {
		background-size: 50px 50px;
	}
	.contentNav .col.left a.btn {
		margin-right: 0;
	}	
	.leftContent {
		padding-right: 0;
	}	
	.rightContent {
		padding-left: 0;
	}	
	.container.contentContainer .leftCol {
		padding-right: 0;
	}	
}
@media screen and (max-width: 730px) {	/* schmaler als iPad quer */
	.header .top-nav a,
	.header .socialMedia {
		float: left;
		
	}
	.header .socialMedia a {
		float: left;
	}

	.whiteText .box.bordered {
		min-height: inherit;
	}	
	.container.contentNav .row {
		background-image: none;
	}
	.panel-group .panel .panel-collapse .panel-body .zitat {
		padding-right: 20px;
	}
	.panel-group .panel .panel-collapse .panel-body .zitat .image {
		display: none;
	}
	.container .leftCol .addOnCol {
		width: 100%;
	}	
	.container .leftCol .addOnCol .objectList {
		height: auto;
	}
	.container .headerImageContent.personDetail .addonText {
		font-size: 14px;
	}
	.subMenu > ul > li {
		height: 40px;
		padding-top: 7px;
	}	
	.subMenu .layerMenu {
		top: 40px;
	}
	.container .headerImageContent.personDetail .addonText {
		padding-left: 5px;
		padding-right: 5px;
	}
	.subline {
		margin-bottom: 10px;
	}
        .container .headerImageContent .headline span {
            text-shadow: 0 0 10px rgba(0,0,0,0.5), 0 0 13px rgba(0,0,0,0.5), 0 0 16px rgba(0,0,0,0.5), 0 0 19px rgba(0,0,0,0.5);
        }        
}

@media screen and (max-width: 480px) {	/* iPhone quer */
	.container h2 {
		font-size: 20px;
		background-position: 0 11px;
	}	
        
	.container .headerImageContent .headlines .subline,
        #eyFirst .button.ey{
		display: none;
	}
        #eySecond .headline.ey {
                left: 50%;
                top: 0;
                margin-left: -300px;
        }
        #eyFirst .headline .mobile {
            display: initial;
        }
        #eyFirst .headline .desktop {
            display: none;
        }
        #eySecond .headline .imageContainer {
            margin-top: 25px;
        }
        #eySecond .headline .imageContainer img {
            width: 200px;
        }
        
        
	div.header .logo {
		margin-top: 0;
		width: 80%;
	}
	div.header .top-nav {
		display: none;
	}
	.main-nav .list-inline > li.mobileSelector {
		display: block;
		background-color: #f6f6f6;
		text-transform: none;
		font-family: GothamBook,arial;
	}
	.main-nav .list-inline > li.mobileSelector a {
		color: #777777;
	}
	
	nav.subMenu {
		display: none;
	}
	.container .headerImageContent .headlines {
		top: 20%;
	}
	.container .headerImageContent .headlines .btn {
		display: none;
	}
	.carousel-control {
		background-size: 40px 40px;
	}	
	
	.btn-navbar {
		background: none;
		width: 50px;
		display: block;
	}
	.btn-navbar .icon-bar  {
		margin-bottom: 5px;
		display: block;
		height: 5px;
		background: #191d1f;
		width: 100%
	}
	.main-nav {
		display: none;
	}
	.main-nav .list-inline > li  {
		display: block;
		background-color: #c1c1c1;
		border-bottom: 1px solid white;
		padding-top: 3px;
		padding-left: 0;
	}
	.main-nav .list-inline > li a {
		padding-left: 8%;
		
	}
	.main-nav .containerPadding {
		padding: 0;
	}
	.main-nav .pull-right {
		float: none !important;
	}
	.main-nav .submenu, .main-nav .submenu .menuOptions {
		display: block;
		list-style-type: none;
	}	
	.main-nav .submenu,
	.main-nav .submenu .menuOptions {
		padding-left: 0;
	}
	.main-nav .submenu > li > a {
		padding-left: 12%;
		font-size: 14px;
	}
	.main-nav .submenu > li.active > a {
		color: #d30000;
	}
	.main-nav .submenu .menuOptions > li > a {
		padding-left: 16%;
		font-size: 13px;
	}	
	.main-nav .submenu .menuOptions > li.active > a {
		color: #d30000;
	}
	.main-nav .submenu li {
		background-color: #d1d1d1;
		border-top: 1px solid #eeeeee;
	}
	.main-nav .submenu .menuOptions > li {
		background-color: #e1e1e1;
	}	
	.container .headerImageContent.personDetail .addonText {
		display: none;
	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
