@import url("animation.css") screen;

/************************************************************************************
GENERAL
*************************************************************************************/
/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat Alternates';
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Alternates'), local('Montserrat-Alternates'),
        url('../fonts/MontserratAlternates-Light.ttf') format('truetype');
}


body {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #d68f00;
}

header {

    width: 100%;
    content: " ";
    display: table;

}

section img {
    width: 100%;
    clear: both;
    padding-bottom: 15px;
    margin-top: 10px;
}



p {
    text-align: justify;
    font-size: 100%;
    display: block;
    font-size: 18px;
}


/*highlights*/

.shadow {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0.36);
    -moz-box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0.36);
    box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0.36);
}

.shadow2 {
    -webkit-box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.25);
    /* WebKit */
    -moz-box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.25);
    /* Firefox */
    box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.25);
    /* Standard */
}

.border-round {
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 1px solid #000000;
}

.colum {

    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;

    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;

    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

}


/* LAYOUT */
.container {
    margin: 0;
    padding: 0;
    width: 100%;
}



/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
    width: 900px;
    max-width: 94%;
    margin: 0 auto 0 auto;
    border-top: solid 1px #ccc;
    padding: 0 15px 15px 15px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0.36);
    -moz-box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0.36);
    box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0.36);
}

/*impressum content*/

#impress-content {
    display: block;
    clear: both;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px;
    margin:40px 50px 40px 50px;
}

#impress-content img {
    float: right;
    clear: both;
    width: 30%;
    margin: 10px;
    padding: 10px;
    border: solid 1px #ffcc33;
}

#impress-content h2 {
    font-size: 20px;
}

#impress-content a {
    color: #d68f00;
}

#impress-content a:hover {
    color: #d68f00;
    font-weight: bold;
}

/*impressum content ende*/

/*kontakt content*/

#content-kontakt {

    display: block;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin: 40px 50px 0 50px;
}

#content-kontakt h2 {
    margin: 30px 0 0 15px;
    font-size: 18px;
}

#content-kontakt p {
    margin: 25px 0 0 15px;
}

#content-kontakt a {
    color: #666;
    font-weight: bold;
}


#content-kontakt a:hover {
    color: #d68f00;
    font-weight: bold;
}

/*kontakt content ende*/


#content {
    clear: both;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    display: inline-block;
    margin: 40px;
    padding-bottom: 30px;
    font-size: 18px;
}

#content h1 {
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 30px;
}

#content h2 {
    margin-bottom: 25px;
    font-size: 20px;
}


.gelb {
    color: #d68f00;
}

.gelb:hover {
    color: #ffbf00;
    font-weight: bold;
}

#content-sub .yellow {
    color: #d68f00;
}

#content-sub .yellow:hover {
    color: #d68f00;
    font-weight: bold;
}

#content .grundlagen-physiotherapie {

    display: inline-block;
    margin-left: 20px;
}

#content img {
    width: 30%;
    float: left;
    clear: both;
    padding: 25px;
    margin: 10px 30px 30px 0;
    border: solid 1px #4b4b4b;
}


#content-bottom {
    clear: both;
    border-bottom: solid 1px #ccc;
    display: inline-block;
    font-size: 18px;
    padding: 0 0 30px 0;
    margin: 0 50px 0 50px;
}

#content-bottom img {
    width: 30%;
    float: right;
    clear: both;
    padding: 20px;
    margin: 0 0 30px 30px;
    border: solid 1px #4b4b4b;
}

#content-bottom h3 {
    margin-bottom: 40px;
    text-align: right;

}



/*Angebot-menu's*/

#content-sub {
    display: block;
    clear: both;
    border-bottom: double 1px #ffcc33;
    border-top: double 1px #ffcc33;
    margin: 40px 50px 40px 50px;
    padding-bottom: 20px;

}

#content-sub a {

    margin: 10px 0 10px 0;
    font-size: 16px;
    letter-spacing: 1px;
}


#content-sub h2 {
    color: #666;
    margin-top: 30px;
    margin-bottom: 25px;

}

/*only angebote seite*/

.btn {
    background: #ffcc00;
    background-image: -webkit-linear-gradient(top, #ffcc00, #d68f00);
    background-image: -moz-linear-gradient(top, #ffcc00, #d68f00);
    background-image: -ms-linear-gradient(top, #ffcc00, #d68f00);
    background-image: -o-linear-gradient(top, #ffcc00, #d68f00);
    background-image: linear-gradient(to bottom, #ffcc00, #d68f00);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    display: block;
    width: 50%;
    font-family: Arial;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;

}

.btn:hover {
    background: #b89300;
    background-image: -webkit-linear-gradient(top, #b89300, #ffbf00);
    background-image: -moz-linear-gradient(top, #b89300, #ffbf00);
    background-image: -ms-linear-gradient(top, #b89300, #ffbf00);
    background-image: -o-linear-gradient(top, #b89300, #ffbf00);
    background-image: linear-gradient(to bottom, #b89300, #ffbf00);
    text-decoration: none;
}

.titlebox {
    color: #cd9a00;
    font-weight: bold;
    display: block;
    font-size: 18px;
    margin: 5px 0 5px 0;
}


#content-sub .offer-box {
 
    margin: 20px;
    width: 40%;
    display: inline-block;
    border-top: 1px solid #222;
}

#content-sub p {
    padding: 2%;
    width: 98%;
}

#content-sub .offer-box img {

    width: 100%;

    margin: 20px 0 20px 0;
    display: block;

    /*  border-top-left-radius: 28px;
  -webkit-border-top-left-radius: 28px;
  -moz-border-top-left-radius: 28px;
  border-top-left-radius: 28px;
  
  border-top-right-radius: 28px;
  -webkit-border-top-right-radius: 28px;
  -moz-border-top-right-radius: 28px;
  border-top-right-radius: 28px;*/
}



/*only angebote seite end*/


.left-show {

    display: inline-block;
    width: 100%;


}

.left-show img {

    width: 100%;

    /*  border-top-left-radius: 28px;
  -webkit-border-top-left-radius: 28px;
  -moz-border-top-left-radius: 28px;
  border-top-left-radius: 28px;
  
  border-top-right-radius: 28px;
  -webkit-border-top-right-radius: 28px;
  -moz-border-top-right-radius: 28px;
  border-top-right-radius: 28px;*/

    border: solid 1px #ffcc33;

}

.right-show {

    display: inline-block;
    width: 100%;

}

.right-show h3 {


    margin: 15px 0 15px 0;
    padding: 0;
}

.right-show p {

    margin: 0;
    padding: 0;
}

/*Angebot-menu's end*/



#smart-header {
    display: block;
    width: 100%;
    background-color: #ffcc00;


}

#smart-header img {

    width: 100%;


    /*    border: 1px solid #ffcc33;*/
    -webkit-box-shadow: 0px 0px 3px 1px rgba(38, 38, 38, 0.25);
    -moz-box-shadow: 0px 0px 53px 1px rgba(38, 38, 38, 0.25);
    box-shadow: 0px 0px 3px 1px rgba(38, 38, 38, 0.25);

    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;

    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
}






/************************************************************************************
NAV
*************************************************************************************/
#nav-wrap {
    margin-top: 0;



}

/* menu icon */
#menu-icon {
    display: none;
    /* hide menu icon initially */
}

nav {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 2em;
    text-shadow: 0px 1px 0px #666;

    background: #ffcc00;
    background-image: -webkit-linear-gradient(top, #ffcc00, #d68f00);
    background-image: -moz-linear-gradient(top, #ffcc00, #d68f00);
    background-image: -ms-linear-gradient(top, #ffcc00, #d68f00);
    background-image: -o-linear-gradient(top, #ffcc00, #d68f00);
    background-image: linear-gradient(to bottom, #ffcc00, #d68f00);

    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;

    /*    -webkit-border-top-left-radius:  10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;*/

    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;

    /*    -webkit-border-top-right-radius:  10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;*/
}

#nav {

    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}



#nav li ul {

    text-align: center;
}


#nav li {

    text-align: center;
    margin: 2px;
    padding: 5px 8px 5px 8px;
}





#nav li {
    list-style: none;
    display: inline;
    text-align: center;
    width: 100%;
    border-right: 1px solid #ffcc33;
}

#nav li:last-child {

    border-right: none;
}


/* nav link */
#nav a {
    padding: 4px 10px;
    margin: 2px 12px 2px 12px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
}

#nav a:hover {
    padding: 4px 10px;
    margin: 2px 12px 2px 12px;
    display: inline-block;

    -webkit-box-shadow: inset 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 8px 8px 0px rgba(0, 0, 0, 0.3);

    color: #4b4b4b;

}

/* nav dropdown */
#nav ul {
    text-align: left;
    background: #d68f01;
    margin: 0;
    padding: 0;
    position: absolute;
    margin-left: 260px;
    border: 1px solid #d68f01;
    display: none;
    /* hide dropdown */
    width: 250px;
}

#nav ul li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
}

#nav li:hover>ul {

    display: block;
    /* show dropdown on hover */
    text-align: left;
}


/*Kontakt css*/

#response {
    margin-top: 40px;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
    font-family: 'Julius Sans One', sans-serif;
}

#contact-form {
    text-shadow: 0 1px 0 #FFF;

    /*	border: 0.01em solid #3366ff;*/
    padding: 25px;
    -webkit-box-shadow: 0px 9px 22px 0px rgba(50, 50, 50, 0.58);
    -moz-box-shadow: 0px 9px 22px 0px rgba(50, 50, 50, 0.58);
    box-shadow: 0px 9px 22px 0px rgba(50, 50, 50, 0.58);
}

#contact-form h3 {
    color: #666;
    display: block;
    font-size: 20px;
}

#contact-form h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-weight: lighter;

}

#contact-form label span {
    cursor: pointer;
    color: #666;
    display: block;
    margin: 5px 0;

}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
    width: 96%;
    box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -webkit-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    border: 1px solid #666;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 5px;
}

#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}

#contact-form textarea {
    height: 100px;
    max-width: 100%;
}

#contact-form button[type="submit"] {
    float: left;
    cursor: pointer;
    width: 60%;
    border: none;
    background: #ffcc00;
    background-image: -webkit-linear-gradient(top, #ffcc00, #d68f00);
    background-image: -moz-linear-gradient(top, #ffcc00, #d68f00);
    background-image: -ms-linear-gradient(top, #ffcc00, #d68f00);
    background-image: -o-linear-gradient(top, #ffcc00, #d68f00);
    background-image: linear-gradient(to bottom, #ffcc00, #d68f00);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    color: #FFF;
    margin: 15px 0 30px;
    padding: 10px;

    border: 0.01em solid #ccc;
}

#contact-form button[type="submit"]:hover {
    background: #b89300;
    background-image: -webkit-linear-gradient(top, #b89300, #ffbf00);
    background-image: -moz-linear-gradient(top, #b89300, #ffbf00);
    background-image: -ms-linear-gradient(top, #b89300, #ffbf00);
    background-image: -o-linear-gradient(top, #b89300, #ffbf00);
    background-image: linear-gradient(to bottom, #b89300, #ffbf00);
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    color: #666;
    border: 0.01em solid #666;
}

#contact-form button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact-form input:focus,
#contact-form textarea:focus {
    outline: 0;
    border: 1px solid #999;
}

#contact-reset {

    display: block;


    cursor: pointer;
    width: 65px;
    height: 65px;
    background: 0;
    background-size: 45px 45px;
    background-image: url(../kontakt/garbage.png);
    background-repeat: no-repeat;

    border: 0;
}

#contact-reset:hover {
    background-image: url(../kontakt/garbage-offen.png);

}



::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

/*Kontakt css Ende*/




/*footer*/

footer {

    display: block;
    text-align: center;
    margin:15px 30px 0 30px;

}

footer .fsecfooter {

    padding: 1%;
    margin: 2%;
    width: 26%;
    color: #ffcc33;
    display: inline-block;

}

footer .fsecfooter a {
    color: #cd9a00;
    font-size: 18px;
}

footer .fsecfooter a:hover {
    color: #ffcc00;
}

footer .fsecfooter img {

    border: none;
    width: 120px;
    height: 120px;
    color: #ffcc33;
    display: inline-block;
}



footer .fsecfooter h2 {

    width: 100%;
    color: #e7ae02;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;

    border-bottom: solid 1px #ccc;
}

footer .fsecfooter p {

    width: 100%;
    color: #666;
}

footer .fsecfooter p img {
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
    height: 20px;
    width: 20px;
}


footer ul {
    display: block;
    border-bottom: solid 1px #ccc;
}

footer ul li {
    display: inline;
    margin: 0em 0.188em 0em 0.188em;
}

footer ul li a {
    line-height: 2.5em;
    margin: 0.2em;
    padding: 0.2em;
    color: #666;
}

footer ul li a:hover {
    text-decoration: none;
    color: #ffcc33;
}

.footerline-info {
    border-top: solid 1px #ccc;
    padding-top: 50px;
    padding-bottom: 10px;
    margin:10px 50px 15px 50px;
    text-align: center;
    display: block;
    color: #cd9a00;

}

.footerline-info a {
    margin: 0 15px 0 15px;
    color: #222;
}

.footerline a:hover {
    color: #999999;
}

.footerline {

    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    display: block;
    color: #cd9a00;

}

.footerline a {
    color: #666;
}

.footerline a:hover {
    color: #999999;
}

.oben {
    text-align: center;
}

.oben a{
    color: #222;
}


.oben a:hover {
    color:#b89300;

}


/************************************************************************************
TABLET BIG
*************************************************************************************/

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

    body {
        font-size: 100%;
        color: #666;
        margin: 0;
        padding: 0;
    }



    .colum {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;

        -webkit-column-gap: 0px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 0px;
        /* Firefox */
        column-gap: 0px;


        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        float: left;
        clear: both;

    }

    footer {
        text-align: center;
    }

    footer .fsecfooter h2 {
        font-size: 160%;
    }


    footer .fsecfooter p {
        font-size: 140%;
    }

    footer .fsecfooter {
        padding: 2%;
        width: 100%;
        color: #666;
        display: inline;
    }



    #content img {
        clear: both;
        margin-bottom: 15px;
        margin-top: 10px;
        width: 40%
    }



    .container {
        margin: 0;
        overflow: visible;

    }

    #smart-header {
        display: block;
        width: 100%;
        background-color: #ffcc00;


    }

    #smart-header img {

        width: 100%;


        /*    border: 1px solid #ffcc33;*/
        -webkit-box-shadow: 0px 0px 3px 1px rgba(38, 38, 38, 0.25);
        -moz-box-shadow: 0px 0px 53px 1px rgba(38, 38, 38, 0.25);
        box-shadow: 0px 0px 3px 1px rgba(38, 38, 38, 0.25);

        -webkit-border-bottom-left-radius: 30px;
        -moz-border-bottom-left-radius: 30px;
        border-bottom-left-radius: 30px;

        -webkit-border-bottom-right-radius: 30px;
        -moz-border-bottom-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }


    .titlebox {
        color: #cd9a00;
        font-weight: bold;
        display: block;
        font-size: 16px;
        margin: 20px 0 20px 0;
    }

    #content-sub .offer-box {

        margin: 20px 23px 20px 23px;
        width: 38%;
        display: inline-block;
        border-top: 1px solid #ccc;
    }

    #nav li {

        text-align: center;
        margin: 2px;
        padding: 5px 8px 5px 8px;
    }


    #nav li {
        list-style: none;
        display: inline;
        text-align: center;
        width: 100%;
        border-right: 1px solid #ffcc33;
    }

    #nav li:last-child {

        border-right: none;
    }


    /* nav link */
    #nav a {
        padding: 6px 6px;
        margin: 1px;
        display: inline-block;
        color: #fff;
        font-size: 14px;
    }

    #nav a:hover {
        padding: 6px 6px;
        margin: 1px;
        display: inline-block;

    }
}

/************************************************************************************
MOBILE
*************************************************************************************/
@media screen and (max-width: 770px) {


    body {
        font-size: 100%;
        color: #666;
        margin: 0;
        padding: 0;
    }

    .colum {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;

        -webkit-column-gap: 0px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 0px;
        /* Firefox */
        column-gap: 0px;


        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;


    }

    #pagewrap {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 0 auto;
        padding: 0;
        border-top: solid 1px #ccc;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #content h1 {
        font-size: 24px;
    }



    #content-sub .offer-box {
        padding: 15px 0 15px 0;
        margin: 15px 0 15px 0;
        width: 98%;
        display: block;
        border-top: 1px solid #ccc
    }

    #smart-header {
        display: block;
        background: none;
    }

    #smart-header img {
        width: 96%;
        margin: 0 2% 0 2%;
        background: none;

    }

    #content-bottom img {
        width: 90%;
        margin: 0;
        padding:5%;
        clear: none;
        float: none;


    }

    #content img {
        width: 90%;
        margin: 0;
        padding:5%;
        clear: none;
        float: none;
    

    }

    /*angebot images*/

    .titlebox {
        color: #cd9a00;
        font-weight: bold;
        display: block;
        font-size: 16px;
        margin: 10px 0 10px 0;
    }


    #content-sub p {

        padding: 2%;
        width: 96%;


    }

    #content-sub img {

        width: 100%;
        display: inline-block;

    }

    /*button*/

    .btn {

        width: 94%;

    }

    /*angebot images ende*/

    footer {

        text-align: center;
        border: none;
    }

    footer .fsecfooter p {

        font-size: 120%;
    }

    footer .fsecfooter h2 {

        font-size: 170%;
    }




    footer .fsecfooter {
        padding: 2%;
        width: 90%;
        color: #666;
        border: 0;

    }

    footer .fsecfooter img {

        border: none;
        width: 100px;
        height: 100px;
        color: #ffcc33;
        display: inline-block;

    }


    nav {
        text-align: left;
        padding: 0px;
        margin: 5px 0 5px 0;
        line-height: 1.5em;
        width: 100%;
        height: 2em;
        border: none;
        border-radius: 0;
    }


    /* nav-wrap */
    #nav-wrap {
        position: relative;
        margin: 15px 0 5px 0;
    }

    /* menu icon */
    #menu-icon {
        color: #000;
        width: 25px;
        height: 25px;
        background: url(../images/menu-icon_1.png) no-repeat 5px center;
        padding: 5px;
        cursor: pointer;
        margin: 0 0 10px 15px;
        display: block;
        /* show menu icon */
    }

    #menu-icon:hover {
        /*		border:1px solid #ccc;*/
        border: none;
    }

    #menu-icon.active {
        /*		border:1px solid #ccc;*/
        background-color: #ffcc33;
    }

    /* main nav */

    .outline-inward {
        display: none;

    }

    #nav {
        clear: both;
        position: absolute;
        top: 35px;
        width: 80%;
        padding: 10px;
        z-index: 10000;
        /*		padding: 5px;*/
        background: #ffcc33;
        /*		border: solid 1px #999;*/
        display: none;
        /* visibility will be toggled with jquery */
    }

    #nav li {

        border: none;
        text-align: left;
    }

    #nav a,
    #nav ul a {
        font: inherit;
        background: #cd9a00;
        display: inline;
        float: left;
        width: 93%;
        padding: 10px;
        color: #fff;
        font-size: 90%;

    }

    #nav a:hover,
    #nav ul a:hover {
        background: #ffcc33;
        width: 93%;
        padding: 10px;
        color: #666;
    }

    /* dropdown */
    #nav ul {
        width: 89%;
        margin-left: 10%;
        padding: 0;
        position: static;
        display: block;
        border: none;
        background: inherit;
    }

    #nav ul li {
        border: none;
        margin: 3px 0 3px 0;
    }

}

@media screen and (min-width: 770px) {

    /* ensure #nav is visible on desktop version */
    #nav {
        display: block !important;
    }

}