body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
:root {
    --site-width:1200px;
    --content-padding:0 20px;
    --gold:#c8b274;
    --gold-light:#ecd38d;
    --topbar-bg:#f8f6f1;
}

* {
    box-sizing:border-box;
}

.block {
    overflow:visible;
}

html,
body {
    margin:0;
    padding:0;
    font-family:Lato;
    font-size:18px;
    font-weight:lighter;
}

a,
a:active {
    text-decoration:none;
    color:var(--gold);
    font-weight:normal;
    transition:all 200ms linear;
}

.separator {
    margin:20px auto;
    width:50px;
    height:2px;
    background:var(--gold);
}

.separator.white {
    background:#fff;
}

.separator.left {
    margin:30px 0;
}

/* =========================================================
   HEADER
   ========================================================= */

header {
    position:relative;
    z-index:100000;
}

header > .inside {
    position:unset;
}

header > .inside,
footer > .inside,
.bar > .inside,
.site-contact {
    max-width:var(--site-width);
    margin:0 auto;
    padding:0 20px;
}

footer > .inside,
.bar > .inside {
    padding:10px 25px;
    position:unset;
}

/* =========================================================
   TOP BAR MIT STANDORTAUSWAHL
   ========================================================= */

.top-bar {
    position:relative;
    z-index:100010;
    width:100%;
    margin:0;
    padding:15px 20px;
    text-align:initial;
    font-size:13px;
    font-weight:normal;
    color:#333;
}

.top-bar-inner {
    width:100%;
    max-width:var(--site-width);
    min-height:28px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0;
}

.top-bar-item,
.location-selector-toggle,
.top-bar-appointment {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:28px;
    white-space:nowrap;
}

.top-bar-item,
.location-selector,
.top-bar-appointment {
    position:relative;
    padding:0 22px;
}

.top-bar-item::after {
    content:"";
    position:absolute;
    top:50%;
    right:0;
    width:1px;
    height:20px;
    background:rgba(0,0,0,.12);
    transform:translateY(-50%);
}

.top-bar i {
    color:var(--gold);
}

.top-bar-item {
    color:#333;
}

.location-selector {
    position:relative;
}

.location-selector-toggle {
    padding:0;
    border:0;
    outline:0;
    background:transparent;
    color:#333;
    font-family:inherit;
    font-size:13px;
    font-weight:normal;
    cursor:pointer;
    transition:color 200ms ease;
}

.location-selector-toggle:hover,
.location-selector-toggle:focus {
    color:var(--gold);
}

.location-selector-arrow {
    margin-left:3px;
    font-size:9px;
    transition:transform 200ms ease;
}

.location-selector:hover .location-selector-arrow,
.location-selector:focus-within .location-selector-arrow,
.location-selector.is-open .location-selector-arrow {
    transform:rotate(180deg);
}

.location-dropdown {
    position:absolute;
    top:calc(100% + 12px);
    right:0;
    z-index:100020;
    width:320px;
    margin:0;
    padding:8px;
    background:#fff;
    border:1px solid rgba(200,178,116,.3);
    border-radius:8px;
    box-shadow:0 15px 35px rgba(0,0,0,.14);

    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(8px);

    transition:
        opacity 180ms ease,
        visibility 180ms ease,
        transform 180ms ease;
}

.location-dropdown::before {
    content:"";
    position:absolute;
    top:-12px;
    right:0;
    width:100%;
    height:12px;
}

.location-selector:hover .location-dropdown,
.location-selector:focus-within .location-dropdown,
.location-selector.is-open .location-dropdown {
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
}

.location-dropdown a {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    width:100%;
    padding:12px 12px;
    color:#222;
    border-radius:5px;
    font-size:13px;
    font-weight:normal;
    transition:
        color 180ms ease,
        background-color 180ms ease;
}

.location-dropdown a + a {
    border-top:1px solid rgba(0,0,0,.07);
}

.location-dropdown a:hover,
.location-dropdown a:focus {
    color:var(--gold);
    background:#f8f6f1;
}

.location-dropdown .location-main {
    display:flex;
    align-items:center;
    gap:9px;
    min-width:0;
}

.location-dropdown .location-main i {
    flex:0 0 auto;
    width:16px;
    text-align:center;
}

.location-name {
    overflow:hidden;
    color:inherit;
    font-weight:normal;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.location-phone {
    display:inline-flex;
    align-items:center;
    gap:6px;
    flex:0 0 auto;
    color:#666;
    font-size:12px;
    white-space:nowrap;
}

.location-phone i {
    font-size:11px;
}

.location-dropdown a:hover .location-phone,
.location-dropdown a:focus .location-phone {
    color:var(--gold);
}

.top-bar-appointment {
    color:#333;
    font-size:13px;
    font-weight:normal;
}

.top-bar-appointment:hover,
.top-bar-appointment:focus {
    color:var(--gold);
}

/* =========================================================
   CHART
   ========================================================= */

#chart {
    padding:20px 0 10px;
    font-size:15px;
    text-align:center;
}

#chart > span {
    margin:0 10px;
}

/* =========================================================
   HERO
   ========================================================= */

.hero-container {
    height:450px;
    margin:30px 0;
    position:relative;
}

.hero-video,
.hero-container img {
    position:absolute;
    inset:0;
    object-fit:cover;
    width:100%;
    height:100%;
    object-position:bottom;
}

.black-overlay {
    position:absolute;
    inset:0;
    z-index:100;
    background-color:rgba(0,0,0,.2);
}

.billboard-element {
    height:550px;
    margin:0 auto;
    width:fit-content;
    display:flex;
    flex-direction:row;
    justify-content:space-around;
}

.billboard-title {
    display:inline-block;
    font-size:40px;
    text-transform:uppercase;
    color:#fff;
    vertical-align:top;
    margin:170px 0 0;
    line-height:35px;
    letter-spacing:-1px;
}

.billboard-picture {
    display:inline-block;
    align-self:flex-end;
}

.billboard-picture img {
    max-height:550px;
    vertical-align:bottom;
}

.title-teaser {
    font-size:18px;
    font-weight:lighter;
}

/* =========================================================
   CONTENT
   ========================================================= */

.content-text,
h1.content-headline {
    width:100%;
    max-width:var(--site-width);
    margin:0 auto;
    text-align:center;
}

.content-text {
    text-align:left;
    padding:0 20px;
}

.content-headline {
    padding:0 20px;
}

.bar {
    padding:0 10px;
}

.bar.gold {
    margin-bottom:50px;
}

.bar.validation {
    height:550px;
    background:url(../../files/g24/images/goldpruefung.jpg) center top/cover no-repeat;
    max-width:var(--site-width);
    margin:0 auto;
}

.content-text.validation {
    margin-top:50px;
    margin-bottom:50px;
}

.bar-grey {
    min-height:300px;
    background:#f8f8f8;
}

/* =========================================================
   LOGO UND NAVIGATION
   ========================================================= */

#logo {
    display:inline-block;
}

nav.mod_navigation {
    position:relative;
    z-index:100001;
    display:block;
    float:right;
    overflow:visible !important;
    font-size:16px;
}

nav.mod_navigation a {
    color:#000;
    font-weight:normal;
}

nav.mod_navigation a:hover {
    color:var(--gold);
}

nav.mod_navigation ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

nav.mod_navigation ul.level_1 > li {
    display:inline-block;
    margin:0 15px;
    padding:5px 0;
}

nav.mod_navigation ul.level_1 > li.active,
nav.mod_navigation ul.level_1 > li:hover {
    border-bottom:2px solid var(--gold);
}

nav.mod_navigation li.active {
    color:var(--gold);
}

nav.mod_navigation ul.level_1 li:hover > a {
    color:var(--gold);
}

nav.mod_navigation ul.level_1 > li.submenu {
    position:relative;
    cursor:pointer;
}

nav.mod_navigation ul.level_1 > li.submenu > a::after,
nav.mod_navigation ul.level_1 > li.submenu > strong::after {
    display:inline-block;
    margin-left:6px;
    vertical-align:middle;
    border-top:5px solid;
    border-right:5px solid transparent;
    border-bottom:0 solid;
    border-left:5px solid transparent;
    content:"";
    border-top-color:var(--gold);
}

nav.mod_navigation ul.level_1 > li.submenu.active > strong::after,
nav.mod_navigation ul.level_1 > li.submenu:hover > a::after {
    border-top-color:var(--gold);
}

nav.mod_navigation ul.level_2 {
    position:absolute;
    top:100%;
    right:0;
    z-index:100002;
    width:300px;
    margin:0;
    padding:15px 0;
    background:#fff;
    box-shadow:rgba(0,0,0,.4) 10px 20px 30px;
    color:#000;

    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(8px);

    transition:
        opacity 200ms linear,
        visibility 200ms linear,
        transform 200ms linear;
}

nav.mod_navigation ul.level_2::before {
    content:"";
    position:absolute;
    top:-12px;
    left:0;
    width:100%;
    height:12px;
}

nav.mod_navigation ul.level_2 a {
    color:#000;
}

nav.mod_navigation ul.level_1 li.submenu:hover > ul.level_2,
nav.mod_navigation ul.level_1 li.submenu:focus-within > ul.level_2 {
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
}

nav.mod_navigation ul.level_2 > li {
    margin:15px 35px;
}

/* =========================================================
   MAIN UND TYPOGRAFIE
   ========================================================= */

main {
    padding:0;
}

main > .inside {
    max-width:var(--site-width);
    margin:0 auto;
}

h1 {
    font-size:32px;
}

h2 {
    font-size:26px;
}

h1,
h2 {
    color:var(--gold);
    font-weight:normal;
    font-family:"Playfair Display";
    margin:30px 0 15px;
}

h3 {
    font-weight:normal;
    margin:0;
}

h4 {
    margin:0;
    font-weight:lighter;
}

h5 {
    font-size:15px;
    margin:10px 0 0;
}

.no-margin {
    margin:0 !important;
}

.no-margin-bottom {
    margin-bottom:0;
}

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

.text-center.narrow {
    max-width:500px;
    margin:0 auto;
}

.small-text {
    font-size:14px;
}

/* =========================================================
   FLEX UND GRID
   ========================================================= */

.flex-row {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:30px;
}

.grid10 {
    flex:1;
}

.grid20 {
    flex:2;
}

.grid30 {
    flex:3;
}

.grid40 {
    flex:4;
}

.grid50 {
    flex:5;
}

.grid60 {
    flex:6;
}

.grid70 {
    flex:7;
}

.grid80 {
    flex:8;
}

.grid90 {
    flex:9;
}

/* =========================================================
   ICON TITLE
   ========================================================= */

.icon-title {
    color:var(--gold);
    font-size:40px;
    margin:30px auto;
    width:fit-content;
}

/* =========================================================
   SITE CONTACT
   ========================================================= */

.site-contact {
    position:relative;
    z-index:99999;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:40px;
    overflow:visible;
    background:#fff;
    padding:30px 20px;
}

.highlighted-text {
    padding:5px 10px;
    background:var(--gold);
    font-size:13px;
    color:#fff;
    font-family:Lato;
}

.highlighted-bg {
    background:#f7f7f7;
    padding:30px !important;
}

.site-contact h2,
.site-contact h3,
.contact-headline {
    margin:0;
}

.site-contact h2 {
    font-size:24px;
}

.site-contact h3 {
    font-size:18px;
}

.site-contact-line {
    margin:5px 0;
    font-weight:lighter;
    font-size:14px;
}

.site-contact i {
    position:relative;
    margin-right:10px;
    font-size:18px;
}

.site-contact-line a {
    color:#000;
    font-weight:lighter;
}

.site-contact-left,
.site-contact-right {
    flex:1;
}

.shadow {
    box-shadow:0 0 10px rgba(0,0,0,.15);
}

.opening-hours {
    margin:30px 0;
    font-size:15px;
}

.opening-hours span {
    display:block;
}

/* =========================================================
   ANSPRECHPARTNER
   ========================================================= */

.contact-person {
    margin:0 0 30px !important;
}

.contact-person-container {
    padding:20px;
    gap:40px;
    font-size:15px;
    justify-content:center;
}

.contact-person-container a,
.office-row a {
    color:#000;
    font-weight:lighter;
}

.contact-person-container i {
    margin-right:10px;
}

.contact-person-photo {
    width:200px;
    height:200px;
    overflow:hidden;
    margin:0 auto;
    background:#111;
    border-radius:100px;
}

.contact-person-photo img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.contact-person-text {
    padding-top:25px;
}

.heading-small {
    position:relative;
    margin-bottom:5px;
    padding-bottom:12px;
    color:var(--gold);
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1.5px;
}

.heading-small::after,
.contact-person-subtitle::after {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:50px;
    height:2px;
    background:var(--gold);
    border-radius:2px;
}

.contact-person-name {
    margin:0;
    font-size:22px;
    font-weight:normal;
}

.contact-person-subtitle {
    position:relative;
    margin-bottom:10px;
    padding-bottom:12px;
    color:var(--gold);
}

.contact-person-phone,
.contact-person-email {
    margin:15px 0;
    font-size:15px;
}

.contact-benefits {
    padding:20px;
    border-radius:10px;
}

.contact-benefit {
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:10px 0;
    border-bottom:1px solid rgba(30,30,30,.08);
}

.contact-benefit:first-child {
    padding-top:0;
}

.contact-benefit:last-of-type {
    border-bottom:0;
    padding-bottom:0;
}

.contact-benefit i {
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 38px;
    width:38px;
    height:38px;
    color:var(--gold);
    border:1px solid rgba(185,138,40,.35);
    border-radius:50%;
}

.contact-benefit strong,
.contact-benefit span {
    display:block;
}

.contact-benefit strong {
    font-size:16px;
    color:#1e2430;
}

.contact-benefit span {
    font-size:14px;
    line-height:1.45;
    color:#666;
}

/* =========================================================
   PROZESS
   ========================================================= */

.process-container {
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:40px;
    padding:0 60px;
    margin:30px 0 50px;
}

.process-step {
    flex:1;
}

.process-step h4 {
    font-size:40px;
    font-family:"Playfair Display";
    font-weight:600;
}

.step-number {
    color:var(--gold);
    font-size:40px;
    font-weight:normal;
}

.step-title {
    font-size:20px;
    font-weight:normal;
}

.step-description {
    color:#333;
    font-size:14px;
}

/* =========================================================
   TRUST UND HERO USPs
   ========================================================= */

.trust-block {
    position:relative;
    z-index:999;
    max-width:800px;
    padding:150px 100px 0;
    color:#222;
    font-weight:normal;
}

.hero-title {
    font-size:30px;
    font-family:"Playfair Display";
}

.usp-row {
    display:flex;
    flex-direction:column;
    justify-content:center;
    column-gap:80px;
    margin:10px 0 0;
}

.usp {
    width:450px;
    margin:7px 0;
    font-size:16px;
}

.usp i {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-sizing:content-box;
    width:30px;
    height:30px;
    margin-right:10px;
    background:var(--gold);
    text-shadow:none;
}

/* =========================================================
   FOOTER
   ========================================================= */

footer {
    margin-top:30px;
    padding:0 0 30px;
    background:rgba(25,26,26,1);
    color:#999;
    font-size:15px;
}

#logo-footer {
    text-align:center;
    margin:40px 0;
}

.footer-columns {
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    flex-wrap:wrap;
}

.footer-columns > .column {
    width:33%;
}

footer nav {
    text-align:left;
}

footer a {
    color:#999;
    font-weight:lighter;
}

footer nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

footer nav li {
    display:block;
    margin:0;
}

footer nav a:hover {
    color:var(--gold);
}

footer h4,
footer h5 {
    margin:0;
    font-weight:bold;
}

footer h5 {
    font-weight:lighter;
}

footer p {
    margin:0 0 20px;
}

/* =========================================================
   DEVICES
   ========================================================= */

.device-container {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    list-style-type:none;
    padding:0;
    margin:0;
}

.device {
    position:relative;
    flex:1;
    margin:0;
    padding:30px 20px;
    border-right:0 solid #aaa;
}

.device:last-child {
    border:0;
}

.device a {
    position:absolute;
    inset:0;
    color:#000;
}

.device a:hover {
    background:rgba(0,0,0,.1);
}

.device:hover {
    color:var(--gold);
}

.device h4 {
    margin:0;
    font-weight:lighter;
}

/* =========================================================
   ANKAUF-KACHELN
   ========================================================= */

.ankauf-container {
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:14px;
    margin:35px 0;
    color:#fff;
}

.ankauf-item {
    position:relative;
    min-height:190px;
    overflow:hidden;
    padding:24px 26px;
    background:#f8f8f8;
    border-radius:8px;
    text-align:left;
}

.ankauf-item.schmuck {
    background:url(../../files/g24/images/goldschmuck.jpg) center right/cover no-repeat;
}

.ankauf-item.barren {
    background:url(../../files/g24/images/goldbarren.jpg) center right/cover no-repeat;
}

.ankauf-item.muenzen {
    background:url(../../files/g24/images/goldmuenzen.jpg) center right/cover no-repeat;
}

.ankauf-item.zahngold {
    background:url(../../files/g24/images/zahngold.jpg) center right/cover no-repeat;
}

.ankauf-item::before {
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.72) 0%,
        rgba(0,0,0,.52) 58%,
        rgba(0,0,0,.20) 100%
    );
}

.ankauf-item::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    width:3px;
    height:100%;
    background:var(--gold);
}

.ankauf-item > * {
    position:relative;
    z-index:3;
}

.ankauf-item-head {
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:9px;
}

.ankauf-container h4,
.ankauf-item h4 {
    margin:0;
    font-size:21px;
    line-height:1.2;
    font-weight:normal;
}

.ankauf-item p {
    max-width:470px;
    margin:0;
    color:rgba(255,255,255,.88);
    font-size:14px;
    line-height:1.55;
}

.ankauf-number {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    width:28px;
    height:28px;
    color:#fff;
    border:1px solid rgba(255,255,255,.35);
    border-radius:50%;
    font-size:10px;
    font-weight:normal;
    letter-spacing:.05em;
}

.ankauf-container .separator {
    display:none;
}

.ankauf-container ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

.ankauf-container li {
    padding:0;
}

/* =========================================================
   STANDORTE UND BÜROS
   ========================================================= */

.office-row {
    margin:20px 0;
    padding:0 20px;
}

.office-row .contact-person-phone,
.office-row .contact-person-email {
    margin:0;
}

.office-row .site-contact-line {
    margin:5px 0;
    font-weight:lighter;
}

.office-address div {
    font-size:14px;
}

.office-section {
    margin:30px 0 0;
}

.office-section p {
    margin:0;
    font-size:14px;
}

.office-photo-container {
    margin-bottom:15px;
}

.split-layout {
    margin:30px 0 0;
}

.split-layout h2 {
    margin-top:0;
}

/* =========================================================
   FAQ
   ========================================================= */

.faq-section {
    margin:30px 0;
    padding:0 20px;
    gap:20px !important;
}

details {
    padding:12px 0;
    border:1px solid #eee;
    border-width:1px 0 0;
}

details:last-child {
    border-width:1px 0;
}

details div {
    padding:20px 0 0;
    font-size:16px;
}

summary h5 {
    display:inline;
    margin-left:15px;
    font-size:18px;
    font-weight:normal;
    cursor:pointer;
}

.review-widget {
    padding:0 20px;
}

/* =========================================================
   CTA
   ========================================================= */

.cta-section {
    margin:30px 0;
    padding:var(--content-padding);
}

.cta-title {
    text-align:center;
    color:#000;
}

.cta-button {
    display:block;
    max-width:300px;
    margin:20px auto;
    padding:15px 25px;
    background:var(--gold);
    color:#222;
    font-size:16px;
    font-weight:normal;
    text-align:center;
    cursor:pointer;
}

.cta-button.round {
    border-radius:20px;
}

.cta-button.left {
    margin:20px 0;
}

.cta-button:hover {
    background:var(--gold-light);
}

.hide-on-full {
    display:none;
}
.cta-phone-selector {
    position:relative;
    width:100%;
    max-width:300px;
    margin:20px auto;
    overflow:visible;
}

/* Der sichtbare Hauptbutton */

.cta-phone-selector .cta-button {
    width:100%;
    max-width:none;
    margin:0;
}

.cta-phone-toggle {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    border:0;
    font-family:inherit;
    cursor:pointer;
}

.cta-phone-toggle > span {
    flex:1;
    text-align:center;
}

.cta-phone-arrow {
    flex:0 0 auto;
    margin-left:auto;
    font-size:10px;
    transition:transform 200ms ease;
}

/* Dropdown */

.cta-phone-dropdown {
    position:absolute;
    top:calc(100% + 10px);
    left:50%;
    z-index:10050;

    width:340px;
    margin:0;
    padding:8px;

    background:#fff;
    border:1px solid rgba(200,178,116,.35);
    border-radius:8px;
    box-shadow:0 15px 35px rgba(0,0,0,.16);

    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translate(-50%, 8px);

    transition:
        opacity 180ms ease,
        visibility 180ms ease,
        transform 180ms ease;
}

/* Unsichtbare Verbindung zwischen Button und Dropdown */

.cta-phone-dropdown::before {
    content:"";
    position:absolute;
    top:-10px;
    left:0;
    width:100%;
    height:10px;
}

/* Öffnen wie bei der Top-Bar */

.cta-phone-selector:hover .cta-phone-dropdown,
.cta-phone-selector:focus-within .cta-phone-dropdown {
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translate(-50%, 0);
}

.cta-phone-selector:hover .cta-phone-arrow,
.cta-phone-selector:focus-within .cta-phone-arrow {
    transform:rotate(180deg);
}

/* Standortzeilen */

.cta-phone-dropdown a {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;

    width:100%;
    padding:12px 13px;

    color:#222;
    border-radius:5px;
    font-size:14px;
    font-weight:normal;

    transition:
        color 180ms ease,
        background-color 180ms ease;
}

.cta-phone-dropdown a + a {
    border-top:1px solid rgba(0,0,0,.07);
}

.cta-phone-dropdown a:hover,
.cta-phone-dropdown a:focus {
    color:#c8b274;
    background:#f8f6f1;
}

.cta-location {
    display:flex;
    align-items:center;
    gap:9px;
    min-width:0;
}

.cta-location i {
    flex:0 0 auto;
    color:#c8b274;
}

.cta-phone-number {
    flex:0 0 auto;
    color:#666;
    font-size:12px;
    white-space:nowrap;
}

.cta-phone-dropdown a:hover .cta-phone-number,
.cta-phone-dropdown a:focus .cta-phone-number {
    color:#c8b274;
}

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

@media only screen and (max-width:767px) {

    .hide-on-full {
        display:block;
    }

    /* Top Bar */

    .top-bar {
        padding:7px 12px;
    }

    .top-bar-inner {
        min-height:30px;
        justify-content:center;
    }

    .top-bar-item {
        display:none;
    }

    .location-selector,
    .top-bar-appointment {
        padding:0;
    }

    .location-selector::after {
        display:none;
    }

    .location-selector-toggle {
        min-height:30px;
        font-size:12px;
    }

    .location-selector-toggle .location-selector-text {
        max-width:170px;
        overflow:hidden;
        text-overflow:ellipsis;
    }

    .top-bar-appointment {
        font-size:12px;
    }

    .location-dropdown {
        position:fixed;
        top:48px;
        right:12px;
        left:12px;
        width:auto;
        max-height:calc(100vh - 70px);
        overflow-y:auto;
    }

    .location-dropdown::before {
        display:none;
    }

    .location-dropdown a {
        padding:13px 11px;
    }

    .location-name {
        font-size:13px;
    }

    .location-phone {
        font-size:11px;
    }

    /* Header und Navigation */

    header > .inside nav {
        display:none;
    }

    #logo {
        width:280px;
        vertical-align:middle;
    }

    .billboard {
        height:550px;
    }

    h1,
    h2 {
        font-size:24px;
    }

    .grid20,
    .grid30,
    .grid40,
    .grid50,
    .grid60,
    .grid70,
    .grid80 {
        margin:20px 0 0;
    }

    nav.mod_navigation {
        float:none;
        display:block;
        padding:20px 0;
        font-size:20px;
    }

    nav.mod_navigation ul.level_1 > li {
        display:block;
        padding:15px 30px;
    }

    nav.mod_navigation ul.level_1 > li:hover,
    nav.mod_navigation ul.level_1 > li.active {
        border:0;
    }

    nav.mod_navigation ul.level_2 {
        position:relative;
        top:0;
        right:0;
        width:auto;
        opacity:1;
        visibility:visible;
        pointer-events:auto;
        transform:none;
        background:none;
        box-shadow:none;
        color:#fff;
        padding:0;
    }

    nav.mod_navigation a,
    nav.mod_navigation ul.level_2 a {
        color:#fff;
    }

    .mod_mobile_menu {
        position:relative;
        top:-8px;
        display:block;
        float:right;
        color:#000;
        font-size:30px;
    }

    .mobile_menu,
    .mobile_menu a {
        color:#fff;
    }

    /* Inhalte */

    .site-contact {
        padding:20px;
    }

    .site-contact-left,
    .site-contact-right {
        flex:0 0 100%;
    }

    .hero-container {
        height:auto;
    }

    .process-container {
        flex-direction:column;
        align-items:normal;
        padding:0 30px;
    }

    .trust-block {
        padding:70px 0 50px 30px;
    }

    .trust-block h3 {
        font-size:23px;
    }

    .usp {
        width:100%;
        padding-left:0;
        font-size:14px;
    }

    .usp i {
        width:25px;
        height:25px;
        margin-right:10px;
    }

    .usp-row {
        flex-direction:column;
        column-gap:0;
    }

    .ankauf-container {
        grid-template-columns:1fr;
        gap:10px;
        margin:25px 0;
    }

    .ankauf-item {
        min-height:160px;
        padding:20px;
    }

    .ankauf-container h4,
    .ankauf-item h4 {
        font-size:19px;
    }

    .ankauf-item p {
        font-size:13px;
        line-height:1.5;
    }

    .ankauf-number {
        width:26px;
        height:26px;
    }

    .bar.validation {
        height:350px;
    }

    .content-text.validation {
        margin:20px 0;
    }

    .footer-columns > .column {
        width:100%;
        margin:0 0 20px;
    }

    .flex-row {
        gap:0;
    }

    .office-row {
        flex-direction:column-reverse;
    }

    .split-layout {
        flex-direction:column;
    }

    .hero-title {
        font-size:22px;
    }

    .contact-person-container {
        margin:0;
        gap:20px;
        flex-direction:column;
    }

    .contact-person-text {
        padding:0;
    }

    .faq-section {
        flex-direction:column;
    }

    .cta-button {
        max-width:360px;
    }

    .cta-phone-selector {
        max-width:360px;
    }

    .cta-phone-dropdown {
        left:0;
        width:100%;
        transform:translateY(8px);
    }

    .cta-phone-selector:hover .cta-phone-dropdown,
    .cta-phone-selector:focus-within .cta-phone-dropdown {
        transform:translateY(0);
    }

    .cta-phone-dropdown a {
        align-items:flex-start;
    }

    .cta-phone-number {
        font-size:11px;
    }
}
