/**
 * Theme Name: Leeres Bootstrap Theme
 * Theme URI: https://deine-website.de/
 * Description: Ein leeres WordPress-Theme mit Bootstrap.
 * Version: 1.0
 * Author: Dein Name
 * Author URI: https://deine-website.de/
 * License: GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
 * Text Domain: leeres-bootstrap-theme
 */


#sidebar ul {
    padding-left: 0;
}

/* begin lotto widget */

.widget_lotto_widget {
    text-align: center;
    margin-bottom: 25px;
}

.widget_lotto_widget h3.widget-title {
    font-size: 18px;
    text-align: center;
    background-color: #f1ff00;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 336px;
    display:inline-block;
}

.widget_lotto_widget .widget-body {
    display: inline-block;
    background-color: #efefef;
    padding: 5px 10px;
    width: 336px;
    padding-bottom: 12px;
}

.widget_lotto_widget .widget-body h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.widget_lotto_widget .lotto_number {
    display: inline-block;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 3px;
    padding-top: 5px;
    padding-left: 2px;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    font: 20px Arial, sans-serif;
    margin-right: 4px;
}

.widget_lotto_widget .lotto_number_last {
    background-color: #f1ff00;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.widget_lotto_widget .lotto_disclaimer {
    font-size: 10px;
    color: #555;
}

/* end lotto widget */

/* begin adsense widget */

.widget_adsense_widget {
    text-align: center;
    margin-bottom: 25px;
}

/* end adsense widget */

/* begin weather widget */

.widget_weather_widget {
    text-align: center;
    margin-bottom: 25px;
}

.widget_weather_widget h3.widget-title {
    font-size: 18px;
    text-align: center;
    background-color: #f1ff00;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 336px;
    display:inline-block;
}

.widget_weather_widget .widget-body {
    display: inline-block;
    background-color: #efefef;
    padding: 5px 10px;
    width: 336px;
    padding-bottom: 12px;
}

.widget_weather_widget .widget-body h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.widget_weather_widget .weather_icon {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.widget_weather_widget .weather_icon i {
    margin-right: 15px;
}

/* end weather widget */


/* begin youtube widget */

.widget_youtube_widget {
    text-align: center;
    margin-bottom: 25px;
}

.widget_youtube_widget h3.widget-title {
    font-size: 18px;
    text-align: center;
    background-color: #f1ff00;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 336px;
    display: inline-block;
}

.widget_youtube_widget .widget-body {
    display: inline-block;
    background-color: #efefef;
    padding: 0;
    width: 336px;
    font-size: 0;
}

.widget_youtube_widget .widget-body h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

/* end youtube widget */