/**
* Theme Name: amkforbb
* Template: big-brother
* Version: 0.0.1
*/
@import url('../big-brother/style.css');

/*colors
FFE009 Maingelb
FFE322
283D4B Textgrau

f1f2f3 bg main
e6e6e7 bg widget (alt eaecee)

pink F100FF
blau: 3e749b, 1b4b6d, 1F567D
*/


h1 {
  font-size: 1.5em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.17em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1em;
  margin: 1em 0;
}

h4 {
  font-size: 0.83em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.75em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

body {
  font-size: 17px;
  line-height: 1.6;
  font-family: "Times New Roman", Times, serif; /*"Gentium Basic", Georgia, "Times New Roman", Times, serif */
}

small {
  font-size: 75%;
}



.site-header {
  background: #FFE009;
}

.site-title {
  margin: 0 30px;
  font-size: 40px;
  text-transform: lowercase;
}

.site-footer {
  border-top: 10px solid #FFE009;
}

.main-navigation a,
.main-navigation a:visited {
  color: black; /* e2eef7 */
}
.main-navigation a:hover, .main-navigation a:active,
.main-navigation a:visited:hover,
.main-navigation a:visited:active {
  color: black;
}

.menu-toggle {
  background: #FFE009; /* 1b4b6d */
  color: black;
}

.header-image ~ .menu-toggle {
  background: rgba(255, 224, 9, 0.8); /* rgba(27, 75, 109, 0.6) */
}

.main-navigation.toggled > div > ul {
  background: #FFE009; /* 1b4b6d */
  border-top: 1px solid #FFE009;
}

}
.main-navigation ul li a {
  border-bottom: 1px solid #FFE009;
}

.main-navigation li:hover {
    background: #e6e6e7; /* ecf1f4 */
  }
  .main-navigation li:hover a,
  .main-navigation li:hover a:visited {
    color: black; /* ecf1f4; #3e749b */
  }
  .main-navigation li > ul {
    background: #FFE009; /* #ecf1f4 */
  }
  .main-navigation li li:hover {
    background: #e6e6e7; /* ecf1f4 */ /* #3e749b */
  }

  .main-navigation /* .has-header */{ 
    background: rgba(255, 224, 9, 0.8) !important; /* rgba(27, 75, 109, 0.8) */
  }

  .main-navigation.toggled > div > ul {
    background: #FFE009; /* transparent */
  }

  .main-navigation ul ul {
    border: #FFE009; /* #ecf1f4 */
  }

  .main-navigation {
    background: #FFE009;
}
/*
  .main-navigation li:hover {
    background: #ecf1f4;
  }
  .main-navigation li:hover a,
  .main-navigation li:hover a:visited {
    color: #3e749b;
  }
  .main-navigation li > ul {
    background: #ecf1f4;
  }
  .main-navigation li li:hover {
    background: white;
  }

  
  .main-navigation.has-header {
    background: rgba(27, 75, 109, 0.8);
  }
  */

.entry-title a {
  color: #283D4B;
}

.entry-meta {
	text-align: right;
	margin-bottom: -1em;
}

.nav-previous a,
.nav-next a {
  color: black;
  background: #FFE009;

}

.breadcrumbs-root {
    background: #e6e6e7; /* light grey */
    background: #FFE009;
    color: black;
    border-color: #FFE009;
  }
  .breadcrumbs-root:before {
    border-color: #FFE009;
    margin-left: 0;
    margin-top: -1.2em;
    border-top: 1.2em solid transparent;
    border-bottom: 1.2em solid transparent;
    border-left: 1.2em solid #FFE009;
    border-left-color: inherit;
  }
  .breadcrumbs-root:visited {
    color: #fff;
  }

  .breadcrumbs-ancestor,
  .breadcrumbs-current {
    background: #e6e6e7;
  }

  .breadcrumbs-ancestor a, .breadcrumbs-ancestor.cat-parents .sep {
    border-color: #e6e6e7;
  }
  .breadcrumbs-ancestor a:before, .breadcrumbs-ancestor a:after, .breadcrumbs-ancestor.cat-parents .sep:before, .breadcrumbs-ancestor.cat-parents .sep:after {
    margin-top: -1em;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1em solid red;
    border-left-color: inherit;
    z-index: 1;
  }
  .breadcrumbs-ancestor a:before, .breadcrumbs-ancestor.cat-parents .sep:before {
    border-left-color: #cad4dc;
  } 
  .breadcrumbs-current {
    color: #777;
    background: #fff;
  }
  
  
  .site-footer {
  background: #e6e6e7;
}
.widget {
  background: #e6e6e7; /*eaecee*/
}
  
html,
body {
  background: #f1f2f3; /*#f5f6f7*/
}
  
  a {
  color: #901206; /* 1185d7*/
  text-decoration: none;
}
a:visited {
  color: #901206;
}
a:hover {
  color: #BF1807; /*1da1ff*/
  text-decoration: underline;
}
a:focus {
  outline: none; /*thin dotted;*/
}

blockquote {
  border-left: 5px solid #FFE009;
}

.programm-TOP{
  background: #e6e6e7;
  padding: 3px 10px;
  margin: 0px -10px;
  border-radius: 0 5px 5px 0;
}

.posted-on a:first-child:before,
.entry-categories a:first-child:before,
.entry-tags a:first-child:before,
.comments-link a:first-child:before,
.entry-meta .edit-link a:first-child:before,
.byline a:first-child:before,
.secured-mail-link:before{
  position: relative;
  top: 3px;
  display: inline-block;
  width: 1.4em;
  font-size: 18px;
  line-height: 1;
  font-family: "Genericons", Arial, sans-serif;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
}

.secured-mail-link:before {
  content: '\f465';
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"], .button,
.button:visited, #infinite-handle span {
  color: black;
  background: #FFE009;
  outline: none;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, .button:hover {
  color: #BF1807;
  text-decoration: underline;
  background: #FFE009;
}

button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active, .button:active {
  color: black;
  background: #FFE009;
}

button[disabled],
input[disabled],
input[disabled]:hover {
  border: 0;
  color: #aaa;
  background: #eee;
}

