@media screen, tv { 

/* Resets */
body,html,ul,ol,li,h1,h2,h3,h4,table,form,p{margin:0;padding:0;}img{border:0;}
textarea {font-family: inherit;font-size: inherit;}
*:focus {outline: 0;}
/*------------------------------------------------------------------*/
/* Default Styles													*/
/*------------------------------------------------------------------*/

@font-face {
    font-family: 'Lora-Regular';
    src: url('Lora-Regular.woff2') format('woff2'),
        url('Lora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora-Bold';
    src: url('Lora-Bold.woff2') format('woff2'),
        url('Lora-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YesevaOne';
    src: url('YesevaOne-Regular.woff2') format('woff2'),
        url('YesevaOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  --primary-color: #4d90cd;
  --secondary-color: #e34d3f;
  --third-color: #000;
}

body {font-family: "Lora-Regular", Times, "Times New Roman", serif;font-size: 16px;color: #333;margin: 0px;padding: 0px;}
.inv {display: none;}
.clr {clear: both;}

hr {color: #fff; background-color: #fff; border: 4px solid #1c1c2c;border-style: none none solid;margin: 26px 0 26px 0;padding: 0px;}

.dateb {color:#999;margin-bottom:12px}

address {font-style:normal;background:none;box-sizing:border-box;width:100%;padding:0;margin:0;}

.vc_box_rounded img {border-radius:18px!important;}

.rounded img {border:3px solid var(--primary-color)!important;;}

#mobilemenugrip, #mobilemenu, #lang-mobile {display:none;}

/* default buttons */
.vc_general {font-family: "Lora-Bold", Times, "Times New Roman", serif;font-size:22px!important;padding:22px 54px 22px 54px!important;border:none!important;border-radius:16px!important;background-color:var(--secondary-color)!important;color:#fff!important;transition: 0.3s;}
.vc_general:hover {background-color:var(--third-color)!important;}

.vc_btn3-color-mulled-wine {background-color:#635c6d!important;}

.inv .vc_general {background-color:var(--third-color)!important;}
.inv .vc_general:hover {background-color:var(--secondary-color)!important;}

.pcp-readmore-link {color:#fff!important;background-color:var(--primary-color)!important;border:none!important;width:100%;box-sizing:border-box;font-family: "Lora-Bold", Times, "Times New Roman", serif;text-transform:initial!important;border-radius:10px!important;}
.pcp-readmore-link:hover {background-color:var(--secondary-color)!important;}

/*------------------------------------------------------------------*/
/* Layout Styles													*/
/*------------------------------------------------------------------*/

.wrap {width: 1170px;margin: auto;position:relative;box-sizing:border-box;}

#topbar {background:var(--secondary-color);color:#fff;height:46px;box-sizing:border-box;}

.qcontact {position:absolute;left:45px;top:12px;box-sizing:border-box;}
.qcontact a {color:#fff;text-decoration:none;}
.qcontact a:hover {text-decoration:underline;}

#topbar .social {position:absolute;right:45px;top:10px;box-sizing:border-box;}
#topbar .social img {opacity:1;height:26px;width:26px;transition: 0.3s}
#topbar .social img:hover {opacity:0.8;}

#topbar #lang {position:absolute;right:200px;top:12px;box-sizing:border-box;}
#topbar #lang ul li {list-style:none;display:inline-block;border-left:1px solid #fff;padding:0 3px 0 6px;}
#topbar #lang ul li:first-child {border-left:none;}
#topbar #lang a {color:#fff;text-decoration:none;}
#topbar #lang a:hover {text-decoration:underline;}

#top {background:#fff;position:relative;height:93px;border-radius:0 0 30px 30px;box-sizing:border-box;}

#header {background: url(../images/header_main.jpg) no-repeat; background-size: cover;background-attachment: fixed;height:280px;color:#fff;text-align:center;}
.home #header {height:895px}
#header h1 {width: 250px;height: 77px;position:absolute;top:11px;left:38px;}
#header h1 a {background: url(../images/logo_ombudsman.svg) no-repeat;text-indent: -1000em;display: block;width: 100%;height: 100%;background-size:250px 77px;}


#header #topmenu {position:absolute;right:38px;top:33px;box-sizing:border-box;font-size:21px;text-decoration:none;color:#fff;font-weight:bold;}
#header #topmenu ul {font-family: "Lora-Bold", Times, "Times New Roman", serif;}
#header #topmenu ul li {display:inline-block;margin:0 6px 0 6px;list-style:none;position: relative;}
#header #topmenu ul li a {text-decoration:none;color:#000;transition: 0.3s}
#header #topmenu ul li a:hover {color:var(--primary-color);}

/*-------dropdown--------*/
#header #topmenu ul ul {width:auto;box-sizing:border-box;padding: 38px 24px 28px 24px;margin: 0 0 0 0;list-style: none;position: absolute;z-index:847;

    left: -9999px;
    top: -9999px;

    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

#header #topmenu ul li li {display:block;text-align:right;margin-bottom:5px;}
#header #topmenu ul li li a {color:#fff!important;}
#header #topmenu ul li li a:hover {color:var(--secondary-color)!important;}
#header #topmenu ul li.current-menu-item a {color:var(--primary-color);}
#header #topmenu ul li:hover ul {border-radius: 12px;display:block;background: rgba(77, 144, 205, 1);margin-top:26px;left: -195px;top: 0;width:270px;-moz-transform: scaleY(1);-ms-transform: scaleY(1);-o-transform: scaleY(1);-webkit-transform: scaleY(1);transform: scaleY(1);}

#header #bcontents {padding-top:75px;padding-left:43px;box-sizing:border-box;}
#header #bcontents h2 {font-weight:normal;text-align:left;color:#fff;font-family: "YesevaOne", Georgia, serif;font-size:46px;margin-top:12px;margin-bottom:12px;}
#header #bcontents p {font-style:italic;font-size:20px;margin-top:12px;margin-bottom:12px;}
#header #call2action {position:absolute;top:250px;right:0;margin-top:30px;box-sizing:border-box;}
#header .button1 {font-family: "Lora-Bold", Times, "Times New Roman", serif;transition: 0.3s;border-radius:16px;text-transform:uppercase;background:var(--secondary-color);padding:16px 24px 16px 24px;display:inline-block;text-align:center;box-sizing:border-box;font-size:18px;text-decoration:none;color:#fff;}
#header .button1:hover {opacity:0.8;}

#header #subbanner {text-align:center;box-sizing:border-box;}
#header #subbanner h1 {width:auto;font-size:40px;font-weight:normal;text-align:center;box-sizing:border-box;margin:168px auto 0 auto;left:0;right:0;font-family: "YesevaOne", Georgia, serif;}

.home #content {padding:100px 0 10px 0;line-height:24px;font-size:18px;}
.home #content .wrap {margin-top:-520px;background:#fff;padding:90px;padding-top:60px;}

#content {padding:100px 0 100px;}
#content .wrap {line-height:26px;}
#content h2 {line-height:46px;font-weight:normal;color:var(--third-color);font-family: "YesevaOne", Georgia, serif;font-size:40px;margin-top:12px;margin-bottom:42px;}
#content h3 {font-weight:normal;color:var(--primary-color);font-family: "YesevaOne", Georgia, serif;font-size:22px;margin-top:22px;margin-bottom:12px;}

#content h4 {font-weight:normal;color:var(--secondary-color);font-family: "Lora-Bold", Times, "Times New Roman", serif;font-size:18px;margin-top:12px;margin-bottom:8px;}
#content h5 {font-weight:normal;color:var(--secondary-color);font-family: "YesevaOne", Georgia, serif;font-size:14px;margin-top:3px;margin-bottom:10px;}

#content p {margin:0 0 12px 0;}
#content a {color:var(--primary-color);text-decoration:none;}
#content a:hover {color:var(--secondary-color);}

#content ul.hl {margin:0 0 18px 0;box-sizing:border-box;padding:26px 20px 26px 40px;border-radius:8px;background-color:#f4f4f4;}
#content ul.hl li {list-style-type:square;}

.contact-i {font-size:20px!important;font-weight:bold;}
.contact-i li {list-style:none;padding:10px 0 10px 41px;}

.contact-i .loc {background: url(https://ombudsman.aw/wp-content/uploads/2025/05/icon_location.png) no-repeat;background-size:34px 34px;background-position:0 5px;}
.contact-i .phone {background: url(https://ombudsman.aw/wp-content/uploads/2025/05/icon_phone.png) no-repeat;background-size:34px 34px;background-position:0 5px;}
.contact-i .wa {background: url(https://ombudsman.aw/wp-content/uploads/2025/05/icon_whatsapp.png) no-repeat;background-size:34px 34px;background-position:0 5px;}
.contact-i .email {background: url(https://ombudsman.aw/wp-content/uploads/2025/05/icon_email.png) no-repeat;background-size:34px 34px;background-position:0 5px;}

.hours {font-size:20px!important;font-weight:bold;color:var(--primary-color);}

#normen, #normen p, #normen h2, #normen h3 {color:#fff!important;}

#normen p {font-size:18px!important;}

.page-id-198 #content h2 a, .page-id-575 #content h2 a, .page-id-601 #content h2 a {

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
  /* Optional but recommended for predictable behavior */
  max-width: 100%;
  line-height: 1.4em;
  
  
  }

 /*news section default thumb force aspect ratio 10:7*/

.sp-pcp-thumb img {

  aspect-ratio: 10 / 7;
  width: 100%; /* or a fixed width */
  object-fit: cover; /* or contain, depending on your needs */
  height: auto; /* optional depending on layout */
  display: block;

}

#footer {background:#f3f3f3;color:#000;padding:98px 0 0 0;}

#footer .social {box-sizing:border-box;padding:20px 0 0 0;}
#footer .social img {opacity:1;transition: 0.3s}
#footer .social img:hover {opacity:0.8;}

#footer .col {float:left;box-sizing:border-box;margin-left:40px;padding:0 0 50px 0;}
#footer .col address {font-size:18px;font-style:normal;}
#footer .col address a {color:#000;text-decoration:none;}
#footer .col address a:hover {text-decoration:underline;}

#footer .col p {margin-bottom:12px;}

#footer .col #phone {font-weight:normal;font-size:18px;color:#000;text-decoration:none;padding:14px 0 10px 0;display:inline-block;}
#footer .col #phone:hover {text-decoration:underline;}
#footer .col #email {font-weight:normal;font-size:18px;color:#000;text-decoration:none;}
#footer .col #email:hover {text-decoration:underline;}

#footer .col ul {list-style:none;}
#footer .col ul li {margin:0 0 12px 0;font-size:18px;font-weight:normal;}
#footer .col ul li a {color:#000;text-decoration:none;transition: 0.3s;}
#footer .col ul li a:hover {text-decoration:underline;}

#footer .col h2 {display:block;width: 103px;height: 140px;margin-top:8px;margin-left:auto;margin-right:auto;right:0;left:0;}
#footer .col h2 a {background: url(../images/logo_ombudsman_full.png) no-repeat;text-indent: -1000em;display: block;width: 100%;height: 100%;background-size:103px 140px;}

#footer .col h4 {color:var(--primary-color)!important;margin-bottom:40px;font-size:25px;font-weight:normal;}

#footer .col:nth-child(1) {width:270px;margin-left:0;}
#footer .col:nth-child(2) {width:320px;}
#footer .col:nth-child(2) img {opacity:1;margin-bottom:5px;width:100%;height:auto;transition: 0.3s;border-radius:9px;}
#footer .col:nth-child(2) img:hover {opacity:0.9;}
#footer .col:nth-child(2) a.loc {text-decoration:none;color:#000;display:block;padding:15px 0 15px 53px;text-transform:none;text-align:left;background-image: url(../images/icon_location.svg);background-repeat:no-repeat;background-size:30px 30px;background-position:12px 8px;box-sizing:border-box;}
#footer .col:nth-child(2) a:hover {text-decoration:underline;}
#footer .col:nth-child(3) {width:150px;margin-left:50px;}
#footer .col:nth-child(4) {width:180px!important;}

#footer .col #members {box-sizing:border-box;padding-top:26px;text-align:center;width:100%!important;}
#footer .col #members span {font-size:17px;color:var(--primary-color)!important;}
#footer .col h3 {display:block;width: 103px;height: 103px;margin-top:18px;margin-left:auto;margin-right:auto;right:0;left:0;}
#footer .col h3 a {background: url(../images/logo_ioi.png) no-repeat;text-indent: -1000em;display: block;width: 100%;height: 100%;background-size:103px 103px;}

#bottom {border-top:1px solid #111;box-sizing:border-box;padding:20px 0 30px 0;}
#bottom p {color:#000;font-size:14px;padding:12px 0 28px 0;}
#bottom a {color:#000;text-decoration:none;}
#bottom a:hover {text-decoration:underline;}


/*------------------------------------------------------------------*/
/* Contact form															*/
/*------------------------------------------------------------------*/

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {font-size:18px;border:1px solid #999;background:#fcfcfc;padding:20px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;width:100%;box-sizing: border-box;}
.wpcf7-form input[type="radio"] {padding:0!important;border:1px solid red!important;width:auto!important;}

.wpcf7-form .ffield {box-sizing:border-box;padding:28px 0 28px 0;}
.wpcf7-submit {-webkit-appearance: none;margin:12px 0 12px 0;color:#fff;background:var(--primary-color)!important;cursor:pointer;border:1px solid var(--primary-color)!important;font-size:24px;text-transform:uppercase;padding:20px;box-sizing: border-box;font-weight:normal;}
.wpcf7-submit:hover {background:var(--secondary-color)!important;color:#fff;border:1px solid var(--secondary-color)!important;}


.scrollToTop{
	text-indent:-2000em;
	width:45px; 
	height:45px;
	text-align:center; 
	text-decoration: none;
	position:fixed;
	bottom:20px;
	right:20px;
	display:none;
	background: url(../images/icon_top.svg) no-repeat center center #000;
	background-size: 25px 25px;
	opacity:0.4;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	box-sizing:border-box;
	z-index:999;
}
.scrollToTop:hover{	opacity:1;}

}






/*------------------------------------------------------------------*/
/* media mobile														*/
/*------------------------------------------------------------------*/

@media only screen and (min-width: 220px) and (max-width: 1200px) { 

.vc_general {font-size:17px!important;}

#top {height:83px;border-radius:0 0 0 0;}

#topmenu, #topbar {display:none;}

#mobilemenugrip {display:block;position:absolute;right:30px;top:32px;width:34px;height:21px;text-indent:-2000em;background:url(../images/icon_grip.svg) no-repeat;background-size: 34px 21px;opacity:1;}
#mobilemenu {display:block;}

#mobilemenu {display:block;width:100%;z-index:112;position:absolute;left:-1850px;background: rgba(0, 0, 0, 1);color:#fff;top:83px;padding:80px 0 20px 0;}
#mobilemenu a {color:#fff;text-decoration:none;}
#mobilemenu ul {margin:0 0 0 20px;font-size:26px;}
#mobilemenu ul li {list-style:none;font-weight:normal;padding:5px 0;}
#mobilemenu ul ul {margin:5px 0 0 0;padding:10px 0 10px 0;font-size:20px}
#mobilemenu ul li li{list-style:none;border-top:none;font-weight:normal;margin:0 0 0 18px;padding:0;}

#mobilemenu .qcontact {text-align:center;margin:auto;left:0;right:0;box-sizing:border-box;padding:10px 0 10px 0;}

#header .wrap {padding:0!important;}
.wrap {width:100%;box-sizing:border-box;padding:30px;}

#header {background-position: center top;height:220px}

#lang-mobile {display:block;position:absolute;right:78px;top:30px;box-sizing:border-box;}
#lang-mobile ul li {font-size:12px;list-style:none;display:inline-block;border-left:1px solid #555;padding:0 0 0 5px;}
#lang-mobile ul li:first-child {border-left:none;}
#lang-mobile a {color:#000;text-decoration:none;}

.home #header {}

.home #content {padding:170px 0 10px 0;}
.home #content .wrap {margin-top:-525px;padding:30px 30px 0 30px!important;}

.home #content h2 {font-size:30px;line-height:34px;}


#header #subbanner h1 {font-size:36px;margin:98px auto 0 auto;}

#content {padding:50px 0 40px 0!important;box-sizing:border-box;}
#content .wrap {padding:0 30px 0 30px!important;}

#header h1 {width: 180px;height: 57px;top:17px;left:20px;}
#header h1 a {background-size:180px 57px;}
#header #bcontents {height:auto;}
#header #bcontents p {font-size:22px;margin-top:12px;margin-bottom:12px;}
#header #bcontents h2 {font-size:26px;margin-top:12px;margin-bottom:12px;}

#header #call2action {left:43px;top:261px;}
#header .button1 {padding:12px 20px 12px 20px;text-align:left;font-size:16px;width:280px;display:block;margin-bottom:10px;}


#footer {padding-top:50px;}
#footer .col {float:none;width:100%;padding:30px;margin:0;box-sizing:border-box;}
#footer .col:nth-child(1) {width:100%;margin-left:0;}
#footer .col:nth-child(2) {width:100%;}
#footer .col:nth-child(3) {width:100%;}
#footer .col:nth-child(4) {width:100%;}

#bottom {padding:20px 30px 60px 30px;box-sizing:border-box;}
#bottom h2 {width: 180px;height: 57px;position:relative;float:none;margin-top:20px;}
#bottom h2 a {background-size:180px 57px;}

#bottom #h3 {float:none;}

#bottom p {position:static;padding-top:20px;}

}
