/*
* i4 project "ins ag website"
* by ditoy e-dentity 2015
*
* made for minimum width of 1000 px
* refer to responsive-design.css for smaller sizes
*/
/* colors */
/* dimensions */
/* font-size */
/**
* general
*/
#page_wrap,
#page_wrap * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

body {
  font-family: Helvetica, Arial, Sans-serif;
  height: 100%;
  min-height: 100%;
  margin: 0; }
  body.topbar {
    height: 100%; }

body.Standard,
body.Special {
  background-color: #004365; }

#page_wrap {
  height: 100%;
  width: 100%;
  /*1920px;*/
  position: relative; }

#logo {
  position: relative;
  float: left;
  width: 100%;
  height: 230px;
  padding: 40px 10% 0 10%;
  margin: 0 0 75px 0; }
  #logo img {
    width: 100%; }

#contact {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 15% 10% 15%;
  margin: 60px 0 0 0; }
  #contact p {
    font-size: 13px;
    color: #004365;
    margin-bottom: 1em;
    line-height: 140%; }
    #contact p a {
      color: #004365;
      text-decoration: none; }

div#ditoy {
  position: absolute;
  right: 2%;
  bottom: 10px; }

#ditoy,
#ditoy a {
  color: white;
  font-size: 10px;
  font-weight: normal; }

div.edit_button_container {
  box-sizing: content-box !important; }

body.Home span.new_icon,
body.Standard span.new_icon,
span.navigation_edit {
  background-color: #ffe400; }

/* home video & claim */
video#bgvid {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url(../image/home/saior.png) no-repeat; }

video {
  display: block; }

#claim {
  position: absolute;
  top: 40px;
  left: 460px;
  width: 442px;
  width: calc(31% - 153px);
  opacity: 0.9; }
  #claim img {
    border: none;
    width: 100%;
    /*width: 500px;*/ }
    #claim img:hover {
      box-shadow: 0px 0px 10px 1px #897a1c; }
    #claim img:active {
      box-shadow: 0px 0px 5px 1px #897a1c;
      background: #004365; }

/**
* navigation
*/
#navigation {
  position: fixed;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 380px;
  background-color: white;
  overflow: auto;
  z-index: 1; }
  #navigation .navigation_container > ul.navigation_list {
    float: left;
    width: 100%;
    padding: 0 10% 0 10%; }
    #navigation .navigation_container > ul.navigation_list li {
      float: left;
      width: 100%;
      margin-bottom: 6px; }
      #navigation .navigation_container > ul.navigation_list li a {
        display: block;
        padding: 8px 20px;
        font-size: 19px;
        color: #004365;
        width: 100%; }
      #navigation .navigation_container > ul.navigation_list li a:hover {
        background: #bccec4; }
      #navigation .navigation_container > ul.navigation_list li.active > a {
        font-weight: normal;
        background: #bccec4; }
      #navigation .navigation_container > ul.navigation_list li.current > a {
        font-weight: normal;
        background: #ffe400; }
    #navigation .navigation_container > ul.navigation_list li:first-child {
      margin-top: 6px; }
    #navigation .navigation_container > ul.navigation_list li ul li a {
      padding-left: 40px; }
    #navigation .navigation_container > ul.navigation_list li ul li ul li a {
      padding-left: 60px; }
    #navigation .navigation_container > ul.navigation_list li ul li ul li ul li a {
      padding-left: 80px; }
    #navigation .navigation_container > ul.navigation_list li.nav_level3.active {
      background-color: rgba(188, 206, 196, 0.5); }

.navigation_container {
  float: left;
  height: 100%; }

.navigation_container ul ul {
  padding: 0; }

div.navigation_edit_toolbar {
  position: absolute;
  top: 20px; }

#navigation_main {
  float: left;
  width: 100%;
  min-height: 50px; }
  #navigation_main .navigation_container {
    width: 100%; }

/**
* language navigation
*/
#navigation_language {
  position: fixed;
  top: 40px;
  right: 40px;
  background: white;
  z-index: 1; }
  #navigation_language ul.navigation_list {
    margin: 0; }
    #navigation_language ul.navigation_list li {
      margin: 0;
      padding: 0; }
      #navigation_language ul.navigation_list li a {
        font-size: 17px;
        font-weight: normal;
        color: white;
        background-color: #004365;
        padding: 5px 10px;
        text-transform: uppercase; }
        #navigation_language ul.navigation_list li a:hover {
          background-color: #bccec4; }
      #navigation_language ul.navigation_list li.active > a {
        background-color: #ffe400;
        color: #004365; }

#mobile_nav_lang {
  display: none; }

/**
* template standard
*/
#visual {
  position: absolute;
  top: 0;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7); }
  #visual .component_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
    #visual .component_image img {
      width: 100%;
      display: none; }
    #visual .component_image div.edit_button_container {
      position: fixed; }
  #visual .component_empty_plugin {
    position: fixed;
    top: 30px;
    left: -20px; }

.topbar #navigation {
  top: 25px; }

.topbar #visual .component_image,
.topbar #visual .empty_plugin {
  position: relative;
  margin-left: 20px; }
.topbar #visual .empty_plugin {
  margin-top: 100px; }
.topbar #visual div.edit_button_container span.edit_icon img {
  display: block; }

#content {
  position: absolute;
  top: 280px;
  left: 22%;
  right: 0;
  margin: 0;
  min-height: 50px;
  width: 78%;
  color: white; }

body.Home #content {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  padding: 2%;
  padding-left: 460px;
  width: 100%; }

body.Standard #content {
  background-color: #004365;
  left: 0;
  width: 100%;
  padding: 40px;
  padding-left: 460px; }

/*
* template admin
*/
body.Admin div#content {
  margin-left: 10%;
  margin-top: 20px; }

/*
* plugin: column
*/
.component_column .column_container {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 32px; }
.component_column .column_container:first-child {
  padding-left: 0; }
.component_column .column_container:last-child {
  padding-right: 0; }

div.column_count_2 div.column_box_1,
div.column_count_2 div.column_box_2 {
  width: 49%;
  margin: 0; }

/*
* plugin: text
*/
.component_text h1 {
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 1.2em;
  line-height: 120%; }
.component_text h2 {
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 18px;
  margin-top: 10px;
  line-height: 120%; }
.component_text div.teaser {
  margin-bottom: 2em; }
  .component_text div.teaser p {
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 135%;
    padding: 8px 0;
    color: white; }
.component_text .text_standard p {
  font-size: 18px;
  line-height: 138%;
  margin-bottom: 18px; }
.component_text a {
  color: #ffe400;
  text-decoration: none; }
  .component_text a:hover {
    color: #bccec4; }
.component_text ul {
  margin-bottom: 10px; }
  .component_text ul li {
    font-size: 18px;
    padding-bottom: 2px; }
.component_text table {
  border-collapse: collapse;
  width: 100%; }
.component_text tr {
  border-top: 1px white solid; }
.component_text tr:first-child {
  border: 0; }
.component_text td {
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 18px;
  vertical-align: top;
  padding: 8px 0;
  color: white; }
.component_text td:first-child {
  padding-right: 16px;
  width: 48%; }

/*
* plugin: image
*/
.component_image {
  width: 100%;
  margin-bottom: 20px; }
  .component_image img:first-of-type {
    width: 100%; }
  .component_image img.plus {
    width: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -50px;
    opacity: 0;
    transition: all 0.4s ease; }
  .component_image:hover img.plus {
    opacity: 1;
    margin-top: -25px; }

/*
* plugin: library
*/
.component_library a {
  font-size: 18px;
  background-position: left center;
  margin-bottom: 10px;
  color: #ffe400;
  text-decoration: none; }
.component_library a:hover {
  color: #bccec4; }

/*
* plugin: link
*/
.component_link a {
  font-size: 18px;
  background: url(../image/link_arrow.png);
  background-position: right 8px;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-right: 20px;
  margin-bottom: 10px;
  color: #ffe400;
  text-decoration: none; }
.component_link a:hover {
  color: #bccec4; }

.component_link a.link_intern {
  background-position: right -14px;
  padding-right: 19px; }

/*
* plugin: embed
*/
.component_embed .embed_wrapper {
  margin-bottom: 20px; }

/*
* plugin: form / form_element
*/
.component_form > p,
.component_form > p > a {
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 14px;
  color: white; }
.component_form p {
  margin-bottom: 7px; }

.component_form_element label {
  color: white; }
.component_form_element button {
  padding: 8px 20px;
  text-transform: uppercase;
  background-color: #ffe400;
  border: 0;
  margin-top: 10px;
  font-size: 16px;
  font-family: Helvetica, Arial, Sans-serif; }
.component_form_element label,
.component_form_element input,
.component_form_element li,
.component_form_element select,
.component_form_element textarea {
  font-size: 14px; }
.component_form_element input,
.component_form_element textarea,
.component_form_element ul {
  width: 100%; }
.component_form_element input.date,
.component_form_element .captcha input {
  width: 30%; }
.component_form_element .captcha_text {
  font-size: 12px; }
.component_form_element textarea {
  height: 6em; }
.component_form_element .form_notification {
  padding: 5px; }
  .component_form_element .form_notification p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding: 0; }

.component_line {
  border-top: 1px white solid; }

/*
* plugin: teaserbox
*/
Body.Home .aggregator_container .aggregator_item_teaserbox .component_composition_teaser_box .teaser_box_container .content {
  overflow: hidden;
  height: 95%; }

Body.Standard .aggregator_container .aggregator_item_teaserbox .component_composition_teaser_box .teaser_box_container .content {
  padding-top: 0; }

.aggregator_container .aggregator_item_teaserbox {
  float: left;
  width: 31.32%;
  position: relative;
  margin-right: 3%;
  margin-top: 1em; }
  .aggregator_container .aggregator_item_teaserbox .component_composition_teaser_box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    .aggregator_container .aggregator_item_teaserbox .component_composition_teaser_box .teaser_box_container {
      background: #004365;
      color: white;
      cursor: pointer;
      height: 100%;
      position: relative; }
      .aggregator_container .aggregator_item_teaserbox .component_composition_teaser_box .teaser_box_container:hover {
        box-shadow: 0px 0px 10px 1px #897a1c; }
      .aggregator_container .aggregator_item_teaserbox .component_composition_teaser_box .teaser_box_container:active {
        box-shadow: 0px 0px 5px 1px #897a1c;
        background: #004365; }
      .aggregator_container .aggregator_item_teaserbox .component_composition_teaser_box .teaser_box_container img {
        width: 46.2%; }
      .aggregator_container .aggregator_item_teaserbox .component_composition_teaser_box .teaser_box_container .content {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        width: calc(53.8% - 20px);
        padding-top: 18px;
        padding-right: 20px; }
        .aggregator_container .aggregator_item_teaserbox .component_composition_teaser_box .teaser_box_container .content h2 {
          font-size: 19px;
          font-size: 1.1vw;
          line-height: 130%;
          margin-bottom: 10px; }
        .aggregator_container .aggregator_item_teaserbox .component_composition_teaser_box .teaser_box_container .content p {
          font-size: 18px;
          font-size: 1vw;
          line-height: 130%; }
  .aggregator_container .aggregator_item_teaserbox.first_column {
    margin-left: 0px; }
  .aggregator_container .aggregator_item_teaserbox.last_column {
    margin-right: 0px; }
  .aggregator_container .aggregator_item_teaserbox:after {
    padding-top: 46.2%;
    display: block;
    content: ''; }

body.Standard .aggregator_container .aggregator_item_teaserbox {
  margin-bottom: 2em; }

.aggregator_container .aggregator_item_team {
  width: 22%;
  float: left;
  position: relative;
  margin-right: 4%;
  margin-top: 2%;
  margin-bottom: 2%; }
  .aggregator_container .aggregator_item_team .component_composition_team {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    .aggregator_container .aggregator_item_team .component_composition_team .team_container {
      background: white;
      color: #004365;
      cursor: pointer;
      height: 100%; }
      .aggregator_container .aggregator_item_team .component_composition_team .team_container img {
        width: 100%;
        height: 100%; }
      .aggregator_container .aggregator_item_team .component_composition_team .team_container .content {
        position: absolute;
        float: left;
        display: none;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        padding: 15px;
        padding-top: 20%;
        background-color: rgba(255, 255, 255, 0.7); }
        .aggregator_container .aggregator_item_team .component_composition_team .team_container .content p, .aggregator_container .aggregator_item_team .component_composition_team .team_container .content h2 {
          text-align: center; }
        .aggregator_container .aggregator_item_team .component_composition_team .team_container .content p {
          font-size: 18px;
          line-height: 130%; }
          .aggregator_container .aggregator_item_team .component_composition_team .team_container .content p.name {
            font-size: 22px;
            font-style: italic;
            margin-bottom: 5px; }
        .aggregator_container .aggregator_item_team .component_composition_team .team_container .content:hover {
          display: block; }

.aggregator_item_team:after {
  padding-top: 109.9%;
  display: block;
  content: ''; }

.aggregator_container .aggregator_item_team.last_column {
  margin-right: 0;
  /*10px;*/ }

.topbar .component_line {
  min-height: 30px; }

/*
* plugin: login
*/
.component_authentication a {
  color: #ffe400;
  text-decoration: none; }
  .component_authentication a:hover {
    color: #bccec4; }
.component_authentication #authentication_login {
  float: left;
  background: white;
  padding: 20px;
  width: 400px;
  margin-top: 40px;
  margin-left: calc(67%/2 - 200px);
  color: white; }
  .component_authentication #authentication_login h1 {
    font-weight: normal;
    font-size: 25px;
    color: #004365;
    margin-bottom: 15px; }
  .component_authentication #authentication_login form {
    float: left;
    width: 100%; }
    .component_authentication #authentication_login form label {
      font-family: Helvetica, arial, sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 2px;
      color: #004365; }
    .component_authentication #authentication_login form input {
      font-family: Helvetica, arial, sans-serif;
      padding: 5px;
      font-size: 12px;
      width: 100%;
      margin-bottom: 10px; }
    .component_authentication #authentication_login form button {
      font-family: Helvetica, arial, sans-serif;
      background: #004365;
      padding: 10px 15px;
      border: none;
      color: white;
      text-transform: uppercase;
      font-size: 12px; }

/**
* admin
*/
body.Admin {
  background-color: #bccec4; }
  body.Admin #content_wrap {
    margin-top: 10px; }

#admin_container {
  width: 80%; }

/**
* mobile topbar
*/
#mobile_topbar {
  width: 100%;
  position: fixed;
  background-color: white;
  top: 0;
  z-index: 100;
  height: 60px;
  border-bottom: 5px solid #bccec4;
  display: none; }

#mobile_topbar .left,
#mobile_topbar .middle,
#mobile_topbar .right {
  float: left;
  width: 20%;
  min-height: 20px; }

#mobile_topbar .right {
  float: right; }

#mobile_topbar .middle {
  text-align: center;
  width: 60%; }

#mobile_topbar .middle img {
  width: 100px;
  display: inline;
  margin-top: 8px; }

#mobile_topbar button {
  margin: 15px 15px;
  float: left;
  text-indent: -2000px;
  width: 40px;
  height: 32px;
  border: none;
  background: none;
  cursor: pointer;
  overflow: hidden; }

#mobile_topbar button#button_menu {
  background-image: url(../image/rd-nav-icon.svg);
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: 0px center;
  transition: all 0.5s ease-in-out; }

#mobile_topbar button#button_menu.active {
  background-position: -44px center; }

#menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: none; }

.image_slider_container {
  top: calc(50% - 200px);
  left: 0;
  /*	left: calc(37% - 400px);*/ }
