@charset "utf-8";
/* @import url('https://cloud.typography.com/7902656/7512812/css/fonts.css'); */
@import url("fonts.css");

/*
	font-family: "Gotham A", "Gotham B";
*/

@font-face {
  font-family: "GothamSSm-XLight";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/GothamSSm-XLight.woff") format("woff"),
    url("../fonts/GothamSSm-XLight.ttf") format("truetype"),
    url("../fonts/GothamSSm-XLight.svg") format("svg");
}

@font-face {
  font-family: "GothamSSm-Light";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/GothamSSm-Light.woff") format("woff"),
    url("../fonts/GothamSSm-Light.ttf") format("truetype"),
    url("../fonts/GothamSSm-Light.svg") format("svg");
}

@font-face {
  font-family: "GothamSSm-Book";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/GothamSSm-Book.woff") format("woff"),
    url("../fonts/GothamSSm-Book.ttf") format("truetype"),
    url("../fonts/GothamSSm-Book.svg") format("svg");
}

@font-face {
  font-family: "GothamSSm-Medium";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/GothamSSm-Medium.woff") format("woff"),
    url("../fonts/GothamSSm-Medium.ttf") format("truetype"),
    url("../fonts/GothamSSm-Medium.svg") format("svg");
}

@font-face {
  font-family: "GothamSSm-Bold";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/GothamSSm-Bold.woff") format("woff"),
    url("../fonts/GothamSSm-Bold.ttf") format("truetype"),
    url("../fonts/GothamSSm-Bold.svg") format("svg");
}

@font-face {
  font-family: "GothamSSm-Black";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/GothamSSm-Black.woff") format("woff"),
    url("../fonts/GothamSSm-Black.ttf") format("truetype"),
    url("../fonts/GothamSSm-Black.svg") format("svg");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

.ce-gallery img:not([src$=".svg"]) {
  width: 100%;
}

html,
body {
  /*font-family: "Gotham A", "Gotham B";*/
  font-family: "GothamSSm-Book";
  font-weight: normal;
  height: 100%;
}

html {
  overflow-y: scroll;
}

html.overlay-open,
html.overlay-open body {
  overflow-x: hidden;
  overflow-y: hidden;
}

:focus {
  outline: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

fieldset {
  border: none;
}

iframe {
  max-width: 100%;
}

.icon {
  vertical-align: middle;
}

.icon:before {
  color: #006478;
}

select {
  border-radius: 0;
}

textarea,
input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

::-webkit-input-placeholder {
  font-family: "Gotham A", "Gotham B";
  color: #555;
}

.parsley-error::-webkit-input-placeholder {
  color: #cc0000;
}

:-moz-placeholder {
  font-family: "Gotham A", "Gotham B";
  color: #555;
  opacity: 1;
}

.parsley-error:-moz-placeholder {
  color: #cc0000;
  opacity: 1;
}

::-moz-placeholder {
  font-family: "Gotham A", "Gotham B";
  color: #555;
  opacity: 1;
}

.parsley-error::-moz-placeholder {
  color: #cc0000;
  opacity: 1;
}

:-ms-input-placeholder {
  font-family: "Gotham A", "Gotham B";
  color: #555;
}

.parsley-error:-ms-input-placeholder {
  color: #cc0000;
}

b,
strong {
  font-weight: 700;
}

hr {
  height: 1px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #000000;
}

a {
  color: inherit;
  text-decoration: none;
}

.text-left,
.ce-headline-left {
  text-align: left;
}

.text-right,
.ce-headline-right {
  text-align: right;
}

.text-center,
.ce-headline-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.fullwidth-image img {
  width: 100%;
  height: auto;
}

/* buttons */

.button,
.button_mail,
.button_pdf,
.button_download,
.button_share,
.button_red,
.button_fullwidth {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 50px;
  text-align: center;
}

.button:hover {
}

.button:after {
  content: "";
  font-family: Verdana, Arial, sans-serif;
}

/* safari line-height hack */

.button_pdf:before,
.button_share:before,
.button_mail:before,
.button_download:before,
.button_apply:before {
  font-family: "ewopharma" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  pointer-events: none;
  display: inline;
  margin-right: 10px;
  vertical-align: top;
  font-size: 25px;
}

.button_pdf:before {
  content: "\6d" !important;
}

.button_share:before {
  content: "\67" !important;
}

.button_mail:before {
  content: "\6e" !important;
}

.button_download:before {
  content: "\62" !important;
}

.button_apply:before {
  content: "\68" !important;
}

.button_red {
  background: #cd1414;
  color: #fff;
}

.button_fullwidth {
  width: 100%;
}

.jobButtons {
  text-align: center;
}

.jobButtons .button_share,
.jobButtons .button_red {
  margin: 0 0 0 30px;
}

/* displays */

main,
header,
footer,
nav,
section,
article {
  display: block;
}

/* limiters */

.inner,
.inner-1410 {
  max-width: 1410px;
  margin: 0 auto;
}

.inner-730 {
  max-width: 730px;
  margin: 0 auto;
}

.inner-930,
#tx_indexedsearch fieldset,
#content .tx-indexedsearch-browsebox {
  max-width: 930px;
  margin: 0 auto;
}

.inner-800 {
  max-width: 800px;
  margin: 0 auto;
}

/* clearer */

.clear {
  line-height: 0;
  font-size: 0;
  height: 0;
  text-indent: -999px;
  clear: both;
}

#footer:after,
#header:after,
#hTop:after,
#hBottom:after,
#searchbox:after,
.news > .news-magazin:after,
.row:after,
.jobsOverlay .powermail_fieldwrap_type_radio:after {
  clear: both;
  content: "";
  display: table;
}

.navi ul,
#content ul {
  list-style: none;
  color: #707070;
}

/* effects */

#naviMain a,
#naviMain > ul > li > ul,
.page-navigation > ul > li,
#content .tx-indexedsearch-browsebox > li,
.mobicon span,
#header,
#searchbox,
#naviMain,
#logo,
.effect {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* font-sizes */

.size-16,
#naviMain > ul > li > ul > li > a,
#naviMeta a,
#naviLanguage a,
.page-navigation > ul > li,
.news-press .more {
  font-size: 16px;
}

.size-20,
html,
body,
h6,
#searchbox input[type="text"],
#tx_indexedsearch input[type="text"],
.jobsOverlay input {
  font-size: 20px;
}

.size-30,
h5 {
  font-size: 30px;
}

.size-40,
h4 {
  font-size: 36px;
}

.size-50,
h3 {
  font-size: 50px;
}

.size-60,
h1,
h2 {
  font-size: 60px;
}

.size-90,
.slider h2,
#banner h2 {
  font-size: 66px;
}

/*.size-90, .slider h2, #banner h2 { font-size: 90px; }*/

/* line-heights */

.line-height-18 {
  line-height: 18px;
}

.line-height-30,
#content p {
  line-height: 30px;
}

.line-height-40,
.news-press .content h4 {
  line-height: 40px;
}

.line-height-72,
h1,
h2 {
  line-height: 72px;
}

.line-height-108,
#banner h2,
.slider h2 {
  line-height: 84px;
}

/*.line-height-108, #banner h2, .slider h2 { line-height: 108px; }*/

/* colors */

.color.white,
.meetus-article .header h5,
#left > .csc-default header h4,
.sidebar #content > .csc-default header h4,
.house .headline h4,
.blue-box h5,
.button,
.button_mail,
.button_pdf,
.button_download,
.button_fullwidth,
.button_share,
.text-over-image h2,
#fTop,
#naviFooter a,
#naviMeta a,
#naviLanguage a,
#naviMain > ul > li > ul a,
#banner h2,
.slider h2,
.jobsOverlay .powermail_fieldwrap_type_text,
#content p a.button,
#content p a.button_mail,
#content p a.button_pdf,
#content p a.button_download,
#content p a.button_fullwidth,
#content p a.button_share,
#left p a.button,
#left p a.button_mail,
#left p a.button_pdf,
#left p a.button_download,
#left p a.button_fullwidth,
#left p a.button_share {
  color: #fff;
}

.color.darkgrey,
html,
body {
  color: #555555;
}

.color.blue,
h1,
h2,
h3,
h4 {
  color: #006478;
}

.color.middleblue,
#content p a,
#left p a,
.locationInfo a {
  color: #1557a3;
}

.color.lightblue,
#naviMain > ul > li > ul > li.active > a,
#naviMain > ul > li > ul > li:hover > a {
  color: #1f9ac1;
}

/* background-colors */

.background.black_30,
#toTop {
  background-color: rgba(0, 0, 0, 0.3);
}

.background.white,
.boxed-border-top,
.meetus-article,
.press-article,
#left > .csc-default,
.house .content > .csc-default > .ce-image,
.magazin-article,
.promotion-article,
.testimonial-article,
.swiper-pagi .swiper-pagination-bullet {
  background-color: #fff;
}

.background.lightergrey,
.page-navigation > ul > li.current,
.page-navigation > ul > li:hover {
  background-color: #f0f0f0;
}

.background.lightgrey {
  background-color: #f5f5f5;
}

.background.lightgrey_50,
#left > .csc-default .ce-gallery {
  background-color: rgba(216, 216, 216, 0.5);
}

.background.grey2,
#left .button_download {
  background-color: #b9b9b9;
}

.background.grey,
#hTop,
#fTop {
  background-color: #878788;
}

.background.darkgrey,
#fBottom,
#naviMain > ul > li > ul {
  background-color: #555555;
}

.background.red,
#linkedIn {
  background-color: #cd1414;
}

.background.blue,
.meetus-article .header,
#left > .csc-default header,
.sidebar #content > .csc-default header,
.house .headline,
#naviLanguage,
.swiper-pagi .swiper-pagination-bullet-active,
.button,
.button_share,
.button_mail,
.button_pdf,
.button_download,
.button_fullwidth {
  background-color: #006478;
}

.background.blue_80,
#banner .ce-bodytext .bannerShow,
#naviLanguage > ul > li:hover > ul {
  background-color: rgba(0, 100, 120, 0.8);
}

.background.blue_60,
.blue-box {
  background-color: rgba(0, 100, 120, 0.6);
}

.background.blue_40,
.slider .ce-bodytext .bannerShow,
.text-over-image .ce-gallery:before {
  background-color: rgba(0, 100, 120, 0.4);
}

.background {
  padding: 100px 0;
}

.background-boxed .background {
  padding: 25px;
}

/* margins */

.margin-80,
.space-after-80 {
  margin-bottom: 80px;
}

.margin-50,
.space-after-50 {
  margin-bottom: 50px;
}

.margin-30,
.space-after-30,
#left p,
#content p,
#content ul,
#content ol,
#content hr {
  margin-bottom: 30px;
}

/* header */

#header {
  position: relative;
  background-color: #fff;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

#naviMeta {
  float: right;
}

#naviMeta > ul > li {
  float: left;
  position: relative;
  border-left: 1px solid #fff;
}

#naviMeta > ul > li > a {
  display: block;
  padding: 16px 25px 15px 25px;
}

/* naviLanguage */

#naviLanguage {
  position: relative;
  float: right;
  min-width: 190px;
}

#naviLanguage > ul > li {
  display: none;
}

#naviLanguage > ul > li.active {
  position: relative;
  display: block;
  border-left: 1px solid #fff;
}

#naviLanguage > ul > li.active > a {
  position: relative;
  display: block;
  padding: 16px 15px 15px 15px;
  text-transform: uppercase;
}

#naviLanguage > ul > li.active > a > img {
  position: absolute;
  top: 15px;
  left: 13px;
}

#naviLanguage > ul > li.active > a > span {
  display: inline-block;
}

/* naviLanguage first level */

#naviLanguage > ul > li > ul {
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 50px);
  z-index: 50;
}

#naviLanguage > ul > li:hover > ul {
  padding: 10px 0;
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

#naviLanguage > ul > li > ul > li {
  position: relative;
  margin: 0 15px 5px 15px;
}

#naviLanguage > ul > li > ul > li:last-child {
  margin: 0 15px 0 15px;
}

#naviLanguage > ul > li > ul > li > a {
  white-space: nowrap;
}

#naviLanguage > ul > li > ul > li > a > img {
  position: absolute;
  top: 2px;
  left: 0;
}

#naviLanguage > ul > li > ul > li > a > span {
  padding-left: 45px;
}

#linkedIn {
  float: right;
  display: block;
  width: 50px;
  height: 50px;
  border-right: 1px solid #fff;
  background-image: url(../img/linkedin.png);
  background-position: center;
  background-repeat: no-repeat;
}

#hBottomLeft {
  float: left;
}

#logo {
  margin: 25px 0;
  max-width: 400px;
}

#logo .logo_link {
  display: block;
  line-height: 0;
  font-size: 0;
}

#hBottomRight {
  float: right;
}

#searchbox {
  margin-top: 25px;
  margin-bottom: 55px;
}

#searchbox form {
  float: right;
  position: relative;
}

#searchbox input[type="text"] {
  padding: 2px 15px 7px 30px;
  background: none;
  border: none;
  border-bottom: 1px solid #555555;
  max-width: 230px;
}

#searchbox input[type="submit"] {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 0;
}

#searchbox .tx-indexedsearch-form:after {
  content: "\72";
  font-family: "ewopharma" !important;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* naviMain */

#naviMain {
  position: relative;
}

#naviMain > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 40px;
}

#naviMain > ul > li > a {
  display: block;
  text-transform: uppercase;
  padding-bottom: 17px;
  font-weight: 500;
  font-size: 18px;
}

/* naviMain first level */

#naviMain > ul > li > ul {
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 50;
}

#naviMain > ul > li > ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  z-index: 51;
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-bottom: 15px solid transparent;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

#naviMain > ul > li:hover > ul {
  padding: 25px 0 20px 0;
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

#naviMain > ul > li > ul > li {
  position: relative;
  margin: 0 25px;
}

#naviMain > ul > li > ul > li > a {
  display: inline-block;
  padding-bottom: 0px;
  white-space: nowrap;
}

/* main */

main {
  position: relative;
}

main.darken .bg-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* mobile Header */

#mobilehTop,
#searchboxLink {
  display: none;
}

/* banner */

#banner {
  position: relative;
}

.no-banner #banner {
  display: none;
}

.blue #banner {
  margin-bottom: 30px;
  border-bottom: 30px solid #0076a8;
}

.green #banner {
  margin-bottom: 30px;
  border-bottom: 30px solid #00bf6f;
}

.lavender #banner {
  margin-bottom: 30px;
  border-bottom: 30px solid #7f6a7b;
}

#banner .swiper-wrapper > .csc-default,
.slider .swiper-wrapper > .csc-default {
  width: 100%;
  height: 890px;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#banner .swiper-wrapper > .csc-default .ce-textpic,
.slider .swiper-wrapper > .csc-default .ce-textpic,
#banner .swiper-wrapper > .csc-default .ce-gallery,
.slider .swiper-wrapper > .csc-default .ce-gallery,
#banner .swiper-wrapper > .csc-default .ce-outer,
.slider .swiper-wrapper > .csc-default .ce-outer,
#banner .swiper-wrapper > .csc-default .ce-inner,
.slider .swiper-wrapper > .csc-default .ce-inner,
#banner .swiper-wrapper > .csc-default .ce-row,
.slider .swiper-wrapper > .csc-default .ce-row,
#banner .swiper-wrapper > .csc-default .ce-column,
.slider .swiper-wrapper > .csc-default .ce-column,
#banner .swiper-wrapper > .csc-default figure,
.slider .swiper-wrapper > .csc-default figure {
  height: 100%;
}

#banner .ce-gallery figure,
.slider .ce-gallery figure {
  display: block;
}

#banner .ce-gallery img,
.slider .ce-gallery img {
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  font-size: 0px;
  line-height: 0px;
  width: auto;
  min-width: 100%;
  height: 100%;
  max-width: none;
}

/* typo3 banner resets */

.slider .ce-gallery,
.slider .ce-row,
.slider .ce-column,
#banner .ce-gallery,
#banner .ce-row,
#banner .ce-column {
  margin: 0;
  float: none;
}

#banner .ce-outer,
#banner .ce-inner,
.slider .ce-outer,
.slider .ce-inner {
  float: none;
  position: static;
  right: 0;
}

#banner .ce-gallery figure,
.slider .ce-gallery figure {
  display: block;
}

#banner .ce-textpic,
#banner .ce-image,
.slider .ce-textpic,
.slider .ce-image {
  overflow: visible;
}

.slider .ce-textpic .ce-bodytext,
#banner .ce-textpic .ce-bodytext {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  display: none;
}

.slider .ce-bodytext .bannerShow,
#banner .ce-bodytext .bannerShow {
  position: relative;
  border-radius: 50%;
  min-height: 800px;
}

#content .slider .ce-bodytext .bannerShow h2,
#banner .ce-bodytext .bannerShow h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 50;
  transform: translate(0, -50%);
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.swiper-pagi-out {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: right;
  z-index: 5;
  transform: translate(0, -50%);
}

.swiper-pagi {
  float: right;
}

.swiper-pagi .swiper-pagination-bullet {
  display: block;
  height: 20px;
  width: 20px;
  margin-bottom: 8px;
  opacity: 1;
}

.swiper-pagi .swiper-pagination-bullet-active {
  opacity: 1;
}

/* content */

main {
  padding-top: 234px;
}

#siteTitle {
  text-align: center;
}

#siteTitle h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
}

#content {
}

.sidebar #left {
  width: 33%;
}

.sidebar #content {
  width: 67%;
}

#content h1,
#content h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
}

#content h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
}

#content h4 {
  margin-bottom: 40px;
  text-transform: uppercase;
}

#content h5 {
  text-transform: uppercase;
}

#content h6 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
}

#content p {
}

#content ul,
#content ol {
}

#content ul {
}

#content ul > li {
  position: relative;
  padding-left: 12px;
  color: #707070;
}

#content ul > li:before {
  content: "\2022";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 50;
  color: #707070;
}

#content p a,
#left p a,
.locationInfo a {
  text-decoration: underline;
}

#content p a.button,
#content p a.button_mail,
#content p a.button_pdf,
#content p a.button_download,
#content p a.button_fullwidth,
#content p a.button_share,
#left p a.button,
#left p a.button_mail,
#left p a.button_pdf,
#left p a.button_download,
#left p a.button_fullwidth,
#left p a.button_share {
  text-decoration: none;
}

#content .ce-textpic.ce-above .ce-gallery {
  margin-bottom: 60px;
}

/*#content .grid_50_50 .ce-above .ce-gallery { margin-bottom: 0; }*/

.ce-intext.ce-left .ce-gallery {
  margin-right: 30px;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 30px;
}

.contenttable td {
  padding-right: 60px;
}

/* sidebar */

#left > .csc-default {
  margin-bottom: 30px;
}

#left > .csc-default header,
.sidebar #content > .csc-default header {
  padding: 16px 30px;
}

.sidebar #content > .csc-default header {
  margin-bottom: 30px;
}

#left > .csc-default header h4,
.sidebar #content > .csc-default header h4 {
  text-transform: uppercase;
  margin-bottom: 0;
}

#left > .csc-default .ce-above .ce-gallery {
  margin-bottom: 0;
}

#left > .csc-default .ce-gallery img {
  padding: 30px 10px;
}

#left .button_download {
  width: 100%;
  text-align: center;
  background-position: left 60px center;
}

#left .button_download:hover {
  color: #006478;
}

#left > .csc-default .ce-textpic {
  padding: 30px 30px 0 30px;
}

/* layouts */

.text-over-image {
  position: relative;
}

.text-over-image .ce-gallery {
}

#content .text-over-image .ce-above .ce-gallery {
  margin-bottom: 0;
}

.text-over-image .ce-gallery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.text-over-image .ce-bodytext {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}

#content .text-over-image .ce-bodytext h2 {
  margin-bottom: 0;
}

.blue-box {
  position: relative;
  min-height: 210px;
  cursor: pointer;
  word-break: break-word;
  white-space: normal;
}

.blue-box h5 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}

.bordered-image img {
  padding: 20px;
  border: 1px solid #b9b9b9;
}

#content .team .ce-textpic.ce-above .ce-gallery {
  margin-bottom: 30px;
}

.boxed-border-top {
  border-top: 50px solid #006478;
  padding: 30px;
}

.boxed-border-top.boxed-headline {
  border-top: 0;
  padding: 30px;
}

.boxed-border-top.boxed-headline header {
  background: #006478;
  margin: -30px -30px 30px -30px;
}

.boxed-border-top.boxed-headline header h4 {
  color: #fff;
  margin: 0;
  font-size: 30px;
  padding: 10px 30px;
  line-height: 1;
}

#content .boxed-border-top.boxed-headline header h4 {
  margin-bottom: 30px;
}

.centered-list {
}

.centered-list ul {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
}

#content .centered-list ul > li {
  padding-left: 30px;
  font-weight: 700;
}

#content .centered-list ul > li:before {
  font-size: 40px;
  line-height: 20px;
}

.column-count p {
  column-count: 2;
}

/* content slider */

.slider {
  position: relative;
}

#content .slider .ce-above .ce-gallery {
  margin-bottom: 0;
}

.slider .swiper-wrapper > .csc-default {
  width: 100%;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* news */

.news {
  overflow: hidden;
}

.news > .news-magazin {
  margin-left: -15px;
  margin-right: -15px;
}

.news > .news-magazin > .article {
  float: left;
  width: 50%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.news-magazin .img img {
  width: 100%;
}

.news-magazin .content {
  padding: 30px;
}

#content .news-magazin .header h4 {
  margin-bottom: 10px;
}

.news-magazin .teaser-text {
  margin-bottom: 5px;
}

#content .news-magazin .teaser-text p {
  margin-bottom: 0;
  display: inline;
}

.news-magazin .teaser-text a {
  font-weight: 700;
}

.news > .news-testimonials > .article {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.news-testimonials .img {
}

.news-testimonials .content {
  padding: 25px 30px 50px 30px;
}

.news-testimonials .toolbar {
  margin-bottom: 25px;
}

#content .news-testimonials .header h4 {
  margin-bottom: 15px;
}

.news-testimonials .teaser-text {
  column-count: 2;
  column-gap: 90px;
  margin-bottom: 60px !important;
}

.news-testimonials .news-button {
  text-align: center;
}

.news-testimonials .teaser-text p {
  margin-bottom: 0;
}

.press-article {
  padding: 30px;
  margin-bottom: 30px;
}

.news-press .image {
  width: 36.5%;
}

.news-press .content {
  width: 63.5%;
}

#content .news-press .content h4 {
  margin-bottom: 10px;
}

.news-press .date {
  margin-bottom: 7px;
  margin-top: 15px;
}

.news-press .more {
  font-weight: 700;
}

.news-meetus {
}

.news > .news-meetus {
  margin-left: -15px;
  margin-right: -15px;
}

.news > .news-meetus > .article {
  float: left;
  width: 50%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.news-meetus .header {
  padding: 7px 30px;
  text-align: center;
}

.news-meetus .content {
  padding: 30px;
}

.news-meetus .content span {
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.news-meetus .news-button {
  text-align: center;
}

.news-meetus .grid_50_50 {
  margin-bottom: 40px;
}

.toolbar .date {
  display: inline-block;
  margin-right: 40px;
}

.toolbar .liked {
  display: inline-block;
  margin-right: 40px;
}

.toolbar .fb-share,
.button_share {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.share {
  display: none;
  padding: 0 5px 0 20px;
  box-shadow: 2px 2px 5px 0px rgba(158, 156, 158, 1);
  position: absolute;
  left: -50px;
  top: calc(100% + 10px);
  background-color: #fff;
  min-width: 220px;
  z-index: 1;
}

#content p .share a {
  text-decoration: none;
  text-transform: none;
}

.centered-buttons .grid.grid_50_50 {
  overflow: visible;
}

#content p .jssocials-share-twitter a.jssocials-share-link {
  color: #00aced;
}

#content p .jssocials-share-email a.jssocials-share-link {
  color: #3490f3;
}

#content p .jssocials-share-facebook a.jssocials-share-link {
  color: #3b5998;
}

#content p .jssocials-share-linkedin a.jssocials-share-link {
  color: #007bb6;
}

.likeIt {
  cursor: pointer;
}

.page-navigation {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

#content .page-navigation > ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

#content .page-navigation > ul > li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding-left: 0;
  padding-top: 6px;
}

#content .page-navigation > ul > li:before {
  display: none;
}

#content .page-navigation > ul > li.previous,
#content .page-navigation > ul > li.next {
  padding-top: 0;
  background-color: transparent !important;
}

#content .page-navigation > ul > li.previous a,
#content .page-navigation > ul > li.next a {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 0;
  background-image: url(../img/arrow-small.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px 14px;
  font-size: 0;
  line-height: 0;
}

.page-navigation > ul > li.previous a {
  transform: rotate(180deg);
}

.newsDetail .header {
  text-align: center;
}

.newsDetail .img {
  margin-bottom: 20px;
}

.newsDetail .toolbar {
  margin-bottom: 60px;
}

.newsDetail .news-text-wrap {
  column-count: 2;
  /* column-gap: 35px; */
  column-gap: 30px;
}

.newsDetail .grid a.button_pdf,
.newsDetail .grid a.button_mail {
  min-width: 300px;
  text-align: center;
  background-position: left 34px center;
}

.newsDetail .grid a.button_mail {
  background-position: left 67px center;
}

.newsDetail .grid .col_50_1 {
  text-align: right;
}

.newsDetail .footer {
  position: relative;
  margin-top: 140px;
}

.newsDetail .news-backlink-wrap a {
  position: absolute;
  bottom: 22px;
  left: 0;
  text-transform: uppercase;
}

.meetus-article .date,
.meetus-article .location,
.meetus-article .booth {
  margin: 0 0 24px 0;
  text-transform: uppercase;
}

/* house */

.houseTop {
  width: 100%;
  margin-bottom: 25px;
}

.houseTop .ce-above .ce-gallery {
  margin-bottom: 0;
}

.houseLeft {
  width: 67%;
}

.houseRight {
  width: 33%;
}

.house .headline {
  padding: 7px 25px;
  margin-bottom: 25px;
}

#content .house .headline h4 {
  font-weight: 400;
  margin-bottom: 0;
}

.house .content {
  margin-left: -15px;
  margin-right: -15px;
}

.house .content > .csc-default {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.houseLeft .content > .csc-default {
  width: 33.33%;
}

.houseRight .content > .csc-default {
  width: 100%;
}

.house .content > .csc-default > .ce-image {
  position: relative;
  border: 1px solid #707070;
  min-height: 160px;
}

.house .content > .csc-default > .ce-image .ce-gallery {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}

.house .content > .csc-default > .ce-image .ce-gallery img {
  max-height: 140px;
}

.house .content > .csc-default > .ce-image .ce-column {
  position: relative;
  margin: 10px 20px;
}

.house .content > .csc-default > .ce-image .ce-center .ce-outer,
.house .content > .csc-default > .ce-image .ce-center .ce-inner {
  float: none;
  right: 0;
}

/* promotion box */

.promotion-article {
  margin: 0 0 100px 0;
}

.promotion-article .toolbar {
  margin: 0 0 30px 0;
}

.promotion-article .content {
  padding: 33px;
}

.promotion-article .teaser-text p {
  column-count: 2;
}

#content .promotion-article h4 {
  margin: 0 0 20px 0;
}

#content .promotion-article p {
  margin: 0;
}

.promotion-article img,
.magazin-article img {
  display: block;
}

/* search */

#tx_indexedsearch legend,
.tx-indexedsearch-icon,
.tx-indexedsearch-percent,
.tx-indexedsearch-info,
#tx_indexedsearch label {
  display: none;
}

.tx-indexedsearch-form {
  margin-bottom: 5px;
}

#content .tx-indexedsearch-form:before {
  font-family: "ewopharma" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  content: "\72" !important;
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  transform: translate(0, -50%);
  pointer-events: none;
  font-size: 40px;
}

#tx_indexedsearch fieldset {
  position: relative;
  line-height: 0;
}

#tx_indexedsearch input[type="text"] {
  width: 100%;
  padding: 28px 30px;
  border: none;
}

#tx_indexedsearch input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 79px;
  height: 79px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 0;
}

.tx-indexedsearch-browsebox p {
  text-align: left;
}

#content .tx-indexedsearch-res h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #555555;
  font-weight: 400;
}

.tx-indexedsearch-res {
  border-top: 1px solid #555555;
  padding-top: 30px;
  margin-bottom: 30px;
}

#content .tx-indexedsearch-browsebox {
  margin-bottom: 50px;
  text-align: center;
}

#content ul.tx-indexedsearch-browsebox > li {
  display: inline-block;
  margin: 0 15px;
  padding-left: 0;
  width: 50px;
  line-height: 1.4;
}

#content ul.tx-indexedsearch-browsebox > li:before {
  display: none;
}

.jobBox {
  margin: 0 0 50px 0;
}

.jobHead {
  background-color: #006478;
  color: #fff;
  text-align: center;
  padding: 0.5em;
}

.jobContent {
  padding: 1em;
}

.jobContent h5 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}

.speculative-application {
  margin: 100px 0 0 0;
  text-align: center;
}

.jobsOverview .jobContent {
  background: #fff;
}

.locationMap #map-canvas {
  max-height: 700px;
}

.locationMap {
  background: #fff url("../../../../dmpr_ext/Resources/Public/Img/loader.gif")
    center center no-repeat;
  background-size: 128px 128px;
}

.locationInfo {
  margin: 40px 0 0 0;
  display: none;
  padding: 30px;
}

#content .locationInfo h2 {
  font-size: 49px;
  font-weight: 700;
  line-height: 49px;
  text-transform: uppercase;
  margin-bottom: 0;
}

#content .locationInfo h3 {
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  color: #555555;
}

.locationInfo .contenttable td {
  vertical-align: top;
  padding-right: 40px;
}

.locationInfo .contenttable td:nth-child(2) {
  padding-right: 10px;
}

.locationInfo .close-locationinfo {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  cursor: pointer;
}

.jobsOverlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
}

.jobsOverlay .lightbox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 90px;
  margin-left: 7px;
}

#content .jobsOverlay .lightbox p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

#content .jobsOverlay h2 {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 60px;
  line-height: 72px;
}

#content .jobsOverlay .powermail_create h2 {
  margin-bottom: 30px;
}

.jobsOverlay input {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  width: 100%;
  border: 0;
  margin: 0 0 25px 0;
}

.jobsOverlay .powermail_fieldwrap_type_radio .radio {
  float: left;
  margin: 0 30px 30px 0;
}

.jobsOverlay .powermail_fieldwrap_type_radio .radio input {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: unset;
  margin: 0 8px 0 0;
  display: none;
}

.jobsOverlay .powermail_fieldwrap_type_radio .radio label {
  position: relative;
  color: #fff;
  line-height: 30px;
}

.jobsOverlay .inner > .csc-default.hide {
  display: none;
}

/* jquery checkbox */

.jquery-checkbox {
  float: left;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}

.jquery-checkbox .mark {
  display: inline;
  background-color: transparent;
  padding: 0px;
}

.jquery-checkbox img {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: transparent url("../img/checkbox.png") no-repeat;
}

.jquery-checkbox-checked img {
  background: transparent url("../img/checkbox-checked.png") no-repeat;
}

.jobsOverlay .powermail_fieldwrap {
  float: left;
}

.jobsOverlay .powermail_fieldwrap_namesurname,
.jobsOverlay .powermail_fieldwrap_country,
.jobsOverlay .powermail_fieldwrap_address,
.jobsOverlay .powermail_fieldwrap_e_mail {
  float: left;
  width: 50%;
}

.jobsOverlay .powermail_fieldwrap_city,
.jobsOverlay .powermail_fieldwrap_country,
.jobsOverlay .powermail_fieldwrap_e_mail {
  padding-left: 30px;
}

.jobsOverlay .powermail_fieldwrap_zipcode {
  width: 15%;
}

.jobsOverlay .powermail_fieldwrap_city {
  width: 35%;
}

.jobsOverlay .powermail_fieldwrap_tel {
  width: 50%;
  padding-left: 30px;
}

.jobsOverlay .powermail_fieldwrap_type_text {
  margin-bottom: 25px;
  font-size: 12px;
}

.jobsOverlay .powermail_fieldwrap_marker {
  width: 100%;
}

.jobsOverlay .powermail_fieldwrap_type_check {
  float: left;
  text-align: left;
}

.jobsOverlay .powermail_fieldwrap_type_check input {
  float: left;
  width: 30px;
  height: 30px;
}

.jobsOverlay .powermail_fieldwrap_marker_01 {
  width: 50%;
}

.jobsOverlay .powermail_fieldwrap_marker_01 .powermail_field {
  width: 75%;
}

.jobsOverlay .powermail_fieldwrap_marker_01 label {
  line-height: 20px;
}

.jobsOverlay .powermail_fieldwrap_marker_01 .jquery-checkbox {
  top: 3px;
}

.jobsOverlay .powermail_fieldwrap_marker_01 .parsley-errors-list {
  margin: 5px 0 15px 0 !important;
}

.jobsOverlay .powermail_fieldwrap_uploadfiles {
  width: 25%;
}

.jobsOverlay .powermail_fieldwrap_uploadfiles .powermail_field {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0 0 0 30px;
}

.jobsOverlay .powermail_fieldwrap_uploadfiles .powermail_field:before {
  cursor: pointer;
  pointer-events: none;
  display: block;
  content: "Upload files";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #006478;
  color: #fff;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.7;
  box-sizing: border-box;
}

html[lang="ba"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Dodaj dokument" !important;
}

html[lang="bg"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Качване на файлове" !important;
}

html[lang="hr"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Prijenos datoteka" !important;
}

html[lang="cs"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Nahrát soubory" !important;
}

html[lang="et"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Faile üles laadima" !important;
}

html[lang="hu"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Fájlok feltöltése" !important;
}

html[lang="lv"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Augšupielādējiet failus" !important;
}

html[lang="lt"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Įkelti failus" !important;
}

html[lang="mk"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Поставете датотеки" !important;
}

html[lang="pl"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Prześlij pliki" !important;
}

html[lang="ro"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Încărca fișiere" !important;
}

html[lang="sr"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "DODAJ FAJLOVE" !important;
}

html[lang="sk"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Nahrať súbory" !important;
}

html[lang="sl"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Nalaganje datotek" !important;
}

html[lang="de"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Daten hochladen" !important;
}

html[lang="fr"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  font-size: 16px;
  content: "Télécharger des fichiers" !important;
}
html[lang="al"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Ngarko skedarë" !important;
}

html[lang="ks"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  content: "Ngarko skedarë" !important;
}







/*html[lang="mk"] .speculative-application .speculative{
    font-size: 16px;
    color:transparent;
    position: relative;
}

html[lang="mk"] .speculative-application .speculative:after {
    font-size: 16px;
    content: "Télécharger des fichiers" !important;
    color: #fff;
    position:absolute;
    left: 0;
    right:0;
    margin:auto;

}*/

.jobsOverlay .powermail_fieldwrap_uploadfiles .powermail_field:after {
  cursor: pointer;
  pointer-events: none;
  display: block;
  content: "(max. 10MB)";
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.jobsOverlay .powermail_fieldwrap_uploadfiles input[type="file"] {
  cursor: pointer;
  left: 0;
  top: 0;
  opacity: 0;
  margin: 0;
}

.jobsOverlay .powermail_fieldwrap_send {
  width: 25%;
}

.jobsOverlay .powermail_fieldwrap_send .powermail_field {
  margin: 0 0 0 30px;
}

.jobsOverlay .powermail_fieldwrap_send .powermail_submit {
  cursor: pointer;
  background: #cd1414;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 60px;
  font-size: 20px;
  text-transform: uppercase;
}

.jobsOverlay .checkbox {
  font-size: 12px;
  color: #fff;
}

.jobsOverlay input[type="text"].parsley-error,
.jobsOverlay input[type="email"].parsley-error {
  border: 2px solid #cc0000;
}

.jobsOverlay .parsley-error::-webkit-input-placeholder {
  color: #cc0000;
}

.jobsOverlay .parsley-error::-moz-placeholder {
  color: #cc0000;
}

.jobsOverlay .parsley-error::-ms-input-placeholder {
  color: #cc0000;
}

.jobsOverlay .parsley-error::-moz-placeholder {
  color: #cc0000;
}

.jobsOverlay .parsley-errors-list {
  color: #cc0000;
  font-size: 14px;
  margin: -15px 0 15px 0 !important;
}

.jobsOverlay ::-webkit-input-placeholder {
  color: #555;
}

.jobsOverlay ::-moz-placeholder {
  color: #555;
}

.jobsOverlay :-ms-input-placeholder {
  color: #555;
}

.jobsOverlay :-moz-placeholder {
  color: #555;
}

.jobsOverlay .close-overlay {
  display: inline-block;
  position: fixed;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  cursor: pointer;
}

.jobsOverlay .close-overlay:hover {
  color: #006478;
}

.jobsOverlay .close-overlay .icon:before {
  color: #fff;
  font-weight: 400;
}

.jobsOverlay .close-overlay:hover .icon:before {
  color: #006478;
}

.tx-powermail .powermail_create {
  color: #fff;
}

#content .jobsOverlay ul > li.parsley-required,
#content .jobsOverlay ul > li.parsley-custom-error-message {
  color: #cc0000;
  padding-left: 0;
}

#content .jobsOverlay ul > li.parsley-required:before,
#content .jobsOverlay ul > li.parsley-custom-error-message:before {
  display: none;
}

/* grids */

.grid {
  overflow: hidden;
}

.grid > .row {
  margin-left: -15px;
  margin-right: -15px;
}

.grid > .row > .col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.grid_30_30_30 > .row > .col {
  width: 33.33%;
}

.grid_25_25_25_25 > .row > .col {
  width: 25%;
}

.grid_20_20_20_20_20 > .row > .col {
  width: 20%;
}

.grid_50_50 > .row > .col {
  width: 50%;
}

.col_30 {
  width: 30%;
}

.col_70 {
  width: 70%;
}

.col_40 {
  width: 40%;
}

.col_60 {
  width: 60%;
}

a#toTop {
  display: none;
  width: 80px;
  height: 70px;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 95;
  background-image: url(../img/arrow-top.svg);
  background-size: 55px 33px;
  background-position: center;
  background-repeat: no-repeat;
}

/* sitemap */

#content .frame-type-menu_sitemap {
}

#content .frame-type-menu_sitemap ul > li {
  padding-left: 0;
}

#content .frame-type-menu_sitemap ul > li:before {
  display: none;
}

#content .frame-type-menu_sitemap > ul {
  line-height: 1.7;
}

#content .frame-type-menu_sitemap > ul > li > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#content .frame-type-menu_sitemap > ul > li > ul > li {
  width: calc(100% / 4);
  padding-right: 30px;
  margin-bottom: 30px;
}

#content .frame-type-menu_sitemap > ul > li > ul > li:nth-child(4n) {
  padding-right: 0;
}

#content .frame-type-menu_sitemap > ul > li > ul > li > ul {
  margin-bottom: 0;
}

#content .frame-type-menu_sitemap span {
  color: #000;
}

#content .frame-type-menu_sitemap > ul > li > ul > li > ul > li > a span {
  color: #1557a3;
}

#content .frame-type-menu_sitemap_pages {
}

#content .frame-type-menu_sitemap_pages ul > li {
  padding-left: 0;
}

#content .frame-type-menu_sitemap_pages ul > li:before {
  display: none;
}

#content .frame-type-menu_sitemap_pages > ul {
  line-height: 1.7;
}

#content .frame-type-menu_sitemap_pages > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#content .frame-type-menu_sitemap_pages > ul > li {
  width: calc(100% / 4);
  padding-right: 30px;
  margin-bottom: 30px;
}

#content .frame-type-menu_sitemap_pages > ul > li:nth-child(4n) {
  padding-right: 0;
}

#content .frame-type-menu_sitemap_pages > ul > li > ul {
  margin-bottom: 0;
}

#content .frame-type-menu_sitemap_pages span {
  color: #000;
}

#content .frame-type-menu_sitemap_pages > ul > li > ul > li > a span {
  color: #1557a3;
}

/* footer */

footer {
  font-size: 16px;
  line-height: 26px;
}

footer .grid_50_50 > .row {
  margin-left: -40px;
  margin-right: -40px;
}

footer .grid_50_50 > .row > .col {
  width: 50%;
  padding: 21px 80px 19px 80px;
}

footer .grid_50_50 > .row > .col_50_1 {
  border-right: 1px solid #fff;
}

footer .grid_50_50 > .row > .col_50_1 > .csc-default {
  float: right;
}

#fBottom .grid_50_50 > .row > .col {
  padding: 0;
}

footer .grid_50_50 > .row > .col_50_2 > .csc-default {
  float: left;
}

footer .frame-type-menu_subpages > ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

footer .frame-type-menu_subpages > ul > li {
  display: inline-block;
  position: relative;
  border-left: 1px solid #fff;
}

#fBottom .col_50_2 .frame-type-menu_subpages > ul > li:first-child {
  border-left: 0;
}

#fBottom .col_50_2 .frame-type-menu_subpages > ul > li:last-child {
  border-right: 1px solid #fff;
}

footer .frame-type-menu_subpages > ul > li > a {
  display: block;
  padding: 13px 30px;
}

#fBottom .col_50_2 .frame-type-text {
  margin-left: 75px;
  transform: translate(0, 50%);
}

#cookie-text {
  display: none;
}

/*news styles*/

.blue-btn::after {
  content: "\72";
  font-family: "ewopharma" !important;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #555;
}

.blue-btn {
  background: transparent;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
}

.tx-kesearch-pi1 {
  font-family: "Gotham A", "Gotham B" !important;
}

.tx-kesearch-pi1 #ke_search_sword {
  width: 100%;
  padding: 28px 80px 28px 30px;
  border: none;
}

.kesearch_searchbox {
  max-width: 930px;
  margin: 0 auto;
}

.tx-kesearch-pi1 #ke_search_sword {
  position: relative;
  top: 0;
}

.tx-kesearch-pi1 .submitbutt::after {
  font-family: "ewopharma" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  content: "\72" !important;
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  transform: translate(0, -50%);
  pointer-events: none;
  font-size: 40px;
}

.tx-kesearch-pi1 .submitbutt {
  position: absolute;
  top: 0;
  right: 0;
  width: 79px;
  height: 79px;
  cursor: pointer;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 0;
}

.tx-kesearch-pi1 input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 79px;
  height: 79px;
  cursor: pointer;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 0;
  min-width: 68px;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item {
  border-top: 1px solid #555555;
  padding-top: 30px;
  margin-bottom: 30px;
  line-height: 30px;
}

.tx-kesearch-pi1 .result-number {
  display: none;
}

.tx-kesearch-pi1 .result-title a {
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: #555 !important;
  font-weight: 700;
}

.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total {
  border-top: 0;
  background: transparent;
}

.tx-kesearch-pi1 #kesearch_pagebrowser_top a.current,
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom a.current {
  font-weight: bold;
  color: #707070;
  text-decoration: none;
}

#content ul > li::before {
  display: none;
}

.tx-kesearch-pi1 input[type="text"]:focus,
.tx-kesearch-pi1 input[type="text"]:hover,
.tx-kesearch-pi1 select:focus,
.tx-kesearch-pi1 select:hover,
.tx-kesearch-pi1 textarea:focus,
.tx-kesearch-pi1 textarea:hover {
  box-shadow: none;
}

.tx-kesearch-pi1 span.resetbutt a:hover,
.tx-kesearch-pi1 span.submitbutt input:hover,
.tx-kesearch-pi1 input.kesGreyButt:hover,
.tx-kesearch-pi1 span.kesGreyButt:hover {
  background: transparent;
  background-color: transparent;
  background-color: transparent;
  background-image: -moz-linear-gradient(center top, transparent, transparent);
  border: 0;
  box-shadow: none;
}

.tx-kesearch-pi1 #kesearch_results .teaser_icon img {
  display: none;
}

/* .tx-kesearch-pi1 #kesearch_pagebrowser_bottom {
    padding-top: 10px;
} */

.tx-kesearch-pi1 .kesearchbox {
  height: auto;
}

.search-container {
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 39.5px;
}

.search-container:hover {
  box-shadow: 0 0 3px #bbbbbb;
}

.search-container .submitbutt::after {
  font-family: "ewopharma" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  content: "\72" !important;
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  transform: translate(0, -50%);
  pointer-events: none;
  font-size: 40px;
}

.search-container input {
  color: #2b2b2b;
}

span.resetbutt {
  display: none;
}

div#kesearch_num_results {
  display: none;
}

.pages_total {
  text-align: center;
  color: #707070;
}

.kesearch_pagebrowser ul {
  display: block;
}

.kesearch_pagebrowser ul li {
  display: inline-block;
  color: #707070;
}

#kesearch_pagebrowser_top div.result_txt,
#kesearch_pagebrowser_bottom div.result_txt {
  margin: 0 0 5px 0;
}

#kesearch_results .result-list-item .result-number,
#kesearch_results .result-list-item .result-title {
  font-size: 1.2em;
}

.pages_total {
  margin-top: 9px;
  margin-bottom: 44px;
}

.ke-container {
  max-width: 1410px;
  margin: 0 auto;
}

.ke-container .result-title a {
  margin-bottom: 11px;
  color: #555555;
}

.ke-container .result-list-item span {
  color: #707070;
}

.ke-container .result_txt {
  letter-spacing: 0.2px;
}

.ke-container .kesearch_pagebrowser ul li a {
  padding: 3px;
}

/* .news .press-article {
    margin-bottom: 0;
} */

.footer.no-hr {
  border-top: none;
}

.ke-container #kesearch_results {
  margin-bottom: 39px;
}

.news-backlink-wrap a {
  color: #555555;
  /* font-size: 20px; */
}

.newsDetail .footer {
  margin-bottom: 0;
}

.news-press .article {
  padding-bottom: 0;
  margin-bottom: 0;
}

.news > .news-meetus > .article {
  padding-bottom: 0;
}

.newsDetail .footer {
  padding-top: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.ke-container #kesearch_results {
  margin-bottom: 0;
  margin-top: 22px;
}

.tx-kesearch-pi1 .ke-container .messsage {
  margin-top: -8px;
}

video,
iframe {
  max-width: 100%;
}

html[lang="lv"]
  .jobsOverlay
  .powermail_fieldwrap_uploadfiles
  .powermail_field:before {
  font-size: 17px;
}

.news-press .page-navigation > ul > li.next a,
.news-press .page-navigation > ul > li.previous a {
  top: 1px !important;
}

.news-press .page-navigation:first-child {
  display: none;
}

.news-press .page-navigation ul.f3-widget-paginator {
  display: flex;
  justify-content: center;
  width: 100%;
}

.bullet-block ul li {
  list-style-type: disc;
}

.bullet-block ul {
  list-style: disc;
  padding: 0 0 0 30px;
}

/* Select2 Styles */

.select2-container {
  z-index: 9;
}

.select2-container--default .select2-selection--single {
  padding: 10px 35px;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
  line-height: normal;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: url("../img/sort-down.png") #006478 no-repeat;
  background-position: 92% 50%;
  background-size: 10px;
  min-height: 39px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  color: #fff;
  line-height: inherit;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.select2-dropdown,
.select2-container--default .select2-results__option[aria-selected="true"] {
  border-radius: 0;
  background-color: #006478;
  border: 0;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-results__option {
  color: #fff;
  font-size: 16px;
  padding-left: 35px;
}

@media only screen and (max-width: 1024px) {
  .select2-container {
    width: 200px !important;
  }
}

@media only screen and (max-width: 650px) {
  #search-key {
    margin-top: 10px;
  }
  footer .grid_50_50 > .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media only screen and (max-width: 560px) {
  #search-key {
    margin-top: 10px;
  }
  .select2-container {
    width: 160px !important;
  }
}

@media only screen and (max-width: 400px) {
  .select2-container {
    width: 100% !important;
  }
  .select2-results__option,
  .select2-container--default .select2-selection--single {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1330px) {
  html[lang="lv"]
    .jobsOverlay
    .powermail_fieldwrap_uploadfiles
    .powermail_field:before,
  html[lang="mk"]
    .jobsOverlay
    .powermail_fieldwrap_uploadfiles
    .powermail_field:before {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1500px) {
  #naviMain > ul > li:last-child > ul {
    right: 0;
    left: auto;
    transform: translate(0, 0);
  }
  #naviMain > ul > li:last-child > ul:before {
    right: 10%;
    left: auto;
  }
}

@media (max-width: 1470px) {
  .ke-container,
  .tx-kesearch-pi1 .kesearch_searchbox {
    margin-left: 30px;
    margin-right: 30px;
  }
  .ke-container .result_txt {
    letter-spacing: initial;
  }
  .ke-container .kesearch_pagebrowser ul li {
    padding-left: 12px;
  }
  .tx-kesearch-pi1 .kesearch_searchbox {
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 992px) {
  .footer-no-space {
    margin-bottom: 50px;
    margin-right: 15px;
  }
  .tx-kesearch-pi1 .kesearch_searchbox {
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-no-space {
    margin-bottom: 26px;
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  #naviMain > ul > li > a {
    padding: 18px 38px 7px !important;
    font-size: 20px;
  }
  #naviMain {
    max-height: calc(100vh - 125px) !important;
  }
  html[lang="lv"]
    .jobsOverlay
    .powermail_fieldwrap_uploadfiles
    .powermail_field:before,
  html[lang="fr"]
    .jobsOverlay
    .powermail_fieldwrap_uploadfiles
    .powermail_field:before {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  html[lang="lv"]
    .jobsOverlay
    .powermail_fieldwrap_uploadfiles
    .powermail_field:before,
  html[lang="fr"]
    .jobsOverlay
    .powermail_fieldwrap_uploadfiles
    .powermail_field:before {
    font-size: 11px;
  }
}

/* Upload btn Starts */
.ewo-multi-file-wrap {
  width: 25%;
  float: left;
}
.ewo-multi-file-wrap .powermail_fieldwrap_uploadfiles {
  width: 100%;
}
div#previewImg {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 0 32px;
  letter-spacing: 1px;
}
div#previewImg span {
  display: block;
  margin-bottom: 4px;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
  .ewo-multi-file-wrap {
    width: 100%;
  }

  .ewo-multi-file-wrap .powermail_fieldwrap_uploadfiles {
    margin-bottom: 0 !important;
  }
  div#previewImg {
    margin-left: 15%;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1200px) {
  .ewo-multi-file-wrap {
    width: 50%;
    float: left;
  }
  .ewo-multi-file-wrap .powermail_fieldwrap_uploadfiles {
    width: 100% !important;
  }
  div#previewImg {
    width: 100%;
    margin: 0;
  }
}
/* Upload btn Ends */

/* Cookie 24-May-21 Starts */
#SgCookieOptin .sg-cookie-optin-box.sg-cookie-optin-box-new {
  max-width: 100% !important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.sg-cookie-optin-box-button-accept-essential {
  display: none !important;
}

/* .sg-cookie-optin-box-footer {
    display: none !important;
} */

.sg-cookie-optin-box-footer-user-hash-container {
  display: none !important;
}
/* Cookie 24-May-21 Ends */

/* testimonial Page btn */
.meetup-wrap,
.testimonial-wrap {
  display: inline-block;
  width: 100%;
}
.testimonial-wrap .news-button {
  text-align: right;
}
.meetup-wrap .news-button,
.meetup-wrap .contact-button,
.testimonial-wrap .news-button,
.testimonial-wrap .link-website {
  padding: 15px;
  float: left;
}
.news-button {
  width: 56%;
}
.testimonial-wrap .link-website .link-icon {
  background: url(../img/link.svg);
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
  float: left;
}
.testimonial-wrap .link-website .go-to-website {
  float: left;
  margin-top: 3px;
}

.contact-button a.button:before {
  content: "\6e" !important;
  font-family: "ewopharma" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 23px;
  vertical-align: top;
}
.news-button a.button {
  width: 100% !important;
  padding: 15px;
}
.news-button .button:after {
  content: "" !important;
  background: url(../img/link.svg);
  background-size: cover;
  background-position: center center;
  background-size: cover;
  background-position: center center;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 18px;
}

@media only screen and (min-width: 320px) and (max-width: 883px) {
  .testimonial-wrap .news-button,
  .testimonial-wrap .link-website {
    width: 100% !important;
    text-align: center !important;
  }
  .testimonial-wrap .news-button a {
    padding: 15px 30px !important;
  }
  .testimonial-wrap .link-website a {
    padding: 13px 30px !important;
  }
  .testimonial-wrap .link-website .go-to-website {
    margin-top: 4px;
  }
  .testimonial-wrap .link-website .link-icon {
    margin-right: 10px;
    width: 25px;
    height: 25px;
  }
  .news-button .button:after {
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
  }

  .news-button .button {
    padding-left: 40px !important;
  }
  .meetup-wrap .news-button {
    width: auto !important;
  }
}
@media (min-width: 883px) {
  .testimonial-wrap .news-button,
  .testimonial-wrap .link-website {
    padding: 15px 50px !important;
  }
}
/* testimonial Page btn Ends*/

/* Gotham font 12-Octo-2021 Starts */
#content h1,
#content h2 {
  font-family: "GothamSSm-Bold";
}
#content h3.ce-headline-center {
  font-size: 42px;
  font-family: "GothamSSm-Bold";
}
::-webkit-input-placeholder {
  /* Edge */
  font-family: "GothamSSm-Book";
  font-weight: normal;
  font-size: 15px;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "GothamSSm-Book";
  font-weight: normal;
  font-size: 15px;
}
::placeholder {
  font-family: "GothamSSm-Book";
  font-weight: normal;
  font-size: 15px;
}

/* Gotham font 25-Octo-2021 Starts */
#banner .ce-bodytext .bannerShow h2 {
  font-family: "GothamSSm-Bold";
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #content h3.ce-headline-center {
    font-size: 25px;
    line-height: 29px;
  }
  #banner .ce-bodytext .bannerShow h2 {
    font-family: "GothamSSm-Bold";
    font-size: 25px;
    line-height: 29px;
  }
  .slider .ce-bodytext .bannerShow,
  #banner .ce-bodytext .bannerShow {
    height: 250px;
    width: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #content h3.ce-headline-center {
    line-height: 46px;
    font-size: 40px;
  }
  #banner .ce-bodytext .bannerShow {
    height: 380px;
    width: 380px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1400px) {
  #banner .ce-bodytext .bannerShow {
    height: 650px;
    width: 650px;
  }
  #banner .ce-bodytext .bannerShow h2 {
    line-height: 74px;
    font-size: 60px;
}
}
/* Gotham font 25-Octo-2021 Ends */

.inner-1410 #siteTitle h1{
font-family: "GothamSSm-Bold";
}
/*natarajan 28-05-2004 start*/
.news.news-single .newsDetail ol {
    padding-left: 23px;
}
#content .news.news-single .newsDetail ul {
    list-style: disc;
    padding-left: 20px;
}
#content .news.news-single .newsDetail ul li,
#content .news.news-single .newsDetail ol li {
    padding-left: 0px;
	color: #555555;
	line-height: 30px;
}
#content .news.news-single .newsDetail ul li:not(:last-child), #content .news.news-single .newsDetail ol li:not(:last-child) {
    margin-bottom: 5px;
}
@media (max-width: 980px) {
    #content .news.news-single .newsDetail ul li,
	#content .news.news-single .newsDetail ol li {
        line-height: 24px;
    }
	#content .news.news-single .newsDetail ul li:not(:last-child), #content .news.news-single .newsDetail ol li:not(:last-child) {
    	margin-bottom: 0px;
	}
}
@media (max-width: 560px) {
	#content .news.news-single .newsDetail ul li,
	#content .news.news-single .newsDetail ol li{
        line-height: 22px;
    }
}
/*natarajan 28-05-2004 end*/