*{
  box-sizing: border-box;
}

body {
  color: #333;
  font: normal 400 16px/1.7 sans-serif;
  margin: 0;
}

a, .expand-button {
  color: #002c77;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #333;
}

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;
}


/* header */

header {
  display: block;
  padding-top: 10px;
  border-top: 30px #EDB71E solid;
}

#epLang {
  color: black;
  display: flex;
  justify-content: center;
}

#epLang a {
  display: inline-block;
  color:  #002c77;;
  font: normal 700 15px / 32px sans-serif;
  text-decoration: none;
  padding-inline: 40px;
}

#epLang a:hover {
  display: inline-block;
  color: #EDB71E;
  font: normal 700 15px / 32px sans-serif;
  text-decoration: none;
  padding-inline: 40px;
}


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: 80px;
  margin: 0px 20px 20px 50px;
  width: 217px;
}

.logo-container {
    display: flex;
}

.logo-container h1 {
    border-left: 2px solid #002c77;
    font: normal 400 30px/35px sans-serif;
    padding: 20px ;
    position: relative;
}
nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
    margin-right: 50px;
}

nav a {
  color: #333;
  display: inline-block;
  font: normal 700 18px/32px sans-serif;
  margin: 0 20px;
  text-align: center;
  text-decoration: none;
  position: relative;
  border-bottom: 3px solid #fff;
}

nav a:hover {
  color: #000;
  border-bottom: #EDB71E 3px solid;
}


.banner {
  background: #fff url() no-repeat center center;
  background-size: cover;
  min-height: 600px;
  display: block;
  padding: 0;
  position:relative;
}

.fadeimages {
  background-size:cover;
  background-position:center bottom;  
  background-repeat:no-repeat;
  width: calc(100vw - (100vw - 100%));
  height: 600px;
}
.fadeimages div {
  background-size:cover;
  background-position:center bottom;
  background-repeat:no-repeat;
  height: 560px; 
  width: 100% !important;  
}

.buttons {
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  position: absolute;
  top:60px;
}
.buttons a {
  align-items: center;
  background: #EDB71E url() no-repeat center 30px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000;
  display: flex;
  margin: 10px 0 20px;
  height:80px;
  padding: 10px 15px;
  position:relative;
  text-align: center;  
  text-decoration: none;
  width: 270px;
}
.buttons a.mobile::after {
  background: #fff url("qr.png") center center no-repeat;
  background-size:contain;
  content:"";
  height:80px;
  position:absolute;
  right:-100px; 
  top:0;
  width:80px;
}
.buttons span.title {
  display: block;
  font: normal 400 22px/1.3 sans-serif;
  font-weight:500;
  text-align: center;
  width: 100%;
}

/* content */

main {
  display: block;
  min-height: 600px;
}

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-left .flex {
  display: flex;
  /* justify-content: space-between; */
}

.col-left .flex h3 {
  font: normal 600 18px sans-serif;
  margin: 20px 20px 0px 0px;
}
#qr {
  background: url(qr.png) center no-repeat;
  height: 100px;
  width: 100px;
  background-size: cover;
}


.black li{
    font: normal 700 16px sans-serif;

}

.black ul li {
  font: normal 400 16px sans-serif;
}
h1 {
  font: normal 700 32px sans-serif;
  padding: 0;
}

h2 {
  font: normal 700 24px sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px sans-serif;
  margin: 1em 0;
  padding: 0;
}

#epEmergency {}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display:none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

input.text-input {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}

.button {
  text-align: center;
}
.button {
  text-align: center;
  .cont {
    width: 200px;
  }
}
button, .submit{
      background: #EDB71E;
    border: none;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.8px;
    margin: 15px 0;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
}
button:hover {
  background: #333;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epPhone {
  display: inline-block
}

#epIssues {
}

#epIssues .catdesc {
  display: none;
}


#epIssues .category {
  margin-bottom: 40px;
}
#epIssues .catname {
  font: normal 700 20px/20px sans-serif;
  color: #002c77;
}

#epIssues .details {
  font-size: 14px;
  margin-left: auto;
}

#epIssues .issue {
  color: #333;
  display: flex;
  margin: 20px 0;
  position: relative;
  border: #002c77 2px solid;
}

#epIssues .issue:hover {
  color: #333;
  background-color: #ddd;
}

#epIssues .name {
  font: normal 700 16px/25px sans-serif;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 400px;
  padding: 10px;
  background-color: #002c77;
  text-align: center;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 10px 20px;
}

/* footer */

.footer-upper{
    background-color: #002c77;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    min-width: 1200px;
}
#epAttention {
  padding: 10px 0;
  text-align: center;
  background-color: #002c77;
  color: #fff;
}
#epEmergency {}

footer {
  font-size: 12px;
  padding: 20px 0;
    background-color: #002c77;
    color: #fff;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  color: #fff;
  float: right;
  padding-right: 10px;
}

footer .line2 a {  color: #fff;
}

footer .line2 a:hover {  color: #fff;
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}

