/*
Theme Name: [tailor-made] Webdesign
Theme URI: https://www.tailor-made-webdesign.de/
Description: Child-Theme für Enfold Theme von Kriesi
Author: Dirk Schneider
Author URI: https://www.tailor-made-webdesign.de/
Template: enfold
Version: 1.0
*/

/*****************************************************************
Add Custom styles below 
******************************************************************/

/* Preistabellen */
.pricing-table li.avia-pricing-row {
    font-size: 33px;
}

/* Icon Rand */
.iconbox_icon.heading-color {
    border-color: #fbb800;
}

/* Jubiläums-Tabelle */
.table_20 td {
    color: #000!important;
}

.table_20 th {
    background-color: rgb(251, 184, 0) !important;
}

.table_20 {
    background-color: rgba(251, 184, 0, 0.3)!important;
}

/* --------------------- Responsive --------------------- */

 @media only screen and (max-width:767px) {
/* Scrollbutton */
.responsive #scroll-top-link {
	display: block !important;
	background-color: #fbb800 !important;
	right: 20px;
}
}

@media only screen and (max-width: 360px) {
.responsive .avia-caption-content p {
    margin: 0 0 10px 0;
}

.responsive .content {
	padding-top: 20px;
	padding-bottom: 10px;
}
.responsive .avia-section-huge .content, .avia-section-huge .sidebar {
    padding-top: 0;
    padding-bottom: 0;
}
}