/*
Theme Name: Palatin Presseserver
Author: Sven Hennig
Author URI: https://mediatainmentbiz.de
Description: Theme für den Palatin Media Presseserver
Version: 1.0
Text Domain: palatin
*/

body #loginform p input[type="text"],
body #loginform p input[type="password"] {
  display: block;
  border: 1px solid #eee;
  background: #fff;
  margin: 0 0 5px 0;
  padding: 5px 10px;
}

body #loginform p input[type="checkbox"] {
  display: inline-block;
  margin: 5px 0 0 0;
}

body #loginform p input[type="submit"] {
  padding: 15px 15px 15px 15px;
  margin: 10px 0;
  background: #dc2625;
  color: #fff;
  border: none;
}

.grid-cols-6{
    grid-column-gap:10px;
    align-items: stretch;
}

.xItem{
    border:2px solid #dc2625;
}
.xItem .title{
    width:100%;
    text-align: center;
    color:white;
    background-color: #dc2625;
}

.imgWrapper img{
    max-width:100%;
    max-height: 100%;
    width:auto;
    height: auto;
}
.imgWrapper{
    height: 300px;
}