
/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       Sabine Schneider
 Author URI:   http://example.com
 Template:     twentysixteen
 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
 Text Domain:  twenty-sixteen-child
*/
@import url(../twentysixteen/style.css);



/**
 * 10.0 - Widgets
 */
 
 
.content-bottom-widgets  { padding-right: 45% }

.widget  { margin-bottom: 3.5em; padding-top: 1.75em; border-top: 2px solid #1a1a1a }
/**
 * widget Hoehe und Abstandlinien festlegen
 */
.widget { margin-bottom: 1.6em; padding-top: 1.6em; border-top: 3px solid #1a1a1a }

/**
 * Impressum Schriftgrö0e
 */
kleingedrucktes   { font-size: 6px }

/**
 * Headline h1
 */

.entry-title    { font-size: 46px; font-family: "Trebuchet MS", sans-serif; font-weight: 700; line-height: 1; margin-bottom: 0.7em }


/**
 * Abstand Menue oben verkleinern (site-header-main)
 */
.site-header { padding: 0.63em 4.69% 2.63em 7.69% }


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea  { color: #1a1a1a; font-size: CSS_PROPERTY_UNDEF; font-family: Verdana, sans-serif; line-height: 1.6 }


/**
 * 6.2 - Menus
 */


.main-navigation  { font-size: 1.1em; font-family: "Trebuchet MS", sans-serif }

/**
 * Suchenfeld
 */

.search-submit  { background-color: #ccc; padding: 0; position: absolute; top: 0; right: 0; bottom: 0; width: 42px; overflow: hidden; border-radius: 0 2px 2px 0 }

.search-submit:hover  { background-color: #999 }
.search-field { font-family: Verdana, sans-serif }



/**
 * Videos Responsive
 */

.video-block{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-block iframe, .video-block object, .video-block embed, .video-block video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
 
