@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css";
@import "/includes/reset.css";
@import "editor.css";
@import "style.columns.css";
.iblock {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.cf {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.borderedtitle {
  border-bottom: 2px solid #23a7f1;
  padding-bottom: 10px;
  font-weight: normal;
  color: #444444;
}
.noborder {
  border: 0 !important;
}
.no-top-border {
  border-top: 0 !important;
}
.no-bottom-border {
  border-bottom: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.textcenter {
  text-align: center;
}
.buttonlink,
a.buttonlink {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border: 2px solid #2f74d3;
  padding: 7px 10px;
  color: #2f74d3;
  text-decoration: none;
  border-radius: 4px;
}
.buttonlink:after {
  content: "»";
  margin-left: 7px;
}
.buttonlink-round,
a.buttonlink-round {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border: 2px solid #2f74d3;
  padding: 7px 10px;
  color: #2f74d3;
  text-decoration: none;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
}
.buttonlink-blue,
a.buttonlink-blue {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border: 2px solid #2f74d3;
  padding: 7px 10px;
  color: #2f74d3;
  text-decoration: none;
  border-radius: 4px;
  border: 0;
  background-color: #2f74d3;
  color: white;
}
.buttonlink-green,
a.buttonlink-green {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border: 2px solid #2f74d3;
  padding: 7px 10px;
  color: #2f74d3;
  text-decoration: none;
  border-radius: 4px;
  border: 0;
  background-color: #2f74d3;
  color: white;
  background-color: #1fa67a;
}
.buttonlink-green.round,
.buttonlink-blue.round {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
}
.buttonlink-round:after {
  content: "›";
  font-size: 18px;
  margin-left: 7px;
  position: relative;
  top: 1px;
}
.mainbody {
  background-color: white;
}
.relative {
  position: relative;
}
.fa {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.wrap {
  max-width: 1300px;
  margin: auto;
  padding: 0 10px;
}
.header {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.top {
  padding: 25px 0;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 10;
}
.logo {
  float: left;
}
.logo img {
  vertical-align: bottom;
}
.nav {
  background: rgba(47, 116, 210, 0.9);
  border-bottom: 5px solid #23a7f1;
  position: relative;
  z-index: 11;
}
.banner {
  min-height: 200px;
  position: relative;
  z-index: 8;
}
/*--------------*/

.langmenu {
  float: right;
  margin-top: 15px;
}
.langmenu li {
  float: left;
  padding-left: 10px;
}
.langmenu li.firstitem {
  padding-left: 0;
}
.langmenu li a {
  display: block;
  width: 29px;
  height: 20px;
}
.langmenu li a img {
  width: 100%;
}
/*--------------*/

.menu {
  float: left;
}
.mainmenu {
  float: left;
}
.mainmenu li {
  float: left;
  position: relative;
}
.mainmenu li a {
  display: block;
  padding: 0 15px;
  line-height: 40px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  text-shadow: 1px 1px 1px #245c97;
}
.mainmenu li a i {
  line-height: 40px;
  margin-left: 5px;
}
.mainmenu li:hover a,
.mainmenu li a.active_link {
  background-color: #23a7f1;
  padding-top: 3px;
  margin-top: -3px;
  border-radius: 2px 2px 0 0;
}
.mainmenu li:hover a {
  background-color: white;
  color: black;
  text-shadow: none;
}
.mainmenu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 300px;
  padding: 0 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 4px 4px;
  z-index: 99;
}
.mainmenu li li {
  float: none;
  border-top: 1px solid #f0f0f0;
}
.mainmenu li li:first-child {
  border: 0;
}
.mainmenu li:hover li a,
.mainmenu li li a {
  text-shadow: none;
  color: black;
  background: none;
  margin: 0;
  padding: 0;
}
.mainmenu li:hover ul {
  display: block;
}
/*--------------*/

.searchpanel {
  float: right;
  position: relative;
}
.searchpanel .label {
  padding: 0 15px;
  line-height: 40px;
  color: white;
  font-size: 15px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #245c97;
  background-color: #23a7f1;
  padding-top: 3px;
  margin-top: -3px;
  border-radius: 2px 2px 0 0;
  cursor: pointer;
}
.searchpanel .label i {
  line-height: 40px;
  margin-right: 10px;
}
.searchfield {
  position: absolute;
  top: 100%;
  right: 0;
  width: 650px;
  background: #23a7f1;
  padding: 25px;
  display: none;
}
.searchfield div {
  position: relative;
}
.searchfield .frminput {
  width: 100%;
  height: 60px;
  padding: 0;
  text-indent: 10px;
  font-size: 18px;
  border: 1px solid #d7d7d7;
}
.searchfield .frmbutton {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  border: 0;
  padding: 0;
  z-index: 100;
  opacity: 0;
  filter: alpha(opacity=0);
}
.searchfield div:after {
  content: "\f002";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  z-index: 10;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
}
.searchpanel .autocomplete {
  zoom: 1;
  margin: 0 0 0 -10px;
}
.searchpanel .autocomplete li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 10px 0 0 10px;
  display: none;
}
.searchpanel .autocomplete li a {
  display: block;
  padding: 10px 10px 10px 25px;
  background: white;
  border-radius: 20px 0 0 20px;
  position: relative;
  line-height: 16px;
  text-decoration: none;
  color: #2f74d2;
}
.searchpanel .autocomplete li a:before {
  content: "•";
  color: #23a7f1;
  font-size: 30px;
  left: 6px;
  line-height: 36px;
  position: absolute;
  top: 0;
}
/*--------------*/

.main {
  background: #f0f0f0;
  min-height: 400px;
  padding: 1px 0 70px 0;
}
.mainwrap {
  margin-top: -21px;
}
.crumbs {
  display: block;
  padding: 30px 0 50px 0;
}
.crumbs a {
  color: #2f74d2;
}
.crumbs .separator {
  position: relative;
  top: -1px;
  padding: 0 5px;
  font-size: 13px;
}
.leftcol {
  float: left;
  width: 250px;
  margin-top: 90px;
}
.rightcol {
  margin-left: 280px;
  background: white;
  padding: 0 55px;
  border: 1px solid #d7d7d7;
}
.iw_content {
  float: left;
  width: 100%;
  margin-bottom: -30px;
}
.leftcol .borderedtitle {
  margin-top: 30px;
}
.leftcol .borderedtitle.first {
  margin-top: 0;
}
/*--------------*/

.submenuheader a {
  display: block;
  color: #444444;
  text-decoration: none;
  margin-right: 40px;
}
.submenu li {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}
.submenu li a {
  display: block;
  padding: 10px 5px;
  color: #444444;
  text-decoration: none;
}
.submenu li a.active_link,
.submenu li a:hover {
  color: #23a7f1;
}
.submenu li .fa {
  position: absolute;
  top: 12px;
  right: 5px;
  cursor: pointer;
  color: #23a7f1;
}
.submenu li.expanded {
  background: #e3e3e3;
}
.submenu li ul {
  padding: 0px 0 10px 15px;
  display: none;
}
.submenu li li {
  border: 0;
}
.submenu li li a {
  padding: 6px 0;
}
.submenu li.active > ul {
  display: block;
}
/*--------------*/

.bottomcontent {
  padding: 50px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bottomcontent .iw_modulheader {
  text-align: center;
}
.bottomcontent .iw_modulheader_heading {
  color: white;
  max-width: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-shadow: 1px 1px 1px black;
}
/*--------------*/

.footer {
  border-top: 5px solid #23a7f1;
  background: white;
  padding: 15px 0;
}
.footer .logo img {
  height: 30px;
}
.footermenu {
  float: right;
}
.footermenu li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.footermenu li a {
  line-height: 30px;
  color: #2f74d2;
  text-decoration: none;
  margin-left: 25px;
}
.footermenu li.firstitem a {
  margin: 0;
}
/*--------------*/

.wide .rightcol {
  margin-left: 0;
  padding: 0;
}
.home .main {
  background: white;
}
.home .rightcol {
  border: 0;
}
.home .mainwrap {
  margin-top: 50px;
}
.home .banner {
  padding: 50px 0;
}
/*--------------*/

.mbuttons {
  float: right;
  margin-top: 4px;
}
.mbuttons a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: white;
  font-size: 20px;
  background: #23a7f1;
  border-radius: 8px;
  margin-left: 10px;
  text-decoration: none;
  cursor: pointer;
  display: none;
}
/*--------------*/

.iw_columnlayout {
  margin-left: -50px;
}
.iw_columnlayout:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.iw_modularea {
  margin-bottom: 60px;
}
.iw_modularea_inner {
  margin-left: 50px;
}
.iw_modulcontent_inner:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.iw_modulheader_heading {
  border-bottom: 2px solid #23a7f1;
  padding-bottom: 10px;
  font-weight: normal;
  color: #444444;
  margin-bottom: 20px;
  max-width: 300px;
  font-size: 22px;
}
.iw_modularea.width-25,
.iw_modularea.width-50,
.iw_modularea.width-75,
.iw_modularea.width-66,
.iw_modularea.width-33 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 25%;
}
.iw_modularea.width-33 {
  width: 33.3333%;
}
.iw_modularea.width-50 {
  width: 50%;
}
.iw_modularea.width-66 {
  width: 66.6666%;
}
.iw_modularea.width-75 {
  width: 75%;
}
/*------------------*/

.contentview .iw_content {
  margin-bottom: -60px;
}
/*------------------*/

.iw_modularea_Links .iw_modulcontent li a {
  display: block;
  border-bottom: 2px solid #d7d7d7;
  padding: 8px 0;
  text-decoration: none;
  position: relative;
  line-height: 20px;
}
.iw_modularea_Links .iw_modulcontent li a:after {
  content: "\f054";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  line-height: 36px;
}
.iw_modularea_Links.twocolumns .iw_modulcontent ul {
  margin-left: -20px;
}
.iw_modularea_Links.twocolumns .iw_modulcontent li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 50%;
  margin-right: -4px;
}
.iw_modularea_Links.twocolumns .iw_modulcontent li a {
  margin-left: 20px;
}
/*------------------*/

.itemlist-item {
  padding: 25px 0;
  border-bottom: 2px solid #d7d7d7;
}
.itemlist-item:first-child {
  padding-top: 0;
}
.itemlist .item-date {
  font-size: 12px;
  color: #777777;
  padding-top: 2px;
}
.itemlist .item-link,
.itemlist .item-ingress {
  margin-top: 10px;
}
/*------------------*/

.newslist .itemlist-item .item-content {
  display: none;
}
.newslist .itemlist-item:first-child .item-content {
  display: block;
}
.newslist .footeritem {
  display: none;
}
.home .newslist .footeritem {
  display: list-item;
}
/*------------------*/

.eventlist .itemlist-item {
  padding: 15px 0;
}
/*------------------*/

.rsslist .itemlist-item {
  padding: 10px 0;
}
.rsslist .item-date {
  padding-top: 10px;
}
/*------------------*/

.quicklinks {
  zoom: 1;
  margin-left: -30px;
}
.quicklinks li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 50%;
  margin-bottom: 30px;
}
.quicklinks li a {
  display: block;
  background: #2f74d3;
  color: white;
  padding: 20px 20px 20px 88px;
  margin-left: 30px;
  font-size: 18px;
  position: relative;
  box-shadow: 0 1px 1px black;
  border-radius: 4px;
}
.quicklinks li a i {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 45px;
}
.quicklinks li a .label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  line-height: normal;
  text-shadow: 1px 1px 1px black;
  vertical-align: middle;
}
.quicklinks li a .helper {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  height: 48px;
  width: 0;
}
/*------------------*/

.imagecarousel {
  background: white;
  padding: 10px;
  box-shadow: 0 0 3px black;
}
.imagecarousel .item img {
  width: 100%;
  vertical-align: bottom;
}
.imagecarousel .item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  text-shadow: 1px 1px 1px black;
}
.imagecarousel .item .caption span {
  display: block;
  padding: 20px;
}
.imagecarousel .owl-theme .owl-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  margin: 0;
}
.imagecarousel .owl-theme .owl-controls .owl-buttons div i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 45px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.imagecarousel .owl-theme .owl-controls .owl-buttons div {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.imagecarousel .arrows a:hover {
  opacity: 1;
}
.imagecarousel .owl-theme .owl-controls .owl-buttons div:first-child {
  margin-right: 10px;
}
/*------------------*/

.fb_iframe_widget {
  display: block !important;
}
.fb_iframe_widget span {
  display: block !important;
  width: auto !important;
}
.fb_iframe_widget iframe {
  width: 100% !important;
}
/*------------------*/

.eventwall {
  zoom: 1;
  margin: 0 0 0 -20px;
}
.eventwall .item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 25%;
  margin-bottom: 20px;
}
.publicmode .eventwall .item {
  display: none;
}
.eventwall .item-inner {
  background: white;
  box-shadow: 0 0 5px black;
  margin-left: 20px;
  overflow: hidden;
  border-radius: 8px;
  padding-bottom: 20px;
}
.eventwall .item-title {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  padding: 10px 20px 10px 20px;
}
.eventwall .item-data {
  margin-top: 10px;
  width: auto;
  display: block;
  position: relative;
  text-align: left;
  line-height: normal;
  padding: 0 20px;
  height: auto;
}
.eventwall .item-data:before {
  margin-right: 10px;
}
.eventwall[data-rowsize="3"] .item {
  width: 33.3333%;
}
.eventwall[data-rowsize="2"] .item {
  width: 50%;
}
.eventwall[data-rowsize="1"] .item {
  width: 100%;
}
.eventwall-footer a {
  margin: 0 7px;
}
/*------------------*/

.mapcontrol .filters {
  padding-bottom: 10px;
}
.mapcontrol .filters a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border: 2px solid #2f74d3;
  padding: 7px 10px;
  color: #2f74d3;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}
.mapcontrol .filters a i {
  margin-right: 10px;
}
.mapcontrol .filters a.turquoise {
  border: 2px solid #23a7f1;
  color: #23a7f1;
}
.mapcontrol .filters a.green {
  border: 2px solid #569067;
  color: #569067;
}
.mapcontrol .filters a.selected {
  background-color: #2f74d3;
  color: white;
}
.mapcontrol .filters a.turquoise.selected {
  background-color: #23a7f1;
}
.mapcontrol .filters a.green.selected {
  background-color: #569067;
}
/*------------------*/

.home .iw_modularea_Banners .iw_modulcontent_inner {
  zoom: 1;
  margin: 0 0 -25px -25px;
  text-align: center;
}
.home .iw_modularea_Banners .iw_modulcontent a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  margin: 0 -4px 25px 25px;
  max-width: 230px;
}
.home .iw_modularea_Banners .iw_modulcontent a img {
  vertical-align: bottom;
  width: 100% !important;
  height: auto !important;
}
/*------------------*/

.personnel-listitem {
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
}
.personnel-listitem:first-child {
  padding-top: 0;
}
.personnel-listitem .item-name {
  margin-bottom: 3px;
}
.personnel-listitem .item-col {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 49%;
}
.personnel-listitem .item-data {
  margin-top: 12px;
}
.personnel-listitem .item-data i {
  margin-right: 10px;
}
.personnel-searchfield {
  display: block;
  position: static;
  width: auto;
  max-width: 600px;
  background: none;
  padding: 0;
  margin-bottom: 30px;
}
.personnel-searchfield .frminput {
  font-size: 16px;
  height: 40px;
}
.personnel-searchfield div:after {
  font-size: 24px;
  line-height: 41px;
  width: 40px;
}
/*------------------*/

.contactinfo .item-title {
  color: #444444;
}
.contactinfo .item-data {
  margin-top: 10px;
}
.contactinfo .item-data:first-child {
  margin-top: 0;
}
.contactinfo .item-data p:last-child {
  margin: 0;
}
.contactinfo .item-data i {
  float: left;
  margin-top: 2px;
}
.contactinfo .item-text {
  margin-left: 30px;
}
/*------------------*/

.iw_modularea_SiteMap li a {
  display: block;
  padding: 3px 0;
}
.iw_modularea_SiteMap li li {
  padding-left: 15px;
}
/*------------------*/

.ptv .btn {
  background-color: #23a7f1 !important;
}
.ptv h4,
.ptv h5 {
  font-size: 16px;
}
.ptv a.read-more {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border: 2px solid #2f74d3;
  padding: 7px 10px;
  color: #2f74d3;
  text-decoration: none;
  border-radius: 4px;
}
.ptv .section-title {
  border-color: #23a7f1 !important;
}
/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

@media screen and (max-width: 1200px) {
  .rightcol {
    margin-left: 260px;
    padding: 0 25px;
  }
  .iw_modularea_inner {
    margin-left: 25px;
  }
  .iw_modularea {
    margin-bottom: 25px;
  }
  .iw_columnlayout {
    margin-left: -25px;
  }
  .iw_content {
    margin-bottom: -10px;
  }
  .crumbs {
    padding: 15px 0;
  }
  .leftcol {
    margin-top: 30px;
  }
}
/* 1200 ****************************************** */

@media screen and (max-width: 1023px) {
  .mainmenu li a {
    font-size: 12px;
    padding: 0 5px;
  }
  .searchpanel .label {
    display: none;
  }
  .mbuttons .fa-search {
    display: inline-block;
  }
  /*---------------*/
  
  .footer {
    text-align: center;
  }
  .footer .logo {
    float: none;
    display: block;
    margin-bottom: 20px;
  }
  .footermenu {
    clear: both;
    float: none;
  }
  /*---------------*/
  
  .subpage .main .iw_column,
  .subpage .main .iw_column_inner,
  .mc {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }
  .iw_modularea {
    width: 100% !important;
  }
  /*---------------*/
  
  .quicklinks li a {
    padding: 10px 10px 10px 35px;
    font-size: 14px;
  }
  .quicklinks li a i {
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-top: -15px;
    left: 0px;
  }
  .quicklinks li a .label {
    font-size: 12px;
  }
  .banner {
    min-height: 150px;
  }
  /*---------------*/
}
/* 1023 ******************************************** */

@media screen and (max-width: 767px) {
  .banner {
    min-height: 0;
  }
  .main {
    padding-bottom: 10px;
  }
  .header {
    background: white !important;
  }
  .top {
    padding: 10px 0;
  }
  .top .logo img {
    height: 30px;
    padding-top: 5px;
  }
  .langmenu {
    display: none;
  }
  .searchpanel {
    float: none;
  }
  .searchfield {
    width: auto;
    position: relative;
    padding: 10px;
  }
  .searchfield div::after {
    font-size: 20px;
    line-height: 30px;
    width: 30px;
  }
  .searchfield .frminput {
    font-size: 12px;
    height: 30px;
    text-indent: 10px;
    width: 100%;
  }
  .mbuttons .fa-navicon {
    display: inline-block;
  }
  .interfacelayout {
    overflow: hidden;
  }
  .menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 265px;
    height: 100%;
    background: #2f74d3;
    z-index: 99;
    /*left:0;*/
  
  }
  .mainmenu li,
  .mainmenu {
    float: none;
  }
  .mainmenu {
    padding: 20px 0 0 20px;
  }
  .mainmenu li {
    border-bottom: 1px solid #245c97;
  }
  .mainmenu li:hover ul {
    display: none;
  }
  .mainmenu li a {
    font-size: 14px;
  }
  .mainmenu li a i {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-left: 1px solid #245c97;
  }
  .mainmenu li a i:before {
    content: "\f105";
  }
  .mainmenu li:hover a,
  .mainmenu li a.active_link {
    background: none;
    padding-top: 0;
    margin-top: 0;
    border-radius: 0;
    color: white;
  }
  .mlangmenu {
    display: block;
    padding-top: 0;
  }
  .mlangmenu li a {
    color: white;
  }
  .menulabel {
    display: block;
    background: #245c97;
    color: white;
    padding: 10px 0 10px 25px;
    font-size: 14px;
    margin-top: -1px;
  }
  /*------------------*/
  
  .footer {
    background: #24394a;
  }
  .footer .logo {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #455765;
    position: relative;
    background: url(../images/logo-white.png) no-repeat center top;
    background-size: auto 30px;
  }
  .footer .logo img {
    visibility: hidden;
  }
  .footermenu li {
    display: list-item;
  }
  .footermenu li a {
    margin: 0;
    color: #91a6b6;
    line-height: 25px;
  }
  /*------------------*/
  
  .main .iw_column,
  .main .iw_column_inner,
  .mc {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }
  .leftwidget {
    display: none;
  }
  .leftcol {
    float: none;
    width: auto;
  }
  .rightcol {
    margin: 0;
  }
  .submenuheader {
    position: relative;
  }
  .submenuheader.hasmenu:after {
    content: "\f0c9";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    color: #23a7f1;
    text-align: center;
    cursor: pointer;
  }
  .submenu {
    display: none;
    margin-bottom: 20px;
  }
  /*------------------*/
  
  .banner .iw_column,
  .banner .iw_column_inner {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }
  .home .banner {
    padding: 10px 0;
  }
  .home .mainwrap {
    margin-top: 20px;
  }
}
/* 767 **************************************** */

@media screen and (max-width: 600px) {
  .quicklinks li {
    width: 100%;
    margin-bottom: 10px;
  }
  .quicklinks li a .helper {
    display: none;
  }
  .quicklinks li a {
    text-align: center;
    padding-left: 0;
  }
  .quicklinks li a i {
    font-size: 20px;
    height: 20px;
    left: 10px;
    line-height: 20px;
    margin-top: -10px;
    width: 20px;
  }
  .iw_modularea_Links.twocolumns .iw_modulcontent li {
    width: 100%;
  }
  .personnel-listitem .item-col {
    width: 100%;
  }
  .personnel-searchfield {
    padding-left: 0;
    padding-right: 0;
  }
}
/* 600 **************************************** */

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*------------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

/*--------------*/

