/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.verlauf-himmel {
background: linear-gradient(180deg, #4EC5F0 0%, #C6BDD6 59.9%, #FAEEDE 100%) !important;
}

.listing-trennlinien ul, .listing-trennlinien-weiss ul, .listing-trennlinien-50weiss ul {
	margin:0;
	padding:0;
	list-style: none;
	
}
.listing-trennlinien ul li {
	border-bottom: 1px solid #7f2710;
	padding: 8px 0;
}

.listing-trennlinien-weiss ul li {
	border-bottom: 1px solid #ffffff;
	padding: 8px 0;
}
.listing-trennlinien-50weiss ul li {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 8px 0;
}


.listing-trennlinien ul li:last-child, .listing-trennlinien-50weiss ul li:last-child {
	border-bottom: 0px;
	padding: 8px 0;
}

/******** Tabelle *******************/

.table-2.tab-style2 tr td {
  border-bottom: 1px solid #7f2710;
  padding: 5px 10px 5px 0;
}