/*
Theme Name: UIX-Agentur (Template)
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.blog .dt-format-gallery .dt-format-gallery-coll.full,
.archive .dt-format-gallery .dt-format-gallery-coll.full,
.search .dt-format-gallery .dt-format-gallery-coll.full
{
	display: none;
}


.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}


/* ____________ General ____________ */
.benefit-list {
    list-style: none !important; /* Standard-Aufzählungszeichen entfernen */
    padding: 0; /* Innenabstand auf 0 setzen */
}
.benefit-list li {
    position: relative; /* Positionierung für benutzerdefinierte Aufzählungspunkte */
    padding-left: 30px; /* Abstand zwischen Aufzählungspunkt und Text */
    margin-bottom: 10px; /* Abstand zwischen den Listenelementen */
    font-family: 'Verdana', sans-serif; /* Schriftart für die Liste */
    font-size: 16px; /* Schriftgröße */
    color: #635a5a; /* Farbe der Listenelemente */
}

.benefit-list li:before {
    content: ''; /* Leerer Inhalt für den benutzerdefinierten Aufzählungspunkt */
    position: absolute; /* Absolute Positionierung */
    left: 0; /* Abstand von der linken Seite */
    top: 50%; /* Vertikaler Abstand vom Text (zentrieren) */
    transform: translateY(-50%); /* Vertikal zentrieren */
    width: 0; /* Breite des Pfeils */
    height: 0; /* Höhe des Pfeils */
    border-left: 8px solid transparent; /* Linke Kante transparent */
    border-right: 8px solid transparent; /* Rechte Kante transparent */
    border-bottom: 12px solid #635a5a; /* Untere Kante mit Farbe */
}

/* Optional: Hover-Effekt */
.benefit-list li:hover {
    color: #7c7878; /* Farbe der Listenelemente beim Hover */
}


/* ____________ Footer ____________ */
#footer.solid-bg {
  background-color: #635a5a;
}

#footer .widget-title {
color: white;
}
#footer p {
	color: white;
}
/* ____________ Media ____________ */
@media screen and (max-width: 1000px) {

}
