/*
 Theme Name:   Twenty Sixteen Child neu
 Theme URI:    http://example.com/twenty-sixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       Natalie Rosenke
 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:         black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 Text Domain:  twenty-fifteen-child
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 * 16.0 - Home
 * 17.0 - Plugins
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


/**
 * 2.0 - Genericons
 */



/**
 * 3.0 - Typography
 */

 body,
 button,
 input,
 select,
 textarea {
 	color: #1a1a1a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875em;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.5;
 }

 p {
  margin: 0 0 12px 0;
 	text-align: justify;
 }

 p.clear {
   clear: both;
 }

 .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 46%;
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
 	text-align: left;
  font-size: 18px
}

.wp-block-pullquote {
    border-top: 2px solid #555d66 !important;
    border-bottom: 2px solid #555d66 !important;
    color: #40464d;
}

.page-title {
 font-weight: normal;
 font-size: 36px;
 font-size: 1.75em;
 line-height: 1.4;
 margin-top: 1.05em;
 margin-bottom: 1.05em;
 -ms-hyphens: none;
 -moz-hyphens: none;
 -webkit-hyphens: none;
 hyphens: none;
}

/**
 * 4.0 - Elements
 */

.wp-block-image {
  margin-top: 12px;
}

.wp-block-image .alignleft {
   margin-right: 1.4em;
 }

.wp-block-image .alignleft > figcaption {
   padding-top: 0;
   -ms-hyphens: none;
   -moz-hyphens: none;
   -webkit-hyphens: none;
   hyphens: none;
 }

.alignleft {
  margin-bottom: 0;
}

/**
 * 5.0 - Forms
 */




/**
 * 6.0 - Navigation
 */

 .main-navigation .primary-menu {
   margin-left: 26px;
 }

/**
 * 6.1 - Links
 */

 .archive .tag-buttons {
  width: 120px;
 }

 .tag-buttons a, .tag-buttons a:active, .tag-buttons a:focus, .tag-buttons a:hover {
  color: #686868;
  text-decoration: none !important;
  box-shadow: none;
  margin-bottom: 4px;
 }

 /* http://www.bestcssbuttongenerator.com */

 .tag-buttons a {
  -moz-box-shadow:inset 0px 34px 2px -24px #ffffff;
  -webkit-box-shadow:inset 0px 34px 2px -24px #ffffff;
  box-shadow:inset 0px 34px 2px -24px #ffffff;
  background-color:#f5f5f5;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  border:1px solid #dbdbdb;
  display:inline-block;
  cursor:pointer;
  color:#4d4d4d;
  font-family:Arial;
  font-size:12px;
  padding:1px 12px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
 }

 .tag-buttons a:hover {
  -moz-box-shadow:inset 0px 35px 2px -24px #fafafa;
  -webkit-box-shadow:inset 0px 35px 2px -24px #fafafa;
  box-shadow:inset 0px 35px 2px -24px #fafafa;
  background-color:#ebebeb;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  border:1px solid #d1d1d1;
  display:inline-block;
  cursor:pointer;
  color:#424242;
  font-family:Arial;
  font-size:12px;
  padding:1px 12px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
 }



/**
 * 6.2 - Menus
 */


/**
 * 7.0 - Accessibility
 */


/**
 * 8.0 - Alignments
 */



/**
 * 9.0 - Clearings
 */


/**
 * 10.0 - Widgets
 */



/**
 * 11.0 - Content
 */

 .site {
 	background-color: transparent;
 }

 .site-inner {
 	max-width: 980px;
 	background-color: #fff;
 }

/**
 * 11.1 - Header
 */

 .site-header {
 	padding: 0;
  background: #fff;
 }

 .site-branding {
 	/* Angepast fuer den Slider */
 	margin: 0;
 	max-width: 100%;
 	min-width: 100%;
 	overflow: hidden;
 }

.page-header {
  border-top: 0;
  margin-bottom: 0 !important;
}

/**
 * 11.2 - Posts and pages
 */


/**
 * 11.3 - Post Formats
 */



/**
 * 11.4 - Comments
 */


/**
 * 11.5 - Sidebar
 */

.sidebar {
  margin: 0;
  padding: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a6df0e+0,4b9600+100 */
  background: rgb(166,223,14); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(166,223,14,1) 0%, rgba(75,150,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(166,223,14,1) 0%,rgba(75,150,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(166,223,14,1) 0%,rgba(75,150,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6df0e', endColorstr='#4b9600',GradientType=0 ); /* IE6-9 */
}

.widget {
  margin-bottom: 0;
  float: left;
  height: 240px;
  width: calc(100% * 1/3);
  border-top: 0;
  border-left: 1px solid #fff;
}

.widget:first-child {
  border-left: 0;
}

.widget h2, .widget ul, .widget p {
  padding: 0 24px;
}

.widget .widget-title {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125em;
  color: #fff;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.05em;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

#secondary ul {
  color: #fff;
}

#secondary a {
  color: #fff;
}


/**
 * 11.6 - Footer
 */

 body:not(.search-results) article:not(.type-page) .entry-footer {
   float: none;
   padding-top: 0;
   width: 100%;
 }

 .site-footer {
   background: #1a1a1a;
   text-align: center;
 }

 .site-info {
   width: 100%;
   color: #fff;
 }

 .site-info ul {
   margin: 0;
   display: inline-block;
   list-style-type: none;
 }

.site-info li {
   float: left;
   padding: 6px 12px 0;
 }

 .site-info a:hover, .site-info a:focus {
   color: #007acc;
   box-shadow: none;
 }

/**
 * 12.0 - Media
 */


/**
 * 12.1 - Captions
 */



/**
 * 12.2 - Galleries
 */

 .kreis img {
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 }

 [class^="wp-block-"].kreis figcaption {
   text-align: center;
}

/**
 * 13.0 - Multisites
 */


/**
 * 14.0 - Media Queries
 */


/**
 * 14.1 - >= 710px
 */

 @media screen and (min-width: 44.375em) {
  .entry-header,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .comments-area,
  .image-navigation,
  .post-navigation,
  .page-header,
  .page-content,
  .content-bottom-widgets {
    margin-right: 7.6923%;
  }

  .site {
		margin: 0 21px;
	}

  .site-header {
		padding: 0;
	}

  .entry-content blockquote:not(.alignleft):not(.alignright),
  .entry-summary blockquote,
  .comment-content blockquote {
		margin-left: 0;
  }

  .entry-title {
   font-weight: normal;
   font-size: 33px;
   font-size: 2.0625rem;
   line-height: 1.2;
   margin-top: 1.05em;
   margin-bottom: 0.75em;
  }
 }

/**
 * 14.2a - >= 783px
 */

 @media screen and (min-width: 44.375em) {
  .entry-header,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .comments-area,
  .image-navigation,
  .post-navigation,
  .page-header,
  .page-content,
  .content-bottom-widgets {
    margin-right: 7.6923%;
  }

  .site-main > article {
   margin-bottom: 2.0em;
  }
 }

 /**
  * 14.2 b - <= 783px
  */

  @media screen and (max-width: 44.375em) {

    .entry-title {
     font-weight: normal;
     font-size: 33px;
     font-size: 2.0625rem;
     line-height: 1.2;
     margin-top: 1.05em;
     margin-bottom: 0.75em;
    }

  .is-td.content {
  display: none;
  }


 }

 /**
  * 14.3 b - <= 910px
  */

 @media screen and (max-width: 44.375em) {

 }

/**
 * 14.3 a - >= 910px
 */

 @media screen and (min-width: 44.375em) {
  .entry-header,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .comments-area,
  .image-navigation,
  .post-navigation,
  .page-header,
  .page-content,
  .content-bottom-widgets {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
  }

  .site-header {
		padding-right: 0;
		padding-left: 0;
	}

  .site-content {
		padding: 0;
	}

  .content-area {
    float: none;
    width: 100%;
  }

  .is-td.content {
    display: visible;
  }
 }

/**
 * 14.4 - >= 985px
 */

 @media screen and (min-width: 61.5625em) {

body:not(.search-results) article:not(.type-page) .entry-content {
  float: right;
	width: 62%;
  }

 .site-header {
 padding: 0;
 }

 .site-branding,
 .site-header-menu,
 .header-image {
   margin-top: 0;
   margin-bottom: 1.75em;
 }

 .entry-header,
 .entry-content,
 .entry-summary,
 .entry-footer,
 .comments-area,
 .image-navigation,
 .post-navigation,
 .page-header,
 .page-content,
 .content-bottom-widgets {
   margin-right: 7.6923%;
   margin-left: 7.6923%;
 }

 .entry-title {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-size: 38px;
  font-size: 2.375em;
  line-height: 1.2;
  margin-top: 1.05em;
  margin-bottom: 0.75em;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
 }

.entry-content h2 {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625em;
  line-height: 1.4;
  margin-top: 1.05em;
  margin-bottom: 0.75em;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
 }

 .entry-content h3,
 .entry-summary h3,
 .comment-content h3 {
   font-family: Montserrat, "Helvetica Neue", sans-serif;
   font-size: 20px;
   font-size: 1.25em;
   font-weight: normal;
   line-height: 1.4;
   margin-top: 1.05em;
   margin-bottom: 0.25em;
   -ms-hyphens: none;
   -moz-hyphens: none;
   -webkit-hyphens: none;
   hyphens: none;
 }

 .site-main > article {
  margin-bottom: 0;
  padding-bottom: 2.0em;
 }
}

/**
 * 14.5 - >= 1200px
 */



/**
 * 15.0 - Print
 */

/**
 * 16.0 - Home
 */

 .politik {
  background-image: url(images/bundestag.png);
 }

 .gesundheit {
  background-image: url(images/fahrrad.jpg);
 }

 .box {
   margin-bottom: 1.75em;
   height: 400px;
   overflow: visible;
   border-top: 10px solid #1a1a1a;
   border-bottom: 1px solid lightgrey;
 }

 .is-table {
   display: table;
   width: 100%;
 }

 .is-table.politik {
   background-image: url(images/bundestag.png);
 }

 .is-tr {
   display: table-row;
 }

 .is-td {
   display: table-cell;
 }

 .is-td.category {
   height: 100%;
   width: 220px;
   padding: 24px 0 0 0;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+89&0+53,0.7+100 */
   background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 53%, rgba(0,0,0,0.54) 89%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 53%,rgba(0,0,0,0.54) 89%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 53%,rgba(0,0,0,0.54) 89%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
 }

 .is-table.meta {
   height: calc(100% - 15px);
 }

 .meta .headline h2 {
   display: inline-block;
   min-width: 200px;
   margin-left: 0;
   padding: 4px 10px 4px 24px;
   font-family: Arial,"Helvetica Neue", Helvetica, sans-serif;
   font-weight: normal;
   font-size: 24px;
   font-size: 1.5em;
   line-height: 1.225;
   margin-bottom: 0;
   background: rgba(255,255,255,0.9);
 }

 .meta div.tags {
   margin: 0;
   padding: 0;
   vertical-align: bottom;
 }

 .meta .tags a {
  margin-bottom: 4px;
  display:inline-block;
  color: #fff;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  border:1px solid #fff;
  cursor:pointer;
  font-family:Arial;
  font-size:12px !important;
  letter-spacing: 0.3px;
  font-weight: normal;
  padding:1px 12px;
  text-decoration:none;
  text-shadow: 0 0 2px black;
  -webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.9);
  -moz-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.9);
  box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.9);
 }

.is-td.content {
 padding: 3.5em 7.6923% 2.25em;
 background: #ffffff;
}

.box .content .entry-title {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.225;
}

.box p {
  text-align: left;
  padding-bottom: 12px;
}

.tags div {
  padding: 12px;
}

p.copyright {
  margin: 0;
  padding: 6px 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10.5px;
  text-align: right;
  color: #ffffff;
  background-color: #000;
  opacity: 0.6;
}

 .teaser-cat {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
 }

 .posted-on {
   display: none !important;
   visibility: hidden;
 }

.sidebar {
   display: none;
   visibility: hidden;
 }

 /**
  * 17.0 - Plugins
  */

.mailpoet_form_form {
  width: 360px;
  border: 1px solid lightgrey;
}

.mailpoet_text {
  display: inline-block !important;
  width: 360px !important;
}

.mailpoet_text_label {
  margin-bottom: 4px;
  font-weight: 600 !important;
}

.mailpoet_checkbox_label {
  font-weight: normal !important;
  margin: 2px 0 0;
}

.mailpoet_validate_success {
  margin-top: 8px;
  padding: 8px 12px;
  background-color: #d6ffdd;
}

.mailpoet_validate_error {
  margin-top: 8px;
  padding: 8px 12px;
  background-color: #ffe2e0;
}

input.mailpoet_submit {
 -moz-box-shadow:inset 0px 34px 2px -24px #ffffff;
 -webkit-box-shadow:inset 0px 34px 2px -24px #ffffff;
 box-shadow:inset 0px 34px 2px -24px #ffffff;
 background-color:#f5f5f5;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 border-radius:4px;
 border:1px solid #dbdbdb;
 display:inline-block;
 cursor:pointer;
 color:#4d4d4d;
 font-family:Arial;
 font-size:12px;
 padding: 3px 12px;
 text-decoration:none;
 text-shadow:0px 1px 0px #ffffff;
}

input.mailpoet_submit:hover {
 -moz-box-shadow:inset 0px 35px 2px -24px #fafafa;
 -webkit-box-shadow:inset 0px 35px 2px -24px #fafafa;
 box-shadow:inset 0px 35px 2px -24px #fafafa;
 background-color:#ebebeb;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 border-radius:4px;
 border:1px solid #d1d1d1;
 display:inline-block;
 cursor:pointer;
 color:#424242;
 font-family:Arial;
 font-size:12px;
 padding: 3px 12px;
 text-decoration:none;
 text-shadow:0px 1px 0px #ffffff;
}

body.single-mailpoet_page:not(.search-results) article:not(.type-page) .entry-content {
  float: left !important;
  width: auto !important;
}
