/* Space out content a bit */
@import url('museofont.css');

html { 
    background: #fffce4 url(../img/bg_lines.png) repeat-y top left; 
    font-size: 16px;
}

body {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 70px 30px;
    padding-top: 00px;
    padding-bottom: 20px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 1.0625rem;
    line-height: 1.8em;
}

a, a:link, a:active, a:focus {color: #A2BD30; text-decoration: none; }
a:hover { color: #5E4F8B; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; text-decoration: none; }

h1 { color: #A2BD30; font-family: 'museo'; margin-top: 0px; }
h1::first-line { color: #5E4F8B; }
h2 { color: #5E4F8B; font-family: 'museo'; margin-top: 0px; font-size: 24px; }
h3, h4, h5, h6 { margin-top: 0px; color: #5E4F8B; font-family: 'museo'; }
h3 { font-size: 20px; }

img {
    max-width: 100%;
    height: auto;
}

.hide-mobile { display: none; }
.hide-desktop { display: block; }

/* Custom page header */
header {
    padding-bottom: 30px;
    height: 50px;
    height: auto;
}

header .container {
    position: relative;
    padding-top: 20px;
}
.headerimage { 
    min-width: 300px;
    height: auto;
    position: absolute;
    top: 0px;
    right: 0;
}

.headerimage img {
    border: 0px white solid;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    position: absolute;
    top: -80px;
    right: -8px;
    z-index: 9;
    
}

.service-nav {
    min-width: 200px;
    text-align: right;
    float: right;
}

.mobile-bar {
    height: 40px;
    background: #444;
    margin-bottom: 20px;
    padding-left: 30px;
}

.mobile-bar a {
    padding-top:5px;
    display: inline-block;
    text-rendering: geometricPrecision;
}

.mobile-bar a:hover, .mobile-bar a:active { color: #b3d133; }

.mobile-logo {
    margin: -15px 0 0 15px; 
}

.mobile-logo h1 { font-size: 30px; }
.service-nav { position: absolute; top: -55px; right: 150px; }

/* Content Container */
.inner-content {
    padding-top: 30px;
    min-height: 400px;
}

.inner-content ul {
    padding-left: 1rem;
}

.inner-content ul li {
list-style-type: "– ";
}

/* Button Hormon-Mobile */

.button-mobile {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: block;
    background: #1e536f url('/application/themes/blueberrymuffin/img/button_hormon-mobile.jpg') no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    left: -260px;
    color: white !important;
    font-size: 24px;
    text-shadow:  1px 1px 2px rgba(0, 0, 0, 0.496);
    font-weight: 700;
    bottom: 15px;
    outline: none;
}

a.button-mobile, a.button-mobile:link, a.button-mobile:active, a.button-mobile:focus {
    color: white !important;
}

@media (max-width: 767px) {
    .button-mobile {
        position: relative;
        margin-top: 50px;
        left: 50%;
        transform: translateX(-50%);

    }
}

.button-mobile:hover {
    color: white;
    transition: none;
}

.button-mobile span {
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.button-mobile .bm-line1 {
    opacity: 1;
    font-size: 36px;
    font-family: 'museo';
    font-weight: 500;
    line-height: 1.05em;
    /* animation: mobile-one 12s ease 0s infinite; */
    /* display: none; */
}
.button-mobile .bm-line2 {
    opacity: 0;
    font-size: 20px;
    /* animation: mobile-two 12s ease 0s infinite; */
}

@keyframes mobile-one {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes mobile-two {
    0% {
        opacity: 1;
    }

    27% {
        opacity: 0;
    }

    72% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Custom page footer */
.footer {
    margin-top: 50px;
    padding: 15px 0 15px 0;
    color: #bbb;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.footer a { color: #bbb; }
.footer a:hover { color: #444; }

/* Menu Style */

.menu { }
.menu ul { display: none; } /* hiding menu on mobile */
.menu ul { list-style-type: none; list-style-position: inside; margin-top: -115px; background: #fffce4; padding-left: 15px; }
.menu ul li {  }
.menu ul li a { display: block; padding: 0.3em; border-bottom: 1px solid #eee; font-size: 1.25em;}
.menu ul li a:hover { }
.menu ul li.nav-selected>a, .menu ul li.nav-path-selected>a { color: #5E4F8B; }

/* Menu Level 2 */
.menu ul ul { padding-top: 0px; margin-top: 0px; }
.menu ul ul li a { font-size: 1em; border-bottom: 0px; }

/* Menu Level 3 */


.sidebar {
    padding-right: 0px;
    max-width: 300px;
}

.paper {
    background: white; 
    padding-left: 30px;
    padding-right: 30px;
}


/* MEDIA QUERIES MAX-WIDTH */

@media (max-width: 420px) {
    .mobile-logo h1 { font-size: 24px; }
}

@media (max-width: 570px) {
    .mobile-bar { padding-left: 20px; }
    .mobile-logo h1 { font-size: 18px; }
    .mobile-logo { margin-left: 5px; }
    .headerimage { min-width: 180px; top: 10px; }
    .headerimage img { right: -30px !important; top: -85px !important;}
    header {padding-bottom: 10px; }
    .menu { top: -85px !important }
    .menu ul { padding-left: 15px !important; padding-right: 15px !important; }
    .paper { padding: 0 20px 20px 20px; }
}

@media (max-width: 767px) {
    body, html { background-image: none; }
    body { overflow-x: hidden; }
    .headerimage img { top: -90px; }
    .service-nav { display: none;}
    .menu { position: absolute; width: 100%; top: -125px; left: 0px; z-index: 8; }
    .menu ul { margin: 0; padding-left: 25px; padding-right: 25px;}
}

/* MEDIA QUERIES MIN-WIDTH */

/* Responsive: Big Smartphones */
@media (min-width:420px) {
    
}

/* Responsive: Portrait tablets and up */
@media (min-width: 768px) {
    
    header {
        padding-bottom: 20px;
    }
    
    .mobile-bar { display: none }
    .service-nav { position: relative; top: 0; left: 0; }
    .menu ul { display: block; } /* show menu on portrait tablets and higher */
    .menu ul { margin-top: 210px;}

    .container {
        max-width: 920px;
    }
    h1 { font-size: 28px }
    .hide-mobile { display: block; }
    .hide-desktop { display: none; }

    .inner-header {
        height: 180px;
        padding-left: 50%;
        padding-top: 45px;
    }
    .headerimage {
        left: auto;
        right: auto;
        min-width: 320px;
    }    
    .headerimage img {
        border: 0px white solid;
        position: absolute;
        top: -10px;
        left: 140px;
        z-index: 9;
        -webkit-transform: rotate(1.5deg);
        -ms-transform: rotate(1.5deg);
        transform: rotate(1.5deg);
        box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    }    
    
    html { 
    background: #fffce4 url(../img/bg_lines.png) repeat-y top left; }

    body { background-image: url(../img/bg_weeks.png); }
    
}

/* Responsive: Landscapte tablets, Note- and Netbooks and up */
@media (min-width:992px) {
    h1 { font-size: 35px }
    
    .inner-header {
        height: 180px;
        padding-left: 52%;
        padding-top: 45px;
    }
    
    .headerimage {
        min-width: 350px;
    }
    
    .headerimage img {
        left: 230px;
    }    
    

}

/* Responsive: Desktop an big screens */
@media (min-width:1200px) {
    .container {
        min-width: 1080px;
    }

    h2 {
        font-size: 26px;
    }
}

/* Special Handling Background */
@media (min-width:768px) and (max-width:920px) {
    html {background-image: none;}
    body {background-image: none;}

}