/*
Theme Name: gewohnt-mobild.de
Theme URI: https://thrivethemes.com/themes/ignition/
Author: Thrive Themes
Author URI: https://thrivethemes.com
Template: ignition
Description: Ignition Child Theme
Version: 1.200.25
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Child Theme
Text Domain: ignition-child
*/

/* Fix Phones */

@media screen and (max-width: 770px) {
    .tablepress {
        width: 100%!important;
    }
    .page-id-4 /* rollator-test/ */ {
        /*width: 153%!important;*/
    }
}

@media screen and (max-width: 360px) {
    .tablepress {
        width: 100%!important;
    }
    /*.page-id-4 {
        width: 230%!important;
        line-height: 1.714285714;
        font-size: 2.5rem;
    }
    .page-id-4 h1 {
        font-size: 4.5rem!important;
    }
    .page-id-4 h2 {
        font-size: 3rem;
    }
    .page-id-4 h3 {
        font-size: 2.75rem;
    }*/
}

/* Header / Menue
-----------------------------------------------
*/
header .side_logo #nav_right {
    vertical-align: middle;
    font-size: 150%;
}

header nav ul li>ul li a {
    font-size: 150%;
}

/* Produkt Buttons
-----------------------------------------------
*/
.offerButton {
    width: auto;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;
    padding: 10px;
    background-color: #309acc;
    border-radius: 4px;
    font: bold 1em verdana, sans-serif;
    color: black;
    text-decoration: none;
}

.offerButton a {
    color: black;
    text-decoration: none;
}

.offerButton:hover {
    background-color: #32c4d1;
}

.offerButton a:visited,
.offerButton a:hover {
    color: black;
    text-decoration: none;
}

/* Mehr Details Button
-----------------------------------------------
*/
.detailsButton {
    width: auto;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;
    padding: 10px 12px;
    background-color: #8fbed4;
    border-radius: 4px;
    font: bold 1em verdana, sans-serif;
    color: black;
    text-decoration: none;
}

.detailsButton a {
    color: black;
    text-decoration: none;
}

.detailsButton:hover {
    background-color: #a0d5ef;
}

.detailsButton a:visited,
.detailsButton a:hover {
    color: black;
    text-decoration: none;
}

/* Footer
-----------------------------------------------
*/
footer .fmn ul li a {
    color: #ffffff;
    font-size: 1em;
}

.consumer-seal {
    display: block;
    margin: 10px 10px 0 auto;
}
@media screen and (min-width: 770px) {
    .consumer-seal {
        display: none;
    }
}

.cooper_iframe iframe {
    min-height: 600px;
}