/*
 Theme Name:   Promind
 Theme URI:    https://kriesi.at/themes/enfold-overview/
 Description:  Promind Child Theme
 Author:       kriesi.at
 Author URI:   https://kriesi.at
 Template:     enfold
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/



/*Add your own styles here:*/
/*Privacy Page*/

.page-id-181 .avia-table .avia-pricing-table-container {width: 50% !important;}
.post-entry-181 .avia-table .avia-pricing-table-container {width: 50% !important;}

/* Force table cells to take the full width of the page. */
.page-id-181 .pricing-table-wrap {
   width: 100%;
   }

/* Use only for headlines - set color and empty space above */
.datenschutz {
   color: #00569c !important;
   margin-top: 2%;
   }

/* Lists shouldn't stick to the left but should start indented. Additionally, numbered lists have weird settings of empty space at the bottom. */
.datenschutz_ul {
   margin-left: 3% !important;
   }

.datenschutz_ol {
   margin-left: 3% !important;
   margin-bottom: unset !important;
   }

/* End Privacy Page*/