/*
Theme name: Silver Tipps
Version: 1.0.2
Template: prologue
*/

@import url("../prologue/style.css");

/**** GLOBALS ****/
body {
    background-color: #6a645b;
    color: #000;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.mobileOnly {
    display: none;
}

@media screen AND (min-width: 800px) {
    .mobileOnly {
        display: none !important;
    }
}

/**** /GLOBALS ****/

/** links **/
a {
    color: #00a2a4
}

a:hover {
    color: #00a2a4;
}

.dropdown li:hover a {
    /* changes color of nav-entry when hovering over submenu */
    color: #009293;
}

.dropdown li a:hover {
    /*color: #7eaf25*/
    color: #c87c17;
}

.recent-meta a:hover {
    color: #c87c17;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
    color: #c87c17;
}

/** buttons **/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #7eaf25;
}

/** pagination **/
div.navigation a {
    color: #00A2A4;
}

div.navigation span.current {
    background-color: #00A2A4;

}

/** header **/
#headerColorWrap {
    background-color: #00A2A4;
    height: 150px;
}

#logo {
    height: 100%;
    margin: 0 !important;
}

#logo img {
    display: block;
    height: 100% !important;
}

#header #searchform {
    margin-right: 19px;
    margin-top: 82px;
}

#header #searchform #searchsubmit {
    padding-top: 11px;
}

/**** MENU ****/
#menu {
    border-top: 0;
    margin: 10px 0 15px 0;

    box-shadow: none;
}

.dropdown ul {
    background-color: #6a645b;
}

.dropdown li:hover>a .sf-sub-indicator {
    border-top-color: #c87c17;
}

.post .subHeading,
.single #main .subHeading,
.slide_content .subHeading {
    font-size: 120%;
    font-weight: normal;
    margin-bottom: 0.5em;
}

.dropdown a {
    padding: 15px 16px;
}

.dropdown li:last-child a {
    padding-right: 0;
}

#mainmenu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;

}

#mainmenu>.menu-item {
    margin-right: 1rem;
    padding: 1rem 0;
    list-style: none;
}

#mainmenu>.menu-item:last-of-type {
    margin-right: 0;
}

#mainmenu>.menu-item>a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #00A2A4;
    padding: 0;
    border-right: 2px solid #00A2A4;
    line-height: 1;
    padding-right: 1rem;
}

#mainmenu>.menu-item:last-of-type>a {
    border-right: 0;
}

#menu .dropdown>li:after {
    display: none;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    margin: 0 0 0 8px;
    height: 0;
    width: 0;
    text-indent: -999em;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.5);
    border-top-width: 4px;
}

.menu-item-has-children:hover>a:after {
    border-top-color: #32a2a4;
}

#mainmenu ul.sub-menu {
    background-color: #fff;
    border: 0 none;
    left: -1rem;
    position: absolute;
    top: calc(100% - 0.5rem);
    display: none;
    z-index: 2;
    list-style: none;
    box-shadow: 0px 5px 5px 3px #eae7e3;
    box-sizing: border-box;
    min-width: calc(100% + 1rem - 3px);
}

#mainmenu ul.sub-menu.active {
    display: block;
}

#mainmenu ul.sub-menu>li {
    border-bottom: 2px solid #00A2A4;
    padding: 0.24rem 1rem;
}

#mainmenu ul.sub-menu>li:last-child {
    border-bottom: none;
}

#mainmenu ul.sub-menu>li>a {
    color: #00A2A4;
    font-weight: bold;
    font-size: 1.1rem;
    white-space: nowrap;
}

#mainmenu li:hover>a .sf-sub-indicator {
    border-top-color: #32a2a4;
}

/**** /MENU ****/


/** grey category-buttons in list **/
.home #silverTippsCatButtons,
.category #silverTippsCatButtons,
#silverTippsCatButtons {
    display: none;
}

.post ul.post-categories,
.single ul.post-categories {
    display: inline-block;
    float: right;
    margin-top: -5px;
}

.post ul.post-categories li,
.single ul.post-categories li {
    background-color: #eae7e3;
    display: inline-block;
    font-size: 12px;
    list-style: none outside none;
    padding: 4px 10px;
}

.post ul.post-categories li a,
.single ul.post-categories li a {
    color: #6a645a;
}

#silverTippsCatLabel {
    color: #6a645a;
    display: inline-block;
    float: right;
    height: 26px;
    line-height: 26px;
}

/** hide tags everywhere **/
.tag_list {
    display: none;
}

/** separator line in "featured-slider" **/
#slider #slidemain .slide_content {
    padding-right: 50px;
}

#slider #slidemain .slide_content h2:after {
    width: 100%;
    height: 3px;
}

/** background of slider **/
#slider #slidemain .slide_content {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), #6A645B) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#slider #slidenav {
    background-color: #6A645B;
}

#slidenav .flex-direction-nav .flex-disabled {
    display: none;
}

/* frontpage banner */
#frontBanners {
    margin-bottom: 40px;

}

#frontBanners a {
    display: block;
    color: inherit;
    text-decoration: none;
    width: 100%;
    position: relative;
}

#frontBanners a img {
    display: block;
    width: 100%;
    height: auto;
}

#frontBannerCaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 50px 20px 40px;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), #6A645B) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    /*transition: all 0.2s linear;*/

    width: auto;
    left: 20px;
    bottom: 40px;
    color: #32a2a4;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    /*box-shadow: -2px 4px #40484c;*/

    padding: 0px;
    bottom: 35px;
}

#frontBannerCaption:hover {
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), #2d2b27) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}

#frontBannerCaption * {
    font-weight: normal;
    position: relative;
    z-index: 3;
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
}

#frontBannerCaption *:hover {
    color: inherit;
    text-decoration: none;
}

#frontBannerCaption h3 {
    font-size: 1.5rem;
    margin-bottom: 0em;
}

#frontBannerCaption h2 {
    font-size: 2rem;
    font-weight: bold;
}

#frontBannerCaption:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), #2d2b27) repeat scroll 0 0 rgba(0, 0, 0, 0);
    opacity: 0.9;
    transition: opacity 0.2s linear;

    display: none;
}

#frontBanners:hover #frontBannerCaption:after {
    opacity: 1;
}

#frontBannerGo {
    position: absolute;
    right: 20px;
    bottom: 35px;
    font-size: 24px;
    font-weight: bold;
    color: #32a2a4;
    z-index: 3;
    background-color: #fff;
    padding: 10px 20px;
    display: inline-block;
    box-shadow: -2px 4px #40484c;
}

/**** /FRONT-BANNERS ****/


/**** FRONTPAGE *****/
.recent-meta {
    color: #686868;
}

/**** /FRONTPAGE *****/


/** carousel **/
#carousel {
    background-color: #eae7e3;
}

div#carousel * {
    color: #000 !important;
}

/** archive+loop **/
.archiveposts .post-content .post-thumb {
    display: none;
}

/**** SIDEBAR ****/
#sidebar {
    background-color: #eae7e3;
}

#sidebarClaimBanner {
    width: 100%;
    height: auto;
    margin-bottom: 43px;
}

#sidebarPartners {
    float: none;
    clear: both;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
}

#sidebarPartners .title {
    margin-bottom: 0.5em;
}

#sidebarPartners .title:not(:first-of-type) {
    margin-top: 0.5em;
}

#sidebarPartners .mainLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5em;
}

#sidebarPartners .mainLogo img {
    display: block;
    height: auto;
}

#sidebarPartners .logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sidebarPartners .logos img {
    margin-bottom: 1em;
    display: block;
    height: auto;
}

#sidebarPartners .half {
    width: calc(50% - 10px);
}

#sidebarPartners .one_third {
    width: calc(33.33% - 10px);
}

#sidebarPartners .one_fourth {
    width: calc(25% - 10px);
}

#sidebarPartners a img {
    display: block;
    width: 100%;
    height: auto;
}

/* new */
#sidebar {
    background-color: #fff;
    border: 0;
    width: 342px;
    box-sizing: border-box;
    padding: 0;
}

#sidebar .widget {
    position: relative;
    padding: 25px 20px;
    box-sizing: border-box;
    float: none;
    background-color: #eae7e3;
    margin-bottom: 20px;
}

#sidebar .widget:first-of-type {
    padding-top: 14px;
}

#digiboWidget .text p:last-of-type {
    margin-bottom: 0;
}

#sidebarPartners {
    border: 20px solid #eae7e3;
    padding: 10px;
}

#sidebarPartnersBottom {
    margin-top: 2rem;
}

.arpw-widget-random .arpw-ul {
    margin-bottom: 0;
}

.arpw-widget-random .arpw-li a img {
    display: block;
    float: none;
    width: 100%;
    height: auto;
}

.arpw-widget-random .arpw-li:last-of-type {
    margin-bottom: 0;
}

/**** /SIDEBAR ****/


/** random posts widget **/
.arpw-widget-random {
    padding: 0;
    margin-bottom: 43px;
}

.arpw-block img {
    display: block;
}

.arpw-title {
    color: #191919;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5em;
}

.arpw-widget-random h3.title {
    margin-bottom: 5px;
}

.arpw-widget-random .arpw-li a {
    /* floating issue only in FF */
    display: block;

}

/** authors **/
#content .post_author {
    background-color: #eae7e3;
}

#authorLeftCol {
    float: left;
}

#authorImgWrapper img {
    float: none;
}

#authorRightCol .author_links {
    padding: 0;
}

/** author in archive **/
.archiveposts .authors {
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 40px;
    padding: 0 0 40px;
}

/** author single **/
.single-authors .entry img {
    display: block;
    float: left;
    margin-right: 1em;
}


/** post-thumbnail in content **/
.post .singleThumbnail {
    display: block;
    float: left;
    height: auto;
    margin-bottom: 1em;
    margin-right: 1em;
    max-width: 100%;
}

/** thumbnails in category **/
.post-thumb a {
    display: block;
}

.post-thumb img {
    width: 200px;
    height: auto;
}

/** image-gallery **/
.galleria-container .galleria-info {
    bottom: 75px;
    left: 6%;
    width: 87%;
}

.galleria-info-text div {
    font-size: 14px;
}

/** form-buttons **/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #00a2a4;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #c87c17;
}

/** single-content **/
#main .entry {
    font-size: 15px;
}

/** quiz **/
.mtq_quiz_area {
    margin-bottom: 1em;
}

.mtq_start_button,
.mtq_results_button {
    background-color: #009293 !important;
}

.mtq_start_button:hover,
.mtq_results_button:hover {
    background-color: #c87c17 !important;
}

.mtq_letter_button_td {
    background-color: #c8e0e5 !important;
}

.mtq_css_letter_button {
    background-color: #009293 !important;
}

tr.mtq_clickable:hover {
    background-color: #eae8e7 !important;
}

tr.mtq_clickable:hover .mtq_css_letter_button {
    background-color: #c87c17 !important;
}

tr.mtq_clickable:hover .mtq_letter_button_td {
    background-color: #eae8e7 !important;
}

tr.mtq_clickable:hover .mtq_answer_td {
    background-color: #eae8e7 !important;
}

.mtq_list_button {
    background-color: #c87c17 !important;
}

.mtq_list_button:hover {
    background-color: #009293 !important;
}

.mtq_color_blue .mtq_css_next_button,
.mtq_color_blue .mtq_css_back_button {
    color: #009293 !important;
}


.mtq_quiz_area div.mtq_quiz_results_bubble {
    background-color: #c8e0e5 !important;
}

.mtq_quiz_results {
    color: #009293;
}

.mtq_quiz_results_highlight {
    color: #009293;
}

.mtq_list_button {
    background-color: #c87c17 !important;
}


.mtq_return_button {
    background-color: #c87c17 !important;
}

.mtq_return_button:hover {
    background-color: #009293 !important;
}

.mtq_color_blue table.mtq_question_list_container tr td {
    border-color: #00a2a4 !important;
    color: #00a2a4;
}

.mtq_navigator div.mtq_shaded_item_msg {
    background-color: #c8e0e5 !important;
    border-color: #009293 !important;
    color: #009293 !important;
}

/** meta-slider **/
.metaslider .caption-wrap {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #6a645b) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

/** content-box from theme **/
#content .wpz-sc-box.normal {
    background-color: #eae7e3;
    padding: 12px 21px;
}

/** arrows in video-slider **/
#carousel .flex-direction-nav a {}

#content .wpz-sc-box.normal img.alignleft,
#content .wpz-sc-box.normal img.alignright {
    margin-bottom: 3px;
    margin-top: 8px;
}

#content .wpz-sc-inner {
    margin-bottom: -15px;
    padding-bottom: 0;
}

.wpz-sc-box.normal>p {
    margin-bottom: 0;
}


/**** SINGLE POST ****/
.post-meta {
    position: relative;
    padding-right: 5em;
}

.post-meta .metaDate {
    white-space: nowrap;
}

#main p.wpz-sc-box,
#main div.wpz-sc-box {
    color: #000;
}

.post_author {
    color: #000;
}

/**** /SINGLE POST ****/


/**** SINGLE PAGE ****/
#pageTitle {
    margin-bottom: 0;
    padding-right: 3.3em;
}

#pageTitle #shareButton {
    font-size: 1rem;
    font-weight: normal;
    top: 5px;

}

/**** /SINGLE PAGE ****/


/**** INDEX PAGES ****/
#indexEntries {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: -20px;
    line-height: normal;

}

#indexEntries .indexEntry {
    width: 360px;
    margin-bottom: 20px;
    color: #191919;
}

.indexEntry img {
    display: block;
    width: 360px;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.indexEntry .subline {
    font-size: 1rem;
    min-height: 1.25em;
    margin: 10px 0 5px 0;
    line-height: 1.25;
}

.indexEntry .name {
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0;
}

/**** /INDEX PAGES ****/


/**** METASLIDER ****/
#main .metaslider .caption-wrap {
    position: static;
    margin-top: 5px;
}

/**** /METASLIDER ****/


/** footer **/
#footer .menu-item {
    text-align: center;
}

#footer .menu-item a {
    background-color: #00a2a4;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
}

#footer .widget-area {
    background-color: #eae7e3;
    padding-bottom: 0;
    padding-top: 10px;
}

#footer .copyright {
    background-color: #eae7e3;
    padding-top: 10px;
    padding-bottom: 10px;
}


/** mobile search **/
@media screen and (max-width: 768px) {
    #headerColorWrap {
        margin-bottom: 36px;
    }

    header#header #searchform {
        display: block;
        left: 0;
        margin: 0;
        position: absolute;
        top: 159px;
        width: 100%;
    }

    header#header #searchform #s {
        padding-left: 3%;
        padding-right: 3%;
        width: 82.5%;
    }

    header#header #searchform #searchsubmit {
        width: 11%;
    }
}


/** glossary **/
.glossaryCharsWrapper {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    margin-top: -10px;
    padding-bottom: 10px;
}

.glossaryChar {
    color: #00a2a4;
    font-size: 16px;
    margin: 0 8px;
    padding: 0;
}

.glossaryChar:hover {
    text-decoration: underline;
}

.glossaryChar.active {
    background: #00a2a4 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-weight: normal;
    padding: 3px 7px;
}

.glossaryChar.active:hover {
    text-decoration: none;
}


/** related posts **/
#relatedPostsHeading {
    margin-bottom: 1em;
    text-transform: uppercase;
}

#relatedPostsWrapper .relatedPost {
    color: inherit;
    display: block;
    float: left;
    width: 49%;
}

#relatedPostsWrapper span {
    display: block;
}


#relatedPostsWrapper .relatedHeading {
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 3em;
    margin-bottom: 0.3em;
}

#relatedPostsWrapper img {
    display: block;
    width: 100%;
    height: auto;
}

#relatedPostsWrapper #relatedPost_1 {
    float: right;
}

/* digibo widget */
@media screen AND (max-width: 758px) {

    .widget img,
    .side_ad img {
        max-width: 100%;
        height: auto;
        float: none;
        width: 100%;
    }
}


.widget h3.title {
    margin-bottom: 5px;
}

#digiboWidget img {
    display: block;
    max-width: 100%;
    height: auto;
}

#digiboWidget .digiboTitle {
    color: #191919;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
}

#digiboWidget .digiboTitle:hover {
    color: #00a2a4;
}

#digiboWidget a {
    display: block;
}


/**** SHARE BUTTON *****/
h1.archive_title,
body.single h1.title {
    padding-right: 30px;
    position: relative;
}

#shareButton {
    position: absolute;
    right: 0;
    top: 0em;
    width: auto;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#desktopShareButton {
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s linear;
    width: 18px;
    height: auto;
}

#desktopShareButton:hover {
    opacity: 1;
}

#shareButton:before {
    transition: opacity 0.2s ease-out;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
}

#shareButton.success:before {
    content: 'URL wurde in die Zwischenablage kopiert';
    font-size: 12px;
    font-weight: normal;
    background-color: #32a2a4;
    color: #fff;
    position: absolute;
    height: 100%;
    top: 0;
    right: calc(100% + 0.25em);
    padding: 0;
    opacity: 1;
    width: 22em;
    transform: scaleX(1);
    transform-origin: right;
}

#shareButton #shareLabel {
    margin-right: 5px;
}

/**** /SHARE BUTTON *****/


/**** COOKIE CONSENT ****/
body #cookie-notice .cookie-notice-container {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    padding: 1rem 2rem;
}

#cn-notice-text {
    display: inline-block;
    text-align: left;
    margin-right: 2rem;
    max-width: 60em;
}

#cn-notice-text a {
    color: inherit;
    text-decoration: underline;
}

#cn-notice-buttons {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-shrink: 0;
}

body #cookie-notice .cn-button {
    padding: 1rem 2rem;
    margin: 0;
    font-weight: bold;
}

body #cookie-notice .cn-button:hover {
    text-decoration: none;
}

#cookie-notice #cn-accept-cookie {
    background-color: #7ff948;
    color: #000;
    transition: background-color 0.2s linear;
}

#cookie-notice #cn-accept-cookie:hover {

    background-color: #59ff0e;
}


#cookie-notice #cn-refuse-cookie {
    padding: 0;
    background-color: transparent;
    text-decoration: underline;
    margin-right: 1rem;
    color: #fff;
}

/**** /COOKIE CONSENT ****/


/**** EVENTS WIDGET ****/
.widget_digibo_events>h3.title {
    margin-bottom: 1rem;
}

.sidebarEvent {
    margin-bottom: 2rem;
    /*color: #555;*/
    color: #000;
    display: block;
}

.sidebarEvent .eventTitle {
    font-size: 14px;
    font-weight: bold;
}

.sidebarEvent .eventDate {
    margin-bottom: 0.2rem;
}

/**** /EVENTS WIDGET ****/




/***** SMALL DESKTOP *****/
@media screen and (max-width: 1240px) {

    /* media index */
    #indexEntries .indexEntry {
        width: calc(50% - 10px);
    }

    .indexEntry img {
        width: 100%;
        height: 18vw;
    }
}

/***** /SMALL DESKTOP *****/


/**** TABLET ****/
@media screen and (max-width: 800px) {

    /* globals */
    .mobileOnly {
        display: block;
    }

    .mobileOnly.flex {
        display: flex;
    }

    .desktopOnly {
        display: none;
    }

    /* media index */
    .indexEntry img {
        height: 28vw;
    }

    /* share button */
    #shareButton {
        top: 0;
        height: 21px;
    }

    #mobileShareButton {
        width: 16px;
        height: auto;

    }

    /* menu */
    #header .btn_menu {
        float: none;
    }

    #header .btn_menu:after {
        content: 'Menü';
        position: absolute;
        left: 100%;
        top: 3px;
        font-size: 1.5rem;
    }

    #mainmenu {
        display: none;
    }

    #mainmenu ul.sub-menu {
        position: static;
        display: block;
        box-shadow: none;
    }

}

/**** /TABLET ****/


/**** PHONE ****/
@media screen and (max-width: 550px) {

    html {
        font-size: 14px;
    }

    /* main menu */
    #header .btn_menu {
        background-image: url('./images/button-menu.png');
    }

    ul#mainmenu {
        margin-top: 1rem;
    }

    #mainmenu>.menu-item>a {
        border-right: 0;
        padding-right: 0;
    }

    #mainmenu ul.sub-menu {
        left: 0;
        background-color: transparent;
    }

    #mainmenu ul.sub-menu>li {
        float: none;
        border: 0 none;
        padding: 0;
        margin-top: 0.5rem;
    }

    #mainmenu ul.sub-menu>li>a {
        padding: 0;
    }


    /* media index */
    #indexEntries .indexEntry {
        width: 100%;
        margin-bottom: 10vw;
    }

    .indexEntry img {
        height: 50vw;
    }

    .indexEntry .subline {
        min-height: unset;
    }

    /* cookie-consent */
    body #cookie-notice {
        font-size: 12px;
    }

    body #cookie-notice .cookie-notice-container {
        flex-direction: column;
        padding: 1rem;
    }

    #cookie-notice #cn-notice-text {
        margin-right: 0;
        max-width: unset;
        margin-bottom: 1rem;
    }

    body #cookie-notice .cn-button {
        padding: 0.5rem 1rem;
    }

    /* front-banner */
    #frontBannerCaption {
        padding: 0;
        left: 10px;
        top: 50%;
    }

    #frontBannerCaption h3 {
        font-size: 1rem;
    }

    #frontBannerCaption h2 {
        font-size: 1.2rem;
    }

    #frontBannerGo {
        font-size: 1rem;
        padding: 5px 10px;
        right: 20px;
        bottom: 20px;
    }

    /* single page */
    #pageTitle {
        padding-right: 0;
    }

    #pageTitle #shareButton {
        top: -35px;
    }

}

/**** /PHONE ****/