/*
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 ____________ */
.hl-green {
	color: #829c74;
}
.bradius {
	border-radius: 20px;
	overflow: hidden;
}
#SR7_1_1-1-1 {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 30px 80px 0px !important;
  }
  .btn {
	  color: white;
	  text-decoration: none;
	  padding: 20px 40px;
	  border-radius: 50px;
	  background-color: #829c74;
  }
  .btn:hover {
	  background-color: #697e5e;
	  cursor: pointer;
  }
  /* Teaser */
  .image-container {
    position: relative;
    max-width: 100%; /* Container passt sich an Bildschirmbreite an */
    max-height: 340px; /* Maximale Höhe */
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    max-height: 340px; /* Bildhöhe begrenzen */
    width: auto; /* Breite proportional anpassen */
    height: auto; /* Höhe proportional anpassen */
    display: block;
}

.image-container h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 1.5rem;
    margin: 0;
}
.vc_custom_1732888882744 {
	position: relative;
	padding-top: 60px !important;
	padding-bottom: 60px !important;
	background-image: url(/wp-content/uploads/2024/11/row-bg-scaled.jpg?id=36) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100vw; /* Volle Breite des Viewports */
	margin-left: calc(-50vw + 50%); /* Zieht das Element aus dem Container heraus */
  }
  /* Symptom Card */
  .symptom-card {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 500px;
    padding: 24px;
}

.card-image-container {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    position: relative;
}

.card-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/wp-content/themes/uix-theme/img/shape.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.symptom-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: url('/wp-content/themes/uix-theme/img/shape.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url('/wp-content/themes/uix-theme/img/shape.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.title {
    margin: 0;
    font-size: 20px;
    color: #829c74;
}

.description {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.button2 {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 16px;
    background-color: #829c74;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    transition: background-color 0.3s;
	border-radius: 50px;
}

.button2:hover {
    background-color: #5c7a62;
}

/* Formular */
.reihe {
	display: table;
        width: 100%;
}
.spalte-1 {
    display: table-cell;
    padding-right: 5px;
}
.spalte-2 {
    display: table-cell;
    padding-left: 5px;
}
/*Responsive Design*/
@media (max-width: 480px) {
	.reihe {
		display: block;
		border: 1px solid green;
	}
	.spalte-1 {
    display: block;
    padding-right: 0px;
	}
	.spalte-2 {
    display: tblock;
    padding-left: 0px;
	}
}


/* ____________ Media ____________ */
@media screen and (max-width: 768px) {

}
