/*
	Theme Name: Semplice 7 Child Theme
	Description: Child Theme for Semplice
	Author: Semplicelabs
	Template: semplice7
*/

/* Custom CSS Start */

/*
.is-frontend #content-holder smp-section smp-content-wrapper {
  height: 20vh !important;
}

#content-holder smp-section smp-column smp-content-wrapper smp-content {
  height: 20vh !important;
}

.test {
  height: 20vh !important;
}
*/


.top-left {
  position: fixed !important;
  top: 100px !important;
  left: 100px !important; 
}

.top-right {
  position: fixed !important;
  top: 100px !important;
  right: 80px !important; 
  white-space: nowrap !important; 	
}

.bottom-left {
  position: fixed !important;
  bottom: 100px !important;
  left: 100px !important; 
  white-space: nowrap !important; 	
}

.bottom-right {
  position: fixed !important;
  bottom: 100px !important;
  right: 80px !important; 
  white-space: nowrap !important; 
}
.self-right {
  margin-left: auto !important;
  margin-right: 0 !important;
  display: block !important; /* oder inline-block je nach Fall */
}

.align-right {
  display: flex !important;
  justify-content: flex-end !important;
}


/* Custom CSS End */