/*--------------------------------------------------------------------------------*/
/* theme styles */

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

/* caveat-regular - latin */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/caveat-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/caveat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/caveat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/caveat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/caveat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/caveat-v14-latin-regular.svg#Caveat') format('svg'); /* Legacy iOS */
}

/* quicksand-regular - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/quicksand-v28-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/quicksand-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/quicksand-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/quicksand-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/quicksand-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/quicksand-v28-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #494949;
}

.body_wrapper {
    background-color: rgba(255, 255, 255, 0.96);
}
.header_wrapper {
    position: relative;
    box-shadow: 0 7px 7px #cccccc;
    background-color: #539f35;
}

.content_wrapper {
}

.footer_wrapper {
}
.fixed_top {
    box-shadow: 0 7px 7px #cccccc;
}

/*--------------------------------------------------------------------------------*/
/* globale Elemente */

input, select, textarea {
    color: inherit;
    font-family: Arial, Helvetica, sans-serif;
}
input[type=submit],
input[type=button],
button {
    border:   1px solid #539f35;
    border-radius: 5px;
    background-color: #539f35;
    color: #ffffff;
    padding: 5px 10px;
}
input[type=reset],
input.reset {
    border:   1px solid #cccccc;
    background-color: rgb(240,240,240);
    color: #539f35;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #539f35;
}
h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.4em;
    font-family: 'Quicksand', cursive;
    font-weight: normal;
}
h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 3px;
    font-family: 'Quicksand', cursive;
    font-weight: normal;
}
h2:first-child {
    margin-top: 0;
}
h3 {
    font-size: 1.5em;
    margin-bottom: 2px;
}
h3:first-child {
    margin-top: 0;
}
a.show_menu {
    width: 32px;
    height: 32px;
    background-image: url("../../../images/hamburger.svg");
    background-size: 100% auto;
}
a.show_menu.menu_close {
    background-image: url("../../../images/close_white.png");
    background-size: 100% auto;
}

/*--------------------------------------------------------------------------------*/
/* Layoutelemente */
/*--------------------------------------------------------------------------------*/
/* Header elements */

.div_header {
    height: auto;
    overflow: hidden;
}

.div_header .logo_wrapper {
    position: absolute;
    left: 0;
    bottom: 1.7em;
    z-index: 500;
    width: 100%;
}
.div_header .logo {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.div_header .logo img {
    width: auto;
    height: auto;
    max-width: 60%;
}
.div_header .slogan {
    position: absolute;
    left: 12vw;
    bottom: 0;
    z-index: 500;
    color: #ffffff;
    font-family: 'Caveat', cursive;
    font-size: 5.5em;
    text-shadow: 0 0 20px #333333;
}

/*--------------------------------------------------------------------------------*/
/* Content elements */

.content_frame {
    padding: 15px 0 15px 0;
}
.section_wrapper {
    padding: 1em 0;
    max-width: 1200px;
}
.section_wrapper .section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.section_wrapper.layout_full .section {
    max-width: none;
}
.section_wrapper.layout_full_padding .section {
    max-width: 90%;
}

.div_mitte {
    padding: 0 0 40px 0;
}

/*--------------------------------------------------------------------------------*/
/* Footer elements */

.div_footer {
    padding: 1em 0;
    text-align: center;
    color: #539f35;
    font-size: 0.9em;
    width: 1200px;
}

.div_footer .producer {
    display: none;
}

/*--------------------------------------------------------------------------------*/
/* Navigation */

.nav_01 {
    padding: 0;
    background-color: rgba(255,255,255,0.95);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1000;
}
.nav_01 ul.ebene1 {
    max-width: 1200px;
    margin: 0 auto;
}

.nav_01 ul li.ebene1.aktiv a.ebene1,
.nav_01 ul li.ebene1:hover a.ebene1,
.nav_01 ul li.ebene2.aktiv a.ebene2,
.nav_01 ul li.ebene2:hover a.ebene2 {
    text-decoration: none;
    color: #539f35;
}
.nav_01 ul li.ebene1:hover ul.ebene2 {
    background-color: #f3f3f3;
    box-shadow: 0 7px 7px #cccccc;
}
.nav_01 ul li a {
    line-height: 2.0em;
    padding-left: 5px;
}
.nav_01 ul li.ebene1.first a {
    padding-left: 0;
}

/*--------------------------------------------------------------------------------*/
/* Navigationbar */

div.navigationbar {
    background-color: #feff99;
    color: #666666;
}
div.navigationbar a {
    color: #666666;
}
div.navigationbar a:hover {
    background-color: #ffffff;
    color: #539f35;
}
div.navigationbar span.navigationbar_aktuelle_seite {
    background-color: #ffffff;
    color: #539f35;
}

/* spezielle Auszeichnung */
div.navigationbar.reverse {
    background-color: #ffffff;
    color: #539f35;
}
div.navigationbar.reverse a {
    color: #539f35;
}
div.navigationbar.reverse a:hover {
    background-color: #539f35;
    color: #ffffff;
}
div.navigationbar.reverse span.navigationbar_aktuelle_seite {
    background-color: #539f35;
    color: #ffffff;
}

div.navigationbar.top {
    border-bottom: 1px dotted #539f35;
}
div.navigationbar.bottom {
    border-top: 1px dotted #539f35;
}

/*--------------------------------------------------------------------------------*/
/* Breadcrumb */

.div_breadcrumb {
    padding: 0;
    color: #999999;
    height: 20px;
    line-height: 20px;
    font-size: 70%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.div_breadcrumb a,
.div_breadcrumb a:hover,
.div_breadcrumb a:visited.hover {
    color: #929292;
}

/*--------------------------------------------------------------------------------*/
/* Wechsel der Sprache */

ul.div_lang {
    position: absolute;
    right: 6.2%;
    top: 9%;
    text-align: right;
    margin: 0;
}
ul.div_lang li {
    list-style-type: none;
    float: left;
}
ul.div_lang li a {
    display: inline-block;
    min-width: 20px;
    color: #ffffff;
    font-size: 85%;
    padding: 3px 5px;
    border: 1px solid #ffffff;
    text-align: center;
    text-decoration: none;
}
ul.div_lang li a.de {
    position: relative;
    left: 1px;
}
ul.div_lang li a.active, ul.div_lang li a:hover {
    background-color: #539f35;
}

/*--------------------------------------------------------------------------------*/
/* Content */

.div_text {
    line-height: 1.5em;
}
.div_text_home {
    padding-top: 20px !important; /* Hoehe des Breadcrumbs */
}
.div_text a {
    text-decoration: none;
    color: #539f35;
}
.div_text a:hover {
    text-decoration: underline;
    color: #539f35;
}
.div_text img {
    box-shadow: 5px 5px 15px #666666;
}
.newsletterbox .link_unsubscribe {
    color: #539f35 !important;
}
.webform .headline {
    color: #539f35;
}

/*--------------------------------------------------------------------------------*/
/* Projektfarben und -eigenschaften */

.layout_gruen_10p {
    color: rgba(83, 159, 53, 1);
    background-color: rgba(83, 159, 53, 0.1);
}
.layout_gruen_25p {
    color: rgba(83, 159, 53, 1);
    background-color: rgba(83, 159, 53, 0.25);
}
.layout_orange_10p {
    background-color: rgba(211, 77, 14, 0.1);
}
.layout_orange_25p {
    background-color: rgba(211, 77, 14, 0.25);
}

.web_schwarz {
    color: #000000 !important;
    border-color: #000000 !important;
}
.web_grau {
    color: #666666; !important;
    border-color: #666666; !important;
}
.web_rot {
    color: #D41118 !important;
    border-color: #D41118 !important;
}
.web_orange {
    color: #D34D0E !important;
    border-color: #D34D0E !important;
}
.web_gruen {
    color: #539f35 !important;
    border-color: #539f35 !important;
}
.web_blau {
    color: #15387e !important;
    border-color: #15387e !important;
}
.web_gelb {
    color: #feff99 !important;
    border-color: #feff99 !important;
}
.web_strong {
    background-color: #feff99 !important;
    padding-left: 2px;
    padding-right: 2px;
}
.web_button,
.web_button_forward{
    border: 1px solid #cccccc;
    border-radius: 18px;
    background-color: #539f35;
    color: #666666;
    padding: 5px 10px;
    text-decoration: none;
    /* box-shadow: 3px 3px 5px #666666; */
}

/*--------------------------------------------------------------------------------*/
/* Media Queries */

@media only screen and (max-width:1200px) {

    a.show_menu {
        top: auto;
        bottom: 1em;
    }

    .div_breadcrumb{
        padding: 0 2%;
        width: 96%;
    }

    ul.div_lang {
        right: 7.5%;
        top: 8.5%;
    }

    .div_header .slogan {
        font-size: 8.8vw;
        top: 0.2em;
        left: 13vw;
    }
    .nav_01 ul.ebene1 {
        padding-left: 1%;
    }

}

@media only screen and (max-width:1024px) {

    /*.header_wrapper {
        position: fixed;
    }*/
    .div_header .logo_wrapper {
        bottom: 0;
    }
    .div_header img {
        max-width: 120%;
        width: 120%;
    }
    .div_header .logo img {
        max-width: 65%;
    }
    .nav_01 {
        position: relative;
        bottom: auto;
    }
    /*ul.nav_h li.ebene1 {
        padding: 0.2em 0;
    }*/
    .nav_01 ul li a {
        padding-left: 0;
    }
    .nav_01 ul.ebene1 li.ebene1.aktiv ul {
        display: block;
        position: relative;
        padding-left: 20px;
    }
    .nav_01 ul li.ebene1:hover ul.ebene2 {
        background-color: transparent;
        box-shadow: none;
    }
}

@media only screen and (max-width:768px) {

}

@media only screen and (max-width:425px) {


}

@media only screen and (max-width:375px) {

    ul.div_lang {
        right: 14.5%;
        top: 7.0%;
    }
}

@media only screen and (max-width:320px) {

    a.show_menu {
        width: 25px;
        height: 25px;
    }
}

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