/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30.06.2016, 10:23:18
    Author     : Dimitri Schulz <dimitri.schulz@prokonzept.eu>
*/

.pdf-print-buttons
{
  width: 160px;
  margin-bottom: 5px;
}

#main
{
  padding-bottom: 0px;
}

#main .p-panel
{
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#footer
{
  padding: 0px;
}
.rechner-footer
{
  background-color: #cecece;
}

/*Überschriften auf der fp_1300*/
.ueberschriftMargin
{
  padding-left: 1em;
  padding-top: 0.5em;
}

@media screen and (max-width: 480px)
{
  /*Überschriften auf der fp_1300*/
  .ueberschriftMargin
  {
    padding-left: 0.5em;
    padding-top: 0.5em;
  }
}  