/*
 * Template: Grimm
 * (c) 2016 by Meins und Vogel GmbH 
 * www.muv.com info@muv.com
 *
 * Dieses Template und alle damit verbundenen Dateien sind urheberrechtlich geschützt!
*/

/*#####################################################################################################
                                                   LAYOUT
  #####################################################################################################*/

* {
  padding: 0;
  margin: 0;
}

body {
  color: black;
  font: 17px Helvetica, Arial, sans-serif;
  background: #ffffff;
}

body.std {
  color: #333;
  font: 17px Arial, Helvetica, sans-serif;
  /*background: #ffffff url('hg-body.png') left top repeat;*/
  background: #ffffff url("hg-body.jpg") center center fixed no-repeat;
  background-size: cover;
}

div {
  overflow: hidden;
}

img {
  border: none;
}

p {
  margin-top: 10px;
}

ul {
  padding-left: 17px;
}

#wrapper {
  margin: 0px auto;
  width: 997px;
  /*    background-color:#FFF;
	border-radius: 8px;
	border: 1px solid #ccc;
    box-shadow: 3px 3px 10px #ccc; */
}

#header {
  float: left;
  height: 156px;
  width: 100%;
}

#header-logo {
  float: left;
  margin-top: 54px;
}

#header-social {
  position:absolute;
  color: #ffffff;
  float: left;
  margin: 7px 0 0 0px;
}

#header-social a {
  color: #ffffff;
  font-weight: normal;
}

#header-buttons {
  float: right;
}

#header-buttons .button {
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 229, 229, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(229, 229, 229, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 229, 229, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 229, 229, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 229, 229, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 229, 229, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  color: #666;
  border-color: #ddd;
  border-radius: 0px;
  margin: 0;
}

#header-content-1 {
  color: #02033c;
  float: left;
  margin-left: 126px;
  margin-top: 45px;
  text-align: left;
}

#header-content-1 a {
  color: #02033c;
  font-weight: normal;
  text-decoration: none;
}

#header-content-2 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333333;
  float: left;
  height: 87px;
  margin: 22px 0 39px 15px;
  padding: 5px 10px;
  width: 105px;
  font-size: 10px;
}
#header-content-2 h4 {
  font-size: 12px;
}

#header-content-3 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333333;
  float: left;
  height: 87px;
  margin: 22px 0 39px 15px;
  padding: 5px 10px;
  width: 105px;
  font-size: 10px;
}
#header-content-3 h4 {
  font-size: 12px;
}

#header-content-4 {
  background-color: #fdec00;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333333;
  float: left;
  height: 87px;
  margin: 22px 0 39px 15px;
  padding: 5px 10px;
  width: 65px;
  /*  width: 100px;*/
  font-size: 10px;
}
#header-content-4 h4 {
  font-size: 12px;
}

#header-content-5 {
  background: url("basket.png") no-repeat scroll 10px 7px #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333333;
  cursor: pointer;
  float: left;
  height: 77px;
  margin: 23px 0 0 15px;
  /*  margin: 23px 0 0 41px;*/
  padding: 10px;
  /*width: 200px;*/
  width: 143px;
}

#header-content-6 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333333;
  float: left;
  height: 87px;
  margin: 22px 0 39px 15px;
  padding: 5px 10px;
  width: 115px;
  font-size: 10px;
}
#header-content-6 h4 {
  font-size: 12px;
}

#topmenu {
  background: rgb(203, 0, 0); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(203, 0, 0, 1)),
    color-stop(100%, rgba(154, 0, 0, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0000', endColorstr='#9a0000',GradientType=0 ); /* IE6-9 */

  float: left;
  font-size: 20px;
  height: 26px;
  margin-top: 8px;
  border: 1px solid #730000;
  border-radius: 5px 5px 0 0;
  width: 990px;
  padding: 9px 0 9px 5px;
  overflow: visible;
  position: relative;
}
#topmenu a {
  font-weight: normal;
  display: block;
}

#topmenu-2 {
  float: left;
  width: 965px;
  height: 17px;
  background-color: rgb(216, 216, 216);
  padding: 5px 22px;
}

#topmenu-3 {
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(216, 216, 216, 1) 0%,
    rgba(234, 234, 234, 1) 17%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(216, 216, 216, 1)),
    color-stop(17%, rgba(234, 234, 234, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(216, 216, 216, 1) 0%,
    rgba(234, 234, 234, 1) 17%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(216, 216, 216, 1) 0%,
    rgba(234, 234, 234, 1) 17%,
    rgba(255, 255, 255, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(216, 216, 216, 1) 0%,
    rgba(234, 234, 234, 1) 17%,
    rgba(255, 255, 255, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(216, 216, 216, 1) 0%,
    rgba(234, 234, 234, 1) 17%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

  float: left;
  font-size: 12px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  width: 965px;
}

#topmenu ul {
  list-style-type: none;
}

#topmenu li {
  float: left;
}

#topmenu ul li ul {
  display: none;
  width: 150px;
  border: 1px solid #730000;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  top: 39px;
  font-size: 15px;
  z-index: 10000;
  padding: 0 5px;
}
#topmenu ul li ul li {
  float: none;
  margin: 5px;
  border-top: 1px solid #c0c0c0;
}

#topmenu ul li ul li:first-child {
  border-top: none;
}
#topmenu ul li ul li a:hover {
  color: #d2020c !important;
}
#topmenu ul li:hover ul {
  display: block;
}

#big-1 {
  float: left;
  width: 100%;
  margin-top: 15px;
}

#minheight {
  width: 1px;
  float: left;
  height: 400px;
}

#leftcolumn {
  margin-top: 13px;
  width: 185px;
  float: left;
}

#leftcolumn a {
  color: Black;
  text-decoration: none;
  font-weight: normal;
}

.left-header {
  background: rgb(203, 0, 0); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(203, 0, 0, 1)),
    color-stop(100%, rgba(154, 0, 0, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0000', endColorstr='#9a0000',GradientType=0 ); /* IE6-9 */
  font-size: 16px;
  border: 1px solid #730000;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-weight: bold;
  height: 24px;
  padding-left: 7px;
  padding-top: 2px;
}

.left-content {
  background-color: #ffffff;
  border-left: 1px solid #730000;
  border-right: 1px solid #730000;
  font-size: 14px;
  padding: 5px 5px 5px 8px;
}

.left-bottom {
  font-size: 1px;
  border: 1px solid #730000;
  border-radius: 0 0 5px 5px;
  margin-bottom: 10px;
  border-top: none;
  background-color: #fff;
}

#leftcolumn ul {
  padding-left: 0px;
}

#content {
  margin-top: 12px;
  float: left;
  width: 994px;
}

#content-left {
  margin: 12px 0px 12px 30px;
  float: left;
  width: 779px;
  overflow: visible;
}

#content-right {
  margin: 12px 0px 0px 12px;
  float: left;
  width: 769px;
}

#content-left-right {
  margin: 12px 0px 0px 10px;
  float: left;
  width: 575px;
}

.content-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 15px;
}

.content-box-small {
  border: 1px solid #c4c5c6;
  margin: 0px 13px 13px 0px;
  padding: 3px 3px 3px 3px;
  width: 172px;
  float: left;
  font-size: 9px;
}

.content-box-small a {
  color: #1f72a5;
  text-decoration: none;
  border: 1px solid #c4c5c6;
  padding: 1px 5px 1px 5px;
  margin-bottom: 12px;
  background: url(/shared/images/hg/btn-small.gif) repeat-x;
}

.content-box-small a:hover {
  color: Black;
}

.content-box-small h1 {
  font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #1f72a5;
}

.content-box-small p {
  margin-top: 3px;
}

#rightcolumn {
  padding-top: 13px;
  width: 180px;
  float: left;
  font-size: 9px;
  margin-left: 10px;
}

#rightcolumn a {
  color: #000000 !important;
  margin-bottom: 5px;
}

.right-header {
  background: #ddd; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 229, 229, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(229, 229, 229, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 229, 229, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 229, 229, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 229, 229, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(229, 229, 229, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  height: 24px;
  padding-left: 7px;
  padding-top: 2px;
}

.right-content {
  font-size: 9px;
  padding: 3px;
  margin-bottom: 0px;
  text-align: center;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #fff;
}

.right-content p {
  margin-top: 3px;
}

.right-bottom {
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  border-top: none;
  margin-bottom: 10px;
  background-color: #fff;
}

#footer {
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 243, 1) 83%,
    rgba(216, 216, 216, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(83%, rgba(234, 234, 243, 1)),
    color-stop(100%, rgba(216, 216, 216, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 243, 1) 83%,
    rgba(216, 216, 216, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 243, 1) 83%,
    rgba(216, 216, 216, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 243, 1) 83%,
    rgba(216, 216, 216, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 243, 1) 83%,
    rgba(216, 216, 216, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */

  padding: 15px;
  width: 965px;
  clear: both;
  color: #000;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#footer a {
  color: #000000;
}

#footer .footer-1,
#footer .footer-2,
#footer .footer-3 {
  float: left;
  margin-right: 15px;
  width: 311px;
}

#footer .footer-3 {
  margin-right: 0px;
}

#footer .footer-1 {
  padding: 10px;
  width: 291px;
  background-color: #666;
  border-radius: 5px;
}

#footer .caption {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #000;
}

#footer-top {
  width: 996px;
  clear: both;
  font-size: 15px;
  margin-bottom: 15px;
}

#footer-top .footer-1,
#footer-top .footer-2,
#footer-top .footer-3 {
  float: left;
  margin-right: 15px;
  width: 290px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  background-color: #fff;
  height: 200px;
}

#footer-top .footer-3 {
  margin-right: 0px;
}

#footer-top .caption {
  font-weight: bold;
  font-size: 19px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #000;
}

#muv_link,
#muv_link a {
  padding-top: 10px;
  text-align: center;
  color: #999999;
  font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*#####################################################################################################
                                                   CONTENT
  #####################################################################################################*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: italic;
  font-weight: bold;
  color: #d2020c;
}

h1 {
  font-size: 25px;
}

h2 {
  margin-top: 13px;
  margin-bottom: 5px;
  font-size: 24px;
}
h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 11px;
}

a {
  color: Black;
  font-weight: bold;
  text-decoration: none;
}

hr {
  color: transparent;
  background-color: transparent;
  border: none;
  border-top: 1px dashed #cccccc;
  height: 1px;
  margin: 5px 0 5px 0;
}

.trenner {
  font-weight: bold;
  font-size: 25px;
  color: #d2020c;
}

.bghighlight {
  background-color: #f9e0e1;
  padding: 3px;
  border-radius: 5px;
  border: 1px solid #d2020c;
}
#sort .artNavSelect {
  width: 110px;
}

table.rahmen {
  border: 1px #d2020c solid;
  border-radius: 5px;
}

table.rahmen th {
  background-color: #d2020c;
  padding: 5px;
  margin: 0px;
  color: #fff;
}
table.rahmen td {
  padding: 5px;
  margin: 0px;
}

select,
input[type="text"],
input[type="password"] {
  border-radius: 5px;
  border: 1px solid #730000;
  padding: 3px;
}

textarea {
  border-radius: 5px;
  border: 1px solid #730000;
  padding: 3px;
  resize: none;
}

input[type="submit"],
input[type="reset"],
.button {
  background: rgb(203, 0, 0); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(203, 0, 0, 1)),
    color-stop(100%, rgba(154, 0, 0, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0000', endColorstr='#9a0000',GradientType=0 ); /* IE6-9 */

  border: 1px solid #730000;
  display: inline-block;
  font: 14px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 4px 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover {
  background: rgb(203, 0, 0); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(203, 0, 0, 1)),
    color-stop(100%, rgba(154, 0, 0, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(203, 0, 0, 1) 0%,
    rgba(154, 0, 0, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0000', endColorstr='#9a0000',GradientType=0 ); /* IE6-9 */

  border: 1px solid #730000;
  display: inline-block;
  font: 14px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 4px 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #ccc;
}

input[readonly] {
  color: #666;
  background-color: #f0f0f0;
}

/* Slider homepage */
#slides {
  position: relative;
  z-index: 100;
  overflow: visible;
  border: 1px solid #dddddd;
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
  height: 295px;
}

.slides_container {
  height: 295px;
  width: 938px;
  margin-left: 28px;
}

.slides_control {
  overflow: visible;
}

.slides_container div {
  width: 920px;
  height: 270px;
  display: block;
  padding: 15px;
}

#slides .next,
#slides .prev {
  position: absolute;
  top: 107px;
  left: -2px;
  width: 24px;
  height: 43px;
  display: block;
  z-index: 101;
}

#slides .next {
  left: 972px;
}
.pagination {
  margin: 9px auto 0;
  width: 100px;
}

.pagination li {
  float: left;
  margin: 0 1px;
  list-style: none;
}

.pagination li a {
  display: block;
  width: 12px;
  height: 0;
  padding-top: 12px;
  background-image: url(/pagination.png);
  background-position: 0 0;
  float: left;
}

.pagination li.current a {
  background-position: 0 -12px;
}

#marken-exklusiv {
  background-color: #fdec00;
}

#cookie-hinweis {
  margin: 5px auto 15px auto;
  width: 967px;
  border: 2px solid red;
  border-radius: 8px;
  padding: 15px;
  background-color: #ffd7d9;
  color: red;
  font-size: 14px;
  text-align: center;
}
#cookie-hinweis .hinweis {
  float: left;
}

#cookie-hinweis .close {
  background: transparent;
  border: 0px none;
}

#cookie-hinweis .schliessen {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
}

#cookie-hinweis .schliessen a {
  background-color: black;
  border-radius: 5px;
  padding: 3px 20px;
  color: white;
  display: inline-block;
}
