html, body {
    padding: 0px;
    margin: 0px 5px;
    line-height: 23px;
    background-color: #f7f7f7;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    color: #555;
}

h2 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

h4 {
    font-size: 20px;
}

.box {
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
}

.boxSmall {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.formText, .formSelect, .formButton {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    padding: 11px 15px 11px 15px;
    height: 46px;
    border: 1px solid #dddddd;
    width: 100%;
    color: #555;
    font-size: 13px !important;
}
.formButton {
    font-size: 13px;
    font-weight: bold;
}

.formButton[disabled] {
    cursor: no-drop;
}

.blue {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #00aeff 0%, #53b2ed 0%, #5c90d2 100%) repeat scroll 0 0;
    border-color: #5c90d2;
    color: #ffffff;
}

.orange {
    background: #f2825b;
    background: -moz-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
    background: -webkit-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
    background: linear-gradient(to bottom, #f2825b 0%, #e55b2b 50%, #f07146 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2825b', endColorstr='#f07146', GradientType=0);
    border-color: #f2825b;
    color: #ffffff;
}

.green {
    background: #6eb700;
    background: -moz-linear-gradient(top, #6eb700 0%, #8fc800 100%);
    background: -webkit-linear-gradient(top, #6eb700 0%, #8fc800 100%);
    background: linear-gradient(to bottom, #6eb700 0%, #8fc800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6eb700', endColorstr='#8fc800', GradientType=0);
    color: white;
}

.red {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
    color: white;
}

.grey {
    background: rgba(199, 199, 199, 1);
    background: -moz-linear-gradient(top, rgba(199, 199, 199, 1) 0%, rgba(173, 173, 173, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(199, 199, 199, 1) 0%, rgba(173, 173, 173, 1) 100%);
    background: -o-linear-gradient(top, rgba(199, 199, 199, 1) 0%, rgba(173, 173, 173, 1) 100%);
    background: -ms-linear-gradient(top, rgba(199, 199, 199, 1) 0%, rgba(173, 173, 173, 1) 100%);
    background: linear-gradient(to bottom, rgba(199, 199, 199, 1) 0%, rgba(173, 173, 173, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7', endColorstr='#adadad', GradientType=0);
}

.formButton:hover {
    opacity: 0.9;
}

.boxInner {
    text-align: left;
    padding: 15px;
    background-color: white;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 5px 5px 2px -4px rgba(238, 238, 238, 1);
    -moz-box-shadow: 5px 5px 2px -4px rgba(238, 238, 238, 1);
    box-shadow: 5px 5px 2px -4px rgba(238, 238, 238, 1);
}

.error {
    background-color: #f9eae8;
    box-shadow: 0 2px #f4d8d4;
    color: #c54736;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: center;
    margin-bottom: 20px;
}

.seperator {
    color: #5c90d2;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.portalTable tr th, .portalTable tr td {
    padding: 10px;
    border-bottom: 1px solid #f6f6f6;
}

table tr td {
    padding: 3px;
}

.attributeTable tr td {
    border-bottom: 1px solid #eee;
    padding: 7px 3px;
    font-size: 13px;
}

.smallCalendar {
    border: none;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

.smallCalendar th, .smallCalendar td {
    padding: 3px !important;
    text-align: center;
}

.smallCalendarContainer {
    float: left;
    width: 33.3%;
    padding: 10px
}

.logo {
    text-align: center;
    float: left;
    margin-top: 10px;
    width: 100%;
}

.process {
    margin-top: 20px;
    font-size: 12px;
    position: relative;
    float: left;
    width: 100%;
}

.headerRight {
    float: right;
    width: 100%;
    text-align: center;
}

.title {
    float: left;
    width: 100%;
    font-size: 24px;
    margin-top: 35px;
}

.menue {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.menue a {
    background-color: #f6f6f6;
    padding: 5px 7px;
}

.search .column {
    float: left;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 13px;
}

.subImage {
    display: none;
    float: left;
    width: 60px;
    margin-right: 10px;
}

.location {
    margin-top: 1px;
    float: left;
    background-color: #ddd;
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
    vertical-align: middle;
}

.processLine {
    position: absolute;
    height: 10px;
    width: 100%;
    background-color: #eee;
    z-index: 1 !important;
    top: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.processBox {
    float: left;
    text-align: center;
    width: 25%;
    text-transform: uppercase;
    z-index: 2 !important;
}

.processBox .point {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-color: #EcEcEc !important;
    border: 0px solid #FFF;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    line-height: 37px;
    height: 35px;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    width: 35px;
    margin: auto;
    margin-bottom: 10px;
    color: #555;
    z-index: 2 !important;
    position: relative;
}

.processBox .active {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #00aeff 0%, #53b2ed 0%, #5c90d2 100%) repeat scroll 0 0;
    color: #fff;
    z-index: 2 !important;
}

.boxOneThree {
    float: left;
    width: 25%;
}

.boxTwoThree {
    float: left;
    width: 65%;
}

.boxHalfLeft {
    float: left;
    width: 100%
}

.boxHalfRight {
    float: left;
    width: 100%;
    padding-left: 0px;
}

.boxInner .col1 {
    float: left;
    width: 100%;
}

.boxInner .col2 {
    float: left;
    width: 100%;
}

.boxInner .col2 .sub1 {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.boxInner .col2 .sub2 {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

#calendar .col1 {
    float: left;
    width: 100%;
}

#calendar .col2 {
    margin-top: 20px;
    float: left;
    width: 100%;
}

#calendar .colEntry {
    float: right;
}

.formLeft {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
}

.formRight {
    float: right;
    width: 100%;
    margin-bottom: 10px;
}

.detailLeft {
    float: left;
    width: 100%;
    text-align: left;
}

.detailRight {
    float: right;
    width: 100%;
    text-align: left;
}

.calendar_year_overview {
    display: none;
    font-size: 12px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.calendar_year_overview a {
    background-color: #eee;
    padding: 2px 10px;
    border-radius: 2px;
    float: left;
    width: 32%;
    margin: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#showHideFilter {
    cursor: pointer;
}

#contact {
    display: none;
}

#filterContent {

}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-warning {
    background-color: #fdf3e5;
    color: #efa231;
}

.alert-danger {
    background-color: #f9eae8;
    color: #c54736;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}


@media all and (min-width: 700px) {

    .subImage {
        display: inherit;
    }

    .search .column {
        width: 50%;
    }

    .logo {
        width: 30%;
        text-align: left;
        padding: 10px;
    }

    .process {
        float: left;
        width: 70%;
    }

    .headerRight {
        float: right;
        width: 60%;
        text-align: right;
        margin-top: 35px;
    }

    .title {
        width: 65%;
        float: right;
        text-align: right;
    }

    .menue {
        width: 65%;
        float: right;
        margin-top: 35px;
        text-align: right;
        font-size: 13px;
    }

    .boxInner .col1 {
        float: left;
        width: 25%;
    }

    .boxInner .col2 {
        float: left;
        width: 75%;
        padding-left: 20px;
    }

    .boxInner .col2 .sub1 {
        float: left;
        width: 70%;
        margin-top: 0px;
    }

    .boxInner .col2 .sub2 {
        float: left;
        width: 30%;
        text-align: center;
        margin-top: 0px;
    }

    #calendar .col1 {
        float: left;
        width: 35%;
    }

    #calendar .col2 {
        margin-top: 0px;
        float: left;
        width: 65%;
    }

    #calendar .colEntry {
        float: right;
    }

    .formLeft {
        width: 30%;
        padding-top: 10px;
        padding-left: 10px;
    }

    .formRight {
        width: 70%;
        margin-bottom: 20px;
    }

    .detailLeft {
        float: left;
        width: 50%;
        padding-right: 25px;
    }

    .detailRight {
        float: right;
        width: 50%;
    }
}

@media all and (min-width: 1200px) {

    #contact {
        display: inherit;
    }

    .search .column {
        width: 25%;
    }

    .boxHalfLeft {
        float: left;
        width: 25%;
    }

    .boxHalfRight {
        float: left;
        width: 75%;
        padding-left: 20px;
    }

    .subImage {
        float: left;
        width: 60px;
        margin-right: 10px;
    }

    .boxInner .col1 {
        float: left;
        width: 25%;
    }

    .boxInner .col2 {
        float: left;
        width: 75%;
        padding-left: 20px;
    }

    .boxInner .col2 .sub1 {
        float: left;
        width: 70%;
    }

    .boxInner .col2 .sub2 {
        float: left;
        width: 30%;
        text-align: center;
    }
}


