/* CUSTOM STYLES
================================================== */

/****************************************************
FARBEN
======

Primär
------
Olivgrün: #8d9a36 / rgb(141,154,54)
Dunkelgrau: #333333 / rgb(51,51,51)
Weiß: #ffffff / rgb(255,255,255)

Sekundär
--------
Armeegrün: #5e6723 / rgb(94,103,35)
Hellgrau: #9d9d9d / rgb(157,157,157)
Schwarz: #000000 / rgb(0,0,0)

Sonderfarben
------------
Hellblau: #009fe3 / rgb(0,159,227)
Rot: #cd1719 / rgb(205,23,25)
Gelb: #faaf00 / rgb(250,175,0)
****************************************************/

/****************************************************
WEBFONTS
========*/
.HurmeGeometricSans3-Regular {
    font-family: HurmeGeometricSans3-Regular;
    font-weight: normal;
    font-style: normal;
}
.HurmeGeometricSans3-SemiBold {
    font-family: HurmeGeometricSans3-SemiBold;
    font-weight: normal;
    font-style: normal;
}
.HurmeGeometricSans3-RegularObl {
    font-family: HurmeGeometricSans3-RegularObl;
    font-weight: normal;
    font-style: normal;
}
/***************************************************/


/* GLOBAL
---------------------------------------------------------------------------------------------------- */
@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
  }
}

body {
    height: 100%;
    color: #333333;
    font-family: HurmeGeometricSans3-Regular, Tahoma, Arial;
    font-weight: normal;
    font-style: normal;
    background: #ffffff;
    background-color: #ffffff;

    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* only needed when navbar is "fixed" to top */
    padding-top: 50px;
}

.freshsub-olive-text {
    color: #8d9a36 !important;
}
.freshsub-darkgrey-text {
    color: #333333 !important;
}
.freshsub-army-text {
    color: #5e6723 !important;
}
.freshsub-brightgrey-text {
    color: #9d9d9d !important;
}
.freshsub-blue-text {
    color: #009fe3 !important;
}
.freshsub-red-text {
    color: #cd1719 !important;
}
.freshsub-yellow-text {
    color: #faaf00 !important;
}

/* widths */
.width-0 {
    width: 0 !important;
}
.width-25pc {
    width: 25% !important;
}
.width-33pc {
    width: 33% !important;
}
.width-50pc {
    width: 50% !important;
}
.width-66pc {
    width: 66% !important;
}
.width-75pc {
    width: 75% !important;
}
.width-100pc {
    width: 100% !important;
}

/* scroll to top */
.scroll-to-top-wrapper {
    margin-bottom: -31px;
}
.scroll-to-top, .scroll-to-top:focus {
    font-size: 29px !important;
    color: #5e6723 !important;
}
.scroll-to-top:active, .scroll-to-top:hover {
    color: #333333 !important;
}

/* tables */
.table-cell {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

/* Maus-Cursor */
.pointer {
    cursor: pointer;
}

/* rotations */
.rotate-90 {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;

    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate-180 {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;

    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* navi.php
---------------------------------------------------------------------------------------------------- */
.hamburger-open-btn,
.hamburger-close-btn
{
    padding: 0px;
    margin-right:28px;
}
/* slidebar */
#sb-site {
    height: 100%;
}
.sb-slidebar {
    background-color: #fefefe; /* #edf4e6 */
}
#slidebar-menu-wrapper {
    padding: 10px 10px 10px 30px;
    height: 100%;

    -webkit-box-shadow: inset 8px -8px 30px 0px rgba(209,222,175,0.6);
    -moz-box-shadow: inset 8px -8px 30px 0px rgba(209,222,175,0.6);
    box-shadow: inset 8px -8px 30px 0px rgba(209,222,175,0.6);
}
#slidebar-menu-wrapper .panel-group .panel+.panel {
    margin-top: 10px;
}
#slidebar-menu-wrapper .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#slidebar-menu-wrapper a:hover,
#slidebar-menu-wrapper a:active,
#slidebar-menu-wrapper a:focus
{
    text-decoration: none !important;
}
#slidebar-menu-wrapper .slidebar-link {
    font-size: 14px;
    font-weight: bold;
}
#slidebar-menu-wrapper .slidebar-link-arrow,
#dropdownJobs .jobs-link-arrow {
    font-size: 10px;
}
#slidebar-menu-wrapper ul {
    padding-left: 13px;
    list-style: none;
}
#slidebar-menu-wrapper li {
    padding-top: 10px;
}


/* stage_top.php
---------------------------------------------------------------------------------------------------- */
.stage-top {
    color: #ffffff;
    background-color: #8d9a36;
    padding: 30px 15px;
}
.stage-bottom {
    color: #8d9a36;
    padding: 60px 15px;
}


/* content.php
---------------------------------------------------------------------------------------------------- */
/* tiles */
#tileContent .panel {
    margin-bottom: 0px;
    background-color: #ffffff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
}
.tile {
    padding-right: 0px;
    padding-left: 0px;
}
.tile-opacity {
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.tile-opacity:hover,
.tile-opacity:focus,
.tile-opacity:active
{
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.tile-text {
    width: 1%;
    height: 100%;
    background-color: #edf4e6;
}
.tile-img img {
    width: 100%
}
.tile-readmore-link a:hover,
.tile-readmore-link a:active,
.tile-readmore-link a:focus
{
    text-decoration: none !important;
}
.tile-content-wrapper {
    border: 2px solid #8d9a36;
}
.tile-menu ul {
    min-height: 330px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.tile-menu .nav-pills>li.active>a,
.tile-menu .nav-pills>li.active>a:focus,
.tile-menu .nav-pills>li.active>a:hover
{
    background-color: #8d9a36;
}
.tile-cell {
    height: 290px;
    display: table-cell;
    /*vertical-align: middle;*/
}
.tile-cell ul {
    margin-left: -15px;
}
.tile-content p {
    padding-left: 0;
}
.tile-content p img {
    max-height: 460px;
    /* Angaben von "img-responsive"... */
    display: block;
    max-width: 100%;
    height: auto;
}
.tile-close-content {
    color: #8d9a36;
    font-weight: normal;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=65);
    opacity: 0.65;
    top: -15px;
    right: 0px;
    position: absolute;
    z-index: 100;
}
/* HG für einzelne Kacheln */
.item-dynamic-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    margin-right: 0px;
}
.item-bg-gradient {
    min-height: 330px;
    background-image: url(../img/backgrounds/tile-white-gradient.png);
    background-repeat: repeat-y;
    background-position: right top;
}


/* FOOTER
---------------------------------------------------------------------------------------------------- */
/* landingpage */
.custom-footer-landingpage {
    background-color: #ffffff;
    padding-top: 25px;
    padding-bottom: 40px;
}
.custom-footer-landingpage p {
    font-size: 16px;
}
.custom-footer-landingpage a, .custom-footer-landingpage a:focus, .custom-footer-landingpage a:hover {
    font-size: 16px;
    color: #8d9a36;
}
/* sub-pages */
.custom-footer-subs {
    background-color: #8d9a36;
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 1px solid #5e6723;
}
.custom-footer-subs-menu a, .custom-footer-subs-menu a:focus, .custom-footer-subs-menu a:hover {
    font-size: 14px;
    color: #ffffff;
    padding-right: 15px;
}
.custom-footer-subs-imprint ul {
    margin-top: 15px;

    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: center;
}
.custom-footer-subs-logo {
    margin-top: 40px;
}

.custom-footer-subs-socialmedia {
    margin-top: 10px;
}

/* impressum.php
---------------------------------------------------------------------------------------------------- */
.imprint {
    font-size: 16px;
    background-color: #ffffff;
}
.imprint-row {
    margin-bottom: 30px;
}
.imprint-close-btn {
    margin-top: -2px;
    margin-bottom: -10px;
    font-size: 60px;
    font-weight: normal;
    line-height: 1;
    color: #8d9a36;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.imprint-close-btn:hover {
    color: #5e6723;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.imprint h3 {
    margin-bottom: 25px;
}
.imprint h4 {
    font-weight: bold;
}
.imprint-headline-1 {
    font-size: 20px;
    font-weight: bold;
}

/* Unter-Untermenü in der DESKTOPANSICHT bei "Über FreshSub / Jobs" */
.collapsable-jobs {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 30px;
    border-right: none !important;
    min-height: 10px !important;
    list-style: none;
}
.collapsable-jobs li {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
}
.collapsable-jobs .active {
    background-color: #8d9a36;
}
.collapsable-jobs .active a {
    text-decoration: none !important;
    color: #ffffff;
}
.collapsable-jobs a:hover,
.collapsable-jobs a:active,
.collapsable-jobs a:focus
{
    text-decoration: none !important;
}
.collapsable-jobs .active a:hover,
.collapsable-jobs .active a:active,
.collapsable-jobs .active a:focus
{
    text-decoration: none !important;
    color: #ffffff !important;
}

/* Unter-Untermenü in der MOBILANSICHT bei "Über FreshSub / Jobs" */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.site-header .country-link {
    bottom: 120px;
    display: block;
    float: left;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 20;
    font-size:10px;
    color:black;
}

/* RESPONSIVE
---------------------------------------------------------------------------------------------------- */
@media (max-width: 399px) {

    /* ... */

}

@media (min-width: 768px) {

    /* tile */
    .tile-text {
        height: 250px;
    }
    .tile-menu ul {
        border-right: 2px solid #8d9a36;
    }

}

@media (min-width: 992px) {

    /* tile */
    .tile-text {
        height: 323px;
    }

}

@media (min-width: 1200px) {

    /* tile */
    .tile-text {
        height: 390px;
    }

}


/* Firefox-specific hack for responsive tables */
@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}