@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Light.eot"); /* IE9 Compat Modes */
  src: url("fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/OpenSans-Light.otf") format("opentype"), /* Open Type Font */
    url("fonts/OpenSans-Light.svg") format("svg"), /* Legacy iOS */
    url("fonts/OpenSans-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/OpenSans-Light.woff") format("woff"), /* Modern Browsers */
    url("fonts/OpenSans-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/OpenSans-Regular.otf") format("opentype"), /* Open Type Font */
    url("fonts/OpenSans-Regular.svg") format("svg"), /* Legacy iOS */
    url("fonts/OpenSans-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/OpenSans-Regular.woff") format("woff"), /* Modern Browsers */
    url("fonts/OpenSans-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/OpenSans-Italic.otf") format("opentype"), /* Open Type Font */
    url("fonts/OpenSans-Italic.svg") format("svg"), /* Legacy iOS */
    url("fonts/OpenSans-Italic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/OpenSans-Italic.woff") format("woff"), /* Modern Browsers */
    url("fonts/OpenSans-Italic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/OpenSans-SemiBold.otf") format("opentype"), /* Open Type Font */
    url("fonts/OpenSans-SemiBold.svg") format("svg"), /* Legacy iOS */
    url("fonts/OpenSans-SemiBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/OpenSans-SemiBold.woff") format("woff"), /* Modern Browsers */
    url("fonts/OpenSans-SemiBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Literata";
  src: url("fonts/Literata-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("fonts/Literata-SemiBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Literata-SemiBold.otf") format("opentype"), /* Open Type Font */
    url("fonts/Literata-SemiBold.svg") format("svg"), /* Legacy iOS */
    url("fonts/Literata-SemiBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/Literata-SemiBold.woff") format("woff"), /* Modern Browsers */
    url("fonts/Literata-SemiBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 600;
  font-style: normal;
  font-display:swap;
}

@font-face {
  font-family: "Literata";
  src: url("fonts/Literata-Light.eot"); /* IE9 Compat Modes */
  src: url("fonts/Literata-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Literata-Light.otf") format("opentype"), /* Open Type Font */
    url("fonts/Literata-Light.svg") format("svg"), /* Legacy iOS */
    url("fonts/Literata-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/Literata-Light.woff") format("woff"), /* Modern Browsers */
    url("fonts/Literata-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 300;
  font-style: normal;
  font-display:swap;
}


html {
    font-size: 125%;
    overflow: scroll;
    height: 100%;
}

body {
    font-size: 50%;
    background-color: #f3f3f3;
    position: relative;
    min-height: 100%;
}

* {
    padding: 0;
    margin: 0;
    line-height: 100%;
}

#cmplz-document li,
#cmplz-document p,
ol li, ul li, ol li, input, p, select, textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 24px;
    color: #394a59;
}

input, select, textarea {
    box-sizing: border-box;
}

#maincontent ul {
    margin-bottom: 30px;
}

#maincontent ul li {
    position: relative;
    padding-left: 18px;
    list-style-type: none;
    margin-bottom: 12px;
}

#maincontent .wrapper ul li::before {
	content: "";
	width: 9px;
	height: 9px;
	background-color: #20558a;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}
	

a {
    color: #2664a3;
    text-decoration: none;

    -webkit-transition: all 250ms ease-out 50ms;
    -moz-transition: all 250ms ease-out 50ms;
    -o-transition: all 250ms ease-out 50ms;
    transition: all 250ms ease-out 50ms;
}

a:hover {
    color: #005387;
}

h1 {
    font-family: 'Literata', sans-serif;
    color: #002f5e;
    font-size: 4.2em;
    line-height: 54px;
    font-weight: 600;
}

.first-header h1 {
	font-weight: 300;
}

.first-header h1 strong {
	font-weight: 700;
}

h1+h2 {
	margin-top: 12px;
}

h2 {
    font-family: 'Literata', sans-serif;
    color: #20558a;
    font-weight: 600;
}

h3, h4, h5 {
    font-family: 'Literata', sans-serif;
    color: #20558a;
    font-weight: 300;
}

h2 {
    font-size: 3.6em;
    font-weight: 300;
    line-height: 36px;
    margin-top: 36px;
    margin-bottom: 36px;
    color: #6f90b8;
}

h3 {
    font-size: 3em;
    line-height: 27px;
    margin-bottom: 18px;
    margin-top: 48px;
}

h4, h5 {
    font-size: 2.4em;
    line-height: 27px;
    margin-top: 30px;
    margin-bottom: 18px;
}

h5 {
	font-size: 2.2em;
	margin-top: 24px;
    color: #111111;
    margin-bottom: 12px;
}

img {
    display: block;
    width: 100%;
    height: auto;
}


/*************************
 GENERAL CLASSES
*************************/

.clearer {
    clear: both;
}

.wrapper {
    width: 100%;
    max-width: 144em;
    margin: 0 auto;
    position: relative;
}

.button a {
    display: inline-block;
    background-color: #005387;
    color: #ffffff;
    padding: 15px 24px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

.button.btn-outline a {
    background-color: #ffffff;
    border: 2px solid #005387;
    color: #005387;
    font-weight: 600;
    padding: 13px 24px;
}

#maincontent .button a:hover {
    background-color: #5381ac;
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}

.button.btn-outline a:hover {
    color: #ffffff;
}


/*************************
 HEADER
*************************/

.home #header-bottom {
    overflow: hidden;
    position: relative;
}

#header-image {
    height: 100%;
    overflow: hidden;
    position: relative;
    max-height: 800px;
}

#header-image.subpage {
    max-height: 600px;
}

#header-mask-mobile,
#header-mask {
    background-image: url("../images/schnittmaske.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

#header-mask-mobile {
	display: none;
}

#header-slogan {
    position: absolute;
    top: 30%;
    left: 58%;
    width: 25%;
}

#header-slogan h2 {
    font-size: 5.4em;
    line-height: 60px;
    font-weight: 300;
    color: #002f5e;
    margin-top: 0;
}

#header-slogan h2 strong {
    font-weight: 700;
}

#page-title {
    position: absolute;
    left: 0;
    bottom: -36px;
    background-color: #02315f;
}

#page-title h2 {
    font-size: 2.2em;
    font-weight: 400;
    line-height: 30px;
    padding: 21px 60px;
    color: #ffffff;
    margin: 0;
}

#header-title {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: auto;
	height: auto;
	background-color: #02315f;
	padding: 9px 30px;
}

#header-title h1 {
	font-size: 2.2em;
	font-weight: 400;
	color: #ffffff;
}

#breadcrumbs {
	margin-top: 48px;
}

#breadcrumbs p {
	font-size: 1.4em;
	color: #8596a5;
	margin-left: -12px;
}

#breadcrumbs p a {
	color:#8596a5;
	padding: 0 12px;
}

#breadcrumbs p .breadcrumb_last {
	font-weight: bold;
	padding: 0 12px;
}

/* *************************
  MAINNAVI
************************* */

#mainnavi-button {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    margin: 30px 0;
}

#mainnavi-button a {
    position: absolute;
    display: block;
    background-color: #02315f;
    width: 100%;
    height: 100%;
    border-radius: 50%;

    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.15);
}

#mainnavi-button a:hover,
#mainnavi-button.open a {
    background-color: #446482;

    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0);
}

.mainnavi-button a span {
    display: block;
    width: 100%;
    margin-top: 19px;
}

.mainnavi-button a > span span {
    display: block;
    height: 3px;
    width: 50%;
    margin: 6px 25% 6px 25%;
    background-color: #ffffff;
    -webkit-transition: all 250ms ease-out 50ms;
    -moz-transition: all 250ms ease-out 50ms;
    -o-transition: all 250ms ease-out 50ms;
    transition: all 250ms ease-out 50ms;
}

.mainnavi-button.open a > span {
    margin-top: 22px;
}

.mainnavi-button.open a > span span.first-span {
    transform: rotate(45deg);
    position: absolute;
}

.mainnavi-button.open a > span span.second-span {
    display: none;
}

.mainnavi-button.open a > span span.third-span {
    transform: rotate(-45deg);
    position: absolute;
}

#mainnavi #mainnavi-wrapper {
    position: absolute;
    width: 100%;
    background-color: #02315f;
    top: 120px;
    padding: 30px 0 48px 0;
    display: none;
    z-index: 90;
}

#mainnavi nav > ul {
    overflow: hidden;
}

#mainnavi nav > ul li {
    float: left;
    width: 33.333%;
    list-style-type: none;
    margin: 0;
    position: relative;
}

#mainnavi nav > ul li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #254d75;
    min-height: 300px;
    right: 0;
    top: 0;
}

#mainnavi nav > ul li.clearer {
    float: none; 
    width: 100%;
}

#mainnavi nav > ul li a {
    color: #ffffff;
    padding: 12px 30px;
    font-weight: bold;
    display: block;
}

#mainnavi ul li ul {
    margin-left: 30px;
    margin-top: 6px;
}

#mainnavi ul li ul li {
    font-size: 1em;
    float: none;
    width: 100%;
}

#mainnavi ul li ul li a {
    font-weight: 300;
    padding: 12px 15px;
    position: relative;
}

#mainnavi ul li ul li a::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #446482;
    left: 0;
    top: 18px;
}

#language-menu {
    float: left;
    margin: 48px 0 0 15px;
}

#language-menu ul li {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0 9px;
    line-height: 100%;
}

#language-menu ul li.lang-item-de,
#language-menu ul li.first {
    border-right: 2px solid #ccd2d8;
}

#language-menu ul li a {
    color: #8596a5;
    text-transform: uppercase;
}

#language-menu ul li.current-lang a {
    color: #02315f;
    font-weight: 600;
}

#logo {
    margin: 30px 0;
    float: right;
}

#logo img {
	max-width: 320px;
}

#cmplz-document {
	font-size: 1em;
	max-width: none;
}


/* *************************
  MEANMENU
************************* */



/* *************************
  MAINCONTENT
************************* */

#maincontent {
    padding-top: 60px;
}

#maincontent.subpage {
    padding-top: 60px;
}

.wide-wrapper {
    width: 100%;
    max-width: 192em;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
}

#bg-world {
    float: left;
    max-width: 40%;
    position: relative;
}


#intro {
    float: right;
    width: 57.447%;
    padding: 60px 0;
}

#intro-wrap .wrapper {
    padding-bottom: 60px;
    border-bottom: 1px solid #8596a5;
}

#quote-wrap {
    padding: 120px 0;
}

#breadcrumb ul {
    overflow: hidden;
}

#breadcrumb ul li {
    font-size: 1.4em;
    margin: 0 15px 0 0;
    padding: 0 30px 0 0;
    float: left;
    background-image: url("../images/arrow-breadcrumb.png");
    background-repeat: no-repeat;
    background-position: right center;
}

#breadcrumb ul li a {
    color: #8596a5;
}

#breadcrumb ul li.bc-active {
    background-image: none;
}

#breadcrumb ul li.bc-active a {
    font-weight: bold;
}

#content {
    padding: 60px 0 120px 0;
}

.content-wrap {
    width: 74.469%;
    margin: 0 auto;
}

#citation {
    background-color: #e0e5e8;
    padding: 96px 0;
    position: relative;
}

#citation p {
	webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

#citation .wrapper::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 85px;
    left: 0;
    top: -140px;
    background-image: url("../images/icon-quotes.png");
    background-repeat: no-repeat;
    background-position: center;
}

#citation p {
    font-size: 3.6em;
    line-height: 60px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    padding: 0 96px;
}



/* *************************
  COLS
************************* */

.three-cols > div {
    float: left;
    width: 33.333%;
}

.three-cols > div.clearer {
    float: none;
    width: 100%;
}



/* *************************
  BOXES
************************* */

#maincontent .quote-box {
    text-align: center;
    padding: 0 30px;
}

#maincontent .quote-box img {
    max-width: 120px;
    margin: 0 auto;
}

#maincontent .quote-icon {
    padding: 30px 0;
    background-image: url("../images/bg-quotebox.png");
    background-repeat: no-repeat;
    background-position: 30% center;
    background-size: contain;
}

#maincontent .quote-content {
    padding:  0 30px;
}

#maincontent .quote-content h3 {
    font-size: 2.4em;
    margin-top: 30px;
    font-weight: 600;
    color: #20558a;
}



/* *************************
  CONTACT
************************* */

#contact {
	position: relative;
}

#contact::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 120px;
	bottom: 0;
	left: 0;
	background-color: #002F5E;
}

#contact .elementor-container {
	background-color: #ffffff;
	z-index: 20;
}

#contact h3 {
	color: #002f5e;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

#contact h4 {
	color: #6f90b8;
	margin-bottom: 30px;
}

#contact .nf-form-content {
	padding: 0;
	max-width: none;
}

#contact .nf-form-content label,
#contact .nf-form-fields-required {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.2em;
	line-height: 36px;
	margin-bottom: 24px;
	color: #394a59;
	text-align: center;
}

#contact .nf-form-content .ninja-forms-field {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.2em;
	line-height: 36px;	
}

#contact .nf-form-content .checkbox-wrap label {
	text-align: left;
}

.nf-field-container.form-right,
.nf-field-container.form-left {
	float: left;
	width: 49%;
	clear: none;
}

.nf-field-container.form-left {
	margin-right: 2%;
}

#contact .nf-field-container textarea,
#contact .nf-field-container input {
	border: 1px solid #8596a5;
	background-color: #ffffff;
	color: #394a59;
}

#contact .nf-error-msg, 
#contact .ninja-forms-req-symbol {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8em;
	line-height: 30px;
	color: #c98b32;
}

#contact .ninja-forms-req-symbol {
	font-size: 1em;
}

#contact .nf-error .ninja-forms-field {
	border-color: #c98b32 !important;
}

#contact .nf-pass .ninja-forms-field {
	border-color: #8596a5 !important;
}

#contact .nf-pass.field-wrap .nf-field-element::after {
	color: #8596a5 
}

#contact .nf-error.field-wrap .nf-field-element::after {
	background: #c98b32;
}

#contact .nf-form-content button, 
#contact .nf-form-content input[type="button"], 
#contact .nf-form-content input[type="submit"] {
	background-color: #02315f;
	color: #ffffff;
	border: none;
	line-height: 30px;
	padding: 9px 30px;
	height: auto;
	cursor: pointer;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

#contact .nf-form-content button:hover, 
#contact .nf-form-content input[type="button"]:hover, 
#contact .nf-form-content input[type="submit"]:hover {
	background-color: #6f90b8;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	
}

#contact .field-wrap.html-wrap p {
	margin-bottom: 0;
}

#contact .checkbox-container.label-right label::after {
	top: 6px;
}

#team-contact {
	position: relative;
}

#team-contact::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 300px;
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	z-index: 10;
}

#team-contact > div {
	z-index: 20;
}

.image-box > div {
	max-width:75%;
	margin: 0 auto !important;
	display: block;
}

.image-box .elementor-image {
	padding: 0 30px 30px 0 !important;
	position: relative;
}

.image-box .elementor-image img {
	position: relative;
	z-index:20;
}

.image-box .elementor-image::after {
	content: "";
	position: absolute;
	right: 0;
	left: 30px;
	top: 30px;
	bottom: 0;
	border: 1px solid #8596a5;
	z-index: 10;
}

.image-box .elementor-text-editor p {
	color: #8596a5;
	text-align: right;
}

.image-box .elementor-text-editor p strong {
	color: #02315f;
}


/* *************************
  FOOTER
************************* */

#footer {
    background-color: #002f5e;
    padding-top: 60px;
}

#footer p {
    color: #aeb7bf;
    font-size: 1.8em;
}

#footer p.button a {
    background-color: #254d75;
    padding-right: 60px;
}

#footer p.button a:hover {
    background-color: #0e3b66;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}

#footer p.button.btn-address a {
    background-image: url("../images/icon-location.png");
    background-repeat: no-repeat;
    background-position: 90% center;
}

#footer p.button.btn-contact a {
    background-image: url("../images/icon-email.png");
    background-repeat: no-repeat;
    background-position: 90% center;
}

#footer h4 {
    color: #ffffff;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0 0 15px 0;
}

#footer-contact,
#footer-address {
    float: left;
    width: 28.369%;
    margin-right: 2.128%;
}

#footer-top {
    padding-bottom: 60px;
}

#footer-bottom {
    border-top: 1px solid #254d75;
    padding: 24px 0;
}

#footer-bottom ul {
    float: right;
    overflow: hidden;
}

#footer-bottom ul li {
    float: left;
    margin: 0 0 0 30px;
    list-style-type: none;
    font-size: 1.8em;
    line-height: 24px;
}

#footer-bottom ul li a {
    color: #ffffff;
}

#footer-top a {
	color: #ffffff;
	text-decoration: underline;
}

#footer-top p.button a {
	text-decoration: none;
}


/* *************************
  MAINNAVI MOBILE
************************* */

#header-top.mean-container .mean-bar {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#header-top.mean-container a.meanmenu-reveal {
  display: block;
  background-color: #02315f;
  width: 60px;
	height: 60px;
  border-radius: 50%;
  padding: 0;
  right: 7.5% !important;
  top: 12px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.15);
}

#header-top.mean-container a.meanmenu-reveal.meanclose {
	background-color: #446482;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0);
}

#header-top.mean-container a.meanmenu-reveal span {
  display: block;
  width: 100%;
  margin-top: 19px;
  background: transparent;
}

#header-top.mean-container a.meanmenu-reveal.meanclose > span {
    margin-top: 22px;
}

#header-top.mean-container a.meanmenu-reveal.meanclose > span span.second-span {
    display: none;
}

#header-top.mean-container a.meanmenu-reveal.meanclose > span span.first-span {
    transform: rotate(45deg);
    position: absolute;
}

#header-top.mean-container a.meanmenu-reveal.meanclose > span span.third-span {
    transform: rotate(-45deg);
    position: absolute;
}

#header-top.mean-container a.meanmenu-reveal > span span {
  display: block;
  height: 3px;
  width: 50%;
  margin: 6px 25% 6px 25%;
  background-color: #ffffff;
  -webkit-transition: all 250ms ease-out 50ms;
  -moz-transition: all 250ms ease-out 50ms;
  -o-transition: all 250ms ease-out 50ms;
  transition: all 250ms ease-out 50ms;
}

#header-top.mean-container .mean-nav {
	margin-top: 96px;
}

#header-top.mean-container .mean-nav ul {
	box-sizing: border-box;
	padding: 30px 30px 60px 30px;
	overflow: hidden;
	background-color: #02315f;
}

#header-top.mean-container .mean-nav ul ul {
	padding: 0;
	background-color: rgba(255,255,255,.05);
}

#header-top.mean-container .mean-nav ul li {
	margin-bottom: 0;
	position: relative;
}

#header-top.mean-container .mean-nav ul li ul li {
	font-size: 1em;
}

#header-top.mean-container .mean-nav ul li a {
	box-sizing: border-box;
	width: 100%;
	text-transform: none;
	padding: 15px;
	border: none;
	border-bottom: 2px solid rgba(255,255,255,.15);
}

#header-top.mean-container .mean-nav ul li a.mean-expand {
	position: absolute;
	width: 36px;
	height: 36px;
	padding: 0;
	top: 17px;
	border: none !important;
}

@media screen and (max-width: 1800px) {
	
	#header-slogan {width: 38%;}
}


@media screen and (max-width: 1480px) {
	
	.wrapper {width: 95%;}
	#header-slogan {width: 38%;}
  #header-slogan h2 {font-size: 4.2em;line-height: 60px;}
}


@media screen and (max-width: 1280px) {
	
	#header-slogan {width: 38%;top: 25%;}
  #header-slogan h2 {font-size: 4.2em;line-height: 60px;}
}

@media screen and (max-width: 1060px) {
	#header-slogan {width: 38%;top: 15%;}
}


@media screen and (max-width: 1024px) {
    
  #mainnavi-button {display: none;}
  #logo {margin: 0;float: none;position: absolute;left: 5%;top: 24px;max-width: 50%;}
  #header-slogan {top: 30px;left: 60%;width: 35%;}
  #header-slogan h2 {font-size: 3.6em;line-height: 48px;}
  
	
  #language-menu {float: right;margin: 0 5% 24px 0;}
  #language-menu ul {margin-right: -9px;}
  
  #breadcrumbs {margin-left: 5%;}
  .wrapper {width: 100%;}
  #contact,
  #footer .wrapper,
  #maincontent .wrapper {width: 90%; margin: 0 auto;}
  #maincontent .quote-box {padding: 0;}
  #bg-world {float: none; position: absolute;width: 100%;max-width: 50%;}
  #intro {float: none; width: 100%;background-color: rgba(255,255,255,.9);padding-bottom: 0;}
  
  #quote-wrap {padding-top: 60px;}
  #quote-wrap .elementor-column.elementor-col-33 {width: 100% !important;}
  #maincontent .quote-icon {float: left; width: 30%;}
  #maincontent .quote-content {float: right; width: 60%;text-align: left;}
  #citation p {padding: 0;}
  
  #footer-contact, 
  #footer-address {float: left;width: 50%;margin: 0 0 60px 0;}
  #footer-top {padding-bottom: 0;}

}

@media screen and (max-width: 1000px) {
	#header-top.mean-container a.meanmenu-reveal {right: 6% !important;}
	#header-slogan {top: 150px;}
}

@media screen and (max-width: 980px) {
	#header-slogan {top: 72px;}
}

@media screen and (max-width: 900px) {
	#header-top.mean-container a.meanmenu-reveal {right: 6.5% !important;}
	#header-slogan {top: 48px;left: 60%;width: 36%;}
}

@media screen and (max-width: 800px) {
	#header-slogan {top: 30px;left: 58%;width: 38%;}
}


@media screen and (max-width: 768px) {
    
  #header-mask{display: none;}
  
  #header-mask-mobile {display: block;}
  #header-slogan {position: relative;top: 0;left: 0;width: 100%; background-color: #eaedef;box-sizing: border-box; padding: 30px;}
  #header-slogan h2 {margin: 0;}
  
  .nf-field-container.form-right, 
  .nf-field-container.form-left {width: 100%; margin-right: 0; float: none;}
      
  #footer-contact, 
  #footer-address {float: none;width: 100%;margin: 0 0 60px 0;}
  #footer-bottom ul li {margin: 0 30px 15px 0;}
}



@media screen and (max-width: 540px) {
  
  #header-slogan h2 {font-size: 3.6em;margin: 0; line-height: 48px;}
  #bg-world {max-width: none;}
  
  #maincontent .quote-icon,
  #maincontent .quote-content {float: none; width: 100%;text-align: center;}
  #maincontent .quote-icon {margin: 30px 0 0 0;}
  
  #footer-top {padding-bottom: 0;}
    
}