/*
Theme Name: Glassysteme
Description:
Author: Pascal Lehnert
Template: diaco
Text Domain: glassysteme
Version: 1.0
*/

ul.slides li img {
	margin-top: 0!important
}

.metaslider .flex-control-nav {
	display: none!important;
}

.metaslider .caption-wrap {
    bottom: 35%!important;
    background: white!important;
    color: black!important;
    max-width: 500px!important;
    line-height: 1.4em;
    margin-left: 15%!important;
	font-size: 17px;
	padding: 30px;
	opacity: 0.9!important;
	font-family: Oswald;
	font-weight: 400;
	border: 1px solid #bbb;
}

.sl_but {
	margin-top: 20px;
	background: #00adef;
	display: block;
	text-align: center;
	padding: 6px 10px;
	color: white;
	text-decoration: none;
	opacity: 1!important;
	font-weight: 600;
}

.sl_but:hover {
	text-decoration: none;
	color: white;
	background: #0081b2;
}

@media only screen and (max-width: 1300px) {
	.metaslider .caption-wrap {
      bottom: 30%!important;
    }
}

@media only screen and (max-width: 900px) {
	.metaslider .caption-wrap {
        bottom: 0!important;
		max-width: 100%!important;
		margin-left: 0!important;
    }
}

@media only screen and (max-width: 650px) {
	.metaslider .caption-wrap {
      display: none!important;
    }
}

/*
body.elementor-page-1241 .page-title .content-box h1 {
    display: block!important;
}
*/

.proj-list {
	padding-left: 25px;
}

.proj-list li {
	text-transform: capitalize!important;
    line-height: 1.2em!important;
}


/* Besondere Hervorhebungen und FAQ-Hervorhebung bei <strong>, damit Schrift nicht "verschmiert" */
.highlight, .accordion-box .acc-content strong {
    font-weight: 400 !important;
	color: inherit;
    background: linear-gradient(transparent 60%, rgba(0, 173, 239, 0.22) 60%);
    padding: 0 3px;
}

.highlight_side {
    font-weight: 400 !important;
    color: inherit;
    display: block;
    border-left: 4px solid rgb(74, 158, 191);
    background: rgba(74, 158, 191, 0.07);
    padding: 0.6em 1em;
}


/* Bullets im FAQ-Akkordeon zurücksetzen (kontert die generische div.hentry ul Disc-Regel aus dem Diaco-Theme) */
div.hentry ul.accordion-box,
div.hentry ul.accordion-box li {
    list-style: none;
}
div.hentry ul.accordion-box {
    padding-left: 0;
    margin-left: 0;
}

.service-style-two.alternate-2 {
	padding-top: 30px !important;
}


.responsive-table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 24px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #1a1a1a;
}

/* Theme-Default-Rahmen rigoros entfernen */
.responsive-table,
.responsive-table thead,
.responsive-table tbody,
.responsive-table th,
.responsive-table td {
    border: 0 !important;
    background: transparent !important;
}

.responsive-table th,
.responsive-table td {
    padding: 14px 20px 14px 0;
    text-align: left;
    vertical-align: top;
    font-family: inherit;
    color: inherit;
}

.responsive-table th {
    font-weight: 700;
}

/* Alle Trennlinien in Schwarz, gleichmäßig */
.responsive-table tr {
    border-bottom: 1px solid #000 !important;
}

/* Mobile-Ansicht */
@media (max-width: 768px) {
    .responsive-table thead {
        display: none;
    }

    .responsive-table tbody tr {
        display: block;
        margin-bottom: 16px;
        padding: 12px 0;
    }

    .responsive-table tbody td {
        display: block;
        padding: 6px 0;
    }

    .responsive-table tbody td::before {
        content: attr(data-label) ": ";
        font-weight: 700;
        color: #000;
        display: block;
        margin-bottom: 2px;
    }
}


/* Reparaturauftrag-Formular: sanfter Schein nach außen (schwebender Card-Look) */
#reparaturauftrag-form {
    background: #fff;
    padding: 28px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 120, 170, 0.16),
                0 2px 10px rgba(26, 25, 25, 0.08);
}

@media (max-width: 768px) {
    #reparaturauftrag-form {
        padding: 20px 18px;
    }
}

/* Reparaturauftrag-Formular: spezifische Elemente */
#reparaturauftrag-form .form-section-title {
    font-weight: 600;
    margin: 16px 0 8px 0;
    font-size: 15px;
    color: #1a1a1a;
}

#reparaturauftrag-form .form-hinweis {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
    margin-bottom: 0;
    line-height: 1.4;
}


.kontakt-headline {
    text-decoration: underline;
    margin-bottom: 12px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.kontakt-tabelle {
    width: 100%;
    border: 0 !important;
    border-collapse: collapse;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}

.kontakt-tabelle th,
.kontakt-tabelle td {
    border: 0 !important;
    padding: 2px 0;
    vertical-align: top;
    text-align: left;
    background: transparent !important;
    white-space: nowrap;
}

.kontakt-tabelle th {
    font-weight: 700;
    padding-right: 18px;
}

.kontakt-tabelle td {
    font-weight: 400;
}


.page-title h1 {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
}

.contact-form-area-no-border {
    border: 0 !important;
    padding: 0px 20px 40px 20px !important;
}


/* ==========================================================================
   Helper-Klassen: Display
   Im Pagebuilder als "Zusätzliche CSS-Klasse" verwendbar, um die vom Builder
   gesetzte display-Eigenschaft (z. B. flex) gezielt zu überschreiben.
   ========================================================================== */
.display-block {
    display: block !important;
}

.display-inline-block {
    display: inline-block !important;
}

.display-flex {
    display: flex !important;
}

.display-inline {
    display: inline !important;
}

.display-none {
    display: none !important;
}

.text-link {
    color: #00adef;
}

.text-link:hover {
	color: #0081b2;
}