.button {
  height: 5rem;
  border-radius: 2.5rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: 'Raleway', sans-serif;
  text-indent: 4rem;
  line-height: 4.15rem;
  padding-right: 2rem;
  margin-top: 4rem;
  border-width: 0;
  border-color: transparent;
  position: relative;
  color: #ffffff;
  background: #2a3883;
  background: -moz-linear-gradient(20deg, #1b286a 0%, #38489b 100%);
  background: -webkit-linear-gradient(20deg, #1b286a 0%, #38489b 100%);
  background: linear-gradient(20deg, #38489b 0%, #1b286a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@end', GradientType=1);
  -webkit-box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.16) !important;
  box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.16) !important;
}
.button:before {
  content: '';
  background: url('../Assets/button_arrow.svg') no-repeat left center;
  background-size: 2rem;
  height: 4rem;
  width: 3rem;
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  left: 2rem;
}
#helpDeskWrapper {
  display: none;
}
body,
html {
  font-size: 10px;
}
dl,
ol,
ul {
  padding-left: 20px;
}
#contentFrame {
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin: auto;
  overflow: hidden;
}
#contentFrame img {
  max-width: 100%;
}
#contentFrame a {
  color: #334496;
}
/***************** Group Header ******************/
#groupHeader {
  background-color: #1b286a;
  height: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  border-bottom: 1px solid #444444;
  box-shadow: inset 0px -2px 2px 0px #777777;
}
#groupHeader img {
  height: 44px;
  margin-top: 0px;
  fill: #eee;
}
#groupHeader a.btn {
  color: #eee;
  border: 0;
  padding: 0;
  font-size: 16px;
}
#groupHeader a.btn:focus {
  box-shadow: none;
}
#groupHeader a.dropdown-item {
  font-size: 14px;
}
#groupHeader .dropdown-menu {
  z-index: 88888;
}
/***************** Header ******************/
#contentHeader {
  height: 76px;
  background-color: #fff;
  border-bottom: 0px solid #999;
  position: static;
  padding: 0 15px;
  z-index: 99;
}
#contentHeader .navbar {
  padding: 0;
  padding-right: 80px;
  justify-content: space-between;
  height: 100%;
}
#contentHeader .navbar a.navbar-brand {
  margin-top: 0px;
  width: 160px;
  height: auto;
  top: 11px;
  z-index: 999;
}
#contentHeader .navbar a.navbar-brand img {
  width: 100%;
  height: auto;
}
#contentHeader .navbar .navbar-toggler {
  position: absolute;
  right: 0;
  display: block;
  top: 30px;
  z-index: 1000;
  padding: 0;
}
#contentHeader .navbar .navbar-toggler-icon {
  width: 4rem;
  height: .4rem;
  background-color: #000;
  position: relative;
}
#contentHeader .navbar .navbar-toggler-icon:before,
#contentHeader .navbar .navbar-toggler-icon:after {
  content: '';
  height: .4rem;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
}
#contentHeader .navbar .navbar-toggler-icon:before {
  top: -1.1rem;
}
#contentHeader .navbar .navbar-toggler-icon:after {
  bottom: -1.1rem;
}
#contentHeader .navbar .navbar-toggler[aria-expanded=true] {
  position: fixed;
  right: 15px;
}
#contentHeader #website-search {
  height: 30px;
  margin-right: 40px;
  position: relative;
}
#contentHeader #website-search #search-toggle {
  background: url('../Assets/magnifier.svg');
  height: 30px;
  width: 30px;
  background-size: contain;
  cursor: pointer;
  transition: opacity .5s linear;
}
#contentHeader #website-search #keyword {
  position: absolute;
  top: 0;
  right: -10px;
}
#contentHeader #website-search #keyword input[type="text"] {
  border-radius: 1.5rem;
  height: 3rem;
  border: none;
  padding: 0;
  width: 0;
  transition: all 0.5s ease-in-out;
  font-size: 1.6rem;
  color: #1b286a;
  outline: none;
}
#contentHeader #website-search #keyword input[type="text"]::placeholder {
  color: #1b286a !important;
  opacity: 1;
  font-style: italic;
}
#contentHeader #website-search #keyword input[type="text"]:-ms-input-placeholder {
  color: #1b286a !important;
  font-style: italic;
}
#contentHeader #website-search #keyword input[type="text"]::-ms-input-placeholder {
  color: #1b286a !important;
  font-style: italic;
}
#contentHeader #website-search.act #search-toggle {
  opacity: 0;
}
#contentHeader #website-search.act #keyword input[type="text"] {
  width: 250px;
  padding-left: 20px;
}
#contentHeader .langNavBar {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-shrink: 1;
  justify-content: flex-end;
}
#contentHeader ul.company-links {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: flex-end;
  margin-top: 1rem;
}
#contentHeader ul.company-links li.company-link {
  margin-right: 40px;
}
#contentHeader ul.company-links li.company-link a {
  color: #1b286a;
  font-size: 1.8rem;
  font-family: 'Raleway', sans-serif;
  color: #212529;
}
#contentHeader ul.company-links li.company-link a:hover {
  text-decoration: none;
}
/******************* Main-Navigation ***********/
#mainNavBar {
  position: fixed;
  height: 100%;
  width: 400px;
  background-color: #ffffff;
  top: 0;
  right: -440px;
  align-items: flex-start;
  padding-top: 7.6rem;
  transition: right 0.5s ease-in-out;
  z-index: 99;
  -webkit-box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.8) !important;
  -moz-box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.8) !important;
  box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.8) !important;
}
#mainNavBar.show {
  right: 0 !important;
}
#mainNavBar #menu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 5rem;
  width: 5rem;
  cursor: pointer;
}
#mainNavBar .navbar-nav {
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #1b286a;
}
#mainNavBar .navbar-nav li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #1b286a;
}
#mainNavBar .navbar-nav li a {
  color: #1b286a;
  font-size: 1.8rem;
  font-family: 'Raleway', sans-serif;
  line-height: 3.4rem;
}
#mainNavBar .navbar-nav li .dropdown-menu.show {
  position: relative;
  border: none;
  /*background-color: @layout-color-3;*/
  background-color: #1b286a;
  border-radius: 0;
  top: 0% !important;
  text-align: center;
}
#mainNavBar .navbar-nav li .dropdown-menu.show a.dropdown-item {
  color: #ffffff;
  font-size: 1.6rem;
}
#mainNavBar .navbar-nav li .dropdown-menu.show a.dropdown-item:hover,
#mainNavBar .navbar-nav li .dropdown-menu.show a.dropdown-item:focus,
#mainNavBar .navbar-nav li .dropdown-menu.show a.dropdown-item:active {
  background: transparent;
}
/*************** Language Navigation ******************/
#language {
  justify-content: center;
}
#language li {
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#language li:not(:last-of-type) {
  margin-right: 20px;
}
#language a {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #38489b;
}
#language a[hreflang="en-GB"] {
  background: url('../Assets/laender_flagge_EN.svg');
}
#language a[hreflang="de-DE"] {
  background: url('../Assets/laender_flagge_DE.svg');
  background-size: cover;
}
#language a[hreflang="it-IT"] {
  background: url('../Assets/laender_flagge_IT.svg');
}
#language a[hreflang="tr-TR"] {
  background: url('../Assets/laender_flagge_TR.svg');
}
#language a[hreflang="ae-AE"] {
  background: url('../Assets/laender_flagge_AE.svg');
}
#language a[hreflang="ir-IR"] {
  background: url('../Assets/laender_flagge_IR.svg');
}
.languageselect {
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}
.activelanguageselect {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/******************** Content ***************/
#contentBody {
  width: 100%;
  position: relative;
  z-index: 9;
}
#contentBody .headerSlider {
  position: relative;
  z-index: 1;
  max-height: 280px;
  overflow: hidden;
  height: auto;
}
#contentBody .headerSlider h2 {
  font-size: 6rem !important;
  margin-bottom: 60px;
}
#contentBody .headerSlider figure {
  margin: 0;
}
#contentBody .headerSlider .container {
  max-width: none !important;
  padding: 0;
  height: 100%;
}
#contentBody .headerSlider img {
  width: 100%;
  height: auto;
  /*margin-top: -8%;*/
  margin-top: 0;
}
#contentBody .headerSlider .ce-bodytext {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 6.8rem;
  line-height: 7.8rem;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#contentBody .headerSlider p {
  margin-bottom: 0 !important;
  font-size: 2.8rem;
}
#contentBody .headerSlider .carousel-caption {
  bottom: 25%;
  top: 25%;
  left: 10%;
  right: 10%;
  z-index: 100;
}
#contentBody .headerSlider .container {
  max-width: none !important;
  padding: 0;
  height: 100%;
}
#contentBody .headerSlider .container .carousel {
  border: 0;
  height: 100%;
}
#contentBody .headerSlider .container .carousel .carousel-inner,
#contentBody .headerSlider .container .carousel .carousel-item {
  height: 100%;
}
#contentBody .headerSlider .container .carousel .carousel-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(128, 128, 128, 0.3);
  z-index: 99;
}
#contentBody .headerSlider .frame-default {
  height: 100%;
}
#contentBody .headerSlider .frame-header-middle {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0.4) 75%, rgba(0, 0, 0, 0.1) 100%);
}
#contentBody #content {
  position: relative;
  z-index: 9;
  /*font-size: @font-size-2;*/
  font-size: 1.6rem;
  /*line-height: @line-height-2;*/
  line-height: 2.7rem;
  padding-bottom: 0px;
}
#contentBody #content .content_before {
  background-color: #e5e5e5;
}
#contentBody #content .content_before #breadcrumb {
  margin: auto;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 12px;
}
#contentBody #content p {
  margin-bottom: 3rem;
}
#contentBody #content .inner {
  width: 100%;
  max-width: 1140px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#contentBody #content h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 6.8rem;
  line-height: 7.8rem;
  margin-bottom: 7rem;
}
#contentBody #content h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 5rem;
  line-height: 4.8rem;
  margin-bottom: 7rem;
}
#contentBody #content h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 3.2rem;
  line-height: 4.8rem;
  margin-bottom: 3rem;
}
#contentBody #content a.btn {
  height: 5rem;
  border-radius: 2.5rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: 'Raleway', sans-serif;
  text-indent: 4rem;
  line-height: 4.15rem;
  padding-right: 2rem;
  margin-top: 4rem;
  border-width: 0;
  border-color: transparent;
  position: relative;
  color: #ffffff;
  background: #2a3883;
  background: -moz-linear-gradient(20deg, #1b286a 0%, #38489b 100%);
  background: -webkit-linear-gradient(20deg, #1b286a 0%, #38489b 100%);
  background: linear-gradient(20deg, #38489b 0%, #1b286a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@end', GradientType=1);
  -webkit-box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.16) !important;
  box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.16) !important;
}
#contentBody #content a.btn:before {
  content: '';
  background: url('../Assets/button_arrow.svg') no-repeat left center;
  background-size: 2rem;
  height: 4rem;
  width: 3rem;
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  left: 2rem;
}
#contentBody #content figure.image img {
  -webkit-box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0) !important;
}
#contentBody #content .teaser-area h3 {
  font-size: 1.8rem;
  margin: 0 0 10px 0;
  line-height: 3rem;
}
#page1 #contentBody .headerSlider,
#page304 #contentBody .headerSlider,
#page306 #contentBody .headerSlider,
#page1650 #contentBody .headerSlider,
#page3183 #contentBody .headerSlider {
  height: 540px;
  max-height: 768px;
}
#page1 .content_before,
#page304 .content_before,
#page306 .content_before,
#page1650 .content_before,
#page3183 .content_before {
  display: none;
}
/***************** CE-Frames ******************/
.teaser-area .col .frame-default {
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0px;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.02);
  position: relative;
  padding-bottom: 30px;
}
.teaser-area .col .inner {
  height: 100%;
}
.teaser-area .col .frame-default:hover:before {
  opacity: 1;
}
.teaser-area .col .frame-default:before {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.6);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity .35s;
}
.teaser-area .col-sm-12,
.teaser-area .col-xs-12 {
  margin-bottom: 20px;
}
.teaser-area .col .frame-default .ce-bodytext {
  padding: 0 20px;
}
.teaser-area .ce-bodytext p a,
a.cta {
  color: #fff !important;
  background-color: #1b286a;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.teaser-area .ce-bodytext p a:hover,
a.cta:hover {
  color: #1b286a !important;
  background-color: #c0c0c0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.teaser-area .ce-bodytext p a {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.carousel a.cta-header {
  color: #fff !important;
  background-color: rgba(27, 40, 106, 0.6);
  padding: 10px 20px;
  font-size: 2rem;
  text-decoration: none;
  margin-top: 30px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.carousel a.cta-header:hover {
  color: #1b286a !important;
  background-color: rgba(229, 229, 229, 0.6);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.carousel-control-next,
.carousel-control-prev {
  width: 5%;
  top: 0;
  bottom: 0;
  align-items: center;
}
.carousel-indicators {
  top: auto;
  bottom: 10px;
  margin-bottom: 0;
}
.frame-header-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #171b26;
  font-family: 'Raleway', sans-serif !important;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 700;
  height: 100%;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0.4) 75%, rgba(0, 0, 0, 0.1) 100%);
}
.frame-skew {
  position: relative;
  margin-bottom: 65px;
  min-height: 100px;
  color: #ffffff;
}
.frame-skew:before {
  content: '';
  position: absolute;
  top: -35px;
  bottom: -35px;
  left: 0;
  width: 100%;
  z-index: -1;
  -moz-transform: skew(0deg, -2deg);
  -webkit-transform: skew(0deg, -2deg);
  -o-transform: skew(0deg, -2deg);
  -ms-transform: skew(0deg, -2deg);
  transform: skew(0deg, -2deg);
}
.frame-blue-bg > .inner,
.frame-green-bg > .inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.frame-blue-bg.frame-skew:before {
  background: #2a3883;
  background: -moz-linear-gradient(20deg, #1b286a 0%, #38489b 100%);
  background: -webkit-linear-gradient(20deg, #1b286a 0%, #38489b 100%);
  background: linear-gradient(20deg, #38489b 0%, #1b286a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@end', GradientType=1);
}
.frame-green-bg.frame-skew:before {
  background: #28b04a;
  background: -moz-linear-gradient(20deg, #12a537 0%, #3dba5d 100%);
  background: -webkit-linear-gradient(20deg, #12a537 0%, #3dba5d 100%);
  background: linear-gradient(20deg, #3dba5d 0%, #12a537 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@end', GradientType=1);
}
.frame-type-menu_sitemap_pages ul {
  list-style: none;
  padding-left: 0;
}
.frame-type-menu_sitemap_pages ul li {
  line-height: 4.8rem;
  line-height: 2.7rem;
}
.frame-type-menu_sitemap_pages ul li a {
  text-decoration: none;
}
.frame-type-menu_sitemap_pages ul li li {
  margin-left: 2rem;
}
.frame-bg-dark {
  background-color: #171b26;
  background-color: #1b286a;
  background: linear-gradient(90deg, #1b286a 0%, #334496 100%);
  color: #fff;
  padding: 15px 0 15px 0;
}
.frame-bg-dark a {
  color: #ffffff;
  margin: 0 20px;
  white-space: nowrap;
  display: inline-block;
  text-decoration: underline;
  font-size: 2.5rem !important;
}
.frame-bg-dark a:hover {
  text-decoration: none;
  color: #fff;
}
.frame-bg-dark h2 {
  margin: 0;
  margin-bottom: 0 !important;
}
.content_main > .frame-default {
  padding: 2rem 0;
}
.frame-width-full.bg-blue {
  padding: 2rem 0;
  background-color: #1b286a;
}
/*************** Forms *******************/
form label {
  display: none;
}
form input[type="text"] {
  height: 40px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #1b286a;
}
form textarea.form-control {
  height: 120px;
  font-size: 1.6rem;
  color: #1b286a;
}
form button.btn {
  height: 5rem;
  border-radius: 2.5rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: 'Raleway', sans-serif;
  text-indent: 4rem;
  line-height: 4.15rem;
  padding-right: 2rem;
  margin-top: 4rem;
  border-width: 0;
  border-color: transparent;
  position: relative;
  color: #ffffff;
  background: #2a3883;
  background: -moz-linear-gradient(20deg, #1b286a 0%, #38489b 100%);
  background: -webkit-linear-gradient(20deg, #1b286a 0%, #38489b 100%);
  background: linear-gradient(20deg, #38489b 0%, #1b286a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@end', GradientType=1);
  -webkit-box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.16) !important;
  box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.16) !important;
  margin-top: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: #1b286a;
  background: -moz-linear-gradient(20deg, #1b286a 0%, #334496 100%);
  background: -webkit-linear-gradient(20deg, #1b286a 0%, #334496 100%);
  background: linear-gradient(20deg, #1b286a 0%, #334496 100%);
  border-radius: 0rem;
}
form button.btn:before {
  content: '';
  background: url('../Assets/button_arrow.svg') no-repeat left center;
  background-size: 2rem;
  height: 4rem;
  width: 3rem;
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  left: 2rem;
}
form input,
form textarea {
  max-width: none;
}
form input::placeholder,
form textarea::placeholder {
  color: #1b286a !important;
  opacity: 1;
  font-style: italic;
}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #1b286a !important;
  font-style: italic;
}
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  color: #1b286a !important;
  font-style: italic;
}
/*************** Footer ******************/
#contentFooter {
  margin-top: 50px;
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 0;
  background-color: #e5e5e5;
  color: #1b286a;
}
#contentFooter p {
  margin-bottom: 0 !important;
  text-align: left;
}
#contentFooter p > a {
  text-decoration: underline;
}
#contentFooter a {
  color: #1b286a;
}
#contentFooter h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin-bottom: 1rem;
}
#contentFooter [class*="frame-type-ce_grid"]:first-of-type {
  padding-bottom: 0px;
}
#contentFooter [class*="frame-type-ce_grid"]:last-of-type {
  padding-bottom: 0px;
}
#contentFooter [class*="frame-type-ce_grid"]:first-of-type .row {
  padding: 2rem 0;
}
#contentFooter [class*="frame-type-ce_grid"]:last-of-type .row {
  height: auto;
  /*background-color: @layout-color-3;*/
  background: none;
  /*color: @layout-color-1;*/
  color: #1b286a;
  font-size: 1.6rem;
  padding: 2rem 0;
  margin: 0 -15px;
}
#contentFooter [class*="frame-type-ce_grid"]:last-of-type .row p,
#contentFooter [class*="frame-type-ce_grid"]:last-of-type .row figure {
  margin-bottom: 0;
  text-align: left;
}
#contentFooter .ce-inner {
  display: flex;
  justify-content: flex-end;
}
#contentFooter .ce-inner .ce-row {
  display: flex;
}
#contentFooter img {
  max-width: 220px;
}
#contentFooter .row {
  padding: 2rem;
}
#contentFooter .row .col:not(:last-of-type) {
  margin-bottom: 0;
}
#contentFooter .inner {
  width: 100%;
  max-width: 1140px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#contentFooter .frame-width-full .inner {
  max-width: none;
}
#footer .row {
  align-items: flex-start;
}
#footer .col.col-12.col-md-6.right img {
  width: 35px;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
#footer .col.col-12.col-md-6.right .ce-inner {
  margin-right: 50px;
}
#footer .col.col-12.col-md-6.right img[title="mailmtic"] {
  width: 45px;
}
#footer > [class*="frame-type-ce_grid"]:first-of-type {
  padding-bottom: 20px;
}
#footer > [class*="frame-type-ce_grid"]:last-of-type {
  padding-bottom: 0px;
}
#footer > [class*="frame-type-ce_grid"]:last-of-type .row {
  background-color: #1b286a;
  padding: 2rem 0;
  height: auto;
  color: #fff;
}
/********* Footer overrides ********/
/********* Such Formular ********/
/**/
.tx-indexedsearch-rules h2 {
  font-size: 18px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 30px !important;
  font-family: 'Raleway', sans-serif;
}
.tx-indexedsearch-rules p {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
}
legend {
  font-size: 18px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#tx-indexedsearch-searchbox-sword {
  width: 400px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  border-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 0px;
}
#tx-indexedsearch-searchbox-sword:focus {
  box-shadow: 0 0 5px #51cbee;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #51cbee;
}
.tx-indexedsearch-searchbox a {
  background: linear-gradient(20deg, #38489b 0%, #1b286a 100%);
  color: white !important;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none !important;
}
.tx-indexedsearch-searchbox select {
  color: white !important;
  opacity: 1;
  margin-bottom: 20px;
  height: 40px;
  margin-right: 60px;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 5px;
  background: linear-gradient(20deg, #38489b 0%, #1b286a 100%);
}
#tx-indexedsearch-searchbox-button-submit {
  border-radius: 2.5rem;
  background: #2a3883;
  background: -moz-linear-gradient(20deg, #1b286a 0%, #38489b 100%);
  background: -webkit-linear-gradient(20deg, #1b286a 0%, #38489b 100%);
  background: linear-gradient(20deg, #38489b 0%, #1b286a 100%);
  -webkit-box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.16) !important;
  box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.16) !important;
  color: white;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: 'Raleway', sans-serif;
  line-height: 4.15rem;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-top: 2rem;
  border-width: 0;
  border-color: transparent;
  height: 5rem;
  cursor: pointer;
}
.tx-indexedsearch-text-item-path a {
  color: white !important;
}
.tx-indexedsearch-title a {
  color: white !important;
  text-decoration: none !important;
  border: 1px solid white;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2.2rem;
}
#contentBody #content .tx-indexedsearch-res h3 {
  margin-bottom: 5px;
}
.tx-indexedsearch-res {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(20deg, #38489b 0%, #1b286a 100%);
  color: white;
  margin-bottom: 50px;
  padding: 25px;
}
.tx-indexedsearch-result-count {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
.tx-indexedsearch-browsebox li a {
  color: #1e466e;
}
/********* News Share ********/
/**/
.iconshare {
  width: 30px;
}
.twittershare {
  width: 50px;
}
.SocialShare {
  padding-left: 0px;
  list-style-type: none;
}
.SocialShare li {
  display: inline;
  padding-left: 10px;
}
.iconshare {
  display: none;
}
/********* Scroll Top ********/
/**/
#upscroll {
  margin: 0;
  display: none;
  position: fixed;
  bottom: -1px;
  right: 0px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: #1b286a;
  color: white;
  cursor: pointer;
  padding: 5px 15px 0 15px;
  border-radius: 0;
  border-top-left-radius: 50%;
  border: 1px solid white;
  font-weight: bold;
  height: 40px;
  border-width: 1px 0 0 1px;
}
#upscroll:hover {
  background-color: #1b286a;
}
/********* Make Closing Option Menu ********/
/**/
button[aria-expanded=true] .navbar-toggler-icon {
  background-color: black !important;
}
button[aria-expanded=true] .navbar-toggler-icon:before {
  background-color: black !important;
}
button[aria-expanded=true] .navbar-toggler-icon:after {
  background-color: black !important;
}
h2 {
  font-size: 2.8rem !important;
  margin-bottom: 35px !important;
}
.bodytext {
  padding-top: 0px !important;
}
/*Tabelle */
.frame-tableresponsive {
  overflow-x: auto;
}
.frame-tableresponsive table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  border: 1px solid #ddd;
}
.frame-tableresponsive table tr td:first-child {
  width: 250px;
}
.frame-tableresponsive th,
.frame-tableresponsive td {
  color: #1e466e;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  text-align: left;
  padding: 8px;
}
.frame-tableresponsive th a,
.frame-tableresponsive td a {
  color: #1e466e;
  font-size: 16px;
  font-weight: bolder;
  font-family: 'Raleway', sans-serif;
}
.frame-tableresponsive tr:nth-child(even) {
  background-color: #f2f2f2;
}
/********* Search ********/
/**/
.searchlink {
  background: none !important;
}
.search img {
  width: 30px;
}
/********* Alternative Card Element ********/
/**/
.cardtolink {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 300px;
}
.cardtolink:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.cardtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #1b286a;
}
.cardlink {
  border-radius: 2.5rem;
  color: white;
  background: #2a3883;
  background: -moz-linear-gradient(20deg, #1b286a 0%, #38489b 100%);
  background: -webkit-linear-gradient(20deg, #1b286a 0%, #38489b 100%);
  background: linear-gradient(20deg, #38489b 0%, #1b286a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@end', GradientType=1);
}
.cardcontainer {
  padding: 2px 16px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
}
.cardlink a {
  text-decoration: none;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  color: white;
  text-transform: uppercase;
}
/********* Bradcrumb ********/
/**/
#breadcrumb {
  width: 100%;
  max-width: 1510px;
  position: relative;
  margin: auto;
  font-size: 13px;
  margin-top: 20px;
  font-family: 'Raleway', sans-serif;
}
#breadcrumb a {
  color: #38489b;
  padding-left: 5px;
  padding-right: 5px;
}
#breadcrumb a:first-child {
  padding-left: 0px;
}
/********* Beginning Styling CERTDB Admin ********/
/**/
.certdb-admin-start input {
  background-color: #1b286a;
  color: white;
  font-family: 'Raleway', sans-serif;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.certdb-admin-start:hover input {
  background-color: #1b286a !important;
  color: white !important;
  font-family: 'Raleway', sans-serif;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.adminform input[type="button"],
.adminform input[type="submit"] {
  background-color: #1b286a !important;
  color: white !important;
  font-family: 'Raleway', sans-serif;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.adminform:hover input[type="button"],
.adminform:hover input[type="submit"] {
  background-color: #1b286a !important;
  color: white !important;
  font-family: 'Raleway', sans-serif;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.certdb-edit-table button[title="Edit"] {
  padding: 0px;
}
/*End Styling CERTDB ADMIN*/
/********* Bild und Kachel ********/
/**/
.tileImage {
  position: relative;
  top: 20px;
  left: 20px;
  z-index: 9;
  width: 100%;
  max-height: 156px;
}
.tileImage img {
  border-radius: 5%;
}
.tileText {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 99;
  font-weight: 700;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  text-transform: uppercase;
}
.tileText h2 {
  font-size: 17px !important;
}
.tileButton {
  position: absolute;
  left: 50px;
  top: 100px;
  z-index: 99;
}
.tileButton a {
  color: #fff;
  padding: 7px 15px;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 14px;
}
.imageTile {
  border: 10px;
  position: relative;
  top: 20px;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.imageTile:hover {
  top: 0px;
}
/*Ende Bild und Kachel @MM*/
/********* Anfang Tab ********/
/**/
.nav.nav-tabs {
  flex-direction: column !important;
  position: static;
  width: 32%;
  border: 0;
  border-right: 1px solid #e5e5e5;
  height: 100%;
  min-height: 168px;
}
.nav.nav-tabs li a {
  background-color: transparent;
  color: #fff;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  border: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: 'Raleway', sans-serif;
  border: 0;
  background-color: transparent;
}
.nav-tabs li a.active {
  text-decoration: underline;
  position: relative;
  color: #fff;
}
.nav-tabs li a.active:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid white;
}
#contentFrame .tab-group,
#contentFrame .tab-group a,
#contentFrame .nav.nav-tabs li a.active {
  color: #fff;
}
.tab-group {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  display: flex;
}
.tab-group a {
  color: #fff;
}
.tab-content {
  background: transparent;
  font-family: 'Raleway', sans-serif;
  line-height: 23px;
  width: 70%;
  padding: 0 20px;
  color: #fff;
}
.tab-content a {
  color: white;
}
.tab-content header {
  display: none;
}
/*Ende Tab*/
/********* Try to make Menu Faster Pop Out ********/
/**/
.collapse {
  -webkit-transition: height 0.01s cubic-bezier(0, -0.53, 0.36, 1);
  -o-transition: height 0.01s cubic-bezier(0, -0.53, 0.36, 1);
  transition: height 0.01s cubic-bezier(0, -0.53, 0.36, 1);
}
#mainNavBar {
  transition: right 0.1s ease-in-out !important;
}
/********* Accordion ********/
/**/
.accordeon-group .card-body {
  font-family: 'Raleway', sans-serif;
  font-size: 1.8rem;
  line-height: 3.4rem;
}
.accordeon-group .card-body header {
  display: none;
}
.accordeon-group .card-body a {
  color: #1e466e;
}
.accordeon-group .card-body h5 {
  display: none;
}
.accordeon-group .btn-link {
  color: black;
  text-decoration: none;
  font-size: 2.0rem;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}
.accordeon-group .card-header {
  background-color: white;
}
.accordeon-group .card {
  border: 0px solid rgba(0, 0, 0, 0.125) !important;
}
/*Ende Accordion*/
/********* BildCenter-text ********/
/**/
.frame-bildcenterundtext header h2 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Raleway', sans-serif !important;
  font-size: 25px !important;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #c6d8cd;
}
.frame-bildcenterundtext img {
  width: calc(80%) !important;
  height: auto;
  margin-bottom: 25px !important;
}
.frame-bildcenterundtext .ce-bodytext {
  font-family: 'Raleway', sans-serif;
}
/********* PDF Download ********/
/**/
.frame-pdfdownload h2 {
  margin-bottom: 5px !important;
}
.frame-pdfdownload a {
  font-family: 'Raleway', sans-serif !important;
  font-size: 14px !important;
  color: #1e466e;
}
.frame-pdfdownload a::before {
  content: '.';
  margin-top: 25px;
  color: transparent;
  text-indent: -1000px;
  background: url('/fileadmin/media/mtic/pdf.png') no-repeat left center;
  background-size: auto;
  height: 20px;
  width: 16px;
  background-size: contain;
  position: absolute;
  left: -30px;
}
/********* Specific Styles for images that does not fit ********/
/**/
img[title="blue-angel"] {
  max-width: 50% !important;
}
img[title="CE"] {
  max-width: 20% !important;
}
img[title="eu-flag"] {
  max-width: 25% !important;
}
img[title="light-bulb"] {
  max-width: 50% !important;
}
img[title="cert"] {
  max-width: 25% !important;
}
img[title="pdf-cert"] {
  max-width: 25% !important;
}
/********* Beginn Styling certificates database ********/
/**/
.zertdboutput {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
.zertdbcontent input {
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 2px solid #232323;
  padding: 8px 0;
  margin: 0;
  width: 100%;
  outline: none;
  resize: none;
  font-family: 'Raleway', sans-serif;
  border: 1px solid #232323;
  padding: 2px 5px;
}
.zertdbcontent select {
  outline: none;
  margin-bottom: 10px;
  border: none;
  border-bottom: 2px solid #232323;
  height: 35px;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  padding-left: 0;
  border: 1px solid #232323;
  padding: 2px 5px;
}
.zertdbcontent select,
.zertdbcontent input {
  margin-bottom: 10px;
}
.zertdbcontent .submitBtn {
  width: 200px;
  margin-top: 30px;
}
.zertdbcontent .certNr,
.zertdbcontent .country,
.zertdbcontent .captcha {
  width: 30%;
  padding-right: 15px;
  float: left;
  box-sizing: border-box;
}
.zertdbcontent .company,
.zertdbcontent .standard {
  box-sizing: border-box;
  width: 70%;
  float: left;
}
.zertdbcontent .captcha {
  float: none;
  margin-top: 50px;
}
.zertdbcontent .captcha input {
  text-transform: none;
}
.zertdbcontent input[type="button"],
.zertdbcontent form.adminform input[type="submit"] {
  height: 40px;
  width: 280px;
  margin-right: 20px;
  border: none;
  cursor: pointer;
  border-radius: 30px;
}
.zertdbcontent form.adminform input[type="submit"]:hover,
.zertdbcontent input[type="button"]:hover {
  background-color: #171b26;
  color: #fff;
}
.zertdbcontent input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin-right: 5px;
  margin-bottom: 0;
}
.zertdbcontent .standard:after {
  content: '.';
  display: block;
  float: none;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
input[name="captcha_code"] {
  margin-bottom: 10px !important;
}
.captcha p {
  margin-bottom: 10px !important;
}
.reloadcaptcha {
  color: #212529;
}
#searchcdb {
  margin-top: 10px;
  margin-bottom: 40px;
}
.submitBtn {
  margin-top: 0px !important;
}
/*End Styling certificates database*/
/********* Begin Styling Login Certificate Admin ********/
/**/
.frame-framelogincert {
  font-family: 'Raleway', sans-serif !important;
  font-size: 14px !important;
}
.frame-framelogincert a:hover {
  text-decoration: none;
  color: #1b286a;
}
.frame-framelogincert a {
  color: #1b286a;
}
.frame-framelogincert form input[type="submit"] {
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 30px;
  margin-top: 15px;
  outline: none;
  cursor: pointer;
  border: none;
  background: linear-gradient(20deg, #38489b 0%, #1b286a 100%);
  color: #fff;
}
.frame-framelogincert input[type="text"] {
  height: 20px;
  margin-bottom: 0px;
  font-size: 15px;
}
.frame-framelogincert input[type="password"] {
  height: 20px;
  font-size: 15px;
}
.frame-framelogincert h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 18px !important;
  line-height: 1.5em;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #c6d8cd;
  font-family: 'Raleway', sans-serif !important;
}
.frame-framelogincert form label {
  display: block;
  margin-bottom: 0px;
}
.frame-framelogincert h3 {
  font-family: 'Raleway', sans-serif !important;
  font-size: 14px !important;
  margin-bottom: 20px;
  font-weight: 700;
}
.frame-framelogincert legend {
  display: none;
}
/*End Styling Login Certificate Admin*/
/********* Begin Stylings Certificate Results ********/
/**/
.certificate {
  line-height: 2.4rem;
  margin-bottom: 50px;
}
.zertdbcontent h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px !important;
  line-height: 1.5em;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #c6d8cd;
}
.certPDF,
ul.csc-uploads span.csc-uploads-fileName {
  text-decoration: none !important;
}
.certPDF,
#content .csc-uploads-element {
  position: relative;
  overflow: visible;
  color: #1e466e !important;
}
.certPDF {
  padding-left: 15px;
}
.certPDF:before,
.csc-uploads-element-pdf:before {
  content: '.';
  color: transparent;
  text-indent: -1000px;
  height: 20px;
  width: 16px;
  background-size: contain;
  position: absolute !important;
  left: -5px !important;
}
.companyName {
  background-color: #38489b;
  padding: 15px;
  margin-bottom: 10px;
  color: #fff;
}
.companyName p {
  margin-bottom: 0px !important;
}
.companyEA,
.certScope,
.certNbr,
.certIssueDate,
.certExpiring,
.certValidity {
  margin-bottom: 0px !important;
}
/*End Stylings Certificate Results*/
/********* Styling in Desktop Version -Display no language Dropdown ********/
/**/
.mobillanguageselect {
  display: none;
}
.mobillanguageselect .dropdown-item.active.nav-itemmobil {
  display: none;
}
#dropdownMenuButtonMobil {
  background: linear-gradient(20deg, #38489b 0%, #1b286a 100%);
  font-size: 15px;
  border-color: white;
}
#mobillanglinks {
  background: linear-gradient(20deg, #38489b 0%, #1b286a 100%);
  font-size: 15px;
}
#mobillanglinks a {
  color: white;
  text-decoration: none;
}
.accordeon-group .frame-space-before-medium {
  padding-top: 0px !important;
}
.accordeon-group .card-body {
  padding-top: 25px;
}
.frame-isocontent .right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.frame-isocontent .right hr {
  display: none;
}
.frame-isocontent .right a {
  color: #1e466e;
}
.frame-isocontent .right .nopadiso {
  margin-bottom: 0px !important;
}
.frame-isocontent .ce-bodytext {
  line-height: 21px;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}
.frame-isocontent .ce-bodytext a {
  color: #1e466e;
  text-decoration: underline;
}
/********* Styles For Content right text and image and left navigation ********/
/**/
.frame-textpicturelinksleft .ce-bodytext {
  padding-top: 25px;
}
.frame-textpicturelinksleft .ce-bodytext p strong {
  font-family: 'Raleway', sans-serif !important;
}
.frame-textpicturelinksleft a {
  color: #38489b;
}
.frame-textpicturelinksleft .inner p strong {
  font-family: 'Raleway', sans-serif;
}
.frame-textpicturelinksleft .inner p {
  margin-bottom: 10px !important;
}
.frame-textpicturelinksleft .inner a {
  margin-bottom: 10px;
}
.frame-textpicturelinksleft p {
  font-family: 'Raleway', sans-serif;
}
/********* Only Text Style @MM ********/
/**/
.frame-onlytext {
  font-family: 'Raleway', sans-serif;
}
.frame-onlytext - .bodytext {
  padding-top: 25px;
}
.frame-onlytext a {
  color: #1e466e;
  text-decoration: underline;
}
.frame-onlytext h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px !important;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 0px !important;
}
/********* Only Links @MM ********/
/**/
.frame-linklist .inner p {
  max-width: 600px !important;
}
.frame-linklist .inner p a {
  position: relative;
  height: 5rem;
  border-radius: 2.5rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: 'Raleway', sans-serif;
  text-indent: 4rem;
  line-height: 4.15rem;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-top: 4rem;
  border-width: 0;
  border-color: transparent;
  color: #ffffff;
  background: #2a3883;
  background: -moz-linear-gradient(20deg, #1b286a 0%, #38489b 100%);
  background: -webkit-linear-gradient(20deg, #1b286a 0%, #38489b 100%);
  background: linear-gradient(20deg, #38489b 0%, #1b286a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@end', GradientType=1);
  -webkit-box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.16) !important;
  box-shadow: 2rem 2rem 3rem 0 rgba(0, 0, 0, 0.16) !important;
}
.frame-linklist .inner p a:hover {
  text-decoration: none;
}
.frame-linklist .inner p a:before {
  content: '';
  background: url('../Assets/button_arrow.svg') no-repeat left center;
  background-size: auto;
  background-size: 2rem;
  height: 4rem;
  width: 3rem;
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  left: 0rem;
}
/********* Stylings alternative Header only for Page with ID ********/
/**/
/********* Styling for the news Extension-FIRST DRAFT ********/
/**/
.news-list-view .news-list-date,
.news-list-view .news-list-category {
  font-family: 'Raleway', sans-serif;
  padding-top: 7px;
  padding-bottom: 13px;
}
.news-list-view .teaser-text {
  margin-top: 15px;
}
.news-list-view .more {
  background: linear-gradient(20deg, #38489b 0%, #1b286a 100%);
  color: white !important;
  text-decoration: none;
  padding: 6px 14px 6px 14px;
  border-radius: 0rem;
  font-family: 'Raleway', sans-serif;
}
#contentBody #content .news-list-item a.btn {
  margin-top: 0;
}
.news-list-item {
  margin-bottom: 60px;
}
.sharesocial {
  margin-bottom: 100px;
}
time[itemprop="datePublished"] {
  font-family: 'Raleway', sans-serif;
  padding-bottom: 13px !important;
}
span[itemprop="headline"],
h3[itemprop="headline"] {
  /*font-family:@font-family-2;
	color:@layout-color-4;*/
}
#contentBody #content .news-list-item h3 {
  margin-bottom: 0;
}
#contentBody #content .news-list-item h3 a {
  font-family: 'Raleway', sans-serif;
  color: #38489b;
}
.article {
  margin-bottom: 60px;
}
.news-text-wrap {
  font-family: 'Raleway', sans-serif;
}
.ctahomepage {
  display: none !important;
}
.news-img-wrap a {
  border: 0px !important;
}
.news-img-wrap img {
  margin-bottom: 22px;
}
.news .footer {
  border-top: 0px !important;
}
#contentBody #content .event-area .news-list-view .article {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
#contentBody #content .event-area .news .article .news-img-wrap {
  margin: 0 12px 0 0;
  min-width: 160px;
  float: left;
}
#contentBody #content .event-area .news .article .news-body-wrap {
  padding: 0rem;
}
#contentBody #content .event-area .news .article h3,
.event-area .news .article h3 a {
  font-size: 2rem;
  margin: 0;
  line-height: initial;
}
#content .event-area .news-list-view .teaser-text {
  margin: 0;
}
#contentBody #content .event-area .news .article .header {
  position: relative;
  margin-bottom: 5px;
}
#contentBody #content .event-area .news .article .header .news-list-date {
  position: absolute;
  right: 0;
  top: 5px;
  padding: 0;
  line-height: normal;
}
#contentBody #content .event-area .news .article .more {
  display: none;
}
.event-area .white {
  background-color: #fff;
  padding: 10px;
  height: 100%;
}
.event-area .right > .inner {
  height: 100%;
  padding: 20px 0px;
}
.event-area .right .inner .frame-width-full .inner {
  padding: 0;
}
#contentBody #content .event-area h3 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: normal;
}
#page1 .ctahomepage,
#page304 .ctahomepage,
#page306 .ctahomepage,
#page1650 .ctahomepage,
#page3183 .ctahomepage {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
}
.ctahomepage h2 {
  margin-bottom: 0px !important;
  line-height: 5.2;
}
.ctahomepage h2 a {
  color: white;
  text-decoration: none;
}
#page1 .ctahomepage > div,
#page304 .ctahomepage > div,
#page306 .ctahomepage > div,
#page1650 .ctahomepage > div,
#page3183 .ctahomepage > div {
  width: 300px;
  height: 150px;
  color: white;
  line-height: 150px;
  background-color: #1b286a;
  margin-left: 50px;
  margin-bottom: 50px;
  border-style: solid;
  border-color: #007bff;
  border-radius: 15px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
/********* Styling additions regarding to Email September 10. by Stella Parisi ********/
/**/
p,
a,
h1,
h2,
h3,
h4,
h5,
li {
  font-family: 'Raleway', sans-serif !important;
}
p {
  margin-bottom: 10px !important;
}
hr {
  margin-bottom: 15px !important;
}
/*Social Sharing of news*/
.shareiconbtn {
  width: 30px;
}
.fbbtn {
  width: 70px;
  margin-left: 25px;
}
.twbtn {
  width: 120px;
  margin-left: 25px;
}
.sliderli,
.toslide {
  display: inline-block;
  list-style: none;
}
.carousel {
  text-align: center;
  background-color: white;
  border: 10px solid #38489b;
  height: 50px;
}
.carousel a {
  color: #38489b !important;
}
#loadernews {
  color: #38489b;
}
/********* Service Buttons Explenation Element as wished by Parisi Email 09.09.2019 ********/
/**/
.ServiceBtn {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 45px;
  background-color: #1b286a;
  color: white;
}
.servicename,
.optionallink,
.serviceexplanation {
  text-align: center;
}
.serviceexplanation {
  padding: 12px;
}
.servicename,
.optionallink {
  background-color: #38489b;
}
.optionallink {
  padding-top: 5px;
  padding-bottom: 5px;
}
.optionallink a {
  color: white;
}
.tx-indexedsearch-browsebox li {
  display: inline;
  margin-right: 15px;
}
.tx-indexedsearch-browsebox li a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .mobillanguageselect {
    display: block;
    position: absolute;
    right: 55px;
    top: 20px;
    display: none;
  }
  #contentHeader {
    padding: 0 15px;
  }
  #contentHeader .navbar {
    height: 100%;
    padding-right: 72px;
  }
  #contentHeader .navbar a.navbar-brand {
    position: absolute;
    top: 5px;
    left: 0;
    width: 15rem;
    margin-top: 0;
  }
  #contentHeader .navbar #website-search {
    position: absolute;
    top: 20px;
    right: 70px;
    margin-right: 0;
    z-index: 9;
  }
  #contentHeader .navbar #website-search #keyword {
    top: -7rem;
    left: 0;
    right: 0;
    position: fixed;
    transition: top 0.5s ease-in-out;
  }
  #contentHeader .navbar #website-search #keyword #search-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    height: 4rem;
    width: 4rem;
    background-repeat: no-repeat;
  }
  #contentHeader .navbar #website-search #keyword input[type="text"] {
    height: 7rem;
    width: 100%;
    border-radius: 0;
    padding-left: 20px;
  }
  #contentHeader .navbar #website-search.act #keyword {
    top: 0;
  }
  #contentHeader .navbar ul.company-links {
    margin-right: 2rem;
  }
  #contentHeader .navbar ul.company-links li.company-link {
    margin-right: 15px;
  }
  #contentHeader .navbar ul.company-links li.company-link a {
    font-size: 1.8rem;
  }
  #contentHeader .navbar .langNavBar ul#language {
    flex-direction: row;
  }
  #contentHeader .navbar .langNavBar ul#language li.nav-item {
    width: 30px;
  }
  #contentHeader .navbar #mainNavBar {
    display: block !important;
    width: 100%;
    right: -110%;
  }
  #contentBody #content .content_before #breadcrumb {
    padding: 0 1.5rem;
  }
  #contentBody #content .content_main > .frame-default {
    padding: 2rem;
  }
  #contentBody #content figure.image img {
    max-width: 100%;
    height: auto;
  }
  #contentBody #content .inner {
    padding-left: 0;
    padding-right: 0;
  }
  #contentBody #content h1,
  #contentBody #content h2 {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
  #contentBody .headerSlider img {
    width: calc(100%*3);
    height: auto;
    position: relative;
    left: 0%;
    margin-left: -0%;
  }
  .frame-skew {
    margin-bottom: 35px;
  }
  .frame-blue-bg > .inner,
  .frame-green-bg > .inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #contentFooter {
    padding: 0;
    /*> [class*="frame-type-ce_grid"]:last-of-type .row {
            height: auto;
            padding: 4rem;
             p {
                text-align: center;
            }
        }*/
  }
  #contentFooter .row .col:first-of-type img {
    width: 15rem;
  }
  #contentFooter .ce-inner {
    justify-content: center;
  }
  #contentFooter [class*="frame-type-ce_grid"]:first-of-type .row {
    padding: 2rem 0;
  }
  #contentFooter [class*="frame-type-ce_grid"]:last-of-type .row {
    padding: 2rem 0;
  }
  #contentFooter .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #contentFooter .row .col:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  #contentFooter .row .col .ce-gallery {
    margin-top: 3rem;
  }
  #contentFooter .copyright-area .row .col {
    margin-bottom: 0;
  }
  #contentFooter form input,
  #contentFooter form textarea {
    width: 100%;
    max-width: 100%;
  }
  #page1 #contentBody .headerSlider,
  #page304 #contentBody .headerSlider,
  #page306 #contentBody .headerSlider,
  #page1650 #contentBody .headerSlider,
  #page3183 #contentBody .headerSlider {
    height: 420px;
  }
  #page1 #contentBody .headerSlider .carousel-caption,
  #page304 #contentBody .headerSlider .carousel-caption,
  #page306 #contentBody .headerSlider .carousel-caption,
  #page1650 #contentBody .headerSlider .carousel-caption,
  #page3183 #contentBody .headerSlider .carousel-caption {
    top: 10%;
    bottom: 10%;
  }
  #page1 #contentBody .headerSlider h2,
  #page304 #contentBody .headerSlider h2,
  #page306 #contentBody .headerSlider h2,
  #page1650 #contentBody .headerSlider h2,
  #page3183 #contentBody .headerSlider h2 {
    margin-bottom: 10px !important;
    font-size: 4rem !important;
  }
  #page1 #contentBody .headerSlider p,
  #page304 #contentBody .headerSlider p,
  #page306 #contentBody .headerSlider p,
  #page1650 #contentBody .headerSlider p,
  #page3183 #contentBody .headerSlider p {
    font-size: 1.8rem;
  }
}
@media (max-width: 910px) {
  #page1 .ctahomepage,
  #page304 .ctahomepage,
  #page306 .ctahomepage,
  #page1650 .ctahomepage,
  #page3183 .ctahomepage {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #contentHeader .navbar ul.company-links {
    display: none;
  }
  #contentHeader .langNavBar {
    flex-grow: 1;
    flex-shrink: unset;
  }
  #contentHeader .navbar .langNavBar ul#language li.nav-item {
    margin-right: 10px;
  }
  #page1 #contentBody .headerSlider,
  #page304 #contentBody .headerSlider,
  #page306 #contentBody .headerSlider,
  #page1650 #contentBody .headerSlider,
  #page3183 #contentBody .headerSlider {
    height: auto;
  }
  .frame-header-middle {
    font-size: 3.6rem;
    line-height: 1.5;
    padding: 3rem 1rem;
  }
  .carousel a.cta-header {
    margin-top: 5px;
  }
}
@media (min-width: 750px) {
  #contentBody .headerSlider .ce-bodytext {
    font-size: 5rem;
    line-height: 4.8rem;
  }
  #contentFooter .row .col:not(:last-of-type) {
    margin-bottom: 0;
  }
  #contentFooter .row .col .ce-gallery {
    margin-top: 0;
  }
}
@media (min-width: 550px) and (max-width: 749px) {
  #contentBody .headerSlider .ce-bodytext {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}
@media (max-width: 549px) {
  #contentBody .headerSlider .ce-bodytext {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }
  .col-xl-8,
  .col-xl-4 {
    flex-basis: initial;
  }
}
@media (max-width: 500px) {
  #contentHeader .navbar {
    padding-right: 60px;
  }
  .accordeon-group .btn-link {
    font-size: 13px;
  }
  .nav-item {
    font-size: 8px !important;
  }
  /*ScrollTop*/
  #upscroll {
    right: 5px;
  }
  /*Breadcrumb*/
  #breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*Tab*/
  .nav.nav-tabs {
    display: flex;
    flex-direction: column !important;
    width: 32%;
  }
  .nav.nav-tabs li a {
    color: grey;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: 'Raleway', sans-serif;
  }
  nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #fff;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: 'Raleway', sans-serif;
  }
  /*Pdf Download*/
  .frame-pdfdownload a {
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px !important;
    color: #1e466e;
    margin-left: 20px;
  }
  .frame-pdfdownload a::before {
    content: '.';
    margin-top: 25px;
    color: transparent;
    text-indent: -1000px;
    background: url('/fileadmin/media/mtic/pdf.png') no-repeat left center;
    background-size: auto;
    height: 20px;
    width: 16px;
    background-size: contain;
    position: absolute;
    left: -30px;
    margin-left: 40px;
  }
}
@media (max-width: 480px) {
  #language .search {
    display: none;
  }
  .headerSlider h2 {
    margin-bottom: 0px !important;
    font-size: 3.2rem !important;
  }
  .carousel a.cta-header {
    margin-top: 5px;
  }
  #page1 #contentBody .headerSlider,
  #page304 #contentBody .headerSlider,
  #page306 #contentBody .headerSlider,
  #page1650 #contentBody .headerSlider,
  #page3183 #contentBody .headerSlider {
    height: auto;
  }
  .frame-header-middle {
    font-size: 2.5rem;
    line-height: 1.5;
    padding: 3rem 1rem;
  }
}
@media (max-width: 375px) {
  #language .languageselect {
    display: none;
  }
  .headerSlider .ce-bodytext {
    margin-top: 15px;
  }
  .company-links {
    display: none !important;
    position: absolute;
    bottom: -180px !important;
    left: 0;
    padding-left: 0;
    flex-direction: column;
  }
  #contentHeader .navbar .langNavBar ul#language {
    flex-direction: row !important;
  }
  #language li {
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .nav-item {
    font-size: 8px !important;
  }
}
