/* STYLE.CSS */
/* rot:#a81322 / hellgrau:#e6e6e6 / mittelgrau:#999999 / dunkelgrau:#636463 / weiss:#ffffff */
BODY {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.5em;
  color: #000000;
  background: #ffffff;
  margin: 0;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: initial;
}

IMG {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

H1 {
  font-weight: 300;
  font-size: 2em;
  line-height: 1.2em;
  margin: 0 0 0.2em 0;
}

H2 {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
}

H3 {
  font-weight: 100;
  font-size: 2.25em;
  line-height: 1.2em;
  margin: 0.4em 0 0.6em 0;
}

H4 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0.2em 0 0.5em 0;
}

HR {
  border-top: 1px solid #e6e6e6;
}

.gray HR {
  border-top-color: #999999;
}

P {
  margin: 0.2em 0 0.5em 0;
  font-size: 1em !important;
}

.content UL {
  margin-left: 1.5em;
}

A {
  color: #a81322;
  font-weight: 100;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

B,
B A {
  font-weight: 400;
}

.left {
  float: left;
  text-align: left;
}

.right {
  float: right;
  text-align: left;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

FORM INPUT {
  border: none;
  background: #ffffff;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 1em;
  padding: 0.25em 0.5em;
  width: 16em;
  outline: none;
}

FORM INPUT.submit {
  color: #ffffff;
  background: #a81322;
  border: none;
  font-weight: 400;
  width: 7em;
  padding: ;
  cursor: pointer;
}

FORM INPUT.submit:hover,
FORM INPUT.submit:active {
  color: #a81322;
  background: #ffffff;
}

/* NL form */
DIV.nlsubscribe {}

DIV.nlsubscribe A.button {}

DIV.nlsubscribe A#showmore {
  cursor: pointer;
}

BODY.nojs DIV.nlsubscribe A#showmore {
  display: none;
}

BODY.js DIV.nlsubscribe FORM {
  display: none;
  overflow: hidden;
  height: 2.8em;
}

DIV.nlsubscribe FORM INPUT {
  background: #e6e6e6;
  width: 84%;
  padding: 0.5em 2%;
  margin: 0.5em 0 0 0;
  float: left;
  font-size: 1em;
  line-height: 1.3em;
  transition: 5s background, 5s color;
}

DIV.nlsubscribe FORM INPUT:-webkit-autofill {
  background-color: #e6e6e6 !important;
}

DIV.nlsubscribe FORM INPUT.wrongEmail {
  background: #a81322;
  color: #fff;
  transition: 0.5s background, 0.5s color;
}

DIV.nlsubscribe FORM BUTTON {
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  border: none;
  width: 12%;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  z-index: 1;
  background-color: #636463;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  padding: 0.5em 0;
  margin: 0.5em 0 0 0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  float: right;
  line-height: 1.3em;
  text-align: center;
}

DIV.nlsubscribe FORM BUTTON:focus {
  outline: none;
}

DIV.nlsubscribe FORM BUTTON:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #a81322;
  -moz-transition: 0.75s;
  -o-transition: 0.75s;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}

DIV.nlsubscribe FORM BUTTON:hover:after,
DIV.nlsubscribe FORM BUTTON:focus:after {
  width: 100%;
}

DIV.nlsubscribe FORM.sent BUTTON {
  background: #e6e6e6;
  cursor: default;
}

DIV.nlsubscribe FORM.sent BUTTON:before {
  content: '\2713';
  padding: 0.5em 0;
  color: green;
}

DIV.nlsubscribe FORM.sent BUTTON:hover:after,
DIV.nlsubscribe FORM.sent BUTTON:focus:after {
  width: 0;
}

/* Text buttons */
A.button {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  z-index: 1;
  background-color: #636463;
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
  padding: 0.5em 1em;
  margin: 0.5em 0 0 0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

A.button:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #a81322;
  -moz-transition: 0.75s;
  -o-transition: 0.75s;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}

A.button:before {
  content: '» ';
}

/*
A.button { margin-right:2.25em; }
A.button:hover { padding:0.5em 2em; margin:0.5em 0.25em 0 0; }
*/
A.button:hover:after {
  width: 100%;
}

.dark A.button,
A.buttoninvers {
  background: #fff;
  color: #636463;
}

.dark A.button:hover,
A.buttoninvers:hover {
  color: #fff;
}

DIV.tx-rx-d3-anniversary INPUT.submit {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  z-index: 1;
  background-color: #636463;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  padding: 0.5em 1em;
  margin: 0.5em 0 0 0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

DIV.tx-rx-d3-anniversary INPUT.submit:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #a81322;
  -moz-transition: 0.75s;
  -o-transition: 0.75s;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}

DIV.tx-rx-d3-anniversary INPUT.submit:before {
  content: '» ';
}

DIV.tx-rx-d3-anniversary INPUT.submit:hover:after {
  width: 100%;
}

DIV.sharing {
  position: relative;
  height: 45px !important;
  vertical-align: bottom;
  display: inline-block;
}

BODY.nojs DIV.sharing,
BODY.nojs SPAN.iconbutton {
  display: none;
}

DIV.sharing SPAN.sharing {
  display: block;
  position: absolute;
  right: -100%;
  top: 0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

DIV.sharing:hover SPAN.sharing {
  right: 0;
}

A.iconbutton,
SPAN.iconbutton {
  cursor: pointer;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  z-index: 1;
  background: url(../../Public/Images/icons.png) no-repeat 0 0;
  color: transparent;
  line-height: 0;
  width: 45px;
  height: 45px;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  vertical-align: bottom;
}

A.iconbutton:hover,
SPAN.iconbutton:hover {
  background-position: -45px 0;
}

A.iconbutton#iconbutton-print {
  background-position: 0 -270px;
}

A.iconbutton#iconbutton-print:hover {
  background-position: -45px -270px;
}

SPAN.iconbutton#iconbutton-share {
  background-position: 0 -225px;
}

SPAN.iconbutton#iconbutton-share:hover {
  background-position: -45px -225px;
}

A.iconbutton#iconbutton-gp {
  background-position: 0 -45px;
}

A.iconbutton#iconbutton-gp:hover {
  background-position: -45px -45px;
}

A.iconbutton#iconbutton-fb {
  background-position: 0 -90px;
}

A.iconbutton#iconbutton-fb:hover {
  background-position: -45px -90px;
}

A.iconbutton#iconbutton-tw {
  background-position: 0 -135px;
}

A.iconbutton#iconbutton-tw:hover {
  background-position: -45px -135px;
}

A.iconbutton#iconbutton-yt {
  background-position: 0 -180px;
}

A.iconbutton#iconbutton-yt:hover {
  background-position: -45px -180px;
}

DIV.csc-sitemap UL UL {
  padding-bottom: 0.5em;
}

.newsteaser SPAN {
  font-weight: 200;
  display: none;
  padding: 0.2em 0 0.5em 0;
}