@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
  color: #000;
  font: normal 400 16px "Open Sans", sans-serif;
  margin: 0;
}
*,
*::before,
*::after{box-sizing: border-box;}
a {
  color: #CE1126;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus {color: #D40f7D;}
a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 90px;
  width: 100px;
}
h1 {
  color: #000;
  font: normal 400 30px "Open Sans", sans-serif;
  padding: 0;
}
h2 {
  color: #000;
  font: normal 400 24px "Open Sans", sans-serif;
  margin-bottom: 15px;
  padding: 0;
}
.report h2{font-size: 22px;}
html[lang="fr" ] .report h2,
html[lang="pt" ] .report h2{font-size: 19px;}
.faq h2{
  font-weight: 900;
  font-size: 28px;
}
.faq h3>a{
  color: #000;
  font-weight: 400;
}
h3 {
  font: normal 700 1.17em/1.27em "Open Sans", sans-serif;
  margin: 1em 0;
  padding: 0;
}
img {
  border: 0;
  display: block;
}
ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}
p {
  margin: 1em 0;
  padding: 0;
}
.contain {
  margin: 0 auto;
  width: 1200px;
}
.fill {
  min-width: 1200px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.report h2.top{font-weight: 700;}
/* header */
header {
  border-bottom: 1px solid #000;
  display: block;
}
.index header {border: none;}
header > .contain {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
}
#epAttention {
  padding: 10px 0;
  text-align: center;
}
#epAttention strong{display: block;}
#epLang {
  cursor: pointer;
  display: inline-block;
  padding: 2px 40px 2px 2px;
  position: absolute;
  z-index: 1000;
  color: #000;
  font-weight: 600;
  inset-inline-end: 100px;
  inset-block-start: 10px;
  border: 1px solid;
  width: 140px;
}
#epLang>a {display: none;}
#epLang>div {text-align: right;}
#epLang a {
  text-decoration: none;
  color: #000;
}
#epLang a:hover,
#epLang a:focus {
  text-decoration: underline;
  color: #D40F7D;
}
#epLangDrop {
  display: none;
  inset-inline-start: -1px;
  position: absolute;
  inset-block-start: 24px;
  width: 140px;
  padding: 10px 0;
}
#epLangDrop a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  padding: 4px;
  text-align: center;
}
#epLang:hover #epLangDrop,
#epLang:focus #epLangDrop {
  display: block;
  border: 1px solid;
  border-top: none;
  background: #fff;
}
nav {
  display: flex;
  font: normal 400 17px "Open Sans", sans-serif;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
html[lang="de"] nav{font-size: 16px;}
html[lang="pl"] nav{font-size: 13px;}
nav a {
  color: #000;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
}
nav a:hover,
nav a:focus {color: #CE1126;}
.banner-section{display: flex;}
.buttons {
  display: flex;
  justify-content: space-between;
  padding: 0px 40px 0 0;
  flex-direction: column;
  width: 34%;
}
.buttons a {
  align-items: center;
  background: #D40F7D;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  text-decoration: none;
  height: 150px;
  border: 2px solid transparent;
  padding: 10px;
}
.buttons a:hover span.title,
.buttons a:focus span.title{display: none;}
.buttons a:hover,
.buttons a:focus {
  background: #fff;
  border-color: #D40F7D;
  color: #D40F7D;
  font-weight: 500;
}
.buttons span.title {
  display: block;
  font-size: 22px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.buttons span.roll-text {
  display: none;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  width: 100%;
}
.buttons span.roll-text.bg {
  font-size: 22px;
  text-transform: uppercase;
}
.buttons a:hover span.roll-text,
.buttons a:focus span.roll-text {display: block;}
/* content */
.banner {
  display: block;
  align-self: start;
}
#epBanner .fadeimages {
  height: 300px;
  margin: 0 auto;
  text-align: center;
  width: 824px;
  z-index: 1;
  height: 549px;
}
.fadeimages div {
    background-position: center;
  background-size: cover !important;
}
main {
  display: block;
  padding: 30px 0 70px;
  min-height: 70vh;
}
.mainHome {padding: 50px 0 70px;}
section {display: block;}
section.flex {
  display: flex;
  padding: 20px 0;
}
.text-index {margin-top: 50px;}
[class^="col-"] { /* Applies to all CSS classes that start with "col-" */
  vertical-align: top;
}
.col-100 {
  display: inline-block;
  padding: 10px 25px;
  width: 100%;
}
.col-66 {
  display: inline-block;
  padding: 10px 25px;
  vertical-align: top;
  width: 66%;
}
.col-50 { /* Column-50 is technically 49% so columns do not break to a new line in all browsers */
  display: inline-block;
  padding: 10px 25px;
  width: 49%;
}
.col-33 {
  display: inline-block;
  padding: 10px 25px;
  width: 33%;
}
.report .col-left{width: 50%;}
.col-left {
  margin-right: 2%;
  padding: 10px 25px;
  width: 60%;
}
.col-right {
  padding: 10px 25px;
  width: 38%;
}
#epColumn3{padding: 30px 140px;}
.center{text-align: center;}
#epEmergency {
  padding: 10px 0;
  text-align: center;
}
#epEmergency br {display: none;}
#epEmergency strong {
  display: inline-block;
  margin-right: 7px;
}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
/* dp and phone */
#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {display: block;}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
#epDataPrivacy .text {color: #000;}
#epPhone{
}
select {
  font: normal 400 14px "Open Sans", sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}
button, .submit {
  background: #D40F7D;
  text-transform: uppercase;
  border: 2px solid transparent;
  color: #fff;
  cursor: pointer;
  font: normal 500 15px "Open Sans", sans-serif;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover,
button:disabled, button:disabled:focus, input.submit:disabled, input.submit:disabled:focus {
  background: #ccc;
  cursor: default;
}
button:hover, .submit:hover,
button:focus, .submit:focus {
  color: #D40F7D;
  border-color: #D40F7D;
  background: #fff;
}
.nowrap {white-space: nowrap;}
/* issues */
#epIssues {width: 100%;}
#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}
#epIssues .category{background: #000;}
#epIssues .catdesc {display: none;}
#epIssues .catname {
  color: #fff;
  font: normal 700 20px "Open Sans", sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}
#epIssues .details {
  font: italic 400 11px "Open Sans", sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}
#epIssues .issue {
  margin-bottom: 10px;
  padding: 0 5px 0 10px;
  position: relative;
}
#epIssues .issue:last-of-type {margin-bottom: 0;}
#epIssues .issue:hover,
#epIssues .issue:focus {background: #eee;}
#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}
#epIssues .name {
  font: normal 400 16px/20px "Open Sans", sans-serif;
  padding: 5px 0;
}
#epIssues .desc {
  color: #000;
  font-size: 14px;
  padding: 0 60px 10px 15px;
}
input.text-input  {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}
.follow-page section span {font-size: 18px;}
/* footer */
footer {
  background: #dddddd;
  font-size: 13px;
  padding: 20px 0;
}
footer th {display: none;}
footer td {padding: 5px 0 0 !important;}
footer .line1 {
  float: left;
  padding-left: 10px;
}
footer .line2 {
  float: right;
  padding-right: 10px;
}
footer .line2 a {color: #000;}
footer .line2 a:hover,
footer .line2 a:focus {}
footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}