h1 { 
	margin: 0 0 30px;
  	font-size: 40px;
  	color: #fff;
  	letter-spacing: 0.5px;
  	position: relative;
  	font-weight: 600;
  	position: relative;
  	padding-left: 0px;
    position: relative
}

h1:after {
    content: "";
    width: 100px;
    height: 5px;
    border-top: 4px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -50px;
}

h2 { 
    margin: 0 0 30px;
  	font-size: 24px;
  	color: #2e849b;
  	letter-spacing: 0.5px;
  	position: relative;
  	font-weight: 600;
  	
  
}

h2 .preferred {
    text-transform: uppercase;
    padding-left: 20px;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}

h2 .preferred:after {
  content: '';
  position: absolute;
  left: 0;
  width: 75px;
  height: 40px;
  border-top: 2px solid #2a4a73;
  border-bottom: 2px solid #2a4a73;
  border-left: 2px solid #2a4a73;
  top: -6px;
  z-index: 0;
}

h2 .preferred:before {
  content: '';
  position: absolute;
  left: 0;
  width: 75px;
  height: 10px;
  border-right: 2px solid #2a4a73;
  top: -6px;
  z-index: 0;
}

h3 { 
    font-size: 22px;
    line-height: 1.1;
	color: #2a4a73;
    font-weight: 500;
    letter-spacing: 0.4px;
}

h3 strong {
  font-size: 25px;
  letter-spacing: 0.5px;
  color: #2a4a73;
  font-weight: bold;
}

h4 { 
	font-size: 18px;
    line-height: 1.1;
	font-weight: 500;
}

h5 {
    color: #2a4b74;
    font-size: 18px;
    letter-spacing: 0.4px;
}

p, li { 
	font-size: 16px;
  	line-height: 32px;
  	color: #424348;
  	font-style: normal;
  	font-weight: 400;
}

a,
a.nav,
a.path,
a:hover.nav,
a:hover.path { 
	color: #2a4a73;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p strong {
  color: #2a4a73;
  /*font-size: 14pt;*/
  font-weight: 600;
}

/*** General Styles ***/

body { 
	margin: 0px; 
	padding: 0px; 
	margin: 0px;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Open Sans', Arial;
    font-weight: 400;
    font-style: normal;
}

.text-end {
  text-align: right;
}


/***  Style Elements  ***/

.clearer {
	clear: both;
}

.divider hr {
	width: 100%;
	border:0px;
	border-top: 1px solid #e0e0e0;
	margin: 30px 0px;
}

.box-shadow {
  box-shadow: 0.643px 0.766px 28.8px 3.2px rgba(21, 21, 21, 0.06);
  padding: 50px 30px 40px 40px;
  margin: 60px 0px 40px 0px;
}

hr.ce-div {
  border-top: 1px solid #bfc0c1;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
}
  
.text-center {
  text-align: center;
}

.light-content h2,
.light-content p,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content strong,
.light-content a {
  color: #fff;
}

.content-padding {
  padding: 40px 3%;
}

.ce-gallery figcaption {
  color: #2a4a73;
  line-height: 30px;
  font-weight: 600;
  padding-top: 5px;
}

.info-box .frame-type-text {
  padding: 5%;
}

.info-box h5 {
  font-size: 20px;
  font-weight: 400;
}

/* */

.bicolor-wrapper {
  background: linear-gradient(to right, #ebf4ff 50%, #ccf1f5 50%);
  padding-top: 50px;
  padding-bottom: 50px;
}

.bicolor-wrapper .ce-col:first-of-type {
  padding-right: 5%;
}

/*** Buttons ***/

a.darkBlueButton {
  background-color: #0e365f;
  color: #fff;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 5px;
}

a.darkBlueButton:hover {
  background-color: #2e849b;
  color: #fff;
  text-decoration: none;
}

a.button {
  background-color: #2e849b;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  text-transform: uppercase;
  border-radius: 5px;
}

a.button:hover {
  background-color: #2e849b;
  color: #fff;
  text-decoration: none;
}

.light-content a.button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  padding: 10px 40px;
  text-transform: uppercase;
}

.light-content a.button:hover {
  background-color: #1f63ad;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
}

/* Menu */


/* Main Navigation */

#main-navigation {
	display:inline-block;
	z-index:10;
	position: absolute;
	top: 20px;
	right: 40px;
}

/* Menu Bottom */
.menu-bottom {
  width: auto;
  display: inline-block;
  float: right;
}

.menu-bottom ul { 
	padding: 0px; 
	margin: 0px;
}

.menu-bottom ul li {
  display: inline-block;
  color: #a5aeb0;
  list-style-type: none;
  padding: 0px 0px 0px 2px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000;
}

.menu-bottom ul li:after {
	content: "/";
	padding-left: 5px;
}

.menu-bottom ul li:last-of-type {
  padding: 0px 0px 0px 0px;
}

.menu-bottom ul li:last-of-type:after {
	content: "";
}

.menu-bottom ul li a, 
.menu-bottom ul li a:hover { 
    font-size: 12px;
  	font-weight: 400;
  	letter-spacing: 0.5px;
  	color: #000;
  	padding: 0px;
}

/* Language Switcher */

.language-menu {
  position: absolute;
  top: 5px;
  right: 35px;
  background: #2a4b74;
  z-index: 999999999;
}

.language-menu:before {
  color: #fff;
  content: '\e805';
  font-family: 'fontello-1';
  position: absolute;
  top: 8px;
  left: -18px;
}

.language-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.language-menu li {
    margin-right: 10px;
    color: #fff;
}

.language-menu li a {
    text-decoration: none;
    color: #fff;
    padding: 2px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.language-menu li.active a {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

/***  Header  ***/

.page-header {
	border: 0;
	margin: 0px;
	padding: 0px;
    background: #2a4b74;
    position: relative;
    width: 100%;
}


.header-contact-wrapper {
	border: 0;
	margin: 0px;
	padding: 0px;
	background: #2a4b74;
	padding: 11px 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
}

.header-contact-wrapper {
	display: flex;
  	flex-wrap: wrap;
}

.contact-number,
.contact-location,
.contact-email {
  	color: #ffffff;
  	font-size: 14px;
  	position: relative;
  	font-weight: 500;
  	letter-spacing: 0.5px;
  	display: inline-block;
  	margin-right: 40px;
  	padding-left: 25px;
}

.contact-email a,
.contact-email,
.contact-number,
.contact-number a {
	color: #ffffff;
  	text-decoration: none;
}

.header-contact-wrapper .contact-number:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  background: url(../images/Icons/call-phone.png);
	background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-contact-wrapper .contact-location:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: url(../images/Icons/location-mark.png);
	background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-contact-wrapper .contact-email:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: url(../images/Icons/mail-mark.png);
	background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}



/* */

.header-middle-wrapper {
	position: fixed;
  	width: 100%;
  	left: 0;
  	top: 40px;
  	background: rgba(255, 255, 255, 0.9);
  	z-index: 99999;
  	transition: all 500ms ease-in-out;
	padding: 11px 40px;
}

header .header-middle-wrapper.sticky {
  top: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #ffffff;
}

.logo {
	float: left;
  	z-index: 5;
  	display: inline-block;
  	
}

.logo img {
    max-width: 100%;
  	max-width: 332px !important;
    height: auto;
    display: block;
  	padding: 10px 0;
}


/*** Eyecatcher ***/

.eyecatcher {
  	width: 100%;
	height: auto;
    display: block;
    position: relative;
}

.eyecatcher img {
  	width: 100%;
  	height: auto;
  	display: block;
}


/*** Page Title ***/

.title-wrap {
  width: 100%;
  display: block;
  background: #2e849b;
  text-align: center;
  padding: 300px 40px 120px 40px;
  margin-bottom: 0px;
  position: relative;
}

#uid10 .title-wrap {
  background: url(../images/Picture1-1.jpg) top 100px no-repeat;
  background-size: cover;
}

.title-wrap p {
  color: #fff;
  font-size: 16px;
  max-width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

/***  Content  ***/

#stage { 
	width: 100%;
  	margin-left: auto;
	margin-right: auto;
	min-height: 500px; 
	padding: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	text-align: left;  
}

#stage img,
#stage iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

#stage iframe {
  max-width: 100%;
  min-height: 220px;
  height: auto;
  display: block;
}

#uid1 #stage iframe {
  max-width: 100%;
  min-height: 500px;
  height: auto;
  display: block;
}

#stage .frame-type-textpic .ce-textpic.ce-left.ce-intext img,
#stage .frame-type-textpic .ce-textpic.ce-right.ce-intext img,
#stage .frame-type-textpic .ce-textpic.ce-left img {
  max-width: 300px;
  height: auto;
  display: block;
}

.main-col {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.frame-default,
.frame-layout-0,
.frame-layout-1 {
  padding: 0px 0px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  
}

.frame-layout-3 {
  padding: 20px 0px 20px 0px;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.frame-layout-3 .frame-layout-0 {
  padding: 0px 0px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter .frame-layout-3 {
  padding: 0px 0px 20px 0px;
}  

/*** List Styles ***/

#stage ul, #stage li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#stage ul {
	margin: 0px 0px;
}

#stage li {
	padding-bottom: 5px;
	position: relative;
	margin-left: 20px;
}

#stage li:before {
	content: "";
	height: 8px;
	width: 8px;
	display: block;
	background: #2a4b74;
	position: absolute;
	top: 10px;
	left: -15px;
}

#stage .flexslider li {
	padding-bottom: 0px;
	position: relative;
	margin-left: 0px;
}

#stage .flexslider li:before {
	display: none;
}


/*** Menu Subpages ***/

#stage .frame-type-menu_subpages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#stage .frame-type-menu_subpages li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#stage .frame-type-menu_subpages li:before {
	display: none;
}

#stage .frame-type-menu_subpages li a {
  border-bottom: 1px solid #eee;
  color: #2a4a73;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  list-style: none;
  margin: 0;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-top: 5px;
  position: relative;
  text-decoration: none;
  transition: all .5s ease-in-out;
}

#stage .frame-type-menu_subpages li a:before {
  border-color: transparent transparent transparent #2a4a73;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 13px;
  -webkit-transform: rotate(1turn);
  width: 0;
}

#stage .frame-type-menu_subpages li{
  /*font-weight: 700;*/
}

#stage .frame-type-menu_subpages li a[aria-current="page"] {
  font-weight: 700;
}

/* TextPic */

.ce-textpic img {
  padding-top: 20px;
}

.ce-gallery.ce-border .ce-column {
  margin-right: 15px;
}

.ce-gallery.ce-border figure {
  border: 1px solid #000;
  min-height: 100px;
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ce-gallery.ce-border figure img {
  border: 0px;
  padding: 10px;
  box-sizing: border-box;
}

.img-greyscale img {
  -webkit-filter: grayscale(1);
    filter: grayscale(1);
  transition: all 500ms ease-in-out;
}

.img-greyscale img:hover {
  -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#uid35 #stage .col-md-3 img {
  position: relative;
}

#uid35 #stage .col-md-3 img:after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: #294971;
  width: 90%;
  height: 90%;
  z-index: 0;
}


/* Projects Page */

.projects-page-shadow {
  background: #fff;
  position: relative;
  box-shadow: 0.643px 0.766px 28.8px 3.2px rgba(21, 21, 21, 0.06);
  margin-bottom: 35px;
  padding: 3% 2%;
}

.projects-page-shadow:before {
  content: "";
  position: absolute;
  background: rgba(42,75,116,0);
  width: 90%;
  right: 0px;
  bottom: 0px;
  height: 90%;
  transition: all 500ms ease-in-out;
  display: block !important;
}

.projects-page-shadow:hover:before {
  content: "";
  position: absolute;
  background: rgba(42,75,116,0);
  width: 90%;
  right: -10px;
  bottom: -10px;
  height: 90%;
  transition: all 500ms ease-in-out;
  display: block !important;
  border-right: 10px solid rgba(42,75,116,0.5);
  border-bottom: 10px solid rgba(42,75,116,0.5);
}

.projects-page-shadow .ce-container {
  z-index: 2;
}

/* Profil Pages */

.profile-shadow .ce-col {
  background: #fff;
  position: relative;
  box-shadow: 0.643px 0.766px 28.8px 3.2px rgba(21, 21, 21, 0.06);
  margin-bottom: 35px;
  padding: 3% 2%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}

.profile-shadow .ce-col:first-of-type {
  margin-right: 2%;
}

.profile-shadow .ce-col:last-of-type {
  margin-left: 2%;
}

.profile-shadow .ce-col:before {
  content: "";
  position: absolute;
  background: rgba(42,75,116,0);
  width: 90%;
  right: 0px;
  bottom: 0px;
  height: 90%;
  transition: all 500ms ease-in-out;
  display: block !important;
}

.profile-shadow .ce-col:hover:before {
  content: "";
  position: absolute;
  background: rgba(42,75,116,0);
  width: 90%;
  right: -10px;
  bottom: -10px;
  height: 90%;
  transition: all 500ms ease-in-out;
  display: block !important;
  border-right: 10px solid rgba(42,75,116,0.5);
  border-bottom: 10px solid rgba(42,75,116,0.5);
}

/* Publications */

.publications-page-shadow .ce-col {
  background: #fff;
  position: relative;
  box-shadow: 0.643px 0.766px 28.8px 3.2px rgba(21, 21, 21, 0.06);
  margin-bottom: 35px;
  padding: 3% 2%;
}

.publications-page-shadow .ce-col:nth-child(1) {
  margin-right: 3%;
}

.publications-page-shadow .ce-col:nth-child(2) {
  margin-right: 1.5%;
  marginleft: 1.5%;
}

.publications-page-shadow .ce-col:nth-child(3) {
  margin-left: 3%;
}

.publications-page-shadow .ce-col:before {
  content: "";
  position: absolute;
  background: rgba(42,75,116,0);
  width: 90%;
  right: -10px;
  bottom: -10px;
  height: 90%;
  transition: all 500ms ease-in-out;
  display: block !important;
  border-right: 10px solid #94bfcb;
  border-bottom: 10px solid #94bfcb;
}

.publications-page-shadow .ce-col:hover:before {
  content: "";
  position: absolute;
  background: rgba(42,75,116,0);
  width: 90%;
  right: 0px;
  bottom: 0px;
  height: 90%;
  transition: all 500ms ease-in-out;
  display: block !important;
  border-right: 0px solid rgba(42,75,116,0.5);
  border-bottom: 0px solid rgba(42,75,116,0.5);
}

.publications-page-shadow .ce-col img {
  border: 1px solid #000;
  width: 70%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.publications-page-shadow h3 {
  color: #2e849b;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.publications-page-shadow p strong {
  font-size: 14px;
  color: #000;
  font-weight:600;
}

.publications-page-shadow p {
  font-size: 14px;
  line-height: 1.476;
  color: #000;
}

/* Image Border Animation */

#stage .img-border-animation figure {
  position: relative;

}

#stage .img-border-animation figure img {
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
}

#stage .img-border-animation figure img:after {
  content: " ";
  position: absolute;
  background: rgba(42,75,116,0);
  width: 90%;
  right: -10px;
  bottom: -10px;
  height: 90%;
  transition: all 500ms ease-in-out;
  display: block !important;
  border-right: 10px solid #94bfcb;
  border-bottom: 10px solid #94bfcb;
}



/* Color Gradient */

.color-gradient-element {
  padding: 60px 0px 30px 0px;
  width: 100%;
  background: linear-gradient(to bottom, #2e839a, #2b6c82);
}

.color-gradient-element h2 { 
    margin: 0 0 30px;
  	font-size: 24px;
  	color: #fff;
  	letter-spacing: 0.5px;
  	position: relative;
  	text-transform: uppercase;
  	font-weight: 600;
  	position: relative;
  	padding-left: 20px;
  	background: none;
}

.color-gradient-element h2:after {
  content: '';
  position: absolute;
  left: 0;
  width: 75px;
  height: 40px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  top: -6px;
  z-index: 0;
}

.color-gradient-element h2:before {
  content: '';
  position: absolute;
  left: 0;
  width: 75px;
  height: 8px;
  border-right: 2px solid #fff;
  top: -6px;
  z-index: 0;
}

/** Teaser Leistungen **/

.row.teaser-leistungen-wrapper {
  padding: 0px 0px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.teaser-leistungen-wrapper .col-md-4 .frame-type-textpic {
  background: #ffffff;
  padding: 20px 20px !important;
  transition: all 500ms ease-in-out;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 3px;
  margin: 10px;
}

.teaser-leistungen-wrapper p a {
  color: #2a4b74;
}

.teaser-leistungen-wrapper .col-md-4:nth-child(1) .frame-type-textpic:hover {
  background: #2a4b74;
}

.teaser-leistungen-wrapper .col-md-4:nth-child(2) .frame-type-textpic:hover {
  background: #2e849b;
}

.teaser-leistungen-wrapper .col-md-4:nth-child(3) .frame-type-textpic:hover {
  background: #242021;
}

.teaser-leistungen-wrapper .frame-type-textpic:hover p a,
.teaser-leistungen-wrapper .frame-type-textpic:hover p a:hover {
  color: #fff;
}


/*** Team View ***/

.team-view .ce-col {
  margin-bottom: 30px;
}

.team-view .ce-col .frame-type-textpic {
  position: relative;
  border-bottom: 2px solid #ddd;
}

.team-view .ce-col .frame-type-textpic:hover {
  border-bottom: 2px solid #333;
}

.team-view .ce-col .ce-above .ce-gallery {
  margin-bottom: 0px;
}

.team-view .ce-col .frame-type-textpic p {
  margin: 0px;
  padding: 5px 0px;
  color: #2a4a73;
  font-size: 15px;
  font-weight: 600;
}

.team-view .ce-col .frame-type-textpic a {
  font-weight: 600;
  color: #003366;
}


/* Theme Box */

.theme-box-wrapper .frame {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 5%;
}

/* Buergerbeteiligung Referenzen */

.ref-item-wrapper {
  padding: 3%;
}

#stage .ref-item-wrapper .ce-col:nth-of-type(1) .frame-type-textpic img {
  height: 50px;
  width: auto;
  display: block;
  padding: 0px;
}

#stage .ref-item-wrapper .ce-col:nth-of-type(1) .frame-type-textpic .ce-bodytext p {
  padding: 0px;
  font-size: 14pt;
  line-height: 1.476;
  color: #000;
  margin-top: 10px;
}

#stage .ref-item-wrapper .ce-col:nth-of-type(1) .ce-intext.ce-left .ce-gallery {
  margin-right: 10px;
  margin-bottom: 30px;
}

#stage .ref-item-wrapper .ce-col:nth-of-type(1) .frame-type-text h2 {
  color: #003366;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.0415625em;
  line-height: 1.25;
  text-transform: none;
}

#stage .ref-item-wrapper .ce-col:nth-of-type(1) .frame-type-text {
  padding-bottom: 30px;
}

#stage .ref-item-wrapper .ce-col:nth-of-type(1) .frame-type-text p {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

/*** Accordion ****/

.accordion {
    margin: 20px 0;
    /* border: 1px solid #ddd;*/
    /*border-radius: 4px;*/
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    margin: 0;
}

.accordion-button {
    background-color: #f5f5f5;
    border: none;
    width: 100%;
    text-align: left;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Open Sans', Arial;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
}

.accordion-button:hover, .accordion-button:not(.collapsed) {
    background-color: #e5e5e5;
}

.accordion-button:before {
    content: "\e814"; 
    font-size: 16px;
    margin-right: 10px;
    transition: transform 0.3s;
    font-family: "fontello";
}

.accordion-button:not(.collapsed)::before {
    transform: rotate(180deg); 
}

.accordion-body {
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.accordion .frame {
    margin: 10px 0;
}

.accordion-collapse {
    transition: max-height 0.3s ease;
    overflow: hidden;
}

.accordion-collapse.show {
    /*max-height: 500px; */
    max-height: auto;
}

.accordion-collapse:not(.show) {
    max-height: 0;
}


@media (max-width: 768px) {
    .accordion-button {
        font-size: 14px;
        padding: 10px;
    }

    .accordion-body {
        padding: 10px;
    }
}

/* Tab Items */

.tabpanel {
    box-shadow: 0.643px 0.766px 28.8px 3.2px rgba(21,21,21,.06);
    padding: 3%;
    background: #fff;
}

.tab-navigation {
    margin-bottom: 20px;
}

.nav-tabs {
    display: flex;
}

.nav-link {
    flex: 1;
    text-align: center;
    padding: 15px 20px;
    border: 1px solid #2e849b;
    background-color: #fff;
    color: #2e849b;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 20px;
}

.nav-link:hover {
    background-color: #fff;
    color: #2e849b;
}

.nav-link.active {
    background-color: #2e849b;
    color: #fff;
    border-color: #2e849b;
}

.tab-content {
    background-color: #fff;
}

.tab-pane {
    display: none;
}

.tab-pane.active,
.tab-pane.show {
    display: block;
}

.tabpanel .frame {
    margin-bottom: 20px;
    margin-top: 50px;
}

.tabpanel .frame header h3 {
    margin-top: 0;
    color: #333;
}

.tabpanel .frame p {
    margin-bottom: 0;
}

/* hexagon-gallery */

.hexagon-gallery {
  margin: auto;
  margin: 20px 0 80px;
  max-width: 1250px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-auto-rows: 173px;
  grid-gap: 30px;
  padding-bottom: 50px;
  margin-bottom: 180px;
}

.hex {
  position: relative;
  margin: auto;
    margin-top: auto;
    margin-left: auto;
  overflow: hidden;
}

.hex {
  display: flex;
  position: relative;
  width: 240px;
  height: 265px;
  background-color: #424242;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hex .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.hex:hover .content-overlay {
   opacity: 1;
}  

.hex:hover .content-details {
  top: 55%;
  left: 50%;
  opacity: 1;
}

.hex .content-details p {
  color: #fff;
  font-size: 1em;
}

.hex:first-child {
  width: 290px;
  height: 315px;
  margin-left: -50px;
  margin-top: -38px;
}

.hex:first-child {
  grid-row-start: 1;
  grid-column: 2 / span 2;
}

#stage .hexagon-gallery img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hex:nth-child(2) {
  grid-row-start: 1;
  grid-column: 4 / span 2;
}

.hex:nth-child(3) {
  grid-row-start: 1;
  grid-column: 6 / span 2;
}

.hex:nth-child(4) {
  grid-row-start: 1;
  grid-column: 8 / span 2;
}

.hex:nth-child(4) {
  width: 290px;
  height: 315px;
  margin-top: -38px;
}

.hex:nth-child(5) {
  grid-row-start: 2;
  grid-column: 3 / span 2;
}

.hex:nth-child(6) {
  grid-row-start: 2;
  grid-column: 5 / span 2;
}

.hex:nth-child(7) {
  grid-row-start: 2;
  grid-column: 7 / span 2;
}

.hex:nth-child(8) {
  grid-row-start: 3;
  grid-column: 2 / span 2;
}

.hex:nth-child(9) {
  grid-row-start: 3;
  grid-column: 4 / span 2;
}

.hex:nth-child(10) {
  grid-row-start: 3;
  grid-column: 6 / span 2;
}

.hex:nth-child(11) {
  grid-row-start: 3;
  grid-column: 8 / span 2;
}

.hex:nth-child(12) {
  grid-row-start: 4;
  grid-column: 5 / span 2;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.fadeIn-bottom {
  top: 80%;
}

/* Teaser Home */

.teaser-animation .ce-col .ce-bodytext {
  min-height: auto;
  border-bottom: 2px solid #2a4a73;
  position: relative;
  background: #ffffff;
  z-index: 99;
  width: 90%;
  top: -60px;
  margin: 0px auto;
  padding: 10px 20px;
  transition: all 500ms ease-in-out;
}

.teaser-animation h3 {
  color: #2e849b;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  min-height: 50px;
}

.teaser-animation .ce-col .ce-bodytext ul {
  display: none;
}

.teaser-animation .ce-col:hover .ce-bodytext {
  top: 0;
} 

.teaser-animation .ce-col:hover .ce-bodytext ul {
  display: block;
}

/* Contact Box */

.contact-box-wrapper {
  position: relative;
}

.contact-box-wrapper h5 {
  color: #fff;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

.contact-box-wrapper p {
  color: #fff;
}

.contact-box-wrapper .ce-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/* Gallery */

.ce-gallery[data-ce-columns="2"] .ce-column {
  max-width: 45%;
}

.ce-gallery[data-ce-columns="2"] .ce-column img {
  max-width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* Map */

.map-wrapper .ce-gallery[data-ce-columns="3"] .ce-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.map-wrapper .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 40%;
  padding: 15px;
  border: 2px solid #2a4b74;
  background: #ffffff;
  transition: all 500ms ease-in-out;
  transform: scale(1);
  z-index: 1;
  position: relative;
}

.map-wrapper .ce-gallery[data-ce-columns="3"] .ce-column:nth-child(2) {
  width: 35%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  z-index: 2;
}

/* */

#stage .owl-item div {
  width: 100%;
  display: block;
}

#stage .owl-item div img {
  width: 100%;
  height: auto;
  display: block;
}

/*** Slider ***/

#stage .flexslider ul {
   margin: 0px;
   padding: 0px;
   position: relative;
}

#stage .flexslider li {
	padding-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

#stage .flexslider li:before {
	content: "";
	margin: 0px;
	display: none;
}

#stage ul.flex-direction-nav {
	position: absolute;
	top: 50%;
	
}

/* Card Box Item */

.card-box-item {
  border: 1px solid #0b556e;
  margin-top: 80px;
  margin-bottom: 80px;
}

.card-box-item h2 {
  background: #0b556e;
  padding: 20px 5%;
  color: #fff;
}

.card-box-item p {
  padding: 20px 5%;
}

/*** Quickpanel ***/

.quickpanel {
    height: auto;
    width: 100%;
    display: block;
    background: url(../images/Map1.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	margin-top: 0px;
}

.quickpanel-inner {
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 120rem;
  	width: calc(100% - 8rem);
    padding: 50px 0 40px;
}

.quickpanel .grid-item {
	display: inline-block;
	text-align: left;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.quickpanel .column-one {
	width: 38%;
}

.quickpanel .column-two {
	width: 37%;
    box-sizing: border-box;
    padding-right: 5%;
}

.quickpanel .column-three {
	width: 25%;
    margin-top: 0px;
    padding-top: 0px;
}

.quickpanel h2 {
  color: #2a4a73;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-left: 0px;
  line-height: 22px;
}

.quickpanel h2:after {
  display: none;
  
}

.quickpanel h3 {
  padding-top: 0px;
  padding-bottom: 10px;
  margin-top: 0px;
  color: #2a4a73;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 600;
}

.quickpanel a {
	color: #000;
}

.quickpanel p {
	color: #000;
}

.quickpanel a {
	color: #000;
}

.quickpanel img {
	max-width: 300px;
    height: auto;
    display: block;
}

.quickpanel .column-three p {
	position: relative;
	padding-left: 40px;
}

.quickpanel .column-three p:.address:after {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/Icons/A-1.png) top left no-repeat;
	background-size: contain;
}

.quickpanel .column-three p:nth-of-type(2):after {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/Icons/A2.png) top left no-repeat;
	background-size: contain;
}

.quickpanel .column-three p:last-of-type:after {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/Icons/A3.png) top left no-repeat;
	background-size: contain;
}

.quickpanel a.button {
  color: #fff;
}


/* Footer */

.footer-wapper {
	width: 100%;
	display: block;
	height: auto;
	background: #f4f4f4;
  	padding: 15px 0;
}

.footer-inner {
  	align-items: baseline;
  	display: flex;
  	justify-content: space-between;
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 120rem;
  	width: calc(100% - 8rem);
  	box-sizing: inherit;
	word-break: break-word;
	word-wrap: break-word;
}

.copyright {
	font-size: 12px;
  	font-weight: 400;
  	letter-spacing: 0.5px;
  	color: #000;
}

.social-media a {
  padding-left: 5px;
}

.social-media img{
  width: 23px;
  height: auto;
  display: inline-block;
}

/* Media Queries */

@media (max-width: 1300px) {
  
#main-navigation {
	right: 20px;
}

.language-menu {
  right: 15px;
}  

.ce-gallery[data-ce-columns="6"] .ce-column {
  width: 20%;
  height: 100px;
} 

.ce-gallery[data-ce-columns="6"] .ce-column img {
  max-width: 100%;
  
}   

.bicolor-wrapper .ce-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}  

}  

@media (max-width: 1300px) {

.frame-default,
.frame-layout-0,
.frame-layout-1 {
  max-width: 95%;
}

.frame-layout-3 {
  max-width: 100%;
}  

.quickpanel-inner {
  	max-width: 95%;
  	width: 95%;
}  

.footer-inner {
  max-width: 95%;
  width: 95%;
}

.frame-layout-3 .ce-container .frame-type-news_newsliststicky {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
} 
  
}

@media (max-width: 1280px) {

.logo img {
  width: 225px;
}
  
}  

@media (max-width: 1275px) {
  
.hexagon-gallery {
  max-width: 100%;
  display: grid;
  grid-auto-rows: 107px;
  grid-gap: 95px;
}

.frame-layout-3 .frame-layout-0 {
  max-width: 95%;
}

.contact-box-wrapper .ce-container {
  max-width: 90%;
} 

.contact-box-wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}  


} 

@media (max-width: 1100px) {

.logo,
.logo img,
#logo,
#logo img {
  z-index: 100000000000000000000000000000;
  position: relative;
}  
/*
#main-navigation {
	top: 0px;
    height: 1px;
    overflow: hidden;
} 
*/
.frame-layout-3 .ce-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bicolor-wrapper .ce-container {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
} 
  
}  

@media only screen and (max-width: 1199px) {
  .hex {
    height: 199px;
    width: 180px;
  }
  
  .hex:first-child {
    width: 250px;
    height: 275px;
    margin-left: -70px;
    margin-top: -55px;
  }

   .hex:nth-child(4) {
    width: 250px;
    height: 275px;
    margin-top: -55px;
  }
}

@media (max-width: 1090px) {

.contact-number, .contact-location, .contact-email {
  font-size: 12px;
  margin-right: 20px;
} 

.contact-number a, .contact-location a, .contact-email a {
  font-size: 12px;
}   
  
.copyright {
  width: 100%;
  display: block;
}  

.menu-bottom {
  width: 100%;
  display: block;
  float: left;
} 

.menu-bottom ul li {
  line-height: 18px;
}

} 

@media only screen and (max-width: 991px) {
  .hexagon-gallery {
    grid-auto-rows: 48px;
    grid-gap: 73px;
  }

   .hex {
    width: 140px;
    height: 155px;
    justify-content: center;
  }

   .hex:first-child {
    width: 200px;
    height: 225px;
    margin-left: -60px;
    margin-top: -55px;
  }

   .hex:nth-child(4) {
    width: 200px;
    height: 225px;
    margin-top: -55px;
  }
}

@media (max-width: 990px) {

.quickpanel .column-one,
.quickpanel .column-two,
.quickpanel .column-three {
  width: 100%;
}

.quickpanel .column-two {
  padding-top: 70px;
  padding-bottom: 70px;
}   

.quickpanel .column-three {
  padding-top: 70px;
}  

.quickpanel .column-two .frame-default, 
.quickpanel .column-two .frame-layout-0 {
    max-width: 100%;
    width: 100%;
}  

.quickpanel p {
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 0px;
  margin-bottom: 0px;
} 

.ce-gallery[data-ce-columns="6"] .ce-column {
  width: 45%;
}   

.tx-powermail .container-fluid {
  padding-right: 0px;
  padding-left: 0px;

}  
  
}
  
@media (max-width: 767px) {
/*
* {
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
}
*/ 
h1 { 
  	font-size: 30px;
}

h2 {
    font-size: 19px;
    line-height: 29px;
}  
  
.header-middle-wrapper {
  padding: 11px 40px;
}  

.logo img {
  	max-width: 200px !important;
}  

.frame-default,
.frame-layout-0,
.frame-layout-1 {
  max-width: 90%;
}

.frame-layout-3 {
  max-width: 100%;
}  

.footer-inner {
  max-width: 90%;
  width: 90%;
  display: block;
}  

.nav-tabs {
    display: block;
}  

.tab-navigation button {
  width: 100%;
  display: block;
}

.ce-col .frame-layout-0, 
.ce-col .frame-layout-1 {
    max-width: 100%;
}

.bicolor-wrapper {
  background: #ebf4ff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bicolor-wrapper .ce-col:first-of-type {
  padding-right: 0%;
} 

#stage img {
  margin-bottom: 20px;
}
  
}


@media screen and (max-width: 767px) {
  .hexagon-gallery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-template-columns: inherit;
    grid-auto-rows: inherit;
    grid-gap: inherit;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0px;
  }

   .hex {
    width: 290px;
    height: 310px;
    max-width: 320px;
    margin: 0 5px 15px;
  }

   .hex:first-child {
    width: 290px;
    height: 310px;
    margin-left: -60px;
    margin: 0 5px 15px 5px;
  }

   .hex:nth-child(4) {
    width: 290px;
    height: 310px;
    margin: 0 5px 15px 5px;
  }
}


/* Page FLip */

.card-container-long {
  perspective: 1000px; 
  margin-top: 80px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.card-container {
  perspective: 1000px; 
}

.card {
  width: 100%; 
  height: 500px; 
  position: relative;
  transform-style: preserve-3d; 
  transition: transform 0.6s;
  background: #eee;
  margin-bottom: 40px;
}

.card-container-long .card {
  height: 250px; 
}

.card-container:hover .card,
.card-container-long:hover .card{
  transform: rotateY(180deg); 
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; 
}

.card-front {
  background-size: cover;
  background-position: center;
  position: relative;
}

.card-front .flip-title {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.0415625em;
  line-height: 1.25;
  text-shadow: 3px 3px 4px #777;
  padding: 5%;
  box-sizing: border-box;
}

#stage .card-front img {
  width: 100%; 
  height: 100%; 
  display: block;
  object-fit: cover;
}

.card-back {
  background: #fff; 
  display: block;
  transform: rotateY(180deg); 
  box-sizing: border-box;
  padding: 5%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.card-container-long .card-back {
  background: #888;
}

.card-container-long .card-back h2,
.card-container-long .card-back p,
.card-container-long .card-back a {
  color: #fff;
}

.card-container-long a.button {
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 10px 40px;
  text-transform: uppercase;
  border-radius: 20px;
}

.card-container-long a.button:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

/* */

#stage .swiper {
  padding-bottom: 60px;
}

#stage .ce-slide-border {
  background: #ffffff;
  padding: 20px !important;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
}

#stage .swiper-horizontal > .swiper-pagination-bullets, 
#stage .swiper-pagination-bullets.swiper-pagination-horizontal, 
#stage .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 20px);
}

#stage #ce-slider-1194 {
  background: #ededed;
  box-sizing: border-box;
}

#stage .swipe-slide-text {
  box-sizing: border-box;
  padding: 50px 5%;
  width: 100%;
}

#stage .swipe-slide-text p {
  color: #263382;
}

#stage .swiper-button-next, #stage .swiper-button-prev {
  color: #263382;
}

#stage .swiper-pagination-bullet-active {
  background: #2e849b;
}

#stage #c9 {
  position: relative;
  display: flex;
  align-items: flex-end; 
  justify-content: center;
}

/*
.backgroundimage-c9 {
  animation: zoomOut 10s infinite alternate;
  height: 600px;
  overflow: hidden;
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1); 
    }
}
*/

#stage #c9 .intro-element .swiper {
  padding-bottom: 0px;
  max-width: 950px;
  /*max-width: 750px;*/
}

#stage .intro-claim-slide {
  width: 65%;
  margin: 0 auto;
  padding: 45px 25px;
  text-align: center;
  background: rgba(47, 132, 155, 0.9);
  box-sizing: border-box;
  background: -webkit-linear-gradient(bottom left, rgba(47, 132, 155, 0.9), rgba(38, 72, 92, 0.9));
  background: -moz-linear-gradient(bottom left, rgba(47, 132, 155, 0.9), rgba(38, 72, 92, 0.9));
  background: linear-gradient(to top right, rgba(47, 132, 155, 0.9), rgba(38, 72, 92, 0.9));
}

#stage .intro-claim-slide h2 {
  color: #fff;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
}

#stage .intro-claim-slide p, 
#stage .intro-claim-slide a {
  color: #fff;
  padding: 0px;
  margin: 0px;
}

#stage .intro-claim-slide a {
  text-decoration: underline;
}

/* Map */

.site-main-map-banner-wrap {
  margin-top: 120px;
  margin-bottom: 120px;
}

.site-main-map-banner-wrap .site-main-map-banner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-main-map-banner-wrap .site-main-map-banner-row .site-main-map-banner-item {
  width: 40%;
  padding: 15px;
  border: 2px solid #2a4b74;
  background: #ffffff;
  transition: all 500ms ease-in-out;
  transform: scale(1);
  z-index: 1;
  position: relative;
}

.site-main-map-banner-wrap .site-main-map-banner-row .site-main-map-banner-item:nth-child(2) {
  width: 25%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  z-index: 2;
}

.site-main-map-banner-wrap .site-main-map-banner-row .site-main-map-banner-item:nth-child(1):hover, 
.site-main-map-banner-wrap .site-main-map-banner-row .site-main-map-banner-item:nth-child(3):hover {
  transform: scale(1.1);
  z-index: 9;
}

@media (max-width: 999px) {

#stage #c9 .intro-element .swiper {
  max-width: 600px;
}
  
.swiper-wrapper {
  max-width: 90%;
  width: 90%;
}

}  

@media (max-width: 800px) {

.header-contact-wrapper {
  min-height: 40px;
}
  
.contact-number,
.contact-location,
.contact-email {
  display: none;
}  
  
}  

@media (max-width: 700px) {
/*
  #header {
    width: 100%;
    display: block;
    overflow-x: hidden;
    overflow-y: visible;
  }
*/
  .header-middle-wrapper {
    padding: 11px 20px;
  }

  #main-navigation {
    right: 0px;
  }

  .title-wrap {
    padding: 180px 20px 80px 20px;

  }

  #stage #c9 .intro-element .swiper {
     max-width: 400px;
  }

  #stage .intro-claim-slide h2 {
    font-size: 17px;
  }

  .ce-textpic .ce-gallery {
    width: 100%;
    display: block;
  }

  .ce-textpic .ce-bodytext {
    width: 100%;
    display: block;
  }

  .bicolor-wrapper .ce-container {
    max-width: 90%;
  }
  
}  

@media (max-width: 460px) {

h1 {
    font-size: 25px;
}  

#stage #c9 .intro-element .swiper {
  max-width: 300px;
}
  
.swiper-wrapper {
  max-width: 100%;
  width: 100%;
}

} 

@media (max-width: 400px) {

#stage .frame-type-textpic .ce-textpic.ce-left img {
  max-width: 100%;
  height: auto;
}
  
}  

/*** Mobile Infobar ***/

#mobile-info-bar {
  display: none;
}

@media (max-width: 800px) {
  
#mobile-info-bar {
  display: block;
}

#mobile-infobar-spacer { height:60px; }
#mobile-infobar { height:60px; width:100%; position:fixed; bottom:0; box-shadow:0 1px 3px 0 rgba(0,0,0,0.3); box-sizing:border-box; z-index:100000; border-top: 1px solid #fff; padding-top: 5px; }
#mobile-infobar td { text-align:center; vertical-align:middle; }
.mobilepreview #mobile-infobar-spacer { display:block; }
.diy-touch #mobile-infobar, .mobilepreview #mobile-infobar { display:table; }

#mobile-infobar.light { background:#2e849b; }
#mobile-infobar.light td { color:#fff; font-weight: 400;}
#mobile-infobar .mobile-infobar-link { text-decoration:none; }

#mobile-infobar.light .mobile-infobar-link { color:#fff; }
#mobile-infobar .mobile-infobar-icon-box { width:20px; height:20px; display:inline-block; overflow:hidden; }
#mobile-infobar .mobile-infobar-icon-box svg { width:20px; height:20px; }
#mobile-infobar .mobile-infobar-icon-box img { width:20px; height:20px; }

#mobile-infobar.light .mobile-infobar-icon { fill:#fff; }  
  
#mobile-infobar a .mobile-infobar-text { font-weight: 400; }  

} 

/* Image Border */

#stage .col-md-5 .ce-gallery figure {
  position: relative;
  padding-right: 10px;
  padding-bottom: 10px;
}

#stage .col-md-5 .ce-gallery figure:after {
  content: '';
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 90%;
  height: 90%;
  z-index: 1;
  transition: all 500ms ease-in-out;
  background: rgba(46,132,155,0.5);
    z-index: -1; 
}

#stage .col-md-5 .ce-gallery figure:hover:after {
  right: 0px;
  bottom: 0px;
}

/* */

#stage .download-block .swiper-button-next, 
#stage .download-block .swiper-button-prev {
  color: #000;
  text-shadow: 3px 3px 4px #777;
}

#stage .download-block .swiper-pagination-bullet {
  background: #fff;
}

/* end */

#c9 .stoerer-jobs {
  position: absolute;
  bottom: -40px;
  right: 0px;
  background: #2a4b74;
  max-width: 300px;
  height: auto:
  display: block;
  z-index: 5;
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-top: 5px solid #f4f4f4;
  border-bottom: 5px solid #f4f4f4;
  border-left: 5px solid #f4f4f4;
  
}

.stoerer-jobs p,
.stoerer-jobs strong {
  color: #fff;
}