/* Fonts */

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-600 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/eitrawmaterials/fonts/titillium-web-v9-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* General */

.content-wrapper {
	background-color: transparent;
}

::-moz-selection {
	/* Code for Firefox */
	color: white;
	background: #00afaa;
}

::selection {
	color: white;
	background: #00afaa;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-text {
  text-align: left;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  color: #777;
  font-size: 14px;
  font-style: italic;
  margin-top: 15px;
  text-align: center;
}
.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin-left: 1.625rem;
}
.alignleft {
  float: left;
  margin-right: 1.625rem;
}
.alignnone {
  margin: 5px 20px 20px 0;
}

.featured-content {
  margin-bottom: 22px;
}
.featured-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

body {
  font-size: 16px;
  font-family: 'Roboto';
  line-height: 25px;
  color: #58595b;
}

a,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.updated:not(.published) {
  display: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
img {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.navbar-wrapper {
  margin: 0 -15px;
  padding: 25px 15px;
}
body.admin-bar #main-menu {
  padding-top: 86px;
}
body.fixed-header.admin-bar .navbar {
  top: 46px;
}
body.fixed-header.admin-bar .navbar.scroll-admin-bar {
  top: 0;
}
body.fixed-header .navbar {
  width: 100%;
  z-index: 999;
}
body.navbar-no-background #header {
  position: relative;
  min-height: 100px;
}
body.navbar-no-background #header .navbar {
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 200;
}
body.navbar-no-background #header .navbar.fixed {
  position: fixed;
}
body.navbar-no-background #header .navbar.fixed.scroll {
  background-color: #fff;
}
body.navbar-no-background #header .navbar .navbar-wrapper {
  background-color: transparent;
}
body.menu-sandwich .navbar-header {
  float: none;
}
body.menu-sandwich .navbar-toggle {
  display: block;
  float: right;
}
body.menu-sandwich #main-menu ul.nav {
  float: none !important;
}
body.menu-sandwich #main-menu ul.nav li {
  float: none;
}
.navbar-brand h1 a {
  font-size: 30px;
  color: #333;
}
.navbar-brand h1 a:hover {
  color: #557cbf;
  text-decoration: none;
}
.navbar-brand img {
  max-width: 100%;
  height: auto;
}
.navbar-toggle {
  margin-bottom: 0;
}
.navbar-toggle .icon-bar {
  width: 20px;
  border-radius: 0;
  background-color: #333;
}
.sandwich-color-light #main-menu {
  background-color: #fff;
}
.sandwich-color-light #main-menu > ul > li > a {
  color: #555;
}
.sandwich-color-light #main-menu > ul > li > a:hover,
.sandwich-color-light #main-menu > ul > li > a:focus {
  color: #333;
}
.sandwich-color-light #main-menu > ul > li.current_page_item > a {
  color: #333;
}
.sandwich-color-light #main-menu > ul ul li a {
  color: #333;
}
.sandwich-color-light #main-menu > ul ul li a:hover,
.sandwich-color-light #main-menu > ul ul li a:focus {
  color: #555;
}
.sandwich-color-light #main-menu > ul ul li.current_page_item > a {
  color: #555;
}
.sandwich-color-light #main-menu > ul ul li .dropdown-toggle {
  color: #333;
}
.sandwich-color-light #main-menu .button-close {
  color: #333;
}
.sandwich-color-light #main-menu .dropdown-toggle {
  color: #555;
}
#main-menu {
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 9999;
  height: 100%;
  background-color: #333;
  padding: 40px 30px 0 30px;
  width: 270px;
  -webkit-transition: margin 0.8s ease;
  -o-transition: margin 0.8s ease;
  transition: margin 0.8s ease;
}
#main-menu .header-widgetised-area {
  margin: 30px 0;
}
#main-menu .header-widgetised-area .widget {
  margin-bottom: 20px;
}
#main-menu .header-widgetised-area .widget-title {
  font-size: 18px;
}
#main-menu .header-widgetised-area .widget_text {
  font-size: 18px;
  line-height: 1em;
}
#main-menu.open {
  margin-left: -270px;
}
#main-menu .button-close {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-bottom: 25px;
  color: #fff;
}
#main-menu .dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  line-height: 1.45;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-family: 'Visual Composer Starter Font';
  font-size: 0.64em;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
}
#main-menu .dropdown-toggle.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#main-menu ul li {
  position: relative;
}
#main-menu ul li a {
  color: #ccc;
  line-height: 1.2;
}
#main-menu ul li a:hover,
#main-menu ul li a:focus {
  text-decoration: none;
  color: #fff;
}
#main-menu ul li.current-menu-item > a {
  color: #00AFAA !important;
}
#main-menu ul li.menu-item-has-children > a {
  margin-right: 56px;
}
#main-menu ul li ul {
  display: none;
  padding: 10px 0;
}
#main-menu ul li ul li {
  font-family: 'Roboto';
  font-size: 16px;
  list-style: none;
  line-height: 1.2;
}
#main-menu ul li ul li a {
  padding: 5px 0;
  display: block;
}
#main-menu ul li ul li .dropdown-toggle {
  padding: 7px 0 3px 0;
  color: #ccc;
}
#main-menu ul li ul li .dropdown-toggle.open {
  padding: 3px 0 7px 0;
}
#main-menu ul li ul li ul {
  padding-left: 10px;
}
#main-menu > ul {
  margin: 0;
  float: none;
}
#main-menu > ul > li {
  font-size: 22px;
}
#main-menu > ul > li > a {
  padding: 12px 0;
  
  color: #fff;
}
#main-menu > ul > li > a:hover,
#main-menu > ul > li > a:focus {
  color: #ccc;
  background: none;
}
#main-menu > ul > li > .dropdown-toggle {
  padding: 17px 0 10px 0;
}
#main-menu > ul > li > .dropdown-toggle.open {
  padding: 10px 0 17px 0;
}

.header-image img {
  width: 100%;
  height: auto;
}
.header-image .fade-in-img.cover-image {
  position: relative;
}
.header-image .fade-in-img.cover-image .fade-in-img-inner-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.header-image .fade-in-img.cover-image .fade-in-img-inner-wrap img {
  position: absolute;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
body.featured-image-custom-height .header-image .fade-in-img {
  position: relative;
}
body.featured-image-custom-height .header-image .fade-in-img .fade-in-img-inner-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
body.featured-image-custom-height .header-image .fade-in-img .fade-in-img-inner-wrap img {
  position: absolute;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

/* Header */

header nav a {
	padding: 16px 17px 12px 17px !important;
	font-weight: 600;
}

header nav .current-menu-item a {
    color: #00AFAA !important;
}

header img.vce-single-image {
	z-index: 1000 !important;
}

/* Sandwich Menu */

.vce-sandwich-side-menu-inner {
	padding-left: 10px;
	text-transform: uppercase;
}

.vce-sandwich-side-menu-inner a {
	font-weight: 700 !important;
	letter-spacing: 0px;
}

.vce-sandwich-side-menu-inner nav li.menu-item {
	line-height: 1.5;
}

.vce-sandwich-side-menu-container {
	padding-top: 70px !important;
	padding-bottom: 10px !important;
	bottom: unset !important;
	z-index: 100 !important;
	width: 100% !important;
	transition: none !important;
}

.vce-sandwich-side-menu-container--position-right button.vce-sandwich-side-menu-close-button {
	right: 30px !important;
    top: 20px !important;
	left: unset !important;
}

.vce-sandwich-side-menu-container .current-menu-item a {
	color: #00AFAA !important;
}

@media only screen and (max-width: 992px) {
    header .vce-row-content--bottom>.vce-row-content>.vce-col>.vce-col-inner {
        justify-content: center !important;
    }
}


/* Footer */

footer,
footer a {
	color: white !important;
}

.footer_title {
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
}

.footer_social img {
	height: 23px;
	width: auto;
	padding-right: 9px;
}

.footer_copyright {
	max-width: 177px !important;
	font-weight: 600;
}

.menu_quicklinks li {
	line-height: 22px !important;
}

.menu_footer ul {
	padding-left: 0px;
}

.menu_footer a {
	font-weight: 600;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.menu_footer a::before {
	background-image: url('/wp-content/themes/eitrawmaterials/images/footer/footer_arrow.svg');
	background-size: 14px 12px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 21px;
	height: 12px;
	content: "";
}

.menu_footer.vce-basic-menu-container .vce-basic-menu ul .menu-item a {
	padding: 16px 22px
}

#footer {
  background-color: hsl(0, 0%, 20%);
  color: #777;
  font-size: 14px;
  line-height: 1.7;
}
#footer a {
  border-bottom: 1px transparent solid;
  line-height: 1.2;
  color: #fff;
}
#footer a:hover {
  border-bottom-color: #fff;
}

footer nav a:hover {
    text-decoration: underline !important;
}

#footer ul li,
#footer ol li {
  color: #fff;
}
#footer .footer-right-block {
  margin-bottom: 10px;
}

#footer .copyright {
  margin-bottom: 10px;
}

.footer-bottom {
  padding: 25px 0 20px 0;
}
.footer-bottom .copyright > span {
  display: block;
}
.footer-menu {
  margin-bottom: 10px;
}
.footer-menu ul {
  padding: 0;
  margin: 0;
}
.footer-menu ul li {
  display: inline-block;
  list-style: none;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
	footer,
	footer a,
	footer img,
	footer div {
		text-align: center !important;
	}
	.footer_social {
		margin-left: 29px;
	}
	.footer_social img {
		height: 53px;
		width: auto;
		padding: 0px 3px 0px 14px;
	}
	.menu_footer ul {
		padding-bottom: 20px;
	}
	.menu_footer li {
		display: block !important;
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	.footer_copyright {
		max-width: none !important;
		margin-bottom: 10px;
	}
}


/* Images */

.img_rounded {
	border-radius: 6% 0px 6% 0px;
	overflow: hidden;
}


/* Buttons */

a.vce-separated-button span, a.vce-separated-button span:after, a.vce-separated-button span:before, button.vce-separated-button span, button.vce-separated-button span:after, button.vce-separated-button span:before {
    transition: all 0s ease-in-out !important;
}

.btn_white button, .btn_white a {
	font-weight: 700 !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
	padding: 8px 21px !important;
}

.btn_white button:hover,
input.btn_white:hover, .btn_white a:hover {
    background-color: #00afaa !important;
    color: white !important;
}

.btn_white:hover .vcv-ui-icon-mfglabs-arrow-right:before {
    color: white !important;
}

.btn_white .vce-separated-button-icon {
	font-size: 15px !important;
}

.btn_white .vce-separated-button-icon,
.btn_white .vce-separated-button-text {
	border-right: 0px !important;
	padding: 0px !important;
}

.btn_white:hover .vce-separated-button-icon {
	background-color: transparent !important;
}

.btn_white .vce-separated-button-text {
	padding-left: 15px !important;
}

.btn_green button,
input.btn_green, .btn_green a {
	font-weight: 700 !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
	padding: 8px 21px !important;
	color: white !important;
	border: 0px !important
}

.btn_green button:hover,
input.btn_green:hover, .btn_green a:hover {
    background-color: white !important;
    color: #00afaa !important;
}

.btn_green:hover .vcv-ui-icon-mfglabs-arrow-right:before {
    color: #00afaa !important;
}

.btn_green .vce-separated-button-icon {
	font-size: 15px !important;
}

.btn_green .vce-separated-button-icon,
.btn_green .vce-separated-button-text {
	border-right: 0px !important;
	padding: 0px !important;
}

.btn_green:hover .vce-separated-button-icon {
	background-color: transparent !important;
}

.btn_green .vce-separated-button-text {
	padding-left: 15px !important;
}

.btn_blank button, .btn_blank a {
	font-weight: 700 !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
	padding: 6px 22px !important;
	border: 2px solid #00AFAA !important;
	border-radius: 15px 0px 15px 0px !important;
}

.btn_blank button:hover,
input.btn_blank:hover, .btn_blank a:hover {
    background-color: #00afaa !important;
    color: white !important;
}

.btn_blank:hover .vcv-ui-icon-mfglabs-arrow-right:before {
    color: white !important;
}

.btn_blank .vce-separated-button-icon {
	font-size: 15px !important;
}

.btn_blank .vce-separated-button-icon,
.btn_blank .vce-separated-button-text {
	border-right: 0px !important;
	padding: 0px !important;
}

.btn_blank:hover .vce-separated-button-icon {
	background-color: transparent !important;
}

.btn_blank .vce-separated-button-text {
	padding-left: 15px !important;
}

@media only screen and (max-width: 767px) {
	.btn_blank button,
	.btn_green button {
		width: 100% !important;
	}
	.btn_blank .vce-separated-button-icon,
	.btn_green .vce-separated-button-icon {
		margin-left: auto !important;
	}
	.btn_blank .vce-separated-button-text,
	.btn_green .vce-separated-button-text {
		margin-right: auto !important;
	}
}


/* Submenu Section */

.submenu_section a {
	font-size: 16px !important;
	font-weight: 600;
    border-bottom: 2px solid transparent !important;
	padding: 25px 0px 21px 0px !important;
	margin: 0px 35px 0px 0px !important;
}

.submenu_section ul {
    padding: 0px;
}

.submenu_section .current_page_item a,
.submenu_section .current-page-ancestor a,
.submenu_section a:hover {
	color: #00AFAA !important;
	border-bottom: 2px solid #00AFAA !important;
}

@media only screen and (max-width: 767px) {
	.submenu_section {
		padding-bottom: 35px !important;
	}
	.submenu_section li {
		width: 100% !important;
	}
	.submenu_section a {
		padding: 6px 0px !important;
		margin: 0px !important;
	}
	.submenu_section .current_page_item a {
		border-bottom: 0px !important;
	}
}


/* Top Headline Section (Homepage) */

.top_headline h1 {
	font-weight: 700;
	font-size: 83px;
	line-height: 78px;
	color: white;
}

.top_headline {
	background-image: url('/wp-content/themes/eitrawmaterials/images/top/top_headline_bglayer.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.top_headline .vce-content-background-container {
	z-index: -10 !important;
}

@media only screen and (max-width: 767px) {
	.top_headline h1 {
		font-weight: 700;
		font-size: 35px;
		line-height: 35px;
		color: #00AFAA;
	}
	.top_headline .vce-asset-background-simple--style-cover .vce-asset-background-simple-item {
		background-size: 100%;
		background-position-y: -2%;
	}
	.top_headline {
		background-size: 100%;
		background-position-y: 0%;
	}
	.top_headline .vce-asset-background-simple-container {
		background-color: #E2F6F5;
		height: 100%;
		width: 100%;
		position: absolute;
	}
}


/* Top Headline + Breadcrumb Section */

.top_breadcrumb_headline h1 {
	font-weight: 700;
	font-size: 83px;
	line-height: 78px;
	color: white;
	filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.31));
}

.top_breadcrumb_headline {
	background-image: url('/wp-content/themes/eitrawmaterials/images/top/top_headline_breadcrumb_bglayer.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
}

.top_breadcrumb_headline .vce-content-background-container {
	z-index: -10 !important;
}

.top_breadcrumb p,
.top_breadcrumb a {
	color: #00AFAA;
	border-bottom: 0px !important;
}

.top_breadcrumb a:hover {
	color: white !important;
}

@media only screen and (max-width: 767px) {
	.top_breadcrumb_headline h1 {
		font-weight: 700;
		font-size: 35px;
		line-height: 35px;
		/* color: #00AFAA; */
	}
	.top_breadcrumb_headline .vce-asset-background-simple--style-cover .vce-asset-background-simple-item,
	.top_breadcrumb_headline {
		background-size: 100%;
		background-position-y: 0px;
	}
	.top_breadcrumb_headline .vce-asset-background-simple-container {
		background-color: #E2F6F5;
		height: 100%;
		width: 100%;
		position: absolute;
	}
}


/* Headline + Text Section */

.headlinetext_section p, .headlinetext_section li {
	font-size: 20px;
	line-height: 31px;
}

.headlinetext_section a {
    color: #0B4E9A;
}


/* Quote Section */

.quote_section {
	color: white;
}

.quote_section h2 {
	color: white;
}

.quote_section .quote_author_image .vce-single-image-wrapper:before {
	content: url('/wp-content/themes/eitrawmaterials/images/quote/quote_icon.svg');
	transform: scale(.8);
	position: absolute;
	z-index: 10;
	top: 73%;
	right: 82%;
}

.text_quote {
	font-size: 20px;
	line-height: 31px;
}

.author_quote p {
	color: #00AFAA;
	border-left: 3px solid #00AFAA;
	padding-left: 30px;
}

.author_quote strong {
	font-size: 20px;
	color: white;
}

.quote_section {
	background-image: url('/wp-content/themes/eitrawmaterials/images/quote/quote_bg.svg'), url('/wp-content/themes/eitrawmaterials/images/quote/arrow_down.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 45px auto;
	background-position: center top, center -1%;
}

.quote_section .vce-content-background-container {
	z-index: -10 !important;
}

.quote_section .quote_line {
	max-width: 240px;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 767px) {
	.quote_section {
		text-align: center;
	}
	.author_quote {
		display: inline-block;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}


/* Text Icon Multiple Section */

.texticon_multiple_section,
.texticon_multiple_section h2,
.texticon_multiple_section h3 {
	color: white;
}

.texticon_multiple_section p {
	color: #00AFAA;
}

.texticon_multiple_section {
	background-image: url('/wp-content/themes/eitrawmaterials/images/texticon/texticon_bg.svg'), url('/wp-content/themes/eitrawmaterials/images/texticon/arrow_down.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 45px auto;
	background-position: center top, center -1%;
}

.texticon_multiple_section .vce-content-background-container {
	z-index: -10 !important;
}

.texticon_multiple_section .texticon_line {
	max-width: 240px;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}

.texticon_multiple_section .texticon_line img {
	border: 0px;
	padding: 0px;
}

.texticon_multiple_section img {
	border: 1.5px solid #00AFAA;
	padding: 25px;
}

.texticon_multiple_section .vce-row .vce-single-image--absolute {
	width: 120px !important;
	height: 120px;
}

@media only screen and (max-width: 767px) {
	.texticon_multiple_section .texticon_line {
		display: none;
	}
}


/* Text Image Single Section */

.textimg_single_section {
	background-image: url('/wp-content/themes/eitrawmaterials/images/textimg/textimg_bg_line.svg');
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: 0px 125px;
}

@media only screen and (max-width: 940px), (max-width: 1170px) and (min-width: 993px), (max-width: 1350px) and (min-width: 1200px) {
	.textimg_single_section {
		background-image: none;
	}
}


/* Text Backgroundimage Single Section */


.textbgimg_single_section .vce-text-block:first-child h2 {
    color: #4f137b;
}


/* Text Image Multiple Section */

.textimg_multiple_section {
	background-image: url('/wp-content/themes/eitrawmaterials/images/textimg/textimg_bg_line.svg');
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: 0px 108px;
}

.textimg_multiple_section .vce-row-container .vce-col:first-child img {
	border-radius: 13% 0 0 0;
}

.textimg_multiple_section .vce-row-container .vce-col:last-child img {
	border-radius: 0 0 13% 0;
}

@media only screen and (max-width: 1350px) and (min-width: 1200px) {
    .textimg_multiple_section {
        background-image: none;
    }
}

@media only screen and (max-width: 940px), (max-width: 1170px) and (min-width: 993px), (max-width: 1350px) and (min-width: 1200px) {
	.textimg_multiple_section {
		background-image: none;
	}
}


/* Headline Image Multiple Section */

.headlineimg_multiple_section {
	background-image: url('/wp-content/themes/eitrawmaterials/images/textimg/textimg_bg_line.svg');
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: 0px 108px;
}

.headlineimg_multiple_section .vce-row-container:nth-child(2) .vce-col:first-child img {
	border-radius: 13% 0 0 0;
}

.headlineimg_multiple_section .vce-row-container:last-child .vce-col:last-child img {
	border-radius: 0 0 13% 0;
}

@media only screen and (max-width: 940px), (max-width: 1170px) and (min-width: 993px), (max-width: 1350px) and (min-width: 1200px) {
	.headlineimg_multiple_section {
		background-image: none;
	}
}


/* Text Number Multiple Section */

.textnumber_multiple_section,
.textnumber_multiple_section h2,
.textnumber_multiple_section h3 {
	color: white;
}

.textnumber_multiple_section p {
	color: #00AFAA;
    line-height: 21px;
}

.textnumber_multiple_section {
	background-image: url('/wp-content/themes/eitrawmaterials/images/texticon/texticon_bg.svg'), url('/wp-content/themes/eitrawmaterials/images/texticon/arrow_down.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 45px auto;
	background-position: center top, center -1%;
}

.textnumber_multiple_section .vce-content-background-container {
	z-index: -10 !important;
}

.textnumber_multiple_section .textnumber_line {
	max-width: 240px;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}

.textnumber_number p {
	color: white;
	font-weight: 600;
	font-size: 60px;
	line-height: 65px;
}

.textnumber_infotext p {
	font-size: 19px;
	line-height: 29px;
	color: white;
}

@media only screen and (max-width: 940px), (max-width: 1170px) and (min-width: 993px), (max-width: 1350px) and (min-width: 1200px) {
	.textnumber_multiple_section .textnumber_line {
		display: none;
	}
}


/* Headline + Text Multiple Section (with Top-Icons) */

.headlinetext_multiple_section {
	background-image: url('/wp-content/themes/eitrawmaterials/images/textimg/textimg_bg_line.svg');
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: 0px 108px;
}

.headlinetext_multiple_section .icon_title h2 {
    color: #4F137B;   
}

.headlinetext_multiple_section img {
	border: 1.5px solid #00AFAA;
	padding: 25px;
}

.headlinetext_multiple_section .vce-row .vce-single-image--absolute {
	width: 170px !important;
	height: 170px;
}

@media only screen and (max-width: 940px), (max-width: 1170px) and (min-width: 993px), (max-width: 1350px) and (min-width: 1200px) {
	.headlinetext_multiple_section {
		background-image: none;
	}
}


/* Call to Action Section */

.cta_section {
	background-image: url('/wp-content/themes/eitrawmaterials/images/cta/cta_left-top.svg'), url('/wp-content/themes/eitrawmaterials/images/cta/cta_right-bottom.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: 35% auto, 35% auto;
	background-position: left top, right bottom;
}

.cta_section .vce-content-background-container {
	z-index: -10 !important;
}


/* Newsletter Section */

.newsletter_section label {
	color: #00AFAA;
	font-weight: 600;
}

.newsletter_section hr {
	border-top: 1px solid #00AFAA !important;
	margin-top: 30px;
	margin-bottom: 30px;
}

.newsletter_section a {
	color: #00AFAA;
}

.newsletter_section input,
.newsletter_section select {
	max-width: none !important;
	border: 1px solid #CDCDCD;
	padding: 6px;
	font-size: 15px;
	color: #57585A !important;
}

.newsletter_section input::placeholder {
	color: #57585A;
}

.newsletter_section select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
	background-image: url('/wp-content/themes/eitrawmaterials/images/newsletter/newsletter_arrow_down.svg');
	background-repeat: no-repeat;
	background-position: 97% 52%;
}

.newsletter_section input[type='checkbox'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #00AFAA;
	padding: 10px !important;
	margin-bottom: -4px;
}

.newsletter_section input[type='checkbox']:checked {
	background-image: url('/wp-content/themes/eitrawmaterials/images/newsletter/newsletter_check.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 65%;
}

.newsletter_section input.btn_green {
	background-color: #00AFAA;
	color: white !important;
	font-size: 16px !important;
	padding: 8px 25px 8px 55px !important;
	border-radius: 12px 0 12px 0 !important;
	z-index: 10 !important;
}

.newsletter_section .submit_btn:before {
	content: url('/wp-content/themes/eitrawmaterials/images/newsletter/newsletter_arrow.svg');
	position: absolute;
	margin-top: 8px !important;
	margin-left: 23px !important;
}

.newsletter_section input.btn_green:hover {
    background-color: #00AFAA !important;
}


.newsletter_section .submit_btn {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.newsletter_section .submit_btn input {
		width: 100% !important;
	}
	.newsletter_section .submit_btn:before {
		margin-left: calc(50% - 40px);
	}
}

/* Contact Form Section */

.contactform_section label {
	color: #00AFAA;
	font-weight: 600;
	margin-bottom: 6px !important;
}

.contactform_section hr {
	border-top: 1px solid #00AFAA !important;
	margin-top: 9px;
	margin-bottom: 30px;
}

.contactform_section a {
	color: #00AFAA;
}

.contactform_section input[type="text"], .contactform_section input[type="email"],
.contactform_section select, 
.contactform_section textarea {
	max-width: none !important;
	width: 100%;
	border: 1px solid #CDCDCD;
	padding: 6px;
	font-size: 15px;
	color: #57585A !important;
}

.contactform_section input::placeholder, .contactform_section textarea::placeholder  {
	color: #57585A;
}

.contactform_section select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
	background-image: url('/wp-content/themes/eitrawmaterials/images/newsletter/newsletter_arrow_down.svg');
	background-repeat: no-repeat;
	background-position: 97% 52%;
}

.contactform_section input[type='checkbox'], .contactform_section input[type='radio'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #00AFAA;
	padding: 10px !important;
	margin-bottom: -4px;
	margin-right: 7px;
}

.contactform_section input[type='checkbox']:checked, .contactform_section input[type='radio']:checked {
	background-image: url('/wp-content/themes/eitrawmaterials/images/newsletter/newsletter_check.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 65%;
}

.contactform_section .wpcf7-radio .wpcf7-list-item.first {margin-left: 0px; margin-right: 14px;}

.contactform_section .wpcf7-checkbox label, .contactform_section .wpcf7-radio .wpcf7-list-item-label {
	font-weight: 400; 
	color: #58595b;
}

.contactform_section input[type="submit"] {
	background-color: #00AFAA;
	color: white !important;
	font-size: 16px !important;
	font-weight: 600;
	text-transform: uppercase;
	padding: 8px 25px 8px 55px !important;
	border-radius: 12px 0 12px 0 !important;
	border: 0px;
	z-index: 10 !important;
}

.contactform_section .submit_btn:before {
	content: url('/wp-content/themes/eitrawmaterials/images/newsletter/newsletter_arrow.svg');
	position: absolute;
	margin-top: 8px !important;
	margin-left: 23px !important;
}

.contactform_section .submit_btn {
	text-align: center;
}

.contactform_section .wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    border: 0px solid transparent;
    width: 93%;
}

@media only screen and (max-width: 767px) {
	.contactform_section .submit_btn input {
		width: 100% !important;
	}
	.contactform_section .submit_btn:before {
		margin-left: calc(50% - 40px);
	}
}

/* Content Tabs */

.vce-classic-tabs-border-color--b-216-216-216.vce-classic-tabs[data-vcv-tabs-state=tabs] .vce-classic-tabs-container::after, .vce-classic-tabs-border-color--b-216-216-216.vce-classic-tabs[data-vcv-tabs-state=tabs] .vce-classic-tabs-container::before, .vce-classic-tabs-border-color--b-216-216-216.vce-classic-tabs[data-vcv-tabs-state=tabs] .vce-classic-tabs-panels-container, .vce-classic-tabs-border-color--b-216-216-216.vce-classic-tabs[data-vcv-tabs-state=tabs] .vce-classic-tabs-tab {
	border-color: transparent !important;
}

.vce-classic-tabs-list {
	margin-bottom: 20px !important;
}

.vce-classic-tabs-tab a {
	text-transform: uppercase;
	font-weight: 600;
}

.vce-classic-tabs-tab[data-vcv-active=true] a {
	border-bottom: 2px solid #58595B !important; 
}

.vce-classic-tabs .vce-classic-tabs-container .vce-classic-tabs-list .vce-classic-tabs-tab>.vce-classic-tabs-tab-title {
	padding: 13px 0px;
	margin: 0px 20px;
}

.vce-classic-tabs-panel-body {
    transition: 0s ease-in-out !important;
}

/* Contact Icons */

.contact_address, .contact_phone, .contact_mail {
	margin-left: 33px;
}

.contact_address:before, .contact_phone:before, .contact_mail:before {
	position: absolute;
	left: 0px;
}

.contact_address:before {
	content: url('/wp-content/themes/eitrawmaterials/images/contact/location.svg')
}

.contact_phone:before {
	content: url('/wp-content/themes/eitrawmaterials/images/contact/phone.svg')
}

.contact_mail:before {
	content: url('/wp-content/themes/eitrawmaterials/images/contact/mail.svg')
}

/* Cookie Box */

._brlbs-h3 {
    color: #00afaa !important;
    font-weight: 600 !important;
}