@charset "UTF-8";
/* konfiguracni promenne
// ==================================== */
/* Breakpoints */
/* Grid Variables */
/*@mixin font-size($size) {
  font-size: $size;
  font-size: calculateRem($size);
}*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.cont_12 {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%; }

.row {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  width: auto !important; }

.col_1, .col_xs_1, .col_2, .col_xs_2, .col_3, .col_xs_3, .col_4, .col_xs_4, .col_5, .col_xs_5, .col_6, .col_xs_6, .col_7, .col_xs_7, .col_8, .col_xs_8, .col_9, .col_xs_9, .col_10, .col_xs_10, .col_11, .col_xs_11, .col_12, .col_xs_12, .col_sm_1, .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_5, .col_sm_6, .col_sm_7, .col_sm_8, .col_sm_9, .col_sm_10, .col_sm_11, .col_sm_12, .col_md_1, .col_md_2, .col_md_3, .col_md_4, .col_md_5, .col_md_6, .col_md_7, .col_md_8, .col_md_9, .col_md_10, .col_md_11, .col_md_12, .col_l_1, .col_l_2, .col_l_3, .col_l_4, .col_l_5, .col_l_6, .col_l_7, .col_l_8, .col_l_9, .col_l_10, .col_l_11, .col_l_12, .col_xl_1, .col_xl_2, .col_xl_3, .col_xl_4, .col_xl_5, .col_xl_6, .col_xl_7, .col_xl_8, .col_xl_9, .col_xl_10, .col_xl_11, .col_xl_12 {
  display: inline;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .col_1, .col_xs_1, .col_2, .col_xs_2, .col_3, .col_xs_3, .col_4, .col_xs_4, .col_5, .col_xs_5, .col_6, .col_xs_6, .col_7, .col_xs_7, .col_8, .col_xs_8, .col_9, .col_xs_9, .col_10, .col_xs_10, .col_11, .col_xs_11, .col_12, .col_xs_12, .col_sm_1, .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_5, .col_sm_6, .col_sm_7, .col_sm_8, .col_sm_9, .col_sm_10, .col_sm_11, .col_sm_12, .col_md_1, .col_md_2, .col_md_3, .col_md_4, .col_md_5, .col_md_6, .col_md_7, .col_md_8, .col_md_9, .col_md_10, .col_md_11, .col_md_12, .col_l_1, .col_l_2, .col_l_3, .col_l_4, .col_l_5, .col_l_6, .col_l_7, .col_l_8, .col_l_9, .col_l_10, .col_l_11, .col_l_12, .col_xl_1, .col_xl_2, .col_xl_3, .col_xl_4, .col_xl_5, .col_xl_6, .col_xl_7, .col_xl_8, .col_xl_9, .col_xl_10, .col_xl_11, .col_xl_12 {
      padding-left: 15px;
      padding-right: 15px; } }

.cont_12 .alpha_xs {
  padding-left: 0; }
.cont_12 .omega_xs {
  padding-right: 0; }
.cont_12 .noalpha_xs {
  padding-left: 30px; }
.cont_12 .noomega_xs {
  padding-right: 30px; }
.cont_12 .col_1 {
  width: 8.33333%; }
.cont_12 .col_xs_1 {
  width: 8.33333%; }
.cont_12 .col_2 {
  width: 16.66667%; }
.cont_12 .col_xs_2 {
  width: 16.66667%; }
.cont_12 .col_3 {
  width: 25%; }
.cont_12 .col_xs_3 {
  width: 25%; }
.cont_12 .col_4 {
  width: 33.33333%; }
.cont_12 .col_xs_4 {
  width: 33.33333%; }
.cont_12 .col_5 {
  width: 41.66667%; }
.cont_12 .col_xs_5 {
  width: 41.66667%; }
.cont_12 .col_6 {
  width: 50%; }
.cont_12 .col_xs_6 {
  width: 50%; }
.cont_12 .col_7 {
  width: 58.33333%; }
.cont_12 .col_xs_7 {
  width: 58.33333%; }
.cont_12 .col_8 {
  width: 66.66667%; }
.cont_12 .col_xs_8 {
  width: 66.66667%; }
.cont_12 .col_9 {
  width: 75%; }
.cont_12 .col_xs_9 {
  width: 75%; }
.cont_12 .col_10 {
  width: 83.33333%; }
.cont_12 .col_xs_10 {
  width: 83.33333%; }
.cont_12 .col_11 {
  width: 91.66667%; }
.cont_12 .col_xs_11 {
  width: 91.66667%; }
.cont_12 .col_12 {
  width: 100%; }
.cont_12 .col_xs_12 {
  width: 100%; }
.cont_12 .push_xs_1 {
  left: 8.33333%; }
.cont_12 .push_xs_2 {
  left: 16.66667%; }
.cont_12 .push_xs_3 {
  left: 25%; }
.cont_12 .push_xs_4 {
  left: 33.33333%; }
.cont_12 .push_xs_5 {
  left: 41.66667%; }
.cont_12 .push_xs_6 {
  left: 50%; }
.cont_12 .push_xs_7 {
  left: 58.33333%; }
.cont_12 .push_xs_8 {
  left: 66.66667%; }
.cont_12 .push_xs_9 {
  left: 75%; }
.cont_12 .push_xs_10 {
  left: 83.33333%; }
.cont_12 .push_xs_11 {
  left: 91.66667%; }
.cont_12 .push_xs_12 {
  left: 100%; }
.cont_12 .pull_xs_1 {
  left: -8.33333%; }
.cont_12 .pull_xs_2 {
  left: -16.66667%; }
.cont_12 .pull_xs_3 {
  left: -25%; }
.cont_12 .pull_xs_4 {
  left: -33.33333%; }
.cont_12 .pull_xs_5 {
  left: -41.66667%; }
.cont_12 .pull_xs_6 {
  left: -50%; }
.cont_12 .pull_xs_7 {
  left: -58.33333%; }
.cont_12 .pull_xs_8 {
  left: -66.66667%; }
.cont_12 .pull_xs_9 {
  left: -75%; }
.cont_12 .pull_xs_10 {
  left: -83.33333%; }
.cont_12 .pull_xs_11 {
  left: -91.66667%; }
.cont_12 .pull_xs_12 {
  left: -100%; }
.cont_12 .prefix_xs_0 {
  margin-left: 30px; }
.cont_12 .suffix_xs_0 {
  margin-right: 30px; }
.cont_12 .prefix_xs_1 {
  margin-left: 8.33333%; }
.cont_12 .suffix_xs_1 {
  margin-right: 8.33333%; }
.cont_12 .prefix_xs_2 {
  margin-left: 16.66667%; }
.cont_12 .suffix_xs_2 {
  margin-right: 16.66667%; }
.cont_12 .prefix_xs_3 {
  margin-left: 25%; }
.cont_12 .suffix_xs_3 {
  margin-right: 25%; }
.cont_12 .prefix_xs_4 {
  margin-left: 33.33333%; }
.cont_12 .suffix_xs_4 {
  margin-right: 33.33333%; }
.cont_12 .prefix_xs_5 {
  margin-left: 41.66667%; }
.cont_12 .suffix_xs_5 {
  margin-right: 41.66667%; }
.cont_12 .prefix_xs_6 {
  margin-left: 50%; }
.cont_12 .suffix_xs_6 {
  margin-right: 50%; }
.cont_12 .prefix_xs_7 {
  margin-left: 58.33333%; }
.cont_12 .suffix_xs_7 {
  margin-right: 58.33333%; }
.cont_12 .prefix_xs_8 {
  margin-left: 66.66667%; }
.cont_12 .suffix_xs_8 {
  margin-right: 66.66667%; }
.cont_12 .prefix_xs_9 {
  margin-left: 75%; }
.cont_12 .suffix_xs_9 {
  margin-right: 75%; }
.cont_12 .prefix_xs_10 {
  margin-left: 83.33333%; }
.cont_12 .suffix_xs_10 {
  margin-right: 83.33333%; }
.cont_12 .prefix_xs_11 {
  margin-left: 91.66667%; }
.cont_12 .suffix_xs_11 {
  margin-right: 91.66667%; }
.cont_12 .row_xs {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  width: auto !important; }

@media screen and (min-width: 480px) {
  .cont_12 .alpha_sm {
    padding-left: 0; }
  .cont_12 .omega_sm {
    padding-right: 0; }
  .cont_12 .noalpha_sm {
    padding-left: 30px; }
  .cont_12 .noomega_sm {
    padding-right: 30px; }
  .cont_12 .col_1 {
    width: 8.33333%; }
  .cont_12 .col_sm_1 {
    width: 8.33333%; }
  .cont_12 .col_2 {
    width: 16.66667%; }
  .cont_12 .col_sm_2 {
    width: 16.66667%; }
  .cont_12 .col_3 {
    width: 25%; }
  .cont_12 .col_sm_3 {
    width: 25%; }
  .cont_12 .col_4 {
    width: 33.33333%; }
  .cont_12 .col_sm_4 {
    width: 33.33333%; }
  .cont_12 .col_5 {
    width: 41.66667%; }
  .cont_12 .col_sm_5 {
    width: 41.66667%; }
  .cont_12 .col_6 {
    width: 50%; }
  .cont_12 .col_sm_6 {
    width: 50%; }
  .cont_12 .col_7 {
    width: 58.33333%; }
  .cont_12 .col_sm_7 {
    width: 58.33333%; }
  .cont_12 .col_8 {
    width: 66.66667%; }
  .cont_12 .col_sm_8 {
    width: 66.66667%; }
  .cont_12 .col_9 {
    width: 75%; }
  .cont_12 .col_sm_9 {
    width: 75%; }
  .cont_12 .col_10 {
    width: 83.33333%; }
  .cont_12 .col_sm_10 {
    width: 83.33333%; }
  .cont_12 .col_11 {
    width: 91.66667%; }
  .cont_12 .col_sm_11 {
    width: 91.66667%; }
  .cont_12 .col_12 {
    width: 100%; }
  .cont_12 .col_sm_12 {
    width: 100%; }
  .cont_12 .push_sm_1 {
    left: 8.33333%; }
  .cont_12 .push_sm_2 {
    left: 16.66667%; }
  .cont_12 .push_sm_3 {
    left: 25%; }
  .cont_12 .push_sm_4 {
    left: 33.33333%; }
  .cont_12 .push_sm_5 {
    left: 41.66667%; }
  .cont_12 .push_sm_6 {
    left: 50%; }
  .cont_12 .push_sm_7 {
    left: 58.33333%; }
  .cont_12 .push_sm_8 {
    left: 66.66667%; }
  .cont_12 .push_sm_9 {
    left: 75%; }
  .cont_12 .push_sm_10 {
    left: 83.33333%; }
  .cont_12 .push_sm_11 {
    left: 91.66667%; }
  .cont_12 .push_sm_12 {
    left: 100%; }
  .cont_12 .pull_sm_1 {
    left: -8.33333%; }
  .cont_12 .pull_sm_2 {
    left: -16.66667%; }
  .cont_12 .pull_sm_3 {
    left: -25%; }
  .cont_12 .pull_sm_4 {
    left: -33.33333%; }
  .cont_12 .pull_sm_5 {
    left: -41.66667%; }
  .cont_12 .pull_sm_6 {
    left: -50%; }
  .cont_12 .pull_sm_7 {
    left: -58.33333%; }
  .cont_12 .pull_sm_8 {
    left: -66.66667%; }
  .cont_12 .pull_sm_9 {
    left: -75%; }
  .cont_12 .pull_sm_10 {
    left: -83.33333%; }
  .cont_12 .pull_sm_11 {
    left: -91.66667%; }
  .cont_12 .pull_sm_12 {
    left: -100%; }
  .cont_12 .prefix_sm_0 {
    margin-left: 30px; }
  .cont_12 .suffix_sm_0 {
    margin-right: 30px; }
  .cont_12 .prefix_sm_1 {
    margin-left: 8.33333%; }
  .cont_12 .suffix_sm_1 {
    margin-right: 8.33333%; }
  .cont_12 .prefix_sm_2 {
    margin-left: 16.66667%; }
  .cont_12 .suffix_sm_2 {
    margin-right: 16.66667%; }
  .cont_12 .prefix_sm_3 {
    margin-left: 25%; }
  .cont_12 .suffix_sm_3 {
    margin-right: 25%; }
  .cont_12 .prefix_sm_4 {
    margin-left: 33.33333%; }
  .cont_12 .suffix_sm_4 {
    margin-right: 33.33333%; }
  .cont_12 .prefix_sm_5 {
    margin-left: 41.66667%; }
  .cont_12 .suffix_sm_5 {
    margin-right: 41.66667%; }
  .cont_12 .prefix_sm_6 {
    margin-left: 50%; }
  .cont_12 .suffix_sm_6 {
    margin-right: 50%; }
  .cont_12 .prefix_sm_7 {
    margin-left: 58.33333%; }
  .cont_12 .suffix_sm_7 {
    margin-right: 58.33333%; }
  .cont_12 .prefix_sm_8 {
    margin-left: 66.66667%; }
  .cont_12 .suffix_sm_8 {
    margin-right: 66.66667%; }
  .cont_12 .prefix_sm_9 {
    margin-left: 75%; }
  .cont_12 .suffix_sm_9 {
    margin-right: 75%; }
  .cont_12 .prefix_sm_10 {
    margin-left: 83.33333%; }
  .cont_12 .suffix_sm_10 {
    margin-right: 83.33333%; }
  .cont_12 .prefix_sm_11 {
    margin-left: 91.66667%; }
  .cont_12 .suffix_sm_11 {
    margin-right: 91.66667%; }
  .cont_12 .row_sm {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto !important; } }
@media screen and (min-width: 780px) {
  .cont_12 .alpha_md {
    padding-left: 0; }
  .cont_12 .omega_md {
    padding-right: 0; }
  .cont_12 .noalpha_md {
    padding-left: 30px; }
  .cont_12 .noomega_md {
    padding-right: 30px; }
  .cont_12 .col_1 {
    width: 8.33333%; }
  .cont_12 .col_md_1 {
    width: 8.33333%; }
  .cont_12 .col_2 {
    width: 16.66667%; }
  .cont_12 .col_md_2 {
    width: 16.66667%; }
  .cont_12 .col_3 {
    width: 25%; }
  .cont_12 .col_md_3 {
    width: 25%; }
  .cont_12 .col_4 {
    width: 33.33333%; }
  .cont_12 .col_md_4 {
    width: 33.33333%; }
  .cont_12 .col_5 {
    width: 41.66667%; }
  .cont_12 .col_md_5 {
    width: 41.66667%; }
  .cont_12 .col_6 {
    width: 50%; }
  .cont_12 .col_md_6 {
    width: 50%; }
  .cont_12 .col_7 {
    width: 58.33333%; }
  .cont_12 .col_md_7 {
    width: 58.33333%; }
  .cont_12 .col_8 {
    width: 66.66667%; }
  .cont_12 .col_md_8 {
    width: 66.66667%; }
  .cont_12 .col_9 {
    width: 75%; }
  .cont_12 .col_md_9 {
    width: 75%; }
  .cont_12 .col_10 {
    width: 83.33333%; }
  .cont_12 .col_md_10 {
    width: 83.33333%; }
  .cont_12 .col_11 {
    width: 91.66667%; }
  .cont_12 .col_md_11 {
    width: 91.66667%; }
  .cont_12 .col_12 {
    width: 100%; }
  .cont_12 .col_md_12 {
    width: 100%; }
  .cont_12 .push_md_1 {
    left: 8.33333%; }
  .cont_12 .push_md_2 {
    left: 16.66667%; }
  .cont_12 .push_md_3 {
    left: 25%; }
  .cont_12 .push_md_4 {
    left: 33.33333%; }
  .cont_12 .push_md_5 {
    left: 41.66667%; }
  .cont_12 .push_md_6 {
    left: 50%; }
  .cont_12 .push_md_7 {
    left: 58.33333%; }
  .cont_12 .push_md_8 {
    left: 66.66667%; }
  .cont_12 .push_md_9 {
    left: 75%; }
  .cont_12 .push_md_10 {
    left: 83.33333%; }
  .cont_12 .push_md_11 {
    left: 91.66667%; }
  .cont_12 .push_md_12 {
    left: 100%; }
  .cont_12 .pull_md_1 {
    left: -8.33333%; }
  .cont_12 .pull_md_2 {
    left: -16.66667%; }
  .cont_12 .pull_md_3 {
    left: -25%; }
  .cont_12 .pull_md_4 {
    left: -33.33333%; }
  .cont_12 .pull_md_5 {
    left: -41.66667%; }
  .cont_12 .pull_md_6 {
    left: -50%; }
  .cont_12 .pull_md_7 {
    left: -58.33333%; }
  .cont_12 .pull_md_8 {
    left: -66.66667%; }
  .cont_12 .pull_md_9 {
    left: -75%; }
  .cont_12 .pull_md_10 {
    left: -83.33333%; }
  .cont_12 .pull_md_11 {
    left: -91.66667%; }
  .cont_12 .pull_md_12 {
    left: -100%; }
  .cont_12 .prefix_md_0 {
    margin-left: 30px; }
  .cont_12 .suffix_md_0 {
    margin-right: 30px; }
  .cont_12 .prefix_md_1 {
    margin-left: 8.33333%; }
  .cont_12 .suffix_md_1 {
    margin-right: 8.33333%; }
  .cont_12 .prefix_md_2 {
    margin-left: 16.66667%; }
  .cont_12 .suffix_md_2 {
    margin-right: 16.66667%; }
  .cont_12 .prefix_md_3 {
    margin-left: 25%; }
  .cont_12 .suffix_md_3 {
    margin-right: 25%; }
  .cont_12 .prefix_md_4 {
    margin-left: 33.33333%; }
  .cont_12 .suffix_md_4 {
    margin-right: 33.33333%; }
  .cont_12 .prefix_md_5 {
    margin-left: 41.66667%; }
  .cont_12 .suffix_md_5 {
    margin-right: 41.66667%; }
  .cont_12 .prefix_md_6 {
    margin-left: 50%; }
  .cont_12 .suffix_md_6 {
    margin-right: 50%; }
  .cont_12 .prefix_md_7 {
    margin-left: 58.33333%; }
  .cont_12 .suffix_md_7 {
    margin-right: 58.33333%; }
  .cont_12 .prefix_md_8 {
    margin-left: 66.66667%; }
  .cont_12 .suffix_md_8 {
    margin-right: 66.66667%; }
  .cont_12 .prefix_md_9 {
    margin-left: 75%; }
  .cont_12 .suffix_md_9 {
    margin-right: 75%; }
  .cont_12 .prefix_md_10 {
    margin-left: 83.33333%; }
  .cont_12 .suffix_md_10 {
    margin-right: 83.33333%; }
  .cont_12 .prefix_md_11 {
    margin-left: 91.66667%; }
  .cont_12 .suffix_md_11 {
    margin-right: 91.66667%; }
  .cont_12 .row_md {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto !important; } }
@media screen and (min-width: 1024px) {
  .cont_12 .alpha_l {
    padding-left: 0; }
  .cont_12 .omega_l {
    padding-right: 0; }
  .cont_12 .noalpha_l {
    padding-left: 30px; }
  .cont_12 .noomega_l {
    padding-right: 30px; }
  .cont_12 .col_1 {
    width: 8.33333%; }
  .cont_12 .col_l_1 {
    width: 8.33333%; }
  .cont_12 .col_2 {
    width: 16.66667%; }
  .cont_12 .col_l_2 {
    width: 16.66667%; }
  .cont_12 .col_3 {
    width: 25%; }
  .cont_12 .col_l_3 {
    width: 25%; }
  .cont_12 .col_4 {
    width: 33.33333%; }
  .cont_12 .col_l_4 {
    width: 33.33333%; }
  .cont_12 .col_5 {
    width: 41.66667%; }
  .cont_12 .col_l_5 {
    width: 41.66667%; }
  .cont_12 .col_6 {
    width: 50%; }
  .cont_12 .col_l_6 {
    width: 50%; }
  .cont_12 .col_7 {
    width: 58.33333%; }
  .cont_12 .col_l_7 {
    width: 58.33333%; }
  .cont_12 .col_8 {
    width: 66.66667%; }
  .cont_12 .col_l_8 {
    width: 66.66667%; }
  .cont_12 .col_9 {
    width: 75%; }
  .cont_12 .col_l_9 {
    width: 75%; }
  .cont_12 .col_10 {
    width: 83.33333%; }
  .cont_12 .col_l_10 {
    width: 83.33333%; }
  .cont_12 .col_11 {
    width: 91.66667%; }
  .cont_12 .col_l_11 {
    width: 91.66667%; }
  .cont_12 .col_12 {
    width: 100%; }
  .cont_12 .col_l_12 {
    width: 100%; }
  .cont_12 .push_l_1 {
    left: 8.33333%; }
  .cont_12 .push_l_2 {
    left: 16.66667%; }
  .cont_12 .push_l_3 {
    left: 25%; }
  .cont_12 .push_l_4 {
    left: 33.33333%; }
  .cont_12 .push_l_5 {
    left: 41.66667%; }
  .cont_12 .push_l_6 {
    left: 50%; }
  .cont_12 .push_l_7 {
    left: 58.33333%; }
  .cont_12 .push_l_8 {
    left: 66.66667%; }
  .cont_12 .push_l_9 {
    left: 75%; }
  .cont_12 .push_l_10 {
    left: 83.33333%; }
  .cont_12 .push_l_11 {
    left: 91.66667%; }
  .cont_12 .push_l_12 {
    left: 100%; }
  .cont_12 .pull_l_1 {
    left: -8.33333%; }
  .cont_12 .pull_l_2 {
    left: -16.66667%; }
  .cont_12 .pull_l_3 {
    left: -25%; }
  .cont_12 .pull_l_4 {
    left: -33.33333%; }
  .cont_12 .pull_l_5 {
    left: -41.66667%; }
  .cont_12 .pull_l_6 {
    left: -50%; }
  .cont_12 .pull_l_7 {
    left: -58.33333%; }
  .cont_12 .pull_l_8 {
    left: -66.66667%; }
  .cont_12 .pull_l_9 {
    left: -75%; }
  .cont_12 .pull_l_10 {
    left: -83.33333%; }
  .cont_12 .pull_l_11 {
    left: -91.66667%; }
  .cont_12 .pull_l_12 {
    left: -100%; }
  .cont_12 .prefix_l_0 {
    margin-left: 30px; }
  .cont_12 .suffix_l_0 {
    margin-right: 30px; }
  .cont_12 .prefix_l_1 {
    margin-left: 8.33333%; }
  .cont_12 .suffix_l_1 {
    margin-right: 8.33333%; }
  .cont_12 .prefix_l_2 {
    margin-left: 16.66667%; }
  .cont_12 .suffix_l_2 {
    margin-right: 16.66667%; }
  .cont_12 .prefix_l_3 {
    margin-left: 25%; }
  .cont_12 .suffix_l_3 {
    margin-right: 25%; }
  .cont_12 .prefix_l_4 {
    margin-left: 33.33333%; }
  .cont_12 .suffix_l_4 {
    margin-right: 33.33333%; }
  .cont_12 .prefix_l_5 {
    margin-left: 41.66667%; }
  .cont_12 .suffix_l_5 {
    margin-right: 41.66667%; }
  .cont_12 .prefix_l_6 {
    margin-left: 50%; }
  .cont_12 .suffix_l_6 {
    margin-right: 50%; }
  .cont_12 .prefix_l_7 {
    margin-left: 58.33333%; }
  .cont_12 .suffix_l_7 {
    margin-right: 58.33333%; }
  .cont_12 .prefix_l_8 {
    margin-left: 66.66667%; }
  .cont_12 .suffix_l_8 {
    margin-right: 66.66667%; }
  .cont_12 .prefix_l_9 {
    margin-left: 75%; }
  .cont_12 .suffix_l_9 {
    margin-right: 75%; }
  .cont_12 .prefix_l_10 {
    margin-left: 83.33333%; }
  .cont_12 .suffix_l_10 {
    margin-right: 83.33333%; }
  .cont_12 .prefix_l_11 {
    margin-left: 91.66667%; }
  .cont_12 .suffix_l_11 {
    margin-right: 91.66667%; }
  .cont_12 .row_l {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto !important; } }
@media screen and (min-width: 1280px) {
  .cont_12 .alpha_xl {
    padding-left: 0; }
  .cont_12 .omega_xl {
    padding-right: 0; }
  .cont_12 .noalpha_xl {
    padding-left: 30px; }
  .cont_12 .noomega_xl {
    padding-right: 30px; }
  .cont_12 .col_1 {
    width: 8.33333%; }
  .cont_12 .col_xl_1 {
    width: 8.33333%; }
  .cont_12 .col_2 {
    width: 16.66667%; }
  .cont_12 .col_xl_2 {
    width: 16.66667%; }
  .cont_12 .col_3 {
    width: 25%; }
  .cont_12 .col_xl_3 {
    width: 25%; }
  .cont_12 .col_4 {
    width: 33.33333%; }
  .cont_12 .col_xl_4 {
    width: 33.33333%; }
  .cont_12 .col_5 {
    width: 41.66667%; }
  .cont_12 .col_xl_5 {
    width: 41.66667%; }
  .cont_12 .col_6 {
    width: 50%; }
  .cont_12 .col_xl_6 {
    width: 50%; }
  .cont_12 .col_7 {
    width: 58.33333%; }
  .cont_12 .col_xl_7 {
    width: 58.33333%; }
  .cont_12 .col_8 {
    width: 66.66667%; }
  .cont_12 .col_xl_8 {
    width: 66.66667%; }
  .cont_12 .col_9 {
    width: 75%; }
  .cont_12 .col_xl_9 {
    width: 75%; }
  .cont_12 .col_10 {
    width: 83.33333%; }
  .cont_12 .col_xl_10 {
    width: 83.33333%; }
  .cont_12 .col_11 {
    width: 91.66667%; }
  .cont_12 .col_xl_11 {
    width: 91.66667%; }
  .cont_12 .col_12 {
    width: 100%; }
  .cont_12 .col_xl_12 {
    width: 100%; }
  .cont_12 .push_xl_1 {
    left: 8.33333%; }
  .cont_12 .push_xl_2 {
    left: 16.66667%; }
  .cont_12 .push_xl_3 {
    left: 25%; }
  .cont_12 .push_xl_4 {
    left: 33.33333%; }
  .cont_12 .push_xl_5 {
    left: 41.66667%; }
  .cont_12 .push_xl_6 {
    left: 50%; }
  .cont_12 .push_xl_7 {
    left: 58.33333%; }
  .cont_12 .push_xl_8 {
    left: 66.66667%; }
  .cont_12 .push_xl_9 {
    left: 75%; }
  .cont_12 .push_xl_10 {
    left: 83.33333%; }
  .cont_12 .push_xl_11 {
    left: 91.66667%; }
  .cont_12 .push_xl_12 {
    left: 100%; }
  .cont_12 .pull_xl_1 {
    left: -8.33333%; }
  .cont_12 .pull_xl_2 {
    left: -16.66667%; }
  .cont_12 .pull_xl_3 {
    left: -25%; }
  .cont_12 .pull_xl_4 {
    left: -33.33333%; }
  .cont_12 .pull_xl_5 {
    left: -41.66667%; }
  .cont_12 .pull_xl_6 {
    left: -50%; }
  .cont_12 .pull_xl_7 {
    left: -58.33333%; }
  .cont_12 .pull_xl_8 {
    left: -66.66667%; }
  .cont_12 .pull_xl_9 {
    left: -75%; }
  .cont_12 .pull_xl_10 {
    left: -83.33333%; }
  .cont_12 .pull_xl_11 {
    left: -91.66667%; }
  .cont_12 .pull_xl_12 {
    left: -100%; }
  .cont_12 .prefix_xl_0 {
    margin-left: 30px; }
  .cont_12 .suffix_xl_0 {
    margin-right: 30px; }
  .cont_12 .prefix_xl_1 {
    margin-left: 8.33333%; }
  .cont_12 .suffix_xl_1 {
    margin-right: 8.33333%; }
  .cont_12 .prefix_xl_2 {
    margin-left: 16.66667%; }
  .cont_12 .suffix_xl_2 {
    margin-right: 16.66667%; }
  .cont_12 .prefix_xl_3 {
    margin-left: 25%; }
  .cont_12 .suffix_xl_3 {
    margin-right: 25%; }
  .cont_12 .prefix_xl_4 {
    margin-left: 33.33333%; }
  .cont_12 .suffix_xl_4 {
    margin-right: 33.33333%; }
  .cont_12 .prefix_xl_5 {
    margin-left: 41.66667%; }
  .cont_12 .suffix_xl_5 {
    margin-right: 41.66667%; }
  .cont_12 .prefix_xl_6 {
    margin-left: 50%; }
  .cont_12 .suffix_xl_6 {
    margin-right: 50%; }
  .cont_12 .prefix_xl_7 {
    margin-left: 58.33333%; }
  .cont_12 .suffix_xl_7 {
    margin-right: 58.33333%; }
  .cont_12 .prefix_xl_8 {
    margin-left: 66.66667%; }
  .cont_12 .suffix_xl_8 {
    margin-right: 66.66667%; }
  .cont_12 .prefix_xl_9 {
    margin-left: 75%; }
  .cont_12 .suffix_xl_9 {
    margin-right: 75%; }
  .cont_12 .prefix_xl_10 {
    margin-left: 83.33333%; }
  .cont_12 .suffix_xl_10 {
    margin-right: 83.33333%; }
  .cont_12 .prefix_xl_11 {
    margin-left: 91.66667%; }
  .cont_12 .suffix_xl_11 {
    margin-right: 91.66667%; }
  .cont_12 .row_xl {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto !important; } }
.alpha {
  padding-left: 0; }

.omega {
  padding-right: 0; }

.clear {
  overflow: hidden;
  width: 50%;
  clear: both;
  visibility: hidden;
  margin: 0 auto 60px; }

.clearfix::before, .cont_12::before,
.cf::before,
.row::before,
.clearfix::after,
.cont_12::after,
.row::after {
  content: ' ';
  display: table;
  visibility: hidden;
  height: 0; }

.clearfix::after, .cont_12::after,
.cf::after,
.row::after {
  clear: both; }

html[xmlns] .clearfix, html[xmlns] .cont_12,
html[xmlns] .cf,
html[xmlns] .row {
  display: block; }

* html .clearfix, * html .cont_12,
* html .cf,
* html .row {
  height: 1%;
  *zoom: 1; }

.is-hidden {
  display: none; }

.is-visible {
  display: block; }

/* HTML elementy
// ==================================== */
* {
  box-sizing: border-box; }

html, body {
  height: 100%;
  font-size: 15px; }

html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  color: #443333;
  font-family: "PTSans", sans-serif;
  font-weight: 300;
  line-height: 1.46667;
  margin: 0;
  min-height: 100%;
  padding: 0;
  position: relative; }

header,
main,
footer,
article,
section,
figure {
  display: block; }

ul, ol {
  margin: 22px 0;
  padding: 0;
  padding-left: 15px;
  list-style-type: none; }

ul {
  list-style: outside disc url("");
  padding-left: 15px; }

ol {
  list-style: outside ideograph-numeric url(""); }

li {
  background-repeat: no-repeat;
  background-position: 0 center; }

p {
  margin: 0;
  padding: 0; }
  p img {
    vertical-align: middle; }
  * + p {
    margin-top: 22px; }
  p a {
    color: #000000;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted; }

h1, h2, h3, h4 {
  font-family: "PTSans", serif;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1; }

h2, h3, h4 {
  font-size: 21px;
  font-weight: normal; }

h3, h4 {
  font-size: 18px; }

h4 {
  font-size: 15px;
  font-weight: bold; }

* + h1, * + h2, * + h3, * + h4, * + h2, * + h3, * + h4, * + h3, * + h4, * + h4, * + h5 {
  margin-top: 1.46667em; }
  * + h1 a, * + h2 a, * + h3 a, * + h4 a, * + h2 a, * + h3 a, * + h4 a, * + h3 a, * + h4 a, * + h4 a, * + h5 a {
    text-decoration: none; }

*:focus {
  outline: none; }

a {
  text-decoration: underline;
  color: currentColor; }
  a:hover {
    text-decoration: none; }
  a:visited {
    text-decoration: line-through; }
  a img {
    border: 0px; }
  a figcaption {
    text-decoration: none; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 0;
  max-width: 100%;
  height: auto; }

label {
  cursor: pointer; }

table {
  border-collapse: collapse;
  width: 100%; }
  table th, table td {
    text-align: left; }

iframe {
  max-width: 100%; }

small {
  color: #614949; }

.btn, input[type="submit"],
.button {
  background-color: #004392;
  background-color: rgba(0, 67, 146, 0.9);
  border: 1px solid #004392;
  color: #FFFFFF;
  display: inline-block;
  font-size: 15px;
  max-width: 100%;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transition: background 0.1s linear;
          transition: background 0.1s linear; }
  .btn:hover, input[type="submit"]:hover,
  .button:hover {
    font-weight: bold;
    background-color: #004392; }
  .btn.big, input.big[type="submit"],
  .button.big {
    padding: 15px 30px;
    width: 250px; }
  .btn.full, input.full[type="submit"],
  .button.full {
    width: 100%; }
  .btn.cta, input.cta[type="submit"],
  .button.cta {
    display: block;
    margin-top: 30px;
    padding: 10px 50px;
    text-align: center; }
  .btn.fancy-with-icon, input.fancy-with-icon[type="submit"],
  .button.fancy-with-icon {
    height: 45px;
    min-width: 200px;
    padding-left: 35px;
    position: relative;
    border-color: #004392; }
    .btn.fancy-with-icon::before, input.fancy-with-icon[type="submit"]::before,
    .button.fancy-with-icon::before {
      background-color: #004392;
      border-radius: 100%;
      color: #FFFFFF;
      display: inline-block;
      font-size: 25px;
      height: 25px;
      left: -26px;
      line-height: 1;
      padding: 10px;
      position: absolute;
      top: -1px;
      width: 25px; }
  .btn.left, input.left[type="submit"],
  .button.left {
    float: left; }
  .btn.right, input.right[type="submit"],
  .button.right {
    float: right; }

/* =================================
    Page
================================= */
@font-face {
  font-family: "PTSans";
  font-weight: 400;
  font-style: italic;
  src: url("fonts/PT-Sans/PTS56F-webfont.eot?");
  src: url("fonts/PT-Sans/PTS56F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PT-Sans/PTS56F-webfont.woff?") format("woff"), url("fonts/PT-Sans/PTS56F-webfont.ttf?}") format("truetype"), url("fonts/PT-Sans/PTS56F-webfont.svg?#PTSans") format("svg"); }
@font-face {
  font-family: "PTSans";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/PT-Sans/PTS75F-webfont.eot?");
  src: url("fonts/PT-Sans/PTS75F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PT-Sans/PTS75F-webfont.woff?") format("woff"), url("fonts/PT-Sans/PTS75F-webfont.ttf?}") format("truetype"), url("fonts/PT-Sans/PTS75F-webfont.svg?#PTSans") format("svg"); }
@font-face {
  font-family: "PTSans";
  font-weight: 700;
  font-style: italic;
  src: url("fonts/PT-Sans/PTS76F-webfont.eot?");
  src: url("fonts/PT-Sans/PTS76F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PT-Sans/PTS76F-webfont.woff?") format("woff"), url("fonts/PT-Sans/PTS76F-webfont.ttf?}") format("truetype"), url("fonts/PT-Sans/PTS76F-webfont.svg?#PTSans") format("svg"); }
@font-face {
  font-family: "PTSans";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/PT-Sans/PTS55F-webfont.eot?");
  src: url("fonts/PT-Sans/PTS55F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PT-Sans/PTS55F-webfont.woff?") format("woff"), url("fonts/PT-Sans/PTS55F-webfont.ttf?}") format("truetype"), url("fonts/PT-Sans/PTS55F-webfont.svg?#PTSans") format("svg"); }
body {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.page {
  width: 1100px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  margin: 30px auto;
  color: #004392; }

.header {
  position: relative; }
  .header-logo {
    display: block;
    white-space: nowrap; }
    @media screen and (min-width: 780px) {
      .header-logo {
        text-align: center;
        margin-bottom: 25px;
        margin-top: -25px;
        -webkit-transition: height 0.2s linear;
                transition: height 0.2s linear; } }
  .header-logoimage {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    display: none; }
    .header-logoimage.mobile {
      display: inline; }
    @media screen and (min-width: 780px) {
      .header-logoimage {
        display: inline; }
        .header-logoimage.mobile {
          display: none; } }

.content {
  padding-bottom: 30px;
  min-height: 200px;
  padding-top: 30px; }

.footer {
  color: #004392;
  font-size: 15px;
  padding: 0 0; }
  .footer-section.bottom {
    border-top: 2px solid #FFFFFF; }
  .footer .article-header, .footer .gallery-heading {
    color: inherit;
    font-weight: 400; }
  .footer .widget {
    padding-top: 60px; }
  .footer .widget-title {
    font-family: "PTSans", sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px; }
  @media screen and (min-width: 780px) {
    .footer h1, .footer h2, .footer h3, .footer h4, .footer h2, .footer h3, .footer h4, .footer h3, .footer h4 {
      font-size: 30px; } }
  .footer a {
    text-decoration: none;
    color: #FFFFFF; }

@font-face {
  font-family: "fontello";
  font-weight: "normal";
  font-style: "normal";
  src: url("fonts/iconfont/fontello.eot?70315088");
  src: url("fonts/iconfont/fontello.eot?70315088#iefix") format("embedded-opentype"), url("fonts/iconfont/fontello.woff?70315088") format("woff"), url("fonts/iconfont/fontello.ttf?70315088}") format("truetype"), url("fonts/iconfont/fontello.svg?70315088#fontello") format("svg"); }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-thumbs-up:before {
  content: '\e800'; }

/* '¯áÇ' */
.icon-comment:before {
  content: '\e801'; }

/* '¯áü' */
.icon-menu:before {
  content: '\e802'; }

/* '¯áé' */
.icon-key:before {
  content: '\e803'; }

/* '¯áâ' */
.icon-cancel:before {
  content: '\e804'; }

/* '¯áä' */
.icon-impressum:before {
  content: '\e805'; }

/* '¯áà' */
.icon-search:before {
  content: '\e806'; }

/* '¯áå' */
.icon-address:before {
  content: '\e807'; }

/* '¯áç' */
.icon-location:before {
  content: '\e808'; }

/* '¯áê' */
.icon-cookies:before {
  content: '\e809'; }

/* '¯áë' */
.icon-flow-cascade:before {
  content: '\e80a'; }

/* '¯áè' */
.icon-twitter-circled:before {
  content: '\e80b'; }

/* '¯áï' */
.icon-facebook-circled:before {
  content: '\e80c'; }

/* '¯áî' */
.icon-gplus-circled:before {
  content: '\e80d'; }

/* '¯áì' */
.icon-pinterest-circled:before {
  content: '\e80e'; }

/* '¯áÄ' */
.icon-linkedin-circled:before {
  content: '\e80f'; }

/* '¯áÅ' */
.icon-phone:before {
  content: '\e810'; }

/* '¯áÉ' */
.icon-mail:before {
  content: '\e817'; }

/* '¯áù' */
.icon-user:before {
  content: '\e818'; }

/* '¯áÿ' */
.icon-tumblr-circled:before {
  content: '\e81c'; }

/* '¯á£' */
form, fieldset {
  margin: 0;
  padding: 0; }

.header .inner,
.header .iw, .content .inner,
.content .iw, .footer .iw {
  max-width: 100%;
  width: 1100px;
  margin: 0 auto; }

.footer .xform, .footer .google_maps, .article, .gallery {
  margin-bottom: 22px; }

.article.personal .article-iwrap, .single_image-iwrap {
  background-color: #FFFFFF;
  padding: 20px;
  position: relative;
  border: 1px solid #004392; }

.nav-switch {
  background-color: #443334;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 64px;
  height: 0;
  overflow: hidden;
  padding-top: 64px;
  width: 64px;
  margin: 15px auto 0;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
  .nav-switch::before {
    left: 50%;
    margin-left: -24px;
    position: absolute;
    top: 8px;
    font-size: 48px; }
  @media screen and (min-width: 780px) {
    .nav-switch {
      display: none; } }
  .nav-switch[aria-expanded='true'] {
    width: 100%;
    border-radius: 0; }

.nav {
  background-color: #443334;
  display: none;
  list-style: inside none;
  margin: 0;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  top: -webkit-calc(100% - 60px/4);
  top: calc(100% - 60px/4);
  width: 100%;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.8); }
  @media screen and (min-width: 780px) {
    .nav {
      background-color: #FFFFFF;
      display: block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0;
      position: relative;
      right: auto;
      top: 0;
      width: auto; } }
  .nav-wrap {
    background-color: #FFFFFF;
    padding-bottom: 15px; }
  @media screen and (max-width: 780px) {
    .toggled-on > .nav {
      display: block !important; } }
  .nav.lvl-2 {
    display: none;
    list-style: outside none;
    margin: 0;
    position: static;
    border: 0; }
    @media screen and (min-width: 780px) {
      .nav.lvl-2 {
        position: absolute;
        top: 100%;
        left: -1px;
        min-width: 100%;
        min-width: -webkit-calc( 100% + 2px );
        min-width: calc( 100% + 2px );
        border: 1px solid rgba(68, 51, 51, 0.3);
        border-top: 0; } }
  .nav.lvl-3 {
    display: none;
    list-style: outside none;
    margin: 0;
    /*min-width: 100%;*/
    position: static; }
    @media screen and (min-width: 780px) {
      .nav.lvl-3 {
        position: absolute;
        top: 0;
        left: 100%;
        right: auto;
        min-width: 0;
        border: 1px solid #004392; } }
  @media screen and (min-width: 780px) {
    .nav-item {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-right: 0;
      float: left;
      padding: 0 5px;
      position: relative;
      z-index: 1; }
      .nav-item + .nav-item {
        border-left: 1px solid rgba(68, 51, 51, 0.3); } }
  @media screen and (max-width: 780px) {
    .nav-item + .nav-item {
      margin-top: 5px; } }
  .lvl-2 .nav-item {
    background-color: #004392;
    margin-left: 10%;
    margin-right: 10%;
    padding-right: 15px;
    border: none;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    display: block;
    float: none; }
    @media screen and (min-width: 780px) {
      .lvl-2 .nav-item {
        background-color: unset;
        margin: 0; } }
    .lvl-2 .nav-item.parent::after {
      content: '';
      border: 5px solid transparent;
      border-left-color: #004392;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -5px; }
  .nav-item:hover > .nav, .nav-item:focus > .nav, .nav-item:target > .nav {
    display: block; }
  .nav-item:last-child .nav.lvl-2 {
    left: auto;
    right: -1px; }
  .nav-link {
    color: #FFFFFF;
    display: block;
    font-family: "PTSans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    position: relative; }
    @media screen and (min-width: 780px) {
      .nav-link {
        color: #443333; } }
    .nav-link span {
      display: inline-block;
      line-height: 1;
      vertical-align: middle;
      margin-top: -5px; }
    .nav-link:hover, .nav-link:focus {
      color: #000000;
      -webkit-transform: scale(1.1111);
          -ms-transform: scale(1.1111);
              transform: scale(1.1111); }
    .current > .nav-link {
      color: #004392;
      font-weight: bold; }
    .lvl-2 .nav-link {
      color: #FFFFFF;
      font-size: 15px;
      padding-left: 10px;
      text-align: center; }
      @media screen and (min-width: 780px) {
        .lvl-2 .nav-link {
          -webkit-transform-origin: left center;
              -ms-transform-origin: left center;
                  transform-origin: left center;
          color: #443333;
          text-align: left; } }

.mininav {
  list-style: inside none url("");
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .mininavbar {
    background-color: #00924A;
    height: 30px; }
  .mininav-item {
    color: #FFFFFF;
    width: 33%;
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%; }
    @media screen and (max-width: 780px) {
      .mininav-item.big {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media screen and (min-width: 780px) {
      .mininav-item {
        width: auto;
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto; } }
    .mininav-item.spacer {
      display: none; }
      @media screen and (min-width: 780px) {
        .mininav-item.spacer {
          width: 25%;
          display: inline; } }
  .mininav-link {
    color: #FFFFFF;
    font-size: 15px;
    padding: 8px 5px;
    text-decoration: none; }
    .mininav-link span {
      display: none; }
      @media screen and (min-width: 1024px) {
        .mininav-link span {
          display: inline; } }
    @media screen and (min-width: 780px) {
      .mininav-link {
        font-size: 12px; } }

.socialnav {
  display: none; }
  @media screen and (min-width: 1024px) {
    .socialnav {
      height: 80px;
      display: block; } }
  .socialnav a {
    display: block;
    line-height: 40px;
    text-align: center; }

#menu-sitemap.menu {
  list-style: inside disc; }
  #menu-sitemap.menu .sub-menu {
    margin-bottom: 0;
    margin-top: 0; }
  #menu-sitemap.menu .menu-item .menu-item {
    padding: 0 0 0 16px;
    list-style: inside circle; }
    #menu-sitemap.menu .menu-item .menu-item a {
      font-weight: normal; }
  #menu-sitemap.menu a {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none; }

.article {
  color: #004392;
  /* Variants */ }
  .article-iwrap {
    padding: 0;
    position: relative; }
  .article-header, .gallery-heading {
    margin-bottom: 15px; }
    @media screen and (min-width: 1024px) {
      .article-header, .gallery-heading {
        padding-left: 2em;
        text-indent: -2em; } }
    .article-header a, .gallery-heading a {
      text-decoration: none; }
    .article-header.center, .center.gallery-heading {
      text-align: center; }
  .article-content {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px; }
    @media screen and (min-width: 780px) {
      .article-content.column2 {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; }
      .article-content.column3 {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3; } }
  .article-image, .article-imagecol {
    text-align: center; }
    @media screen and (min-width: 780px) {
      .article-image.left, .left.article-imagecol {
        float: left;
        margin-right: 22px; }
      .article-image.right, .right.article-imagecol {
        float: right;
        margin-left: 22px; } }
    .article-image a, .article-imagecol a {
      text-decoration: none; }
  .article-icaption {
    background-color: #004392;
    color: #FFFFFF;
    line-height: 1.2; }
  .article-download {
    list-style: outside none;
    margin: 22px 0;
    padding: 0; }
    .article-download li {
      margin-top: 11px; }
    .article-downloadlink {
      display: block;
      text-decoration: none; }
    .article-downloaddescription {
      margin-top: 0;
      padding-left: 44px; }
  .article-footer {
    font-size: 12px; }
  .article.personal .article-img {
    text-align: center; }
  .article.personal .article-fulltext {
    display: none; }
  .article.personal .article-morelink {
    color: #000;
    text-decoration: underline; }

/* Wichtige Links Footer */
@media screen and (max-width: 780px) {
  #txt-14 .article-header, #txt-14 .gallery-heading {
    display: none; } }
@media screen and (max-width: 780px) {
  #txt-14 {
    border-top: 1px solid #FFFFFF; }
    #txt-14 .article-header, #txt-14 .gallery-heading {
      display: none; }
    #txt-14 .article-content {
      padding-top: 30px; }
      #txt-14 .article-content p {
        float: left;
        margin-bottom: 15px;
        margin-top: 0;
        width: 16%;
        text-align: center; }
        #txt-14 .article-content p a {
          font-size: 18px; }
          #txt-14 .article-content p a span {
            display: none; } }

/* Footer map */
@media screen and (max-width: 780px) {
  #txt-24 {
    display: none; } }

.gallery {
  text-align: center; }
  .gallery-heading {
    margin: 0 auto 32px; }
  .gallery-item {
    display: inline-block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 480px) {
      .gallery-item {
        width: 50%; } }
    @media screen and (min-width: 780px) {
      .col_md_12 .gallery-item, .col_l_12 .gallery-item, .col_xl_12 .gallery-item {
        width: 33.33%; } }
  .gallery-link {
    display: block; }
  .gallery-image {
    max-width: 100%;
    height: auto;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
            transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99);
            transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); }
  .gallery-caption {
    background-color: #004392;
    background-color: rgba(0, 67, 146, 0.8);
    bottom: 5px;
    color: #FFFFFF;
    font-size: 12px;
    left: 5px;
    line-height: 1.25;
    padding: 5.5px;
    position: absolute;
    text-decoration: none;
    width: -webkit-calc( 100% - 10px );
    width: calc( 100% - 10px ); }
    @media screen and (min-width: 780px) {
      .gallery-caption {
        font-size: 15px; } }
    .gallery-caption .icon-svg {
      height: 15px; }
      .gallery-caption .icon-svg path {
        fill: #FFFFFF; }

.linkbox {
  text-decoration: none;
  border: 1px solid #FFFFFF;
  overflow: hidden; }
  .linkbox-link {
    display: block;
    height: 0;
    padding-top: 100%;
    position: relative; }
    @media screen and (min-width: 480px) and (max-width: 780px) {
      .linkbox-link {
        padding-top: 50%; } }
  .linkbox-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .linkbox-caption {
    background-color: rgba(0, 0, 0, 0.6);
    border: 0;
    bottom: 0;
    color: #FFBF52;
    display: block;
    font-family: "PTSans", serif;
    font-size: 15px;
    left: 0;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    text-align: left; }
    @media screen and (min-width: 780px) {
      .linkbox-caption {
        font-size: 18px; } }
    @media screen and (min-width: 1024px) {
      .linkbox-caption {
        font-size: 21px; } }
    .linkbox-caption:hover, .linkbox:hover .linkbox-caption {
      color: #FFFFFF; }

.object {
  margin-bottom: 30px; }
  .object-box {
    border: 1px solid #443333;
    position: relative;
    padding-top: 100%; }
  .object-image {
    position: absolute;
    top: 0; }
  .object-name {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFC153;
    font-size: 15px;
    font-weight: bold;
    margin-top: -42px;
    padding: 10px 35px 10px 15px;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 1024px) {
      .object-name {
        font-size: 18px;
        margin-top: -47px; } }
    .object-name img {
      position: absolute;
      top: 10px;
      right: 10px; }
  .object-params {
    list-style: inside none;
    text-align: center;
    font-size: 12px; }

.objectdetail-header {
  color: #00924A;
  font-weight: bold;
  margin-bottom: 30px; }
  .objectdetail-header img {
    margin-right: 15px; }
.objectdetail-subheader {
  color: #00924A;
  padding-top: 15px;
  padding-bottom: 15px; }
.objectdetail-gallery {
  margin-bottom: 30px;
  margin-top: 30px; }
.objectdetail-image {
  border: 1px solid #443333;
  float: left;
  margin-right: 5px; }
.objectdetail-param {
  list-style: inside none;
  padding-left: 0; }

.family-gen {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative; }
  .family-gen.zero {
    margin-top: 5px;
    font-size: 21px;
    font-family: "PTSans", serif;
    color: #00924A; }
    .family-gen.zero::before {
      content: '';
      position: absolute;
      left: 25%;
      right: 25%;
      top: 0;
      height: 1px;
      background-color: #443333; }
  .family-gen.first {
    font-size: 18px; }
  .family-gen.third {
    font-size: 12px; }
    .family-gen.third .family-parent::before {
      content: none; }
    @media screen and (max-width: 480px) {
      .family-gen.third {
        display: none; } }
.family-parent {
  position: relative;
  padding: 15px 0; }
  .family-parent::before {
    content: '';
    position: absolute;
    left: 25%;
    right: 25%;
    top: 0;
    height: 1px;
    background-color: #443333; }
  .family-parent::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    height: 10px;
    width: 1px;
    background-color: #443333; }
  @media screen and (max-width: 480px) {
    .family-parent.grand::before {
      display: none; } }

.offspring-list {
  display: table;
  width: 100%; }
.offspring-row:nth-child(even) {
  background-color: #c5ffe2; }
.offspring-row.head {
  font-weight: bold; }
  @media screen and (max-width: 780px) {
    .offspring-row.head {
      display: none; } }
@media screen and (min-width: 780px) {
  .offspring-row {
    display: table-row; } }
.offspring-field {
  padding: 5px 15px 5px 5px; }
  @media screen and (max-width: 780px) {
    .offspring-field {
      width: auto !important; }
      .offspring-field::before {
        content: attr(data-caption);
        width: 50%;
        display: inline-block;
        font-weight: bold; } }
  @media screen and (min-width: 780px) {
    .offspring-field {
      display: table-cell; } }
  .head .offspring-field {
    font-size: 15px; }
  .offspring-field + .offspring-field {
    border-left: 1px solid #FFFFFF; }
  .offspring-field.year, .offspring-field.sex {
    width: 10%; }
  .offspring-field.name {
    width: 22%; }
  .offspring-field.father {
    width: 22%; }
  .offspring-field.wins {
    width: 25%; }
  .offspring-field.sold {
    width: 18%; }

.single_image-caption {
  margin-top: 10px; }
  .single_image-caption p {
    margin-top: 5px; }

.gm {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%; }
  .gm-header {
    margin-bottom: 15px; }
  .gm-map {
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc( 100%  );
    width: calc( 100%  );
    height: 100%; }
    .gm-map img {
      max-width: none; }
  .article .gm {
    margin-bottom: 60px; }

.footer .gm {
  color: #333; }

.slider {
  margin: 0 0 60px;
  display: none;
  max-height: 400px;
  overflow: hidden; }
  @media screen and (min-width: 780px) {
    .slider {
      display: block; } }
  .slider .slide {
    position: relative; }
    .slider .slide-text {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 10;
      font-weight: bold;
      color: #FFBF52; }
      .slider .slide-text h2, .slider .slide-text h3, .slider .slide-text h4 {
        font-size: 30px; }
      .slider .slide-text p {
        font-size: 21px; }

.searchresults-header {
  color: #004392; }
  .searchresults-header.small {
    margin-top: 5px;
    font-weight: normal; }
.searchresults-info {
  margin-top: 5px;
  color: #614949;
  font-size: 12px; }
.searchresults-list {
  list-style: inside none;
  padding-left: 0; }
.searchresults-item-name {
  color: #004392; }
.searchresults-item-text {
  margin-top: 5px; }
.searchresults-item-link {
  margin-top: 5px;
  font-size: 12px; }
.searchresults-item + .searchresults-item {
  margin-top: 30px; }
.searchresults-pagination-title {
  margin-right: 10px; }
.searchresults-pagination-link {
  margin-right: 5px;
  display: inline-block;
  padding: 3px;
  color: #004392;
  font-weight: bold; }

form, fieldset {
  border: 0; }

fieldset {
  padding: 2px 0; }

button, input, select, textarea {
  font-family: "PTSans", sans-serif;
  font-size: 15px;
  color: #443333;
  border: 1px solid #004392;
  background-color: #FFFFFF;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px; }
  button:placeholder, input:placeholder, select:placeholder, textarea:placeholder {
    display: none;
    font-style: italic;
    color: #997777;
    font-weight: 100;
    text-align: center; }
  button:disabled, button[disabled], input:disabled, input[disabled], select:disabled, select[disabled], textarea:disabled, textarea[disabled] {
    color: #443333;
    background-color: #e6e6e6;
    border-color: #002c5f; }
    button:disabled::after, button[disabled]::after, input:disabled::after, input[disabled]::after, select:disabled::after, select[disabled]::after, textarea:disabled::after, textarea[disabled]::after {
      content: '';
      font-size: 12px; }

input[type="radio"], input[type="checkbox"] {
  width: auto; }

* + button, * + input, * + select, * + textarea {
  margin-top: 5.5px; }

textarea {
  max-width: 100%; }

input[type="submit"] {
  margin: 11px 0 0;
  cursor: pointer; }

.search {
  padding: 10px 15px;
  whites-space: nowrap; }
  @media screen and (max-width: 780px) {
    .search {
      display: block;
      padding: 20px 5px; } }
  @media screen and (min-width: 780px) {
    .search {
      background-color: #004392;
      position: absolute;
      right: 0;
      top: 100%; } }
  .search-show {
    cursor: pointer; }
    @media screen and (max-width: 780px) {
      .search-show {
        display: none; } }
    .search-show:hover {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
  .search-form {
    font-size: 18px; }
    .search-form fieldset {
      padding: 0; }
  .search-field {
    border: 0;
    color: #443333;
    width: 70%; }
  .search-btn {
    background-color: transparent;
    border-left: 0;
    border: 0;
    color: #FFFFFF;
    margin: 0;
    padding: 0 5px; }
    .search-btn span {
      display: none; }

.form-header {
  margin-bottom: 30px; }
.form-fieldset.submit {
  text-align: right; }
.form-fieldwrap {
  margin-top: 0;
  padding: 5px;
  position: relative; }
  .form-fieldwrap::after, .form-fieldwrap::before {
    content: "";
    display: table;
    clear: both; }
  .form-fieldwrap + .form-fieldwrap {
    margin-top: 10px; }
  .form-fieldwrap.submit {
    margin-top: 30px; }
  .form-fieldwrap.formtextarea {
    display: block; }
.form-label {
  font-weight: 300;
  margin-right: 10px;
  white-space: nowrap;
  float: left;
  width: 150px; }
  .form-label small {
    margin-left: 5px;
    vertical-align: middle; }
  .form-label.textarea {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }
.form-captcha {
  margin-right: 10px; }
.form-field {
  border: 1px solid #004392;
  margin: 0;
  padding-left: 0;
  padding-right: 0; }
  .form-field:invalid {
    border: 0;
    box-shadow: none;
    color: #98211D; }
  .form-field::-webkit-input-placeholder {
    font-style: italic;
    font-weight: 300; }
  .form-field::-moz-placeholder {
    font-style: italic;
    font-weight: 300; }
  .form-field:-ms-input-placeholder {
    font-style: italic;
    font-weight: 300; }
  .form-field::placeholder {
    font-style: italic;
    font-weight: 300; }
  .form-field.textarea {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .form-field.captcha {
    width: 50%; }
.form-button {
  cursor: pointer; }

/* -------------------- */
.newslist {
  margin-bottom: 60px; }
  .newslist-title, .newslist-header {
    color: #FFBF52;
    font-family: "PTSans", serif;
    font-size: 18px;
    margin-bottom: 30px; }
    @media screen and (min-width: 780px) {
      .newslist-title, .newslist-header {
        font-size: 21px; } }
    @media screen and (min-width: 1024px) {
      .newslist-title, .newslist-header {
        font-size: 30px; } }

.news {
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (min-width: 480px) {
    .news.sta {
      border-left: 1px solid #333; } }
  @media screen and (min-width: 480px) and (max-width: 1024px) {
    .news.sta:nth-of-type(1), .news.sta:nth-of-type(2n+1) {
      border-left: 0px none; } }
  @media screen and (min-width: 1024px) {
    .news.sta:nth-of-type(1), .news.sta:nth-of-type(3n+1) {
      border-left: 0px none; } }
  .news.sta:hover {
    background-color: rgba(68, 51, 51, 0.15); }
  .news.old {
    margin-bottom: 0;
    margin-top: 15px; }
  .news-image {
    margin-bottom: 15px; }
    @media screen and (min-width: 780px) {
      .news-image {
        float: left;
        margin-bottom: 0;
        margin-right: 30px;
        width: 45%;
        width: -webkit-calc( 50% - 30px );
        width: calc( 50% - 30px ); } }
  .news-title {
    font-family: "PTSans", sans-serif;
    font-size: 15px;
    margin: 0; }
    @media screen and (min-width: 780px) {
      .news-title {
        font-size: 18px; } }
  .news-date {
    font-family: "PTSans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-top: 0; }
  .news-link {
    margin-top: 15px; }
  .news-meta {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .news-comment + .news-comment {
    margin-top: 10px; }
  .news-avatarname {
    display: none; }
  .news-message, .news-comment_date {
    margin-top: 0; }
