/*
    Theme Name: Aesculab Child Theme (based on Flat)
    Theme URI: /
    Description: aesculab Child-Theme based on Flat
    Author: klank media
    Author URI: http://www.prax-konzept.com
    Template: kita-eschenburg
    Version: 1.0.0
    Tags: responsive-layout
    Text Domain: kita-child
    */

    @import url("../kita-eschenburg/style.css");

    /* Theme Anpassungen beginnen hier */
/* amatic-sc-regular - latin */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/amatic-sc-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Amatic SC Regular'), local('AmaticSC-Regular'),
       url('fonts/amatic-sc-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/amatic-sc-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/amatic-sc-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/amatic-sc-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/amatic-sc-v11-latin-regular.svg#AmaticSC') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-slab-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
       url('fonts/roboto-slab-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-slab-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-slab-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-slab-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-slab-v7-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}



body {
font-size:14px;
}

#page {
  max-width:980px;
}

#page:before {
height: 100%;
width: 245px;
}

 .container {
    max-width: 978px;
}

#masthead .site-description {
  color:#ffffff;
}


h1, .h1 {
    font-size: 16px;
}
h2, .h2 {
    font-size: 22px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 12px;
    margin-top: 22px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: "Roboto Slab";
    font-weight: 300;
    line-height: 1.2;
}

.hentry .entry-title {
    font-size: 20px;
    text-transform:uppercase;
}

.hentry {
    border-bottom: none;
    padding: 15px;
    position: relative;
}

.hentry .entry-content, .hentry .entry-summary {
   padding-top:0px;
}

/* Navi */
#site-navigation .current-menu-item > a, #site-navigation .current-menu-parent > a, #site-navigation .current-menu-ancestor > a, #site-navigation .current_page_item > a, #site-navigation .current_page_parent > a, #site-navigation .current_page_ancestor > a {
   color: #ffea05;
}

#site-navigation a {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 10px 25px;
    text-transform: none !important;
}

#site-navigation a:hover {
  color:#ffea05;
}

#site-navigation a:hover, #site-navigation a:focus {
    color: rgba(235, 234, 5, 1);
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #ddd;
    padding:4px;
}


/* WP-Shortcodes PlugIn Accordeon Styles */

 .su-spoiler.my-custom-spoiler {}
  .su-spoiler.my-custom-spoiler .su-spoiler-title { background-color: #84ADEA }
  .su-spoiler.my-custom-spoiler .su-spoiler-title .su-spoiler-icon,
  .su-spoiler.su-spoiler-closed.my-custom-spoiler .su-spoiler-title .su-spoiler-icon {
    left: 3px;
    background-color: #fff;
  }
  .su-spoiler {
    margin-bottom: 5px !important;
}
  .su-spoiler.my-custom-spoiler .su-spoiler-content { background-color: #C0D1EB }

/*#secondary .widget {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    padding-left: 0px 0px 0px 25px;
} */

.kita_box {
  border:1px dotted #ccc;overflow:hidden;margin-bottom:10px;padding:5px;
  }

/** KITA AMPEL **/
.grey {
    width: 30px;
    height: 30px;
    background: #999;
    border-radius: 50%;
}
.green {
    width: 30px;
    height: 30px;
    background: #009900;
    border-radius: 50%;
}
.column-1, .column-2, .column-2a {text-align: center;}
