@import "skeleton.css";
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}

mark, rp, rt, ruby, summary, time {
    display: inline;
}

/* Global properties ======================================================== */
body {
    background: url(../../ZP2015_Figuren/body-bg.jpg) top center no-repeat #13191e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    line-height: 1.5em;
    color: #7c8183;
    cursor: default;
}

html, body {
    height: 100%;
}


p {
    padding-top: 18px;
}

a {
    color: #7c8183;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }
ul li, ol li {
    background: url(../../ZP2015_Figuren/box-marker.gif) left 5px no-repeat;
    padding-left: 12px;
}

h1 {
    padding-top: 48px;
}

    h1 a {
        display: block;
        text-indent: -5000px;
        height: 243px;
        background: url(../../Figuren/logo.png) left top no-repeat;
    }

h2 {
    font-size: 2em;
    line-height: 1.2307em;
    color: #259be6;
    padding: 11px 0 14px 10px;
    background: url(../../ZP2015_Figuren/h2-bg.gif) left bottom repeat-x;
    margin-bottom: 20px;
}

    h2 strong {
        display: block;
        background: url(../../ZP2015_Figuren/h2-strong-bg.jpg) left 0px no-repeat;
        padding: 0px 0 5px 49px;
    }

h3 {
    padding: 17px 0 30px 0;
}

.h3-pad {
    padding-bottom: 26px;
}

.h3-pad1 {
    padding-bottom: 34px;
}

h4 {
    padding: 17px 0 30px 0;
}

.h4-pad {
    padding-bottom: 38px;
}

.h4-pad1 {
    padding-bottom: 34px;
}

/* Global Structure ============================================================= */
.main {
    margin: 0 auto;
    position: relative;
}

/* Header */
header {
    height: 383px;
    background: url(../../ZP2015_Figuren/header-bg.gif) left top repeat-x;
}

/* Content */
section#content {
}
/* Footer */
footer {
    height: 48px;
    background: repeating-linear-gradient(to right, #2A3843, #44525E, #2A3843);
    border-radius: 8px;
}
/* Left & Right alignment */

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.col-1, .col-2, .col-3 {
    float: left;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}
/*----- form defaults -----*/
input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    vertical-align: middle;
    font-weight: normal;
}

/*----- other -----*/
.img-indent {
    margin: 0 40px 0 0;
    float: left;
}

.img-indent1 {
    margin: 0 16px 0 0;
    float: left;
}

.extra-wrap {
    width: 100%;
}

/*===== header =====*/
/*nav {
    float: left;
    width: 780px;
}

    nav ul {
        width: 100%;
        overflow: hidden;
    }
*/
    .nav > li {
        background: url(../../ZP2015_Figuren/nav-li-bg.gif) right 1px no-repeat !important;
        font-size: 1.0833em;
        line-height: 1.2307em;
        height: 50px;
    }

        .nav > li > a {
            padding: 15px 12px 0 13px;
            text-decoration: none;
            text-transform: uppercase;
            color: #fff;
            height: 35px;
            height: 50px;
        }

            .nav > li > a:hover, .nav .active > a {
                background: #1f9bcf !important;
                height: 50px;
            }

.socials {
    float: right;
    color: #91b3cc;
    padding-top: 14px;
}

    .socials a {
        display: inline-block;
        margin-left: 5px;
    }

div.SocialMedia{
    width: 100%;
    text-align: right;
}
.header-inner {
    background: url(../../ZP2015_Figuren/header-inner-bg.gif) top center no-repeat;
}
/*===== content =====*/
#content {
    background: #e5e8ea;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(js/PIE.htc);
    padding: 20px 19px 18px 19px;
}
/*----------box------*/
.box {
    background: url(../../ZP2015_Figuren/box-bg.gif) left bottom repeat-x #fff;
}

    .box .indent {
        padding: 0 38px 20px 38px;
    }

    .box .indent1 {
        padding: 0 22px 30px 38px;
    }

    .box .inside {
        padding: 10px 11px 19px 11px;
    }

    .box .left-tail {
        background: url(../../ZP2015_Figuren/box-left-tail.gif) top left repeat-y;
    }

    .box .right-tail {
        background: url(../../ZP2015_Figuren/box-right-tail.gif) top right repeat-y;
    }

    .box .bottom-right {
        background: url(../../ZP2015_Figuren/box-corner-bottom-right.gif) bottom right no-repeat;
    }

    .box .bottom-left {
        background: url(../../ZP2015_Figuren/box-corner-bottom-left.gif) bottom left no-repeat;
    }

    .box .top-right {
        background: url(../../ZP2015_Figuren/box-corner-top-right.gif) top right no-repeat;
    }

    .box .top-left {
        background: url(../../ZP2015_Figuren/box-corner-top-left.gif) top left no-repeat;
        width: 100%;
    }

.box-indent {
    padding: 0 2px;
}

.text {
    font-size: 1em;
    line-height: 1.25em;
    color: #768088;
}

    .text strong {
        color: #464e54;
    }

.bg {
    background: url(../../ZP2015_Figuren/bg.gif) left bottom repeat-x #fff;
}

.margin {
    margin-top: 18px;
}

.box h2 .datum {
    display: inline-block;
    float: right;
    margin-right: 15px;
    font-size: x-small;
    margin-top: -15px;
}

.box .title {
    display: block;
    font-size: 1.16em;
    line-height: 1.3em;
    color: #13191e;
    padding-bottom: 3px;
}

.box .link {
    display: inline-block;
    text-decoration: none;
    padding: 7px 7px 0px 7px;
    height: 26px;
    text-align: center;
    font-size: 0.833em;
    line-height: 1.2307em;
    color: #fff;
    margin-top: 1px;
    text-transform: uppercase;
    background: repeating-linear-gradient(to bottom, #2599DA, #116DA4);
    border-radius: 3px;
}

    .box .link:hover {
        background: repeating-linear-gradient(to bottom, #7ABFE7, #6DA5C5);
        border-radius: 3px;
    }

.box .pad {
    padding-top: 32px;
}

.box .pad1 {
    padding-top: 21px;
}

.box .pad2 {
    padding-top: 24px;
}

.box .pad3 {
    padding-top: 15px;
}

.box .col-pad {
    padding-right: 25px;
}

.box .padding {
    padding-bottom: 23px;
}

.box .padding1 {
    padding-bottom: 55px;
}

.box .padding2 {
    padding-bottom: 45px;
}

.box .list li {
    background: url(../../ZP2015_Figuren/box-marker.gif) left 10px no-repeat;
    font-size: 1.166em;
    line-height: 1.79em;
    padding-left: 12px;
}

    .box .list li a {
        color: #13191e;
    }

.color {
    color: #00c4f8;
}

.color1 {
    color: #444a4a;
}

.gallery img {
    margin-right: 22px;
}

.gallery .left {
    margin: 72px 20px 0 0;
}

.gallery .right {
    margin: 72px 0px 0 0px;
}


/*----------------------*/

/*----------box1--------*/
.box1 {
    background: url(../../ZP2015_Figuren/box1-bg.jpg) top center no-repeat #13191e;
    width: 100%;
    color: #e6e6e6;
}

    .box1 .indent {
        padding: 0 20px 30px 20px;
    }

    .box1 .padding {
        padding-bottom: 34px;
    }

    .box1 strong, .box1 strong span {
        display: block;
        color: #2eb8ff;
        line-height: 2em;
        padding-bottom: 3px;
    }

    .box1 span {
        display: block;
        color: #e6e6e6;
    }

    .box1 .border {
        background: url(../../ZP2015_Figuren/box1-border-bg.gif) left bottom repeat-x;
        padding-bottom: 36px;
        margin-bottom: 12px;
    }

    .box1 .link {
        text-transform: uppercase;
        display: inline-block;
        margin-top: 13px;
        color: #2eb8ff;
        cursor: pointer;
    }

    .box1 .link-margin {
        margin-top: 21px;
    }

    .box1 .link-margin1 {
        margin-top: 36px;
    }

    .box1 .list li {
        line-height: 2.083em;
        background: url(../../ZP2015_Figuren/box1-marker.gif) left 10px no-repeat;
        padding-left: 10px;
    }

        .box1 .list li a {
            color: #2eb8ff;
            font-weight: bold;
        }

    .box1 .pad {
        padding-top: 20px;
    }

    .box1 .pad1 {
        padding-top: 27px;
    }

    .box1 .title {
        color: #2eb8ff;
        font-weight: bold;
    }

    .box1 .title1 {
        color: #2eb8ff;
        font-weight: bold;
        font-style: normal;
        display: block;
        padding-bottom: 5px;
    }

    .box1 .phone {
        display: inline-block;
        width: 85px;
        font-style: normal;
    }

    .box1 a {
        color: #e6e6e6;
    }
/*------------*/
/*----------box2--------*/
.box2 {
    background: url(../../ZP2015_Figuren/box2-bg.jpg) top center no-repeat #1f9bcf;
    width: 100%;
    color: #fff;
    margin-top: 20px;
}

    .box2 .indent {
        padding: 0 20px 24px 20px;
    }

    .box2 .padding {
        padding-bottom: 26px;
    }

    .box2 .padding1 {
        padding-bottom: 32px;
    }

    .box2 .padding2 {
        padding-bottom: 20px;
    }

    .box2 .padding3 {
        padding-bottom: 46px;
    }

.date {
    background-color: #55C2F0;
    border-radius: 4px;
    width: 100%;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    font-weight: bold;
}

    .date .fleft {
        margin: 4px 0 0 10px;
    }

    .date .fright {
        margin: 4px 10px 0 0px;
    }

.box2 span {
    color: #13191e;
}

.box2 .pad {
    padding-top: 23px;
}

.box2 .title {
    display: block;
    color: #13191e;
    margin-bottom: 4px;
}

.box2 .list li {
    line-height: 2.083em;
    background: url(../../ZP2015_Figuren/box2-marker.gif) left 10px no-repeat;
    padding-left: 10px;
}

    .box2 .list li a {
        color: #13191e;
    }

.box2 .link {
    display: inline-block;
    text-decoration: none;
    padding-top: 7px;
    width: 76px;
    height: 19px;
    text-align: center;
    font-size: 0.833em;
    line-height: 1.2307em;
    color: #126fa5;
    margin-top: 1px;
    text-transform: uppercase;
    background: url(../../ZP2015_Figuren/box2-link-bg.gif) left top no-repeat;
}

    .box2 .link:hover {
        background: url(../../ZP2015_Figuren/box2-link-bg-hover.gif) left top no-repeat;
    }
/*------------*/
/*----calendar---*/
.Agenda {
    margin-left: -5px;
    border: none !important;
    width: 100% !important;
}

    .Agenda > tbody > tr > td {
        background-color: transparent !important;
        vertical-align: middle !important;
        width: 100%;
    }

.calTitleStyle {
    background-color: #55C2F0;
    text-transform: capitalize;
    border-radius: 4px;
    width: 100%;
    height: 30px;
    text-align: center;
    font-weight: bold;
}

    .calTitleStyle > tbody > tr {
        vertical-align: middle;
    }

.calNPStyle {
    text-align: center !important;
    padding-top: 6px;
}

.calDayHeader {
    font-weight: bold;
    padding: 15px 0px 6px 5px;
    width: 40px;
    border-bottom: 1px solid #53b7e1;
    text-transform: capitalize;
}

.calDayStyle {
    height: 30px !important;
    width: 15% !important;
    text-align: center;
    padding: 0px 0 0px 0;
    vertical-align: middle;
    font-size: 1.16em;
    line-height: 2.16em;
    position: relative;
}

.FullPlay {
    background: url(../../ZP2015_Figuren/calendar-bg-green.gif) center center no-repeat;
}

.NoPlay {
    background: url(../../ZP2015_Figuren/calendar-bg-red.gif) center center no-repeat;
}

.Only50PlusPlay {
    background: url(../../ZP2015_Figuren/calendar-bg-greenred.gif) center center no-repeat;
}

.No50PlusPlay {
    background: url(../../ZP2015_Figuren/calendar-bg-redgreen.gif) center center no-repeat;
}

.calDayStyle > a {
    z-index: 20;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
}

.calTodayDayStyle {
    /*background: url(../../ZP2015_Figuren/calendar-bg.gif) center center no-repeat;*/
    border: 2px solid white;
    height: 20px !important;
    width: 15% !important;
    text-align: center;
    padding: 0px 0 0px 0;
    vertical-align: middle;
    font-size: 1.16em;
    line-height: 2.16em;
    position: inherit;
}

.calBirthDay {
    background: url(../../ZP2015_Figuren/calendar-bg-jarig.png) center center no-repeat;
}

.calOMDayStyle {
    height: 20px !important;
    width: 15% !important;
    text-align: center;
    padding: 0px 0 0px 0;
    vertical-align: middle;
    font-size: 1.16em;
    line-height: 2.16em;
}

.legende {
    font-size: x-small;
    margin-top: 10px;
}

    .legende img {
        height: 14px;
    }

.calendar {
    border-collapse: collapse;
    margin-left: -5px;
}

.week {
    font-weight: bold;
    color: #fff;
}

    .week td {
        padding: 15px 0px 6px 5px;
        width: 40px;
        border-bottom: 1px solid #53b7e1;
    }

.days {
    font-size: 1.16em;
    line-height: 2.16em;
}

    .days td {
        height: 20px;
        text-align: center;
        padding: 0px 0 0px 0;
        vertical-align: middle;
    }

.days-pad td {
    vertical-align: bottom;
    padding: 15px 0 5px 0;
    height: 10px;
}

.td {
    background: url(../../ZP2015_Figuren/calendar-bg.gif) center center no-repeat;
    color: #000;
    text-align: center;
}
/*----*/
/*----forum-table----*/
.forum-table {
    width: 100%;
    color: #7c8183;
    line-height: 1.333em;
}

    .forum-table strong {
        color: #444a4a;
    }

    .forum-table .col_1 {
        width: 103px;
    }

    .forum-table .col_2 {
        width: 92px;
    }

    .forum-table .col_3 {
        width: 116px;
    }


    .forum-table td {
        border: 1px solid #e8e8e8;
        padding: 12px 15px 13px 10px;
    }

    .forum-table span {
        color: #444a4a;
    }

.tr1 td {
    padding: 5px 0 8px 38px;
}

.forum-table .number {
    color: #444a4a;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}

.forum-table .text {
    color: #444a4a;
    padding: 0 20px 0 25px;
    vertical-align: middle;
}

.forum-table a {
    font-weight: bold;
    color: #444a4a;
}
/*------*/

/*----------shedule-table------*/
.shedule-table {
    width: 100%;
    line-height: 2em;
    color: #2c2d2e;
    margin-top: 25px;
    border-collapse: collapse;
}

    .shedule-table td {
        border: 1px solid #f2f2f2;
        text-align: center;
        padding: 0px 0 0px 0;
    }

    .shedule-table .head {
        color: #444a4a;
        text-transform: uppercase;
        font-weight: bold;
    }

    .shedule-table .col_1 {
        width: 145px;
    }

    .shedule-table .col_2 {
        width: 103px;
    }

    .shedule-table .col_3 {
        width: 107px;
    }

    .shedule-table .head td {
        padding: 8px 0;
    }

    .shedule-table .bg1 {
        background: #96d2eb;
    }

    .shedule-table .bg2 {
        background: #65b3d4;
    }

    .shedule-table .bg3 {
        background: #f2f2f2;
    }

    .shedule-table .bg4 {
        background: #a0ffdc;
    }

    .shedule-table .bg5 {
        background: #c29dfe;
    }

    .shedule-table .bg6 {
        background: #c9ae6c;
    }

    .shedule-table .bg7 {
        background: #ffd8fc;
    }

    .shedule-table .bg8 {
        background: #fffeb5;
    }

    .shedule-table .bg9 {
        background: #f6e197;
    }

    .shedule-table .bg10 {
        background: #57c79e;
    }

    .shedule-table .bg11 {
        background: #a0ffdc;
    }

    .shedule-table .form-border {
        border-right: 1px solid #fff;
    }

    .shedule-table .form-border1 {
        border-left: 1px solid #fff;
    }

.extra {
    background: url(../../ZP2015_Figuren/extra-bg.jpg) left top no-repeat;
    height: 216px;
    padding: 184px 0 0 19px;
}

    .extra a {
        display: block;
        width: 105px;
        height: 39px;
        background: url(../../ZP2015_Figuren/extra-link-bg.jpg) left top no-repeat;
    }

        .extra a:hover {
            background: url(../../ZP2015_Figuren/extra-link-bg-hover.jpg) left top no-repeat;
        }



/*===== footer =====*/
footer {
    text-align: right;
    color: #7cc1e9;
}

    footer span {
        text-transform: uppercase;
    }

    footer a {
        color: #7cc1e9;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline;
        }

    footer .inside {
        padding: 15px 20px 0 0;
    }


/*----- forms -----*/
#login-form fieldset {
    border: none;
    color: #373737;
    padding-bottom: 28px;
}

#login-form span {
    display: block;
    padding: 1px 0 8px 0;
}

#login-form label {
    display: block;
    height: 20px;
    overflow: hidden;
    background: url(../../ZP2015_Figuren/login-input-bg.gif) no-repeat 0 0;
    vertical-align: top;
}

#login-form input {
    width: 123px;
    padding: 0px 0px 0px 0px;
    border: none;
    line-height: 1.2307em;
    margin: 0 4px;
    background: none;
    color: #444a4a;
}

#login-form a {
    color: #444a4a;
    font-weight: bold;
    display: inline-block;
    float: left;
    margin-top: 25px;
}


#contacts-form {
    padding-top: 30px;
}

    #contacts-form fieldset {
        border: none;
    }

    #contacts-form label {
        display: block;
        height: 26px;
    }

    #contacts-form input {
        width: 231px;
        padding: 2px 0px 3px 5px;
        border: 1px solid #aaddf2;
        line-height: 1.2307em;
        background: url(../../ZP2015_Figuren/form-bg.png) repeat;
        color: #fff;
    }

    #contacts-form textarea {
        width: 231px;
        padding: 0px 0px 0px 5px;
        border: 1px solid #aaddf2;
        background: url(../../ZP2015_Figuren/form-bg.png) repeat;
        color: #fff;
        height: 251px;
        overflow: auto;
    }

    #contacts-form .link {
        margin: 10px 3px 15px 12px;
        background: url(../../ZP2015_Figuren/form-link-bg.gif) left top no-repeat;
        width: 48px;
    }

        #contacts-form .link:hover {
            background: url(../../ZP2015_Figuren/form-link-bg-hover.gif) left top no-repeat;
        }

/*==========================================*/

/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
.styleTextbox {
    padding: 2px 0px 3px 5px;
    border: 1px solid #aaddf2;
    line-height: 1.2307em;
    background: url(../../ZP2015_Figuren/form-bg.png) repeat;
    color: #000;
}

.button {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 2px 5px 3px 5px;
    border: 1px solid #aaddf2;
    text-align: center;
    margin-right: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .button.a {
        background: #aaddf2;
    }

    .button:hover {
        background: #aaddf2;
        text-decoration: none;
    }
/** FD _ Banner Styles  **/
#FD_header {
    width: 100%;
    color: #ffffff;
}

    #FD_header img {
        max-width: 80%;
        margin-top: 5px;
    }

#FD_Banner {
    text-align: center;
    color: #2A3843;
}
#FD_Banner .wrapper {
    width: 100%;
    overflow: hidden;
}

#FD_Banner>span{
    display: block;
}
    #FD_Banner>a {
        display: inline-block;
        max-width: 100%;
        background-color: white;
    }
    #FD_Banner > a>img {
        max-width: 100%;
    }
    #FD_Banner > strong {
        display: block;
    }

    #FD_Banner .productsmall {
        min-width: 90%;
        background: #ffffff;
        margin-top: 10px;
        border: solid 2px #ffd900;
        padding: 0.5em;
    }
    #FD_Banner .productsmall h5{
        font-weight: bold;
        font-size:1.2em;
        padding-bottom:0.5em;
    }
        #FD_Banner .productsmall h6 {
            font-size: 0.8em;
        }

        #FD_Banner .productsmall p {
            padding: 0.2em;
            text-align: center;
            color: #e53D00;
            font-weight: bold;
            font-size: 1.2em;
        }
