body {
  font-family: 'Ruluko', sans-serif;
  font-size: 15px;
  padding-top: 50px;
}
.nav a {
  color: #ffffff !important;
}
.navbar-header a {
  color: #ffffff !important;
  padding-right: 75px;
}
.active_menu_item a {
  color: #0083b9 !important;
}
.text-center {
  text-align: center;
}
.image_portrait {
  margin-top: 20px;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ruluko', sans-serif;
}
h1 {
  line-height: 120px;
  text-transform: uppercase;
  color: #0083b9;
  font-size: 50px;
  font-weight: 900 !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
h3 {
  line-height: 30px;
  padding-bottom: 20px;
}
h4 {
  line-height: 40px;
  padding-bottom: 40px;
  padding-left: 0;
}
p {
  font-weight: bold;
  line-height: 19px;
  padding-bottom: 6px;
  font-size: 15px;
}
a {
  color: #0083b9 !important;
}
.head-main h4 {
  font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .head-main {
    padding-top: 110px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .head-main {
    padding-top: 25px !important;
  }
}
.dividerDiv ul {
  font-weight: bold;
  font-size: 18px;
}
.dividerDiv ul li {
  font-size: 15px;
  line-height: 1.42;
  padding-bottom: 20px;
}
.dividerDiv h1 {
  padding-bottom: 28px;
}
.space-pad {
  padding-bottom: 50px;
}
.for-full-back {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
  /* Good browsers */
  opacity: 0.9;
}
section {
  padding-top: 50px;
  padding-bottom: 40px;
}
/*=======================================
    COLOR CODES
==================================================*/
.color-white {
  background-color: #fff !important;
}
.color-light {
  background-color: #F8F8F8 !important;
}
.color-blue {
  color: #0083b9;
}
/*=======================================
    HEADER STYLES
==================================================*/
#home {
  padding: 0 40px 20px;
}
#home a {
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home {
    padding-top: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  #home {
    padding-top: 60px;
  }
}
.head-main {
  font-size: 90px !important;
  font-weight: 900 !important;
  color: #585858 !important;
  padding-top: 200px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-main {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .head-main {
    padding-top: 10px;
  }
  .fa {
    font-size: 55px !important;
  }
}
/*=======================================
    NAVIGATION STYLES
==================================================*/
nav {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 99;
}
.fixed {
  position: fixed;
  top: 0;
  min-height: 50px;
  z-index: 99;
}
.navbar-inverse {
  background-color: #525252;
  border-color: #4B4A4A;
}
.navbar-header > img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-collapse {
  margin-top: 14px;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .navbar-header > img {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .navbar-collapse {
    margin-top: 0;
  }
  .navbar-header {
    max-width: 211px;
  }
}
@media (min-width: 415px) and (max-width: 768px) {
  .navbar-header > img {
    margin-left: 20px;
  }
}
@media (max-width: 414px) {
  .navbar-header > img {
    width: 50%;
    margin-left: 20px;
  }
}
/*=======================================
    ABOUT STYLES
=========================================*/
.about-div {
  width: 100%;
  min-height: 100px;
  background-color: rgba(209, 209, 209, 0.24);
  box-shadow: none;
  border: 0;
  padding: 50px 20px 30px 20px;
  margin-bottom: 20px;
}
/*=======================================
    Information STYLES
=========================================*/
.information-div {
  width: 100%;
  min-height: 100px;
  background-color: rgba(209, 209, 209, 0.24);
  box-shadow: none;
  border: 0;
  padding: 50px 20px 30px 20px;
  margin-bottom: 20px;
}
.information-div div {
  display: table;
  width: 100%;
  height: 135px;
}
.information-div div > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
}
.informationLine {
  display: inline-block;
  width: 100%;
}
.informationLine::after {
  content: ": \A";
}
@media only screen and (min-width: 1200px) {
  .information-div {
    min-height: 234px;
  }
}
/*=======================================
   Navigation Button Div
=========================================*/
.nav-button-div {
  width: 100%;
  min-height: 100px;
  background-color: rgba(209, 209, 209, 0.24);
  box-shadow: none;
  border: 0;
  padding: 50px 20px 30px 20px;
  margin-bottom: 20px;
}
.nav-button-div a > div {
  display: table;
  width: 100%;
  text-align: center;
}
.nav-button-div span {
  display: table-cell;
  vertical-align: middle;
}
.nav-button-div h4 {
  padding-left: 0 !important;
}
@media only screen and (min-width: 992px) {
  .nav-button-div {
    width: 100%;
    min-height: 275px;
    background-color: rgba(209, 209, 209, 0.24);
    box-shadow: none;
    border: 0;
    padding: 50px 20px 30px 20px;
    margin-bottom: 20px;
  }
  .nav-button-div a > div {
    height: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-button-div {
    width: 100%;
    min-height: 260px;
    background-color: rgba(209, 209, 209, 0.24);
    box-shadow: none;
    border: 0;
    padding: 50px 20px 30px 20px;
    margin-bottom: 20px;
  }
  .nav-button-div a > div {
    height: 118px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation_container {
    width: 100% !important;
  }
}
/*=======================================
    Article Section STYLES
=========================================*/
.title_summary {
  text-align: justify;
}
@media only screen and (min-width: 992px) {
  .articleTable {
    display: table;
  }
  .articleRow {
    display: table-row;
  }
  .articleCell {
    display: table-cell;
    float: none !important;
    vertical-align: top;
  }
  .lump {
    padding-top: 6px;
  }
  .lump h3 {
    text-transform: lowercase;
  }
  .lump h3::first-letter {
    text-transform: uppercase;
  }
  .spanObjective:before {
    content: "\A";
    white-space: pre;
  }
}
/*=======================================
    In-page Navigation STYLES
=========================================*/
.in_page_navigation_section {
  padding-bottom: 0;
}
/*=======================================
    Main  text STYLES
=========================================*/
.mainTextDiv {
  display: table;
  width: 100%;
}
.mainTextDiv span {
  display: table-cell;
  vertical-align: middle;
}
.mainTextDiv span ul {
  font-weight: bold;
  font-size: 16px;
}
/*=======================================
    Collapsable content STYLES
==================================================*/
.toggleLink {
  color: #0083b9;
  font-style: italic;
}
.hiddenContentDiv {
  display: none;
}
.displayedContentControl {
  display: none;
}
.hiddenContentControl span {
  display: inline;
}
/*=======================================
    Information content STYLES
==================================================*/
#Information .space-pad {
  padding-bottom: 5px;
}
#Information h4 {
  padding-bottom: 5px;
}
/*=======================================
    CONTACT STYLES
==================================================*/
.contact-cls {
  font-size: 20px;
  line-height: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-cls {
    font-size: 18px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-cls {
    font-size: 18px;
    line-height: 44px;
  }
  .contact-cls .fa {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 414px) {
  .contact-cls {
    font-size: 16px;
    line-height: 40px;
  }
  .contact-cls .fa {
    font-size: 24px !important;
  }
  .contact-cls fieldset {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .contact-cls {
    font-size: 12px;
    line-height: 32px;
  }
  .contact-cls .fa {
    font-size: 20px !important;
  }
  .contact-cls fieldset {
    margin-bottom: 10px;
  }
}
#contact h3 {
  padding-bottom: 1px;
  color: #0083b9;
}
.contactResponse {
  color: #0083b9;
  margin-left: auto;
  margin-right: auto;
}
.contactResponse h3 {
  line-height: 118px;
  text-align: center;
}
/*=======================================
    FOOTER STYLES
==================================================*/
#footer {
  background-color: #000;
  color: #fff;
  padding: 20px 50px 20px 50px;
  text-align: right;
  min-height: 65px;
}
@media only screen and (max-width: 414px) {
  #footer {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#power_container {
  float: right;
}
#imprint_container {
  text-align: center;
}
#imprint_container a {
  color: #ffffff !important;
  text-transform: uppercase;
}
#imprint_container a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 414px) {
  #imprint_container {
    padding-bottom: 15px;
  }
}
#copyright_container {
  float: left;
  text-align: left;
}
#language_selector {
  float: right;
  padding-top: 16px;
}
#language_selector ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#language_selector ul li {
  display: inline;
  float: left;
  margin-left: 2px;
}
#language_selector ul li a img {
  width: 23px !important;
}
#language_selector ul li img {
  width: 23px !important;
}
.selected {
  margin-left: 10px !important;
}
.contactDiv {
  font-size: 20px;
  line-height: 20px;
  margin-left: 36%;
}
