/*   
Theme Name: Städtisches Gymnasium Porta Westfalica
Theme URI: http://www.gym-pw.de
Description: Städtisches Gymnasium Porta Westfalica
Author: comon werbeagentur
Author URI: http://comon-werbeagentur.de
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.1
*/

/* ----------------------------------------------------- */
/* Import */
/* ----------------------------------------------------- */
/* Import Font */
/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700); */
/* @import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700); */

@import url("framework/css/general.css");
@import url("framework/css/animate.css");


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

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

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


/* ----------------------------------------------------- */
/* Weisse Links fuer dunklen Hintergrund */
/* ----------------------------------------------------- */
.whitelinks a:link,
.whitelinks a:visited {
  color: #ffffff;
}
.whitelinks a:hover,
.whitelinks a:active {
  color: #ffffff;
  text-decoration: underline;
}

ul.events li.event:before{
  display:none;
}


/* ----------------------------------------------------- */
/* ICS Calendar-Plugin */
/* ----------------------------------------------------- */

.ics-calendar-month-grid .off, .ics-calendar-month-grid .day, .ics-calendar-month-grid th{
  background:#fafafa;
}

.ics-calendar-month-grid thead th{
  background:#ddd;
}

.ics-calendar-month-grid td{
  border-color:#eee;
}

.ics-calendar-month-grid .title{
  padding:0;
  font-weight:normal;
  color: inherit;
}

.ics-calendar-month-grid .time{
  font-weight:normal!important;
  color: inherit;
}

.multiday_middle, .multiday_last{
  border-left-color: transparent !important;
  margin-left: -1px !important;
}

.multiday_first{
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  margin-left:5px!important;
}

.multiday_last{
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.multiday_middle > span.title, .multiday_last > span.title{
  color: transparent!important;
}

.ics-calendar-month-grid td, .ics-calendar-month-grid th{
  font-size:90%;
}

.ics-calendar-list-wrapper .title {
  color: #ffffff;
}
