@charset "utf-8";
/*
 * Name:        volcapse.css
 * Author:      Vivien Lindemann (vivien.lindemann@gfz-potsdam.de
 * Date:        26.02.2016
 * Description: VOLCAPSE specific styles, overwrites styles defined in template.css and gfz_text.css 
 */

/* linke Box Coordination: HG weiß und Abstand nach oben zum Menü */
.boxLeftCoordination {
  margin: 40px 0 0;
}

/* linke Box Coordination: Überschrift wie rechte Box */
.boxLeftCoordination h2 {
  background: #102a63;
  color: #FFF;
  font-size: 11px;
  font-size: 0.688rem;
  margin: 0 0 10px 0;
  padding: 8px;
}

/* linke Box Coordination: Text wie rechte Box */
.boxLeftCoordination p {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0 10px;
}

/* 2016-03-22, vivien: Header zusammenruecken */
#header {
  height: 20px;
}

div#quicksearch {
  height: 32px;
}
/* 2016-03-22, vivien: Header zusammenruecken */


