/*
* Theme Name: Ikud
* Theme URI: https://www.ikud-seminare.de
* Author: Eric Cortes copyright 2013 all rights reserved
* Author URI: http://www.naturalezambigua.de
* Template: ikud
*/

/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com
*/

/* Table of Content
==================================================
    #Reset & Basics
    #Basic Styles
    #Site Styles
    #Typography
    #Links
    #Lists
    #Images
    #Buttons
    #Forms
    #Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline; }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block; }
    body {
        line-height: 1; }
    ol, ul {
        list-style: none; }
    blockquote, q {
        quotes: none; }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none; }
    table {
        border-collapse: collapse;
        border-spacing: 0; }
    * { margin: 0; padding: 0; }


/* #Basic Styles and Header Containers
================================================== */
    body {
        background: #f1f1f1;
        font:14px/1.5 "SecondaSoftW01-Regular", "Helvetica", "Arial", sans-serif;
        color: #444;
        -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
        -webkit-text-size-adjust: 100%;
 }

img {
    opacity: 1;
    transition: opacity 0.3s;
    border-radius: 2px;
}

img[data-src] {
    opacity: 0;
}
 #wrapper {
    background-color: #F8F8F8;
    -webkit-box-shadow:  1px 1px 10px 2px rgba(0, 0, 0, 0.05);    
    box-shadow:  1px 1px 10px 2px rgba(0, 0, 0, 0.05);
    margin-top: 44px;
    position: absolute;
    width: 100%;    
 }

@media only screen and (max-width: 479px) {
    #wrapper {
        margin-top: 94px;
    }
    #top-nav {
        margin-left: 0 !important;
        margin-top: 60px !important;
        width: 100% !important;
    }
    #top-nav ul li a {
        color: #666 !important;
    }
    .post {
        margin-top: 0;
        padding: 5px;
    }
}

 #top-bar {
    background: -moz-linear-gradient(left,  rgba(94,188,92,0.99) 0%, rgba(88,178,90,1) 80%, rgba(86,175,90,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(94,188,92,0.99)), color-stop(80%,rgba(88,178,90,1)), color-stop(100%,rgba(86,175,90,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(94,188,92,0.99) 0%,rgba(88,178,90,1) 80%,rgba(86,175,90,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(94,188,92,0.99) 0%,rgba(88,178,90,1) 80%,rgba(86,175,90,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(94,188,92,0.99) 0%,rgba(88,178,90,1) 80%,rgba(86,175,90,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(94,188,92,0.99) 0%,rgba(88,178,90,1) 80%,rgba(86,175,90,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5ebc5c', endColorstr='#56af5a',GradientType=1 ); /* IE6-9 */
    height: 44px;
    position: absolute;
    width: 100%;
    z-index: 10;
 }
 #header-bar {
    background-color: #BFBEBE;
    height: 10px;
    width: 100%;
 }
 #look-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 11px solid #bbb;
    height: 377px;
    z-index: -1000;
 }
 #slogan-container {
    height: auto;
    padding-top: 20px;
    width: 100%;
 }
 @media (max-width: 767px) {
    #slogan-container {
        padding-top: 0;
        margin-top: -22px;
        position: relative;
        font-size: 10px;
        margin-left: 10px;
    }
  p.copyright {
    /* margin: 333px 30px 30px 850px; */
    position: absolute;
    color: lightgrey;
    display: block;
    bottom: -18px;
    margin: auto !important;
    left: 10px;
    }
}
 span.slogan {
    font-family:"SecondaSoftW01-Regular", sans-serif; font-weight:200; font-style:normal;
    background-color: rgba(255,255,255,0.80);
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: #5a5f64;
    font-size: 3.5em;
    line-height: 2.0em;
    padding: 10px 15px;
 }
 span.slogan-green {
    font-family:"SecondaSoftW01-Regular", sans-serif; font-weight:200; font-style:normal;
    background-color: #5EBC5C;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 25px;
    line-height: 90px;
    padding: 10px 15px;
 }

 @media only screen and (max-width: 479px) {
    span.slogan {
        font-size: 2.2em;
        line-height: 2.4em !important;
    }
}

p.copyright {
    margin: 333px 30px 30px 850px;
    position: absolute;
    color: lightgrey;
    display: block;
}

@media (max-width: 957px) and (min-width: 770px) {
/*@media only screen and (max-width: 960px) {*/
  p.copyright {
    /*display: none;*/
    margin: 333px 30px 30px 440px;
  }
}

@media (max-width: 1200px) and (min-width: 958px) {
  p.copyright {
    margin: 333px 30px 30px 610px;
  }
}


 
/* #Navigation
================================================== */
#top-bar-elements {
    height: 44px;
    position: relative;
    z-index: 20;
}
#top-nav {
    float: left;
    height: 32px;
    margin-left: 195px;
    margin-top: 12px;
    width: 345px;
}
#top-nav-home {
    margin-right: 10px;
    margin-top: 7px;
    position: absolute;
    width: 140px;
}
#top-nav-home a {
    color: #FFFFFF;
}
#top-nav-home img {
    margin-right: 20px;
}
.login {
    margin-left: 50px;
    margin-top: 9px;
    position: absolute;
    /*visibility: hidden;*/
    width: 80px;
}
.login img {
    float: left;
}
.login > p {
    display: none;
    margin: 3px 0 0 35px;
}
.login a {
    color: #FFFFFF;
}
.login-text {
    color: #666666 !important;
    display: none;
    left: 5px;
    position: absolute;
    top: 38px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}
.login img:hover > .login-text { 
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}
#top-nav ul li {
    display: inline;
}
#top-nav ul li a {
    color: #ffffff;
    font-size: 15px;
    padding-right: 21px;
    text-decoration: none;
    text-transform: capitalize;
}
#top-nav ul li a:hover {
    color: #666;
}
#search {
    float: left;
    margin-right: 30px;
}
#top-nav-social {
    float: left;
    height: 32px;
    margin-top: 7px;
    width: 130px;
}
#top-nav-social ul li {
    display: inline-block;
    margin-right: 5px;
}
#top-nav-social ul li a {
    /*padding-right: 5px;*/
}
#top-nav-social ul li img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#ikud-logo {
    float: left;
    height: 137px;
    margin-top: 14px;
    padding-left: 10px;
}

.entry-thumbnail {
    position: relative;
    width: 100%;
    height: 237px;
    margin-bottom: 50px;
}

.entry-thumbnail img {
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    width: 100%;
    height: 237px;
}

p.caption {
    position: absolute;
    bottom: 0;
    margin: 0 0 0 8px;
    color: rgba(250,250,250,0.5);
    font-size: 11px;
}

.sidebar-image {
    height: auto;
    margin-bottom: 30px;
    width: 100%;
}
.sidebar-image > img {
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    width: 100%;
    /*height: 237px;*/
    height: auto;
}

.sidebar-image > picture > img {
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    width: 100%;
    /*height: 237px;*/
    height: auto;
}

.sidebar-image {
    color: lightgrey;
}
.sidebar {
    background-color: #f3f3f3;
    -webkit-box-shadow:  -2px 5px 10px 0px rgba(0, 0, 0, 0.1);    
    box-shadow:  -2px 5px 10px 0px rgba(0, 0, 0, 0.1);  
    margin-bottom: 50px;
}
.sidebar-title {
    background: -moz-linear-gradient(left,  rgba(94,188,92,0.99) 0%, rgba(88,178,90,1) 80%, rgba(86,175,90,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(94,188,92,0.99)), color-stop(80%,rgba(88,178,90,1)), color-stop(100%,rgba(86,175,90,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(94,188,92,0.99) 0%,rgba(88,178,90,1) 80%,rgba(86,175,90,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(94,188,92,0.99) 0%,rgba(88,178,90,1) 80%,rgba(86,175,90,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(94,188,92,0.99) 0%,rgba(88,178,90,1) 80%,rgba(86,175,90,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(94,188,92,0.99) 0%,rgba(88,178,90,1) 80%,rgba(86,175,90,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5ebc5c', endColorstr='#56af5a',GradientType=1 ); /* IE6-9 */
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 35px;
    padding-top: 13px;
}
.sidebar-title h4 {
    color: #fff;
    margin-bottom: 0px;
    padding-left: 15px;
}
.sidebar-list {
    /*border: 1px solid #e2e2e2;*/
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 25px 0 35px;
}
.sidebar ul li {
    background-image: url(images/wing-bullet-darker.png);
    background-position: 15px 10px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-top: 6px;       
}
.sidebar ul li:hover {
    background-image: url(images/wing-bullet-darker.png);
    background-position: 15px 10px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-top: 6px;
    background: -moz-linear-gradient(left,  rgba(221,221,221,0.49) 0%, rgba(209,209,209,1) 80%, rgba(206,206,206,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(221,221,221,0.49)), color-stop(80%,rgba(209,209,209,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(221,221,221,0.49) 0%,rgba(209,209,209,1) 80%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(221,221,221,0.49) 0%,rgba(209,209,209,1) 80%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(221,221,221,0.49) 0%,rgba(209,209,209,1) 80%,rgba(206,206,206,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(221,221,221,0.49) 0%,rgba(209,209,209,1) 80%,rgba(206,206,206,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ddddddd', endColorstr='#cecece',GradientType=1 ); /* IE6-9 */
}
.sidebar ul li a {
    color: #666666;
    font-size: 15px;
}
.sidebar ul li a:hover {
    color: #555555;
}


/* #Content
================================================== */
.section-titel {
    margin-bottom: 50px;
    margin-top: 70px;
    padding-left: 10px;
    width: 70%;
}
@media (max-width: 479px) {
    .section-titel {
        width: auto;
    }
}
.content {
    margin-top: 0px;
    margin-bottom: 60px;
}

.featured_caption {
    display: block;
    color: lightgrey;
    margin-top: 5px;
    font-size: 14px;
}

.post li.highlight {
    background-image: none;
    background-position: 0px 15px;
    background-repeat: no-repeat;
    color: #f8f8f8;
    font-size: 15px;
    list-style: none;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
}
.img_highlight {
    width: 100%;
    margin: 0px;
}
.img_highlight img {
    width: 100%;
    height: auto;
    display: none;
}

.img_highlight p {
    margin: 10px 0px 0px 0px;
}
li.highlight {
    width: 100%;
    float: left;
    color: white;
    font-size: 15px;
    list-style: none;
    padding: 0px 20px 0px 20px;
}

.img_highlight img {
    width: 90px;
    height: 60px;
    float: left;
    margin: 3px 10px 0px 0px;
    display: block;
}



/* highlight Presse */

.post li.highlight_presse {
    background-image: none;
    background-position: 0px 15px;
    background-repeat: no-repeat;
    color: #f8f8f8;
    font-size: 15px;
    list-style: none;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
}



li.highlight_presse {
    width: 100%;
    float: left;
    color: white;
    font-size: 15px;
    list-style: none;
    padding: 0px 20px 0px 20px;
}

.img_highlight_presse img {
    width: 90px;
    height: auto;
    float: left;
    margin: 3px 10px 0px 0px;
    display: block;
}

.img_highlight_presse p {
    margin: 0px 0px 10px 0px;
}

h3.list_presse {
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 0px;
}

h3.list {
    font-size: 1.5em;
    margin-bottom: 10px;
    line-height: 0px;
}

.post ul li.highlight:nth-child(1) img {
        width: 100%;
    height: 213px;
    float: none;
    margin: 0px;
    display: block;
}
.post ul li.highlight:nth-child(2) img {
        width: 100%;
    height: 213px;
    float: none;
    margin: 0px;
    display: block;
}
.post ul li.highlight:nth-child(3) img {
        width: 100%;
    height: 213px;
    float: none;
    margin: 0px;
    display: block;
}
.post ul li.highlight:nth-child(4) img {
        width: 100%;
    height: 213px;
    float: none;
    margin: 0px;
    display: block;
}
.post ul li.highlight:nth-child(5) img {
        width: 100%;
    height: 213px;
    float: none;
    margin: 0px;
    display: block;
}
.post ul li.highlight:nth-child(6) img {
        width: 100%;
    height: 213px;
    float: none;
    margin: 0px;
    display: block;
}



.post ul li.highlight:nth-child(1) {
    width: 319px;
    overflow: hidden;
    background-image: none !important;
    color: #666;
    height: 565px;
    margin-bottom: 20px;
}
.post ul li.highlight:nth-child(2) {
    width: 319px;
    overflow: hidden;
    background-image: none !important;
    color: #666;
    height: 565px;
    margin-bottom: 20px;
}
.post ul li.highlight:nth-child(3) {
    width: 319px;
    overflow: hidden;
    background-image: none !important;
    color: #666;
    height: 565px;
    margin-bottom: 20px;
}
.post ul li.highlight:nth-child(4) {
    width: 319px;
    overflow: hidden;
    background-image: none !important;
    color: #666;
    height: 565px;
    margin-bottom: 20px;
}
.post ul li.highlight:nth-child(5) {
    width: 319px;
    overflow: hidden;
    background-image: none !important;
    color: #666;
    height: 565px;
    margin-bottom: 20px;
}
.post ul li.highlight:nth-child(6) {
    width: 319px;
    overflow: hidden;
    background-image: none !important;
    color: #666;
    height: 565px;
    margin-bottom: 20px;
}


@media (max-width: 600px) {

    li.highlight {
        width: auto;
    }

    li.highlight_presse {
        width: auto;
    }

    .post ul li.highlight:nth-child(1) {
        width: auto;
        overflow: hidden;
        background-image: none !important;
        color: #666;
        height: 565px;
        margin-bottom: 20px;
    }
    .post ul li.highlight:nth-child(2) {
        width: auto;
        overflow: hidden;
        background-image: none !important;
        color: #666;
        height: 565px;
        margin-bottom: 20px;
    }
    .post ul li.highlight:nth-child(3) {
        width: auto;
        overflow: hidden;
        background-image: none !important;
        color: #666;
        height: 565px;
        margin-bottom: 20px;
    }
    .post ul li.highlight:nth-child(4) {
        width: auto;
        overflow: hidden;
        background-image: none !important;
        color: #666;
        height: 565px;
        margin-bottom: 20px;
    }
    .post ul li.highlight:nth-child(5) {
        width: auto;
        overflow: hidden;
        background-image: none !important;
        color: #666;
        height: 565px;
        margin-bottom: 20px;
    }
    .post ul li.highlight:nth-child(6) {
        width: auto;
        overflow: hidden;
        background-image: none !important;
        color: #666;
        height: 565px;
        margin-bottom: 20px;
    }

    .post ul li.highlight:nth-child(1) img {
        width: 100%;
        height: auto;
        float: none;
        margin: 0px;
        display: block;
    }
    .post ul li.highlight:nth-child(2) img {
        width: 100%;
        height: auto;
        float: none;
        margin: 0px;
        display: block;
    }
    .post ul li.highlight:nth-child(3) img {
        width: 100%;
        height: auto;
        float: none;
        margin: 0px;
        display: block;
    }
    .post ul li.highlight:nth-child(4) img {
        width: 100%;
        height: auto;
        float: none;
        margin: 0px;
        display: block;
    }
    .post ul li.highlight:nth-child(5) img {
        width: 100%;
        height: auto;
        float: none;
        margin: 0px;
        display: block;
    }
    .post ul li.highlight:nth-child(6) img {
        width: 100%;
        height: auto;
        float: none;
        margin: 0px;
        display: block;
    }

}

.post ul li.highlight:nth-child(1) .featured_caption {
    display: block;
}
.post ul li.highlight:nth-child(2) .featured_caption {
    display: block;
}
.post ul li.highlight:nth-child(3) .featured_caption {
    display: block;
}
.post ul li.highlight:nth-child(4) .featured_caption {
    display: block;
}
.post ul li.highlight:nth-child(5) .featured_caption {
    display: block;
}
.post ul li.highlight:nth-child(6) .featured_caption {
    display: block;
}


.post {
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 2px;
}
@media only screen and (max-width: 479px) {

    .post {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
.post li {
    background-image: url(images/wing-bullet-darker.png);
    background-position: 0px 9px;
    background-repeat: no-repeat;
    color: #666666;
    font-size: 15px;
    list-style: none;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
}
.post li a {
    line-height: 1.3em; 
}

.post ol li {
    background-image: none;
    list-style: decimal;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-top: 5px;
    padding: 0;
}


/* Three Logos */
#three-logos {
    background-color: #F0F0F0;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    height: 370px;
    margin-bottom: 80px;
    margin-top: 50px;
}
.three-logos-titel h4 {
    font-weight: 400;
    margin-bottom: 50px;
}
.logo-box {
    margin-bottom: 60px;
    margin-top: 20px;
    padding: 0 10px;
    min-height: 290px;
    position: relative;
}
.three-logos-logo {
    height: 140px;
    position: relative;
    width: 100%;
}
.three-logos-logo > img {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
.three-logos-description {
    font-size: 15px;
    height: 140px;
    position: relative;
    text-align: center;
}
.three-logos-button-wrap {
    bottom: 0;
    height: 32px;
    left: 0;
    position: relative;
    right: 0;
}
.piktos,.piktos-1,.piktos-4 {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.piktos-1.three.columns > img {
    margin-left: 50px;
}
.piktos-4.three.columns > img {
    margin-left: 20px;
} 
.piktos,.piktos-1,.piktos-4 img {
    margin-bottom: 10px;
}
.piktos,.piktos-1,.piktos-4 p {
    margin-bottom: 20px;
}

/* #Search
================================================== */
#main {
    /*margin-top: 40px;*/
}
.entry {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 40px;
    padding-bottom: 20px;
}



/* #Blog
================================================== */
.postdetails {
    border-bottom: 1px solid #DDDDDD;
    font-size: 15px;
    height: 30px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .postdetails {
    height: auto;
  }
}
.postdetails > p {
    float: left;
    margin: 0;
    padding-right: 20px;
}

.post ul li ul.sub {
    margin: 0;
}

.readmore {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.navigation {
    margin-bottom: 60px;
    margin-top: 60px;
}
.navigation li {
    background-image: none;
    border: 1px solid #73BB74;
    display: inline;
    padding: 10px 1px;
    margin: 0px 2px;
    -webkit-transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -moz-transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -ms-transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
         -o-transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
            transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
        -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
           -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
            -ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
             -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
                transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
.navigation li:hover {
    background: #73BB74;
    cursor: pointer;
}
.navigation li.active {
    background: #73BB74;
}

.navigation li a {
    display: inline-block;
    padding: 15px 15px;
}
.navigation li:hover > a {
    color: white;
}
.navigation li.active > a {
    color: white;
}

/* #Footer
================================================== */

#footer {
    background: -moz-linear-gradient(left,  rgba(94,188,92,0.99) 0%, rgba(88,178,90,1) 80%, rgba(86,175,90,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(94,188,92,0.99)), color-stop(80%,rgba(88,178,90,1)), color-stop(100%,rgba(86,175,90,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(94,188,92,0.99) 0%,rgba(88,178,90,1) 80%,rgba(86,175,90,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(94,188,92,0.99) 0%,rgba(88,178,90,1) 80%,rgba(86,175,90,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(94,188,92,0.99) 0%,rgba(88,178,90,1) 80%,rgba(86,175,90,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(94,188,92,0.99) 0%,rgba(88,178,90,1) 80%,rgba(86,175,90,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5ebc5c', endColorstr='#56af5a',GradientType=1 ); /* IE6-9 */
    /*padding-bottom: 10px;*/
    padding-top: 10px;
}
#footer-links {
    /*margin-top: 20px;*/
}
#footer-links li {
    color: #FFFFFF;
    display: inline;
    margin-right: 10px;
}
#footer-links li a {
    font-size: 15px;
    color: #FFFFFF;
}
#footer-links li a:hover {
    color: #666;
}
#footer-links img {
    display: inline-block;
    position: relative;
    top: 7px;
}
#footer-kontakt li a {
    display: block;
    font-size: 15px;
    color: #FFFFFF;
}
#footer-kontakt img {
    float: left;
    margin-right: 15px;
}
#footer-kontakt h4,
#footer-social h4,
#footer-rss h4,
#footer-newsletter h4,
#footer-address h4 {
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 20px;
}
#footer-kontakt li {
    color: #FFFFFF;
    font-size: 15px;
    height: 40px;
    margin-bottom: 10px;
}
#footer-social ul li {
    display: inline-block;
    margin-right: 5px;
}
#footer-share {
    padding-top: 20px;
}
#footer-share h4 {
    color: #fff;
    padding-bottom: 10px;
}
#footer-share li {
    display: inline;
    float: left;
    width: 100px;
}
#footer-share ul li img {
    margin-top: -5px;
}
#footer-share li a {
    color: #FFFFFF;
}
#footer-address li {
    color: #FFFFFF;
}
#footer-certificate {
    margin: 40px 0px 0px 0px;
    padding: 4px;
}
#footer-certificate p {
    color: #666666;
}
/*.footer-clear {
    overflow: auto;
}*/
#logos-container {
    background-color: #FFFFFF;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
#logos-container img {
    padding: 30px 7px;
 }
#back-top {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px; 
    height: 83px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 10px;
    width: 71px;
}
#back-top a {
    color: #666666;
}
#back-top img {
    background-color: #F0F0F0;
    border: 1px solid #E7E7E7;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    margin-left: 3px;
    -webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
         -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
            transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
        -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
           -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
            -ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
             -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
                transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
#back-top img:hover {
    background-color: #e1e1e1;
}
ul.feeds li a {
    display: block;
}

@media screen and (max-width: 600px) {
  #footer {
    background-color: olive;
  }
}


/* #Typography
================================================== */
    h1, h2, h3, h4, h5, h6 {
        color: #666666;
        font-family:"SecondaSoftW01-Regular", sans-serif;

    }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
    h1 { font-size: 3.043em; line-height: 1em; margin-bottom: 20px; letter-spacing: -1px; }
    h2 { font-size: 2.000em; line-height: 1em; margin-bottom: 20px;  letter-spacing: 0px;}
    h3 { font-size: 1.500em; /*line-height: 1.3em;*/ margin-bottom: 10px; }
    h4 { font-size: 1.500em; line-height: 1.2em; margin-bottom: 10px; }
    h5 { font-size: 1.214em; line-height: 1.3em; }
    h6 { font-size: 1.000em; line-height: 1.4em; }
    .subheader { color: #777; }

    p { color: #666666; margin: 0 0 30px 0; font-size: 15px; }
    p img { margin: 0; }
    p.lead { font-size: 21px; line-height: 27px; color: #777;  }

    em { font-style: italic; }
    strong { font-family:"SecondaSoftW01-Regular", sans-serif; font-weight:600; font-style:normal; color: #333; }
    small { font-size: 80%; }

/*  Blockquotes  */
    blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
    blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
    blockquote cite { display: block; font-size: 12px; color: #555; }
    blockquote cite:before { content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

    hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
    td { border-bottom: 1px solid #ddd; color: #666666; padding: 10px; }

    sup {
        color: #666666;
        font-size: 10px;
        margin-left: 1px;
        vertical-align: 2px;
    }
    ul,ol {
        margin: 0 0 20px;
    }


/* #Links
================================================== */
    a, a:visited { 
        color: #5EBC5C; 
        text-decoration: none; 
        outline: 0;
    }
    a:hover, a:focus { color: #888; }
    p a, p a:visited { line-height: inherit; }

    a.more_list {
        font-size: 18px;
    }

/* #Images
================================================== */

    img.scale-with-grid {
        max-width: 100%;
        height: auto; }


/* #Buttons
================================================== */

    .button,wpcf7-submit
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        background: none repeat scroll 0 0 #E9E9E9;
        border: 0px solid #5EBC5C;
        border-radius: 0px 3px 3px 0px;
        -moz-border-radius: 0px 3px 3px 0px;
        -webkit-border-radius: 0px 3px 3px 0px;       
        color: #777777;
        cursor: pointer;
        float: left;
        outline: medium none;
        padding: 8px 10px;
        -webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
         -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
            transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
        -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
           -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
            -ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
             -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
                transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    }

    .button:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
        color: #222;
        background: #ddd; /* Old browsers */
        background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
        background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
        background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
        background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
        background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
        background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    }

    .button:active,
    button:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active {
        border: 0px solid #666;
        background: #ccc; /* Old browsers */
        background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
        background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
        background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
        background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
        background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
        background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

    .button.full-width,
    button.full-width,
    input[type="submit"].full-width,
    input[type="reset"].full-width,
    input[type="button"].full-width {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center; }

    /* Fix for odd Mozilla border & padding issues */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
    border: 0;
    padding: 0;
    }

    .buttons {
        border-radius: 3px !important;
        margin-right: 10px;
    }   
    
/* Button Colors */ 
    .button-green {
        background: #5EBC5C;
        border: 1px solid #5EBC5C;
        border-top: 1px solid #5EBC5C;
        border-left: 1px solid #5EBC5C;
    }
    .button-blue {
        background: #174c87;
        border: 1px solid #174c87;
        border-top: 1px solid #174c87;
        border-left: 1px solid #174c87;
    }
    .button-turquoise {
        background: #327481;
        border: 1px solid #327481;
        border-top: 1px solid #327481;
        border-left: 1px solid #327481;
    }
    
/* Dropdown Button */
    .button-menu-dropdown {
        -moz-border-radius: 3px 0px 0px 3px;
        -webkit-border-radius: 3px 0px 0px 3px;
        border-radius: 3px 0px 0px 3px;
        color: #FFFFFF;
        cursor: pointer;
        float: left;
        font-size: 13px;
        line-height: 18px;
        min-width: 155px;
        padding: 6px 2px 6px;
        text-align: center;
        text-decoration: none;
        text-transform: none !important;
    }
    .button-menu-dropdown:hover {
        color: #222  !important;
        background: #ddd; /* Old browsers */
        background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
        background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
        background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
        background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
        background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
        background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
        border: 1px solid #888;
        border-top: 1px solid #aaa;
        border-left: 1px solid #aaa; 
    }
    .info-button-dropdown {
        position: absolute;
        bottom: 20px;
        margin-left: 20px; 
    }
    .info-button-dropdown img {
        background-color: #E1E1E1;
        border-radius: 3px;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        float: left;
    }

/* Three Logos Button */    
    .three-logos-button {
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        color: #FFFFFF !important;
        cursor: pointer;
        display: inline-block;
        line-height: 18px;
        text-align: center;
        padding: 7px 10px 5px;
        text-decoration: none;
        bottom: 0;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 120px;
        -webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
         -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
            transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
        -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
           -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
            -ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
             -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
                transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    }
    .three-logos-button:hover {
        color: #222  !important;
        background: #ddd; /* Old browsers */
        background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
        background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
        background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
        background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
        background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
        background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
        border: 1px solid #888;
        border-top: 1px solid #aaa;
        border-left: 1px solid #aaa; 
    }
    .three-logos-button:active {
        border: 1px solid #666;
        background: #ccc; /* Old browsers */
        background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
        background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
        background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
        background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
        background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
        background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ 
    }

/* Sidebar Button */
    .button-menu-sidebar {
        background: #5EBC5C;
        border: 1px solid #5EBC5C;
        border-top: 1px solid #5EBC5C;
        border-left: 1px solid #5EBC5C;
        -moz-border-radius: 3px 0px 0px 3px;
        -webkit-border-radius: 3px 0px 0px 3px;
        border-radius: 3px 0px 0px 3px;
        color: #FFFFFF;
        cursor: pointer;
        float: left;
        font-size: 13px;
        line-height: 18px;
        margin-left: 35px;
        padding: 6px 9px 6px 9px;
        text-decoration: none;
        -webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
         -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
            transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
        -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
           -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
            -ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
             -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
                transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    }
    .button-menu-sidebar:hover {
        color: #222  !important;
        background: #ddd; /* Old browsers */
        background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
        background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
        background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
        background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
        background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
        background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
        border: 1px solid #888;
        border-top: 1px solid #aaa;
        border-left: 1px solid #aaa;
    }
    .info-button-sidebar {
        margin-top: 40px;
        padding-bottom: 20px;
    }
    .info-button-sidebar img {
        background-color: #E1E1E1;
        border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        float: left;
    }


/* #Comments
================================================== */
#commentform input {
        border: 1px solid #fff;
        padding: 7px 10px;
        outline: none;
        border: 1px solid #DDDDDD;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        font: 13px ;
        color: #777;
        width: 240px;
        max-width: 100%;
        display: block;
        background: #fff;
        float: none;
        -webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
         -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
            transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
#commentform input:focus {
        width: 250px;
}
#commentform label {
        float: left;
        font-weight: normal;
        margin-top: 10px;
}
#commentform > p {
    margin: 0 0 60px;
}
#commentform input#submit {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    font: 13px ;
    float: left;
    margin-top: 20px;
}
#commentform input:hover {
    background: none repeat scroll 0 0 #DDDDDD !important;
}
#commentform textarea {
    margin-top: 10px;
    width: 90% !important;
}

/* #Forms-Search
================================================== */
    label.screen-reader-text {
        display: none;
    }

    form {
        margin-top: 8px; }
    fieldset {
        margin-bottom: 20px; }
    input[type="text"],
    input[type="password"],
    input[type="email"],
    textarea,
    select {
        border: 1px solid #fff;
        padding: 7px 10px;
        outline: none;
        -moz-border-radius: 3px 0px 0px 3px;
        -webkit-border-radius: 3px 0px 0px 3px;
        border-radius: 3px 0px 0px 3px;
        font: 13px ;
        color: #777;
        width: 150px;
        max-width: 100%;
        display: block;
        background: #fff;
        float: left; 
    }
    select {
        padding: 0; }
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    textarea:focus {
        border: 1px solid #fff;
        color: #444;
    }
    textarea {
        min-height: 60px; }
    label,
    legend {
        display: block;
        font-weight: bold;
        font-size: 13px;  }
    select {
        width: 220px; }
    input[type="checkbox"] {
        display: inline; }
    label span,
    legend span {
        font-weight: normal;
        font-size: 13px;
        color: #444; }

    #searchform.button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        background: none repeat scroll 0 0 #E9E9E9;
        border: 0px solid #5EBC5C;
        border-radius: 0px 3px 3px 0px;
        -moz-border-radius: 0px 3px 3px 0px;
        -webkit-border-radius: 0px 3px 3px 0px;       
        color: #777777;
        cursor: pointer;
        float: left;
        outline: medium none;
        padding: 8px 10px;
        -webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
         -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
            transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
        -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
           -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
            -ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
             -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
                transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    }

    #searchform.button:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
        color: #222;
        background: #ddd; /* Old browsers */
        background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
        background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
        background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
        background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
        background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
        background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    }

    #searchform.button:active,
    button:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active {
        border: 0px solid #666;
        background: #ccc; /* Old browsers */
        background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
        background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
        background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
        background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
        background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
        background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

    #searchform.button.full-width,
    button.full-width,
    input[type="submit"].full-width,
    input[type="reset"].full-width,
    input[type="button"].full-width {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center; }

    /* Fix for odd Mozilla border & padding issues */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
    border: 0;
    padding: 0;
    }

    /* #Forms
================================================== */

    .wpcf7 form {
        margin-bottom: 20px; }
    .wpcf7 fieldset {
        margin-bottom: 20px; }
    .wpcf7 input[type="text"],
    .wpcf7 input[type="password"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea,
    .wpcf7 select {
        border: 1px solid #ccc;
        padding: 6px 4px;
        outline: none;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #777;
        margin: 0;
        width: 100%;
        max-width: 80%;
        display: block;
        margin-bottom: 20px;
        background: #fff; }
    .wpcf7 select {
        padding: 0; }
    .wpcf7 input[type="text"]:focus,
    .wpcf7 input[type="password"]:focus,
    .wpcf7 input[type="email"]:focus,
    .wpcf7 textarea:focus {
        border: 1px solid #aaa;
        color: #444;
    }
    .wpcf7 textarea {
        min-height: 60px; }
    .wpcf7 label,
    .wpcf7 legend {
        display: block;
        font-weight: bold;
        font-size: 13px;  }
    .wpcf7 select {
        width: 220px; }
    .wpcf7 input[type="checkbox"] {
        display: inline; }
    .wpcf7 label span,
    .wpcf7 legend span {
        font-weight: normal;
        font-size: 13px;
        color: #444; }
    .wpcf7-form > p {
        float: left;
        width: 100%;
    }
    .wpcf7-submit.button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        background: none repeat scroll 0 0 #E9E9E9;
        border: 0px solid #5EBC5C;
        border-radius: 0px 3px 3px 0px;
        -moz-border-radius: 0px 3px 3px 0px;
        -webkit-border-radius: 0px 3px 3px 0px;   
        color: #777777;
        cursor: pointer;
        float: left;
        outline: medium none;
        padding: 8px 10px;
        -webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
         -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
            transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
        -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
           -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
            -ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
             -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
                transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    }

    .wpcf7-submit.button:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
        color: #222;
        background: #ddd; /* Old browsers */
        background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
        background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
        background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
        background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
        background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
        background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    }

    .wpcf7-submit.button:active,
    button:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active {
        border: 0px solid #666;
        background: #ccc; /* Old browsers */
        background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
        background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
        background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
        background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
        background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
        background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

    .wpcf7-submit.button.full-width,
    button.full-width,
    input[type="submit"].full-width,
    input[type="reset"].full-width,
    input[type="button"].full-width {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center; }

    /* Fix for odd Mozilla border & padding issues */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
    border: 0;
    padding: 0;
    }

/* #Misc
================================================== */
    .remove-bottom { margin-bottom: 0 !important; }
    .half-bottom { margin-bottom: 10px !important; }
    .add-bottom { margin-bottom: 20px !important; }
    .green { background: #5EBC5C; }
    .blue { background: #06386E; }
    .turquoise { background: #327481; }
    .grey { background: #327481; }
    .white { background-color: #FFFFFF; }

    .color-green { color: #5EBC5C; }
    .color-green > img {
        vertical-align: -6px;
    }

    .cat-item { list-style: none outside none; }

    .wpp-comments {
        display: none;
    }

    .nr:before {
        color: #333333;
        content: "nr";
        font-weight: 600;
        padding: 3px;
        display: none;
    }
    .landingpage-grey {
        background-color: #F5F5F5;
        overflow: hidden;
        padding: 20px 0px 20px 0px;
    }
    .landingpage-white {
        background-color: white;
        overflow: hidden;
        padding: 30px 0px 30px 0px;
    }
    img.iikd-logo {
        padding: 50px;
    }
    img.ikud-logo {
        padding: 40px;
    }
    img.compass {
        padding: 40px;
    }
    img.ikud-blog-logo {
        padding: 10px 40px 40px 65px;
    }
    img.dgikt-logo {
        padding-left: 40px;
    }
    form.print {
        display: inline;
        float: right;
        margin-top: 0;
        width: 30px;
    }
    @media only screen and (max-width: 479px) {
        .postdetails>p {
            float: none;
        }
        form.print {
            display: block;
            float: none;
            margin-top: 10px;
        }
    }

/* #Dropdown Menu
================================================== */

    #menu {
        margin-left: 267px;
        margin-top: 113px;
        z-index: 20;
    }
    .item-1 a,
    .item-2 a,
    .item-3 a,
    .item-4 a,
    .item-5 a {
        color: #888;
        display: inline-block;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
    }
    .item-1 a:hover,
    .item-2 a:hover,
    .item-3 a:hover,
    .item-4 a:hover,
    .item-5 a:hover {
        color: #666;
    }

    a.description {
        color: #666;
        font-size: 15px;
        text-transform: none;
    }

    .item-1,
    .item-2,
    .item-3,
    .item-4,
    .item-5 {
        background-position: 50% 49px;
        background-repeat: no-repeat;
        display: inline-block;
        float: left;
        padding: 12px 14px 8px;
        cursor: pointer;
        -webkit-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -moz-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -ms-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
         -o-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
            transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
        -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
           -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
            -ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
             -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
                transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    }
    .item-1:hover,
    .item-2:hover,
    .item-3:hover,
    .item-4:hover,
    .item-5:hover {
        background: #f1f1f1;
        background-position: 50% 35px;
        background-repeat: no-repeat;
        background-size: 32px 11px;  
    }
    .item-1:hover {
        background-image: url(images/menu-arrow-green.png);
    }
    .item-2:hover {
        background-image: url(images/menu-arrow-green.png);     
    }
    .item-3:hover {
        background-image: url(images/menu-arrow-blue.png);
    }
    .item-4:hover {
        background-image: url(images/menu-arrow-turquoise.png);
    }
    .item-5:hover {
        background-image: none;
    }
    .item-1:focus,
    .item-2:focus,
    .item-3:focus,
    .item-4:focus,
    .item-5:focus {
        background: #f1f1f1;
    }
    .menu-container1,
    .menu-container2,
    .menu-container3,
    .menu-container4 {
        background: #fff;
        background-color: rgba(255,255,255,0.98);
        border-top: 10px solid transparent;
        -moz-border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
        border-radius: 0px 0px 5px 5px;
        -webkit-box-shadow:  -5px 10px 10px 2px rgba(0, 0, 0, 0.3);    
        box-shadow:  -5px 10px 10px 2px rgba(0, 0, 0, 0.3);
        cursor: default;
        left: 180px;
        margin-top: 8px;
        position: absolute;
        visibility: hidden;
        width: 760px;
        z-index: 100;
        /*-webkit-transition-delay: 0.2s, 0.8s, 0s;
        -moz-transition-delay: 0.2s, 0.8s, 0s;
        -ms-transition-delay: 0.2s, 0.8s, 0s;
        -o-transition-delay: 0.2s, 0.8s, 0s;
        transition-delay: 0.2s, 0.8s, 0s;*/
    }
    .item-1:hover > .menu-container1,
    .item-2:hover > .menu-container2,
    .item-3:hover > .menu-container3,
    .item-4:hover > .menu-container4 {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        filter:alpha(opacity=100);
        visibility: visible;
    }
    .menu-container1 {
        border-top: 10px solid #5EBC5C;
        /*left: -88px;*/    
    }
    .menu-container2 {
        border-top: 10px solid #5EBC5C;
        /*left: -186px*/;
    }
    .menu-container3 {
        border-top: 10px solid #174C87;
        /*left: -302px*/;
    }
    .menu-container4 {
        border-top: 10px solid #327481;
        /*left: -465px*/;
    }
    .menu-container-description p {
        font-size: 15px;
        top: 20px;
    }
    .menu-container-description {
        -moz-border-radius: 0px 0px 0px 5px;
        -webkit-border-radius: 0px 0px 0px 5px;
        border-radius: 0px 0px 0px 5px;    
        float: left;
        border-right: 1px solid #C2C1C1;
        height: 397px;
        padding: 15px;
        width: 245px;
    }
    .menu-container-center {
        float: left;
        border-right: 1px solid #C2C1C1;
        height: 390px;
        padding: 22px 0px 15px 15px;
        width: 226px;
    }
    .menu-container-right {
        -moz-border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
        border-radius: 0px 0px 5px 5px;
        float: left;
        height: 390px;
        padding: 22px 0px 15px 15px;
        position: relative;
        width: 227px;
    }
    .menu-container-description:hover,
    .menu-container-center:hover,
    .menu-container-right:hover {
        background-color: rgb(245, 245, 245);
    }
    .menu-container-center ul,
    .menu-container-right ul {
        margin-top: 26px;
    }
    .menu-container-center ul li,
    .menu-container-right ul li {
        background-image: url(images/wing-bullet-dark.png);
        background-position: 0 4px;
        background-repeat: no-repeat;
        margin-bottom: 10px;
        padding: 0 10px 0 20px;
    }
    .menu-container-center ul li:hover,
    .menu-container-right ul li:hover {
        background-image: url(images/wing-bullet-darker.png);
    }   
    .menu-container-center ul li a,
    .menu-container-right ul li a {
        color: #666 !important;
        font-size: 15px !important;
        font-size: inherit;
        text-transform: none !important;
        -webkit-transition: all none !important;
        -moz-transition: all none !important;
        -ms-transition: all none !important;
         -o-transition: all none !important;
            transition: all none !important; 
    }
    .menu-container-center ul li a:hover
    .menu-container-right ul li a:hover {
        border-bottom: 0px solid #73BB74 !important;
        padding-bottom: 0px !important;
    }


    .search-highlight {
        color: #666666;
        font-style: italic;
        padding: 1px 7px;
        font-weight: 400;
    }

/* #Fancybox
================================================== */

    #fancybox-wrap {
        width: 50% !important;
    }

    #fancybox-content {
        border: none !important;
        width: 100% !important;
    }

/* #Override Contact 7
================================================== 

    div.wpcf7 {
        margin: 220px 0 0;
        padding: 0;
    }

    div.wpcf7-response-output {
        font-size: 28px;
        height: 130px;
        margin: -170px 0 0;
        padding: 0.2em 1em;
        position: absolute;
        width: 530px;
    }
    .wpcf7 form {
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .wpcf7-form-control.wpcf7-submit {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }*/

    .wpp-views {
        display: none !important;
    }

/* Css Sprites
================================================== */


    .button-arrow {
        background: #e1e1e1;
        background-image: url('images/sprite.png');
        background-position: 1px 1540px;
        -moz-border-radius: 0px 3px 3px 0px;
        -webkit-border-radius: 0px 3px 3px 0px;
        border-radius: 0px 3px 3px 0px;
        cursor: pointer;
        float: left;
        height: 32px;
        width: 32px;
    }
    .button-top {
        background: #e1e1e1;
        background-image: url('images/sprite.png');
        background-position: 0px 1648px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        cursor: pointer;
        float: left;
        height: 60px;
        width: 60px;
    }
    .button-telephon {
        background-image: url('images/sprite.png');
        background-position: 0px 303px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        cursor: pointer;
        float: left;
        height: 40px;
        width: 50px;
    }
    .button-mail {
        background-image: url('images/sprite.png');
        background-position: 0px -827px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        cursor: pointer;
        float: left;
        height: 40px;
        width: 50px;
    }
    .button-facebook {
        background-image: url('images/sprite.png');
        background-position: 0 -195px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        cursor: pointer;
        height: 32px;
        width: 32px;
    }
    .button-twitter {
        background-image: url('images/sprite.png');
        background-position: 0 -1440px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        cursor: pointer;
        height: 32px;
        width: 32px;
    }
    .button-google {
        background-image: url('images/sprite.png');
        background-position: 0 -2130px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        cursor: pointer;
        height: 32px;
        width: 32px;
    }
    .button-rss {
        background-image: url('images/sprite.png');
        background-position: 0 -2833px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        cursor: pointer;
        height: 32px;
        width: 32px;
    }
    .button-home {
        background-image: url('images/sprite.png');
        background-position: -5px -3953px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        cursor: pointer;
        height: 29px;
        width: 30px;
    }

/*Newsletter
================================================*/
.crp_related {
    margin: 80px 0px 40px 0px;
}

p.wysija-paragraph {
    margin-bottom: 60px;
}

.wysija-paragraph input[type="text"] {
    border: 1px solid lightgrey;
    width: 260px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

/*Bewertung
================================================*/

.bewertung {
    text-align: center;
    padding: 20px 0px;
}

#breadcrumbs{
list-style: none;
    margin: 10px 20px;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}
strong.bread-current {
    display: none;
}


/*Tags
================================================*/
p.tags {
    color: #f8f8f8;
    margin-bottom: 50px;
    overflow: hidden;
    font-size: 14px !important;
}

p.tags a {
    background: #5ebc5c;
    padding: 5px 10px;
    color: white;
    margin: 3px;
    float: left;
}

h3.tagsCloudTitle {
    cursor: pointer;
}

p.tagsCloud {
    color: #f8f8f8;
    margin-bottom: 50px;
    overflow: hidden;
    height: 0px;
}

p.tagsCloud a {
    background: #5ebc5c;
    padding: 5px 10px;
    color: white;
    margin: 3px;
    float: left;
}




/* #gform
================================================== */
	.gform_wrapper ul.gform_fields li.gfield, .gform_wrapper .chosen-container-multi .chosen-choices li.search-field  {
	    padding-right: 0px !important;
	    padding-left: 0px !important;
	    background-image: none;
	}
	.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    	font-weight: 300;
    	font-size: inherit;
	}
	.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	    display: -moz-inline-stack;
	    display: inline-block;
	    line-height: 1.3;
	    clear: both;
	    margin: 20px 0px 0px 0px;
	}

	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .cr_ipe_item input {
	    font-size: inherit;
	    font-family: inherit;
	    padding: 5px 4px;
	    letter-spacing: normal;
	    width: 80%;
	}
	.gform-submit.button, button, input[type=submit], input[type=reset], input[type=button] {
		border-radius: 3px !important;
    	-moz-border-radius: 3px !important;
    	-webkit-border-radius: 3px !important;
	}
	.gform_wrapper textarea.medium {
    	height: 160px;
    	width: 80% !important;
	}
	.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    	font-weight: 300 !important;
    	font-size: inherit;
	}
    .gform form {
        margin-bottom: 20px; }
    .gform fieldset {
        margin-bottom: 20px; }
    .gform input[type="text"],
    .gform input[type="password"],
    .gform input[type="email"],
    .gform textarea,
    .gform select,
    .cr_ipe_item input {
        border: 1px solid #ccc;
        padding: 6px 4px;
        outline: none;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #777;
        margin: 0;
        width: 100%;
        max-width: 80%;
        display: block;
        margin-bottom: 20px;
        background: #fff; }
    .gform select {
        padding: 0; }
    .gform input[type="text"]:focus,
    .gform input[type="password"]:focus,
    .gform input[type="email"]:focus,
    .gform textarea:focus,
    .cr_ipe_item input {
        border: 1px solid #aaa;
        color: #444;
    }
    .gform textarea {
        min-height: 60px; }
    .gform label,
    .gform legend {
        display: block;
        font-weight: bold;
        font-size: 13px;  }
    .gform select {
        width: 220px; }
    .gform input[type="checkbox"] {
        display: inline; }
    .gform label span,
    .gform legend span {
        font-weight: normal;
        font-size: 13px;
        color: #444; }
    .gform-form > p {
        float: left;
        width: 100%;
    }
    .gform-submit.button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        background: none repeat scroll 0 0 #E9E9E9 !important;
        border: 0px solid #5EBC5C !important;
        border-radius: 0px 3px 3px 0px !important;
        -moz-border-radius: 0px 3px 3px 0px !important;
        -webkit-border-radius: 0px 3px 3px 0px !important;   
        color: #777777 !important;
        cursor: pointer !important;
        float: left !important;
        outline: medium none !important;
        padding: 8px 10px !important;
        -webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750) !important;
        -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750) !important;
        -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750) !important;
         -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750) !important;
            transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750) !important; /* linear */
        -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750) !important;
           -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750) !important;
            -ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750) !important;
             -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750) !important;
                transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750) !important; /* linear */
    }

    .gform-submit.button:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
        color: #222;
        background: #ddd; /* Old browsers */
        background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
        background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
        background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
        background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
        background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
        background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    }

    .gform-submit.button:active,
    button:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active {
        border: 0px solid #666;
        background: #ccc; /* Old browsers */
        background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
        background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
        background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
        background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
        background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
        background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

    .gform-submit.button.full-width,
    button.full-width,
    input[type="submit"].full-width,
    input[type="reset"].full-width,
    input[type="button"].full-width {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center; }

    /* Fix for odd Mozilla border & padding issues */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
    border: 0;
    padding: 0;
    }
    .gform_wrapper form li, .gform_wrapper li {
    margin-left: 0!important;
    list-style: none!important;
    overflow: visible;
    background-image: none !important;
}

.cr_ipe_item input { 
	border: 1px solid #ccc !important;
        padding: 6px 4px !important;
        outline: none !important;
        -moz-border-radius: 2px !important;
        -webkit-border-radius: 2px !important;
        border-radius: 2px !important;
        font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        color: #777 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 80% !important;
        display: block !important;
        margin-bottom: 20px !important;
        background: #fff !important; }
}


.cr_ipe_item label {
    line-height: 150% !important;
    font-size: 14px !important;
    color: #666 !important;
    font-weight: 400 !important;
}

.grandrapids-powered-by {
    display: none;
}
/*.medium {
    background: red;
}*/
