/**
Theme Name: KI Eule Child Theme
Author: KI Eule
Author URI: https://kieule.de/
Description: Alles rund um Künstliche Intelligenz, KI-Tools, KI-Texte schreiben, KI-News und mehr.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ki-eule-child-theme
Template: astra
*/

/**
 * Tabelle
 */
figure.gerlitable th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #DFFCDF;
  color: 454F5E;
	font-size: 20px;
	font-weight: normal;
}
/**
 * Code-Box Rahmen
 */
.wp-block-code.gerli-codebox > code{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 2;
}
.wp-block-code.gerli-codebox{
	background-color: #FFFFFF;
    border-style: solid;
    border-width: 5px;
    border-color: #DFFCDF;
}
/**
 * Codebox grün
 */
.wp-block-code.ge-codebox > code{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 2.2;
}
.wp-block-code.ge-codebox{
	background-color: #DFFCDF;
}
figure.wp-block-uagb-table-of-contents li.uagb-toc__list {
    padding-top: 10px;
	padding-bottom: 15px;
}
/**
 * Inhaltsverzeichnis Sidebar
 */
li.uagb-toc__list {
    margin-top: 0.2em;
	margin-bottom: 0.6em !important;
}

.ub_tweet {
    font-family: "Quicksand";
	font-size: 18px;
	line-height: 1.6;
}

/**
 * Click to Tweet
 */
.ub_click_to_tweet {
    width: 100%;
    border: 2px solid;
    border-radius: 6px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
	padding-bottom: 5px;
    margin: 25px 0px;
}
