.modal-cart {
  display: none;
  position: absolute;
  z-index: 5; }

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white; }

.modal-body {
  padding: 2px 16px; }

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white; }

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  max-height: 500px;
  overflow-y: scroll; }
  .modal-content #modal-text {
    position: relative; }
    .modal-content #modal-text article {
      padding-left: 0; }
  .modal-content .close {
    float: right;
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    content: "x";
    z-index: 6; }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

#slider .pa-image.start .text h1,
#slider .pa-image.start .text p  { background: rgba(0,0,0,0.4);  padding: 10px 10px!important; }
#slider .pa-image.start .text h1 { margin-bottom: 0!important; font-size: 42px!important; line-height: 50px!important; }
#postaktuell .pa-image.landing { height: 300px!important; }