@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
*,
*::before,
*::after {box-sizing: border-box;}
body {
  color: #333;
  font: normal 400 16px/1.5 'Source Sans Pro', sans-serif;
  margin: 0;
}
a {
  color: #187770;
  outline: none;
  text-decoration: underline;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
a:hover,
a:focus {text-shadow: .025rem 0 0 currentColor;}
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;
  text-transform: uppercase;
}
.toptop {
  background: #187770;
  color: #fff;
  font-size: 32px;
  padding: 10px 10px 10px 20px;
  margin: 50px 0 20px;
  display: block;
}
.toptop + p {padding: 0 20px;}
.cta-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cta {
    align-items: center;
    background: #1b4d4a;
    border: 2px solid transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 100px;
    justify-content: center;
    margin: 40px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 250px;
}
.cta:hover,
button:hover,
.cont:hover,
.cta:focus,
button:focus,
.cont:focus {
  background: #2cb5e5;
  border-color: #187770;
}
button,
.cont {
  background: #1b4d4a;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
  border: 1px solid transparent;
  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 {
  background: #ddd;
  cursor: default;
}
button:hover:disabled,
button:focus:disabled {background: #ddd;}
/* header */
header {display: block;}
#epLang {
  color: black;
  display: block;
}
#epLang a {margin-left: 10px;}
header .flex {
  display: flex;
  justify-content: space-between;
}
a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 50px;
  margin: 20px 30px 20px 10px;
  width: 260px;
}
nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
}
nav a {
  color: #187770;
  display: inline-block;
  font: normal 400 16px/25px 'Source Sans Pro', sans-serif;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  border-right: 2px solid currentColor;
}
nav a:lang(de),nav a:lang(it),nav a:lang(pl),nav a:lang(pt){
  font: normal 400 14px/25px 'Source Sans Pro', sans-serif;
}
nav a:first-child {
  border-left: 2px solid currentColor;
}
nav a:hover,
nav a:focus {
  /* color: #000; */
}
#epAttention {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: small;
}
/* content */
.hero {
  background: url(banner.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  height: 300px;
  position: relative;
}
main {
  display: block;
  padding: 30px 0 50px;
}
section {
  display: flex;
  justify-content: space-between;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
div.col-l {padding: 0 50px;}
.fvp {
  display: flex;
  justify-content: flex-end;
}
.statement {
  margin: 0 auto;
  width: 800px;
}

h1 {
  font: normal 700 52px 'Source Sans Pro', sans-serif;
  padding: 0;
}
h2 {
  font: normal 700 36px 'Source Sans Pro', sans-serif;
  padding: 0;
}
h3 {
  font: normal 700 18px 'Source Sans Pro', sans-serif;
  margin: 1em 0;
  padding: 0;
}
#epEmergency strong {text-decoration: underline;}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
}
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {display: none;}
#epDataPrivacy ol.dropDowns,
#epPhone {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 400px;
}
select {
  font: normal 400 14px 'Source Sans Pro', sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}
.nowrap {white-space: nowrap;}
#epFollowUp {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
#epFollowUp li {font-weight: 700;}
#epFollowUp input {
  height: 27px;
  width: 200px;
}
#epIssues .catname {
  font-weight: 700;
  font-size: 18px;
}
#epIssues .catdesc {display: none;}
#epIssues .details {
  position: absolute;
  right: 10px;
  top: 10px;
}
#epIssues .issue {
  border: 1px solid #1b4d4a;
  margin: 10px 0 10px 10px;
  padding: 10px;
  position: relative;
}
#epIssues .issue:hover,
#epIssues .issue:focus {
  background: #187770;
  color: white;
}
#epIssues .issue:hover .name,
#epIssues .issue:focus .name {color: white;}
#epIssues .name {
  color: #000;
  font-size: 14px;
}
#epIssues .desc {
  padding: 5px 0 0 20px;
  font-size: smaller;
}
/* footer */
footer {
  font-size: 12px;
  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 {}
footer .line2 a:hover {}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}