html {
    color: #222;
    background: #808080;  /* #f0f8ff */
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

article hr {
    clear: both;	
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em;
}
.browserupgrade img {
    float: left;
    padding: 4px 8px;
}


/* ========================================================================== */

body {
    position: relative;
    background-color: #f6f6f6;
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    margin: 0;
    padding: 0;
}
body.modal-opened {
    overflow: hidden;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Blue Theme
   =================== */

.header-container {
    background: #103d7b; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#0f4191, #11365c); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0f4191, #11365c);
    background: -moz-linear-gradient(#0f4191, #11365c);
    background: linear-gradient(#0f4191, #11365c);
    color: white;
}
.header-container i.usermenu {
    float: left;
    padding: 20px 12px;
    font-size: 20pt;
    cursor: pointer;
}
.header-container h1 {
    float: left;
    font-size: 30px;
    white-space: nowrap;
    margin: 0.67em 0 0 0;
}
.header-container h1 img {
    cursor: pointer;
}
.header-container .header-login {
    float: right;
    font: 14px Roboto, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 13px;
    margin-left: 8px;
    padding-top: 4px;
    padding-bottom: 12px;
}
.header-container .header-login div {
    float: left;
    position: relative;
}
.header-container .header-login div.clickable {
    cursor: pointer;
}
.header-container .header-login .loginusericon {
    margin-right: 8px;
    top: -5px;
}
.header-container .header-login .loginusericon i {
    font-size: 19pt;
}
.header-container .header-login .loginnousericon i {
    margin-top: 2pt;
    font-size: 16pt;
}
.header-container .header-login .loginnousericon {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    overflow: hidden;
    width: 28px;
    height: 28px;
    text-align: center;
}
.header-container .header-login .userloginimg {
    top: -7px;
    margin-right: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    overflow: hidden;
}
.header-container .login-button {
    text-decoration: none;
    font-weight: normal;
    color: white;
    background: #103d7b;
    margin: auto auto 0 8px;
    padding: 4px 8px;
    border: 1px solid #808080;
    cursor: pointer;
}
.header-container .login-button:hover {
    background: #1049a2;
}

.body-container {
    position: relative;
}
.main-container {
    position: relative;
    min-height: 512px;
}

.main-usermenu {
    font: 16px Roboto, Helvetica, Arial, sans-serif;
    display: block;
    position: absolute;
    width: 300px;
    height: 100%;
    z-index: 11000;
    background: white;
    -webkit-box-shadow: 6px 6px 18px #404040;
       -moz-box-shadow: 6px 6px 18px #404040;
            box-shadow: 6px 6px 18px #404040;
    transition: transform 0.3s;
    transform: translateX(-110%);
}
.main-usermenu.is-active {
    left: 0 !important;
    transform: translateX(0);
}
.usermenu-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.usermenu-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.footer-container {
    margin-top: 8px;
    padding: 25px 4px;
    color: black;
    font: 12px Helvetica, Arial, sans-serif;
    line-height: 1.6;
    background: #d8d8d8;
    -webkit-box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.6);
       -moz-box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.6);
            box-shadow: 0 6px 16px 6px rgba(0, 0, 0, 0.6);
}	
.footer-container footer a {
    color: black;
    text-decoration: none;
}
	
.main article {
    background: white;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
article .darkdiv {
    border-top: 1px solid #dfdfdf;
    background: #fdfdfd;
    padding: 12px;
}
.main .article-body {
    padding: 2%;	
}
.main .statusdiv td {
    vertical-align: middle;
    font: 14px/18px Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.main .statusdiv i.fa {
    font-size: 16pt;
    margin-right: 8px;
}

.main aside {
    font: 15px Roboto, Helvetica, Arial, sans-serif;
    font-weight: normal;
    clear: both;
}
.main aside .asidecontainer {
    background: white;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    padding-bottom: 1px;
}
.main aside .asidecontainer div {
    margin: 16px 8%;
}
.main aside .asidecontainer a {
    color: #222; 
    text-decoration: none;
}
.main aside .asidecontainer a:hover {
    color: #1b39a8;
}
.main aside .asidecontainer h3 {
    font: 16px Roboto, Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-bottom: solid 1px #d0d0d0;
    width: 90%;
    margin: 0;
    padding: 2% 5%;
    background: #e2e2e2;
}
/*
.main aside .asidecontainer h3.weather {
    background: #ffdb53;
}
.main aside .asidecontainer h3.planning {
    background: #99ed9b;
}
.main aside .asidecontainer h3.contact {
    background: #e2e2e2;
}
*/

.main aside .asidecontainer small {
    font-size: 13px;	
}
.main aside .asidecontainer .fa-external-link {
    font-size: 8pt;
    color: #007ae8;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}
html.lt-ie9 .main-usermenu  {
    left: -110%;
}

/* ==============
    MOBILE:
   ============== */

.main {
    padding: 32px 0 16px 0;
}

.main .article-container {
    height: 100%;
}
.main article {
    margin-bottom: 32px;
}
.main .news {
    margin-bottom: 12px !important;
}

.main article h1 {
    font-size: 1.8em;
}
.main aside .asidecontainer {
    color: #222;
    margin-bottom: 32px;
}

.booking-button {
    clear: both;
    float: right;
    margin-bottom: 20px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

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

    /* ====================
        INTERMEDIATE:
       ==================== */
    .main .article-container {
        margin-bottom: 32px;
    }

    .main .news {
        margin-bottom: 0;
    }

    .main aside .asidecontainer {
        margin-bottom: 16px;
    }
}

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

    /* ====================
        WIDE:
       ==================== */
    .header-container,
    .main aside .asidecontainer {
        -webkit-box-shadow: 0 5px 10px #aaa;
        -moz-box-shadow: 0 5px 10px #aaa;
        box-shadow: 0 5px 10px #aaa;
    }

    .main .article-container {
        float: left;
        width: 61%;
        margin-bottom: 0;
    }

    .main .news {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .main aside {
        float: right;
        width: 36%;
        clear: none;
    }

    .main aside .asidecontainer {
        margin-bottom: 32px;
    }
}

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

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}