body {
  color: #000;
  font: normal 400 16px calibri, sans-serif;
  margin: 0;
}

*{
  box-sizing: border-box;
}

a {
  color: #8b7a26;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #111;
  text-decoration: none;  
}

a.logo {
  background: url(logo1.png) left top 10px no-repeat;
  background-size: contain;
  display: block;
  height: 90px;
  width: 250px;
}

h1 {
  color: #8b7a26;
  font: normal 400 30px calibri, sans-serif;
  padding: 0;
}

h2 {
  color: #8b7a26;
  font: normal 400 24px calibri, sans-serif;
  margin-bottom: 15px;
  padding: 0;
}

h3 {
  font: normal 700 1.17em/1.27em calibri, sans-serif;
  margin: 1em 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}

ul.dash-list{
  list-style: "-  ";
}
p {
  margin: 1em 0;
  padding: 0;
}

.contain {
  margin: 0 auto;
  width: 1200px;
}

.fill {
  min-width: 1200px;
  width: 100%;
}

.bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.oc{font-weight: 700;}

.centered {
  text-align:center;
}

/* header */

header {
  background-color:rgba(129,138,143,0.2);
  display: block;
}

header > .contain {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}

.attention-container{
  text-align: center;

  .headline{
    font-weight: 700;
  }
}

#epAttention {
  font-size:14px;
  padding: 10px 0 0;
  text-align: center;
}

#epLang {
  display: flex;
    cursor: pointer;
    justify-content: space-between;
    position: relative;
    text-align: center;
}

#epLang > a {
  position: relative;
  margin:10px;
}

#epLang a:hover {
    color: #000;
    text-decoration: underline;
}

nav {
  background: #fff;
  display: flex;
  font: normal 400 18px calibri, sans-serif;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  border-bottom: 4px solid #8b7a26;
}

nav a {
  color: #8b7a26;
  display: inline-block;
  margin: 0 55px;
  text-decoration: none;
}

nav a:hover {
  color: #8b7a26;
  text-decoration:underline;
}

.banner {
  background: url(banner.png) no-repeat left center;
  background-size: cover;
  min-height: 268px;
  display: flex ;
  justify-content: center;
  align-items: end;
}

.banner h1 {
  position: relative;
  top: -10px;
  inset-inline-start: -300px;
  margin: 0;
	color:#000;
	font-size:24px;
	font-weight:700;
	text-align:center;
}


.consent .banner h1 {
  inset-inline-start: 0;
}

.buttons {
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  padding: 10px 5px;
}

.buttons a {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 0 30px;
  text-decoration: none;
  width: 100%;

  .icon-container{
    width: 130px;
    height: 130px;
    padding: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 10px;
    background: url("") no-repeat center center;
    background-size: contain !important;
    border: none;
    margin-bottom: 5px;
  }
 .title {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

}

.buttons a.report {
   .icon-container{
    background-image: url(icon-online.png);
    background-size: contain;
   }
}

.buttons a.phone {
  .icon-container{
    background-image: url(icon-phone.png);
    background-size: contain;
   }
}

.buttons a.question {
  .icon-container{
    background-image: url(icon-question.png);
    background-size: contain;
   }
}

.buttons a.follow {
  .icon-container{
    background-image: url(icon-follow.png);
    background-size: contain;
   }
}

.buttons a.qr {
  display: flex;

  .icon-container{
    width: 130px;
    height: 130px;
    border:7px solid #8b7a26;
    padding: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 10px;
}
  .icon{
    display: block;
    background: #fff url() no-repeat center center;
    background-size: contain;
    height: 56px;
    width: 70px;
    background-image: url(mobile.png);
  }

}

.buttons a.qr:hover span.title {
  text-decoration:none;
}



.buttons a:hover span.title {
  text-decoration:underline;
}



/* content */

main {
  display: block;
  padding: 0 0 70px;
  min-height: 60vh;
}

.mainHome {
  padding: 0 0 30px;
}

section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

.text-index {
  margin-top: 10px;
  display: block;
  grid-template-columns: 60% 18% 1fr;
  padding: 20px;
}
.text-index >div{
  padding: 10px 25px;
}  



[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-40 {
  display: inline-block;
  height:100%;
  padding: 10px 5px;
  width: 39%;
}

.col-33 {
  display: inline-block;
  padding: 10px 25px;
  width: 33%;
}

.col-20 {
  display: inline-block;
  height:100%; 
  min-height:400px;  
  padding: 10px 25px;
  width: 20%;
}

.col-left {
  margin-right: 2%;
  padding: 10px 25px;
  width: 60%;
}

.col-right {
  padding: 10px 25px;
  width: 38%;
}


.follow-column {
  display:flex;
  justify-content:center;
  align-items: center;
  border:none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-top: 15px;
}

.follow-column .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0;
}

.follow-column .buttons a {
  min-width: 140px;
  max-width: 180px;
  margin: 0;
  width: auto;
}

.col-one {
  width: 100%;    /* Full width */
  max-width: 1200px;
  margin: 36px auto 50px auto;
  padding: 25px 15px;
  box-sizing: border-box;
}

.col-two {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  box-sizing: border-box;
}

.col-two .border-underline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px; /* Adjust as needed */
  height: 15px;
  border-bottom: 3px solid #8b7a26;
  border-left: 3px solid #8b7a26;
  border-right: 3px solid #8b7a26;

  width: 96%;
  margin: 0 auto;
  z-index: 0;
}

.col-two .buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  padding: 10px 0 0 0;
  position: relative;
  z-index: 1;
}

.col-two .buttons a {
  flex: 1 1 0;
  min-width: 180px;
  max-width: 280px;
  width: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.col-two .icon-container {
  width: 110px;
  height: 110px;
  margin-bottom: 8px;
}

.emergency-container{
  background: #8b7a26;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
}

#epEmergencyEU {
  text-align: center;
}


#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

/* dp and phone */

#epDataPrivacy, #epPhone {
	margin:0 auto;
	width:355px;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display: none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
	width:355px;
  
  select{
    width: 100%;
  }
}

#epDataPrivacy .text {
  color: #000;
}

#epPhone{
}

form {
  background-color:rgba(213,219,219,1.0);
  border-radius:10px;
  color:#000;
  padding:20px;
  width:340px;
}

select {
  font: normal 400 14px calibri, sans-serif;
  margin: 5px 0 15px;
  min-width: 100%;
  padding: 5px;
}

button, .submit {
  background: #7f720e;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
}

.submit {
  background-color:#fff;
  color:rgb(0,104,177);
  display:block;
  margin:15px 0 15px auto;
}

.submit:hover {
  background-color:#fff !important;
  color:rgb(0,104,177) !important;
  text-decoration:underline;  
}

button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover, .submit:hover {
  color: #fff;
  background: #7c858c;
}

.nowrap {
  white-space: nowrap;
}

/* issues */

#epIssues {
  width: 100%;
}

#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}

#epIssues .category{
  background: #8b7a26;
}


#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #fff;
  font: normal 700 20px calibri, sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  font: italic 400 11px calibri, sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}

#epIssues .details:lang(ar) {
  right: unset;
  left: 7px;
}

#epIssues .issue {
  margin-bottom: 10px;
  padding: 0 5px 0 10px;
  position: relative;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover {
  background: #eee;
}

#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}

#epIssues .name {
  font: normal 400 16px/20px calibri, 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 {
  font-size: 14px;
  color: #8b7a26;
  padding-bottom: 10px;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
  display: flex;
    flex-direction: column;
}

footer .line1 {
 margin-bottom: 10px;
}

footer .line2 {
  color: transparent;
}

footer .line2 a {
  font-weight: 700;
  margin: 0 10px;
}

footer .line2 a:first-of-type {
  margin-left: 0;
}

footer .line2 a:hover {}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
  padding-inline-start: 15px;
}