@media ( min-width: 1200px ) {
	
}

@media ( min-width: 992px ) {

}

@media ( min-width: 769px ) {

}

@media ( max-width: 768px ) {

}


/* nunito-sans-300 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/nunito/nunito-sans-v5-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Nunito Sans Light'), local('NunitoSans-Light'),
       url('../fonts/nunito/nunito-sans-v5-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito/nunito-sans-v5-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito/nunito-sans-v5-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito/nunito-sans-v5-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito/nunito-sans-v5-latin-300.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito/nunito-sans-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Nunito Sans Regular'), local('NunitoSans-Regular'),
       url('../fonts/nunito/nunito-sans-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito/nunito-sans-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito/nunito-sans-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito/nunito-sans-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito/nunito-sans-v5-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-700 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito/nunito-sans-v5-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Nunito Sans Bold'), local('NunitoSans-Bold'),
       url('../fonts/nunito/nunito-sans-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito/nunito-sans-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito/nunito-sans-v5-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito/nunito-sans-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito/nunito-sans-v5-latin-700.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-800 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/nunito/nunito-sans-v5-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Nunito Sans ExtraBold'), local('NunitoSans-ExtraBold'),
       url('../fonts/nunito/nunito-sans-v5-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito/nunito-sans-v5-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito/nunito-sans-v5-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito/nunito-sans-v5-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito/nunito-sans-v5-latin-800.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-900 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/nunito/nunito-sans-v5-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Nunito Sans Black'), local('NunitoSans-Black'),
       url('../fonts/nunito/nunito-sans-v5-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito/nunito-sans-v5-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito/nunito-sans-v5-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito/nunito-sans-v5-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito/nunito-sans-v5-latin-900.svg#NunitoSans') format('svg'); /* Legacy iOS */
}


@media only screen and (min-width: 993px) {
.container {width: 90%;}
}


*{ 
border:0px;
margin:0px;
padding:0px;
text-decoration:none;
outline:none;
-webkit-tap-highlight-color: rgba(255,255,255,0.4);
box-sizing:border-box;
}

*::selection {
background:#ccc;
color:#fff;
}

textarea, input[type="text"] {
-webkit-appearance: none;
-webkit-border-radius:0; 
border-radius:0;
}

html, body {
height: 100%;
}

body {
background: #fff;
color: #111;
font-family: 'Nunito Sans', Arial, Verdana, sans-serif;
font-size: 17px;
-webkit-text-size-adjust: none;
font-weight:300;
}

div {
position: relative;
}

img, iframe, video {
vertical-align:bottom;
}

strong{
font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
margin: 0 0 10px 0;
-webkit-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}

h1{
font-size:50px;
line-height: 50px;
}

@media ( max-width: 768px ) {
h1{font-size:38px;line-height: 38px;}
}

h1 strong{
font-weight: 900;
}

/*
h1:after{content: "";width: 60px;position: absolute;border-bottom: 3px solid #b7ce00;bottom: 5px;left: 15px;}
*/

h2{
font-size:24px;
line-height: 1.45;
font-weight: 300;
}

@media ( max-width: 768px ) {
h2{font-size:20px;}
}


h3{
font-size:36px;
line-height: 36px;
color:#164293;
}

@media ( max-width: 768px ) {
h3{font-size:30px;line-height: 32px;}
}

h3 strong{
font-weight: 900;
}

h4{
font-size:38px;
line-height: 38px;
color:#111;
}

h4 strong{
font-weight: 900;
}

@media ( max-width: 768px ) {
h4{font-size:30px;line-height: 30px;}

}

h5{
font-size:32px;
line-height: 32px;
color:#164293;
}

h5 strong{
font-weight: 900;
}


h6{
font-size:18px;
text-transform: uppercase;
color: #858a93;
font-weight: 300;
letter-spacing: .5px;
}

p {
margin: 0 0 10px 0;
line-height:24px;
font-weight:300;
line-height: 1.4em;
letter-spacing: 0.04em;
-webkit-hyphens: auto;
hyphens: auto;
}

p a{
color:#333;
}

p a:hover{
color:#888;

}

a.readmore {    
padding-right: 20px;
}


a.readmore:after {    
position: absolute;
content: '';
height: 15px;
width: 15px;
background-image: url(../img/arrow-right.svg);
background-size: contain;
background-repeat: no-repeat;
margin: 3px 0 0 5px;
transition: .1s;
transform:translate(0px,0px);
}

a.readmore:hover:after{
transform:translate(3px,0px);
}

.no-hyphens{
-webkit-hyphens: none;
hyphens: none;
word-wrap: break-word;
}

/*
.btn{
background:#d30000;
color:#fff;
padding:10px 15px;
transition:all .2s;
display:inline-block;
letter-spacing:1px;
position:relative;
font-weight:700;
text-transform:uppercase;
}


.btn:hover{
background:#fff;
color:#d30000;
transition:all .15s;
border:0;
}
*/

.arrow_right{
padding-right:35px;	
}

.arrow_right:after{
font-family: 'FontAwesome';
content: "\f054";
z-index:100;
color:#fff;
position: absolute;
top:50%;
margin-top:-5px;
right:15px;
transition:all .15s;
}

.arrow_right:hover:after{
color:#d30000;
right:10px;
}

hr{
height: 0;
margin: 25px 0;
border-bottom: 1px solid #ccc;
width: 100px;
text-align: left;
}

.shaded{
display: inline;
color: #fff!important;
background: none repeat scroll 0px 0px #285e7a;
box-shadow: 5px 0 0 #285e7a, -5px 0 0 #285e7a;
background-origin: border-box;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}

.lined{
text-transform:uppercase;
font-weight:bold;
letter-spacing:6px;
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
margin-bottom:30px;
}

.lined:before, .lined:after{
background-color: #aaa;
content: "";
display: inline-block;
height: 1px;
position: relative;
vertical-align: middle;
width: 50%;
}

.lined:before{right: 1em;margin-left: -50%;}
.lined:after{left: 1em;margin-right: -50%;}


/* LAYOUT */

.bodywrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto; 
width:100%;
position:relative;
}

.section{
width: 100%;
padding: 0;
}

.bgimg{
background-size: cover;
background-position: center;
}

.row{margin-bottom: 0;}

/*.col{outline: 1px dotted #ccc;}*/

.padding30{padding-top:30px; padding-bottom:30px;}
.padding50{padding-top:50px; padding-bottom:50px;}
.padding70{padding-top:70px; padding-bottom:70px;}

.paddingbottom10{padding-bottom:10px;}
.paddingbottom20{padding-bottom:20px;}

.spacer10{height:10px;}
.spacer20{height:20px;}
.spacer30{height:30px;}
.spacer50{height:50px;}

@media ( max-width: 992px ) {
.desktop{display: none;}
.mobile{display: block;}
.wrap{width:100%;}

.padding30{padding-top:15px; padding-bottom:15px;}
.padding50{padding-top:25px; padding-bottom:25px;}
.padding70{padding-top:35px; padding-bottom:35px;}
}

.fullwidth{
width:100%;
}

.content img{
margin:5px 0 15px 0;
}

.image_right{
float:right;
margin:0 !important;
padding:7px 0 10px 20px;
width:40%;
}

.image_left{
float:left;
margin:0 !important;
padding:7px 20px 10px 0;
width:40%;
}

@media ( max-width: 768px ) {
.image_right, .image_left{
float:none;
width:100%;
padding:5px 0 15px 0;
}
}

.bodywrap {
margin: 0 auto 0; 
}

.push {

}

.footer {
background:#1b3055;
margin: 0 auto; 
width:100%;
padding:50px 0 150px 0;
transition: transform .2s;
color:#fff;
text-align:left;
letter-spacing: 1px;
}

.footer ul{
list-style: none;
}

.footer ul li{
text-transform: uppercase;
font-weight: 300;

padding: 2px 0;
}

.footer ul li li{
text-transform: none;
font-weight: 300;
}

.footer ul ul{
padding-top: 10px;
margin-bottom:40px;
} 

.footer a{
color:#fff;
}

.footer a{
color:#fff;
}

.footer a:hover{
opacity:.7;
}



.footer a{
color:#fff;
}

.footer a:hover{
opacity:.7;
}

@media ( max-width: 768px ) {
.footer{
height:auto;
}

.bodywrap {
margin: 0 auto; 
min-height: auto;
height: auto;
}

.push {
height:auto;
display:none;
}
}

/* **** FULLSCREEN ********* */

.fullscreen{
min-height:100%;
width:100%;
display: table;
padding:30px;
}

.fullscreencontent{
text-align:center;
display: table-cell;
vertical-align: middle;
}

/* NAVIGATION */

.navigation {
position:absolute;
right:15px;
top:25px;
}

.navigation ul{
list-style: none;
}

.navigation ul li{
margin: 0 0 0  10px;
float: left;
position: relative;
}

@media ( min-width: 1200px ) {
.navigation ul li{
margin: 0 0 0  25px;
}
	
}

.navigation ul li a{
display: block;
color: #52575e;
text-transform:uppercase;
font-size: 16px;
letter-spacing: 1px;
font-weight: 500;
}

.navigation ul li a:hover{
opacity: 0.5;
text-decoration: none;
}

.navigation ul li a.current{
color: #164293;
border-bottom: 1px solid #164293;
}

.navigation ul li li a.current{
color: #164293;
border-bottom: 0;
}


.navigation ul li a.current:hover{
opacity: 1;
}

.navigation ul li ul{
position: absolute;
z-index: 100;
left: 0px;
padding-top: 10px;
/*display: none;*/
padding-bottom: 20px;
}

.navigation ul li ul li{
float:none;
border-left: 0 ;
padding:5px 0 6px 0px;
min-width: 300px;
margin: 0 0 0  0;

}

.navigation ul li ul li a{
text-transform: none;
font-weight: 400;
}

.navoverlay{
background:#fff;
width: 100%;
height:0;
position: absolute;
left:0;
top:120px;
z-index: 99;
transition: 0.15s;
opacity: 0.4;
display: block !important;
z-index: 99;
}


/* CUSTOM */

.bg-color-1{background-color:#fff;}
.bg-color-2{background-color:#e6eae5;} /*gruen*/
.bg-color-3{background-color:#d9dfd7;} /*gruen*/
.bg-color-4{background-color:#f5f6fa;} /*blau*/
.bg-color-5{background-color:#eaedf3;} /*blau*/

.topline{
background:#eaeaea;
font-size: 15px;
padding: 8px 0;
letter-spacing: 0.02em;
}

@media ( max-width: 992px ) {
.topline{
display:none;
}
}

.topline a{
color:#111;
}


.header{
background:rgba(255,255,255,.9);
padding: 30px 0;
backdrop-filter:saturate(150%) blur(10px);
position: absolute;
top:38px;
z-index: 5;
}


@media ( max-width: 992px ) {
.header{
top:0;
}
}

.logo{
width:200px;
}


@media ( max-width: 992px ) {
.header{padding: 20px 0;}	
.logo{width:150px;margin-left: 15px;}
}

.imageheader{
margin-top: 125px;
padding-top: 90px;
}

@media ( max-width: 992px ) {
.imageheader{margin-top: 0;}
}

@media ( max-width: 992px ) {
.imageheader{padding-top: 140px;}
}

.stage{
min-height: 300px;
padding-top: 180px;
}

.introbox-top{
background: rgba(231,234,242,0.95);
padding: 30px;
}

@media ( max-width: 768px ) {
.introbox-top{padding: 20px 20px 10px 20px;}
}


.introbox-top::before {
content: '';
position: absolute;
background: rgba(231,234,242,0.7);
height: 25px;
width: 100%;
left:-25px;
top:-25px;
}

@media ( max-width: 768px ) {
.introbox-top::before {height: 15px;width: 100%;left:-15px;top:-15px;}
}

.introbox-top::after {
content: '';
position: absolute;
background: rgba(231,234,242,0.7);

height: 100%;
width: 25px;
left:-25px;
top:0;
}

@media ( max-width: 768px ) {
.introbox-top::after {width: 15px;left:-15px;top:0;}
}


.introbox-bottom{
background: rgba(231,234,242,0.95);
padding: 30px 30px 20px 30px;
}

@media ( max-width: 768px ) {
.introbox-bottom{padding: 20px 10px 10px 20px;}
}

.introbox-bottom::after {
content: '';
position: absolute;
background: rgba(231,234,242,0.7);
height:;
width: 25px;
left:-25px;
top:0;
bottom:25px;
}

@media ( max-width: 768px ) {
.introbox-bottom::after {width: 15px;left:-15px;top:0;bottom:15px;}
}


.introbox h1{
margin-bottom: 0;
}

.newsbox{
padding: 30px 0;
}


.teaser-1, .teaser-2{
padding-bottom: 25px;
}

.teaser-1 img, .teaser-2 img{
margin-bottom: 15px;
}

.teaser-1 h3, .teaser-2 h3{
margin-bottom: 0;
}

.teaser-2 h3{
font-size: 26px;
line-height: 30px;
}

.teaser-3{
padding: 10px 0 20px 0;
margin-bottom: 10px;
border-bottom:1px solid #ccc;
}

.referenzlogos img{
float:left;
margin: 0 10px 10px 0;
max-width: 31%;
}



.row .col-img-wrap {
  padding-left: 0;
  padding-right: 0;
}

.col-img-wrap .bgimg {
  width: 50vw;
  height: 100%;
  min-height: 100px;
}

@media ( max-width: 768px ) {
.col-img-wrap img {
max-height: 110%;
width: auto;
}

.col-img-wrap .bgimg {
  width: 100vw;
  height: 100%;
  min-height: 300px;
}
}

.col-align-right .bgimg {
  float: right;
}

.col-align-left .bgimg {
  float: left;
}


@media ( max-width: 768px ) {
.no-padding-on-mobile{
padding:0 !important;
}
}


.overflow-x-hidden{
overflow-x: hidden;
}

.content ul{
margin:10px 0;
list-style:none;
}

.content ol{
margin:10px 0;
}

.content li{
margin:0 0 10px 35px;
line-height:23px;
}

.content ol li{
margin:0 0 10px 18px;
padding-left:3px;
}

.content ul li:before {    
font-family: 'FontAwesome';
content: '\f0da';
margin:0 10px 0 -15px;
color: #164293;
position:absolute;
}

.content li a{
color:#666;
}

.content li a:hover{
opacity:.7;
}

/* VIDEO / YOUTUBE */

.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video{
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
overflow: hidden;
}

/* GRID */
/*<div class="grid" data-columns> */

@media ( max-width: 768px ) {
.grid[data-columns]::before {content: '1 .column.size-1of1';}
}

@media ( min-width: 769px ) {
.grid[data-columns]::before {content: '2 .column.size-1of2';}
}

@media ( min-width: 992px ) {
.grid[data-columns]::before {content: '3 .column.size-1of3';}
}

.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }
.item{padding:0 15px 15px 15px;}

/* ACC */

.acc_item{
border-bottom: 1px solid #ccc;
padding: 12px 0;
font-size: 16px;
line-height: 22px;
}

.acc_btn{
font-weight: 500;
cursor: pointer;
padding-top: 4px;
padding-right: 15px;
}

.acc_btn p{
margin: 0;
}

.acc_btn:after{
font-family: 'FontAwesome';
content: "\f0d7";
z-index:100;
color:#bd9b07;
position: absolute;
top:3px;
right:5px;
transition:all .2s;
}

.acc_btn.active:after{
transform: rotate(-180deg);
}

.acc_btn:hover{
opacity: .7;
}

.acc_content{
padding-top: 12px;
display: none;
}

.cms .acc_content{
display: block;
}


/* MAP */

.map{
height:400px;
background:#f9f8f8;
width:100%;
}

@media ( max-width: 750px ) {	
.map{
height:250px;
}
}


/* *** */

.arrow_up_section{
position:fixed;
z-index:15;
bottom:0;
padding: 0;
margin: 0;
}

.arrow_up_section .row{
margin-bottom: 0;
}

.arrow_up{
position:absolute;
right:10px;
bottom:-200px;
z-index:10;
transition:.5s;
background:#1b3055;
width:60px;
height:60px;
line-height:60px;
text-align:center;
font-size:40px;
}

.arrow_up.visible{
bottom:0;
}

.arrow_up i{
color:#fff;
}

/* GALLERY */

.gallerywrap{
padding:20px 0;
}

.gallerywrap a img{
float:left;
position:relative;
width: 33.333%;
}

.gallerywrap:hover img{

z-index:900;
}

.gallerywrap a img{
transition: all .1s;
}

.gallerywrap a:hover img{
transform: scale(1.07);
transition: all .05s;
opacity:1;
z-index:1000;
}

.collagewrap{
background:#fff;
}

.collage{ 
padding:10px;
background:#fff;
}

.collage img{
vertical-align:bottom;
float:left;
}

.collage img a{
float:left;
}

/* CONTENTOVERLAY / LIGHTBOX */

.contentoverlay{
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
background:#fff;
background:rgba(255,255,255,0.85);
z-index:1250;
overflow-y:scroll;
-webkit-overflow-scrolling: touch;
text-align:center;
padding: 40px 15px;
display:none; 
}

.contentoverlay img{
max-width:100%;
}

.contentoverlayclose{
position:fixed;
cursor:pointer;
top:15px;
right:30px;	
font-size:20px;
z-index:360;
color:#666;
}

.contentoverlayclose:hover{
opacity:0.5;
}


/* FORM */


.form_error {
border:1px solid red !important;
color: red !important;
-webkit-animation: shake .1s;
-webkit-animation-iteration-count:3;
-moz-animation: shake .1s;
-moz-animation-iteration-count:3;
animation: shake .1s;
animation-iteration-count:3;
}

.text_error {
color: red !important;
-webkit-animation: shake .1s;
-webkit-animation-iteration-count:3;
-moz-animation: shake .1s;
-moz-animation-iteration-count:3;
animation: shake .1s;
animation-iteration-count:3;
}

@-webkit-keyframes shake
{
0%   {-webkit-transform: translate(0,0)}
33%  {-webkit-transform: translate(-10px,0)}
66%  {-webkit-transform: translate(10px,0)}
100%  {-webkit-transform: translate(0,0)}
}

@-moz-keyframes shake
{
0%   {-moz-transform: translate(0,0)}
33%  {-moz-transform: translate(-10px,0)}
66%  {-moz-transform: translate(10px,0)}
100%  {-moz-transform: translate(0,0)}
}

@keyframes shake
{
0%   {transform: translate(0,0)}
33%  {transform: translate(-10px,0)}
66%  {transform: translate(10px,0)}
100%  {transform: translate(0,0)}
}

.not_selectable{
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
}


/* MARQUEE */

@keyframes marquee{0%{transform:translate(0,0);}100%{transform:translate(-1800px,0);}}
.marqueesection{background:#eee;}
.marqueewrap{width:100000px;}
.marquee.animated{animation:marquee 80s linear infinite}
.marquee a{transition:.1s;display:inline-block;color:#c0392b}
.marquee h3{font-size:20px;display:inline;font-weight:300;letter-spacing:1px;color:#111;}
.marquee h3 a:hover{color:#111;}
.marquee h3 strong{font-size:22px;display:inline;font-weight:300;letter-spacing:1px;color:#333}
@media (max-width:800px){.marquee h3{font-size:18px;display:inline;}}


/*  * * * *  */

.fadeInOnLoad{
opacity:0; 
transition: .15s;
}

.clearer{
clear:both;
}

.overflowhidden{
overflow:hidden;
}


@media ( min-width: 992px ) {
.mobile{
display: none;
}
}


/* MOBILE  NAVIGATION * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media ( max-width: 992px ) {

.navigation{
display: none;
} 

.navicon{
position: absolute;
right: 10px;
top:-2px;
height: 35px;
width: 35px;
line-height:0;
text-align: right;
display: block;
z-index: 100;
}

.navicon img{
height: 30px;
}

.outerwrap{
transition: transform .2s;
}

.shifted{
transition: transform .2s;
transform: translateX(-270px);
}

.subnav_mobile{
background: #1b3055;
position: fixed;
width: 270px;
top:0;
bottom:0;
right:-270px;
transition: transform .2s;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
padding: 20px 0;
font-size: 16px;
}

.subnav_mobile ul{
list-style: none;
}

.subnav_mobile ul li{
margin: 0 0 0 0;
text-transform:uppercase;
}

.subnav_mobile ul li ul li{
text-transform:none;
}

.subnav_mobile ul li a{
padding:5px 15px 5px 20px;
display: block;
font-weight:300;
color:#fff;
letter-spacing: 1px;
word-wrap: break-word;
hyphens:auto;

}


.subnav_mobile ul li:last-child{
border-bottom:none;
}

.subnav_mobile ul li a:hover{
opacity: .8;
}

.subnav_mobile ul li a.current{
color: #fff;
font-weight: bold;
}

.subnav_mobile ul li ul{
padding:0 0 0 50px;
}

.subnav_mobile ul li ul li{
}

.subnav_mobile ul li ul li a{
padding:7px 0;
color:#fff;
}

.subnav_mobile ul li ul li:last-child a{
margin-bottom:10px;
}

.subnav_mobile.shifted{
box-shadow: 0 0 6px rgba(0,0,0,.3) !important;
}

.subnav_mobile_overlay{
background: rgba(255,255,255,.7);
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
display: none;
transition: transform .2s;
}

.bodywrap{
transition: transform .2s;
}

}

/* Dots */

.slick-dotted.slick-slider{
/*margin-bottom: 30px;*/
}

.slick-dots{
position: absolute;
/*bottom: -25px;*/
bottom: 15px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
z-index: 100;
}

.slick-dots li{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}

.slick-dots li button{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}

.slick-dots li button:hover,.slick-dots li button:focus{
outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before{
opacity: 1;
}

.slick-dots li button:before{
font-family: sans-serif;
font-size: 22px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before{
opacity: .75;
color: black;
}


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus { 
  -webkit-text-fill-color: #111 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s;
}



.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #666;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;

}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 0px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background: #fff;
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -30px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 36px;
  left: 50%;
  margin-left: -10px;
  background-color: #1b3055;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}


.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline h2{
margin-bottom: 0;
}

.timeline  h2 strong{
color: #164293;
}
