@font-face {
  font-family: "Myriad Pro";
  src: url("/resources/st-theme/servotel/fonts/myriadpro-light-webfont.woff");
}
@font-face {
  font-family: "Barlow";
  src: url("/resources/st-theme/servotel/fonts/Barlow-Regular.ttf");
}
@font-face {
  font-family: "Barlow-Light";
  src: url("/resources/st-theme/servotel/fonts/Barlow-Light.ttf");
}
@font-face {
  font-family: "Barlow-Bold";
  src: url("/resources/st-theme/servotel/fonts/Barlow-Bold.ttf");
}

h1, h2 {
	text-transform:none !important;
	text-shadow:none !important;
}
input[type="submit"],input[type="button"] {
	text-shadow:none !important;
}

a.button_blue, a.button, a.button_red, #navbox, #navbox .title, #addinbox, 
#addinbox .top_center, #addinbox .subtitle, #contentbox_empty, .contentbox_empty,
#contentbox_empty #title_blue, .contentbox_empty .title_blue, 
#contentbox_empty #title_red, .contentbox_empty .title_red,
#chart-bar, #tabbar-tabs li a, #tabbar-content, #header_content p,
.nav ul li a, .banner h2, .banner h3, .banner p, .learn_more, .strip_text, 
#references_area, .references_label, .service_heading h2, .img_title,
.mega_mid, .menu_box h2   
 {  
	text-shadow:none !important;
}

#outer2 {
  background: #fff !important;
}

.body-allgemein {
  min-width: unset !important;
}

#logo img {
  max-width:240px;
}

div.content p {
	line-height:1.3;
}

.services ul li a,
.grey-bg ul li a {
  position: relative;
}
.tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #004466;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  left: 50px;
  position: absolute;
  z-index: 1000;
  white-space: nowrap;
}
.splash-mail .tooltiptext {
  top: -5px;
}
.services ul li a:hover .tooltiptext,
.splash-mail:hover .tooltiptext,
.grey-bg ul li a:hover .tooltiptext {
  visibility: visible;
}
#lightSlider {
  height: 100% !important;
}
/*HEADER*/

#header {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

nav li.dropdown:hover div.dropdown-menu {
  display: block;
  top: 56px;
  padding-top: 0;
  margin-top: 0;
  border: none;
  background: transparent;
  width: 338px;
}

.header nav {
  padding-bottom: 0;
}

.header nav ul {
  margin-top: 20px;
}

.header nav ul li .active {
  border-bottom: 4px solid #c90030;
  position: relative;
}

.header nav .menu_box ul {
  margin-top: 0;
  padding-top: 0;
}
.header nav .menu_box.fltleft ul {
  padding-bottom:0;
}

.header nav .menu_box ul li a {
  font-family: "Barlow";
  padding-left: 15px;
  padding-bottom: 0;
}
.header .menu_box.fltleft {
  margin-right: 60px;
}
.header nav .menu_box ul li a {
  background: none;
  padding-left: 0;
}
.header nav .menu_box ul li a:hover {
  background: none;
}

.header nav .menu_box h2 {
  border-bottom: none;
  padding-left: 0;
  font-family: "Barlow-Bold";
  color:#004466 !important;
  font-size:18px;
  
}

.header nav .nav-item {
  list-style: none;
  padding: 0 12px;
}

.header nav .nav-item a {
  font-family: "Barlow-Bold";
  font-size: 18px;
  color: #004466 !important;
  border-bottom: 4px solid transparent;
  padding-bottom: 18px;
  padding-bottom: 40px;
  /*padding: 0 13px 22px 13px;*/
}
@media (min-width: 992px) {
	.big-header #logo img {
	  width: 100%;
	  max-width:370px;
	}
	.header.big-header nav ul.navbar-nav {
	  margin-top: 44px;
	}

	.header.big-header nav .nav-item a {
	  padding-bottom: 42px;
	}
	.header.big-header {
	  margin-left: -15px;
	}
}

.header nav .dropdown li a {
  font-size: 14px;
}

.header nav li a:hover {
  border-bottom: 4px solid #c90030;
}

.header nav .menu_box li a:hover {
  border-bottom: none;
}

.mega_mid {
  background-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: none !important;
}

.header {
  position: relative;
  margin-left: -30px;
}

.phone {
  font-family: "Barlow-Bold";
  display: inline-block;
  font-size: 24px;
  color: #004466 !important;
  font-weight: 700;
  margin-top: 8px;
}

.phone::before {
  background-image: url("/resources/st-theme/servotel/images/new-images/phone-home.png");
  display: inline-block;
  width: 18px;
  height: 22px;
  content: "";
  margin-right: 7px;
  background-repeat: no-repeat;
}

.email a, .phone a {
	vertical-align: text-bottom;
}

.email {
  font-family: "Barlow-Bold";
  display: inline-block;
  margin-left: 20px;
  font-size: 24px !important;
  color: #004466 !important;
  font-weight: 700;
}

.email a, .phone a,
.email a:hover, .phone a:hover,
.email a:active, .phone a:active,
.email a:visited, .phone a:visited {
	color: #004466 !important;
	text-decoration:none;
}

.email::before {
  background-image: url("/resources/st-theme/servotel/images/new-images/mail-home.png");
  display: inline-block;
  width: 24px;
  height: 22px;
  content: "";
  margin-right: 7px;
  background-repeat: no-repeat;
}

.header-box .float-right a {
  display: block;
}

.header-box .fltright {
  display: block;
  margin-left: 9px;
  margin-top: -8px;
  text-align: left;
}
.header-box {
  text-align: right;
  margin-top: 6px;
  display: flex;
  justify-content: flex-end;
}
.header-box .apps {
  display: none;
}
.header-box input[type="submit"] {
  font-family: "Barlow-Bold";
  font-size:14px;
  background: #c90030;
  color: #fff;
  padding: 8px 22px;
  text-transform: uppercase;
  border-radius: 20px;
  font-weight: 700;
  margin-top: -6px;
}
.header-box form,
.header-box .forgot,
.header-box .form-element {
  display: inline-block;
}
.contact-header {
  background: #f4f6f8;
  padding: 22px 0 16px;
}
div.contact-info p {
	font-size:17px;
	line-height:1.4;
}
div.contact-info p span.caption {
	font-family: "Barlow-Bold";
	display:inline-block;
	width:70px;
}
div.contact-info.wide p span.caption {
	width:170px;
}
.header-box .forgot {
  text-align: left;
}
.header-box .forgot a {
  color: rgb(0, 68, 102);
  font-family: "Barlow";
  font-size:12px;
}
.header-box .forgot a:first-child {
  margin-top:4px;
  margin-bottom: 2px;
}
.header-box .login_field {
  font-family: "Barlow-Light";
  font-size:18px;
  border: none;
  border-radius: 10px;
  padding: 5px 10px;
}
.navbar-nav {
  position: relative;
}

.navbar-expand-lg {
  position: unset;
  margin-top: 20px;
}

.dropdown {
  position: unset;
}

.dropdown-menu ul li {
  display: inline-block;
}

.dropdown-menu ul li a img {
  width: 100%;
  height: 100%;
}

.services {
  float: left;
  width: 60%;
  position: relative;
  z-index: 100;
  background-color: #ecf1f4;
  padding: 20px 0;
}

.grey-bg {
  padding: 20px 0;
  float: right;
  position: relative;
  z-index: 1;
  width: 40%;
  background-color: #d1d9e3;
}

.grey-bg ul li .active:after {
  background: url(/resources/st-theme/servotel/images/new-images/header-vector-blue.png)
    no-repeat left;
  content: " ";
  position: absolute;
  bottom: -63px;
  width: 75px;
  left: -13px;
  height: 35px;
}

.services ul li .active:after {
  background: url(/resources/st-theme/servotel/images/new-images/header-vector-white.png)
    no-repeat left;
  content: " ";
  position: absolute;
  bottom: -63px;
  width: 75px;
  left: -13px;
  height: 35px;
}

.services ul li .infocenter.active:after {
  left: -15px;
}

.services ul li .ordercenter.active:after {
  left: -12px;
}

.services ul li .liftcenter.active:after {
  left: -14px;
}

.services ul li .outboundcenter.active:after {
  left: -16px;
}

.services li {
  float: right;
  position: relative;
  list-style-type: none;
  padding: 0 20px;
}

.services li .active,
.grey-bg li .active {
  position: relative;
}

.grey-bg li {
  float: left;
  list-style-type: none;
  padding: 0 23px;
  z-index: 100;
}

.services li a img,
.grey-bg li a img {
  width: 40px;
  height: 40px;
  filter: grayscale(0.9) brightness(3.4);
}

.grey-bg li a img {
  width: 40px;
  height: 40px;
  filter: grayscale(0.9) brightness(5);
}

.services li .active img,
.grey-bg li .active img {
  filter: none;
}

.services li a img:hover,
.grey-bg li a img:hover {
  filter: none;
}

/*SPLASH*/
.splash {
  padding: 0 !important;
  position: relative;
}

.splash img {
  width: 100%;
}
.splash .hide {
  display: none;
  position: absolute;
  top: 13px;
  left: 38px;
}
.splash .hide img {
  width: 60px;
  margin-bottom: 12px;
  display: block;
}

.home-splash-container {
  top: 15%;
  position: absolute;
  left: 0;
  right: 0;
}

.home-splash-container h1 {
  font-size: 24px;
  font-family: "Barlow-Bold";
  color: rgb(0, 68, 102);
  font-weight: bold;
  line-height: 1;
  z-index: 84;
}

.home-splash-container p {
  margin: 0;
  font-family: "Barlow";
  color: rgb(0, 68, 102);
  font-size: 18px;
  display: inline-block;
}

.home-splash-container .second-paragraph {
  margin-top: 16px;
}

.home-splash-container .splash-button {
  margin-top: 30px;
}

.home-splash-container .splash-button .button_red {
  border-radius: 30px;
  padding: 13px 34px;
  font-size: 14px;
  background: unset;
  background-color: #c90030;
  position: relative;
  z-index: 1000;
  font-family:"Barlow-Bold";
}
.home-splash-container .splash-button .button_red:hover {
  color: #fff;
  text-decoration: none;
}
.splash .splash-mail {
  position: absolute;
  bottom: 0;
  right: 28.8%;
}

.splash .bottom-img {
  position: absolute;
  bottom: -140px;
  left: 0;
  right: 0;
  text-align: right;
  z-index: 100;
}

.splash .bottom-img img {
  width: 250px;
}

.splash-container {
  top: 10%;
  position: absolute;
  left: 0;
  right: 0;
}

.splash-container h1 {
  font-size: 64px;
  font-family: "Barlow-Bold";
  color: rgb(0, 68, 102);
  font-weight: bold;
  line-height: 1;
  z-index: 84;
  text-transform: none;
}

.splash-container h2 {
  font-size: 24px;
  font-family: "Barlow-Bold";
  font-weight: bold;
  color: #c8002f;
  text-transform: none;
}

.splash-container p {
  margin: 0;
  font-size: 24px;
  font-family: "Barlow";
  color: rgb(0, 68, 102);
  display: inline-block;
  line-height:1.3;
}

.splash.interface h1,
.splash.interface h2,
.splash.interface p {
  color: #fff;
  font-weight: normal;
}

/*CONTENT*/
#content {
  background-color: #fff;
  width: unset !important;
  padding: 0;
}

.content p {
  font-size: 18px;
  font-family: "Barlow";
}

.content .content-blue .statistic-box {
  display: inline-block;
}

.content .content-blue .statistic-box p {
  font-size: 24px;
  font-family: "Barlow";
}

.content .content-blue .statistic-box .inline-p {
  font-size: 24px;
  font-family: "Barlow";
  display: inline-block;
}

.content .content-blue .statistic-box .number {
  display: inline-block;
  font-size: 64px;
  font-family: "Barlow-Bold";
  margin-bottom: 0;
  color: #fff;
}

.content .content-blue {
  position: relative;
  background: url("/resources/st-theme/servotel/images/new-images/content-bg.png")
    no-repeat right;
  background-size: 100% 100%;
  background-color: #004466;
}

.content .content-blue div {
  padding: 16px;
}

.content .content-blue div.row {
  padding: 16px 0;
}

.content .content-blue .content-img {
  position: absolute;
}

.content .content-blue h3 {
  font-size: 18px;
  font-family: "Barlow-Bold";
  color: #fff;
  margin-top: 24px;
  text-transform:uppercase;
  margin-bottom: 0;
}

.content .content-blue p {
  color: #ffffffb3;
  font-size: 18px;
  font-family: "Barlow";
  line-height:1;
}

.content .content-blue .title-hold {
  position: absolute;
  bottom: -41px;
  right: 0;
  left: 0;
  text-align: center;
}

.content .content-blue .title-hold h3 {
  color: #004466;
  background: #ecf1f4;
  padding: 16px 49px;
  border-radius: 33px;
  font-family: "Barlow-Bold";
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}
.mobile-statistik {
  display: none;
}
.content .products {
  text-align: center;
  padding: 60px 0;
  position: relative;
}

.content .products .row {
  padding: 30px 0;
}

.content .products img {
  width: 60px;
  height: 90px;
  margin-bottom: 13px;
}

.content .products .call-center img {
  width: 35px;
}

.content .products .product-box {
	min-width: 19%;
}

.content .products .product-box a,
.content .products .product-box a:hover,
.content .products .product-box a:visited,
.content .products .product-box a:active {
  text-decoration:none;
}

.content .products .product-box h3 {
  font-size: 18px;
  color: #426880;
  font-family: "Barlow-Bold";
  text-transform:uppercase;
  margin-bottom:0;
}

.content .products .product-box p {
  font-size: 18px;
  color:#212529;
  font-family: "Barlow";
}

.content .products .title-hold {
  position: absolute;
  bottom: -32px;
  right: 0;
  left: 0;
  z-index: 100;
  text-align: center;
}

.content .products .title-hold h3,
.ads .title-hold h3,
.career .title-hold h3 {
  color: #fff;
  background: #004466;
  padding: 16px 49px;
  border-radius: 33px;
  font-family: "Barlow-Bold";
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}

#content .left-side .title p {
  color: #d74467;
  font-size: 18px;
  font-weight: bold;
}

#content .left-side .title h2 {
  font-size: 32px;
  color: #004466;
}

#content .left-side .product-list h3 {
  font-family: "Barlow-Bold";
  font-size: 32px;
  color: #004466;
  margin-top: 35px;
  position: relative;
}

#content .left-side .product-list h3::after {
  content: " ";
  width: 75%;
  border-bottom: 2px solid #ecf1f4;
  height: 6px;
  position: absolute;
  bottom: 6px;
  margin-left: 8px;
}

#content .left-side .product-list li p:first-child {
  color: #004466;
  font-family: "Barlow-Bold";
}

#content .left-side .product-list ul {
  margin-left: 0;
}

#content .left-side .product-list li {
  color: #000000b5;
  list-style: none;
  background: url(/resources/st-theme/servotel/images/new-images/check.svg)
    no-repeat left;
  padding: 20px 0 12px 37px;
  background-size: 27px 26px;
  background-position-y: 25px;
}

#content .left-side .product-list li p {
  margin-bottom: 0;
}

#content .left-side .list p {
  margin-top: 23px;
  color: #004466;
  font-weight: 900;
  font-size: 18px;
}

#content .left-side .list ul {
  margin-left: 0;
}

#content .left-side .list li {
  color: #000000b5;
  list-style: none;
  background: url(/resources/st-theme/servotel/images/new-images/arrow.png)
    no-repeat left;
  padding-left: 18px;
}

#content .left-side .button-hold {
  padding-top: 22px;
}

#content .left-side .button-hold p {
  color: #004466;
  font-weight: 900;
}

#content .left-side .button-hold a {
/*  background: #c90030;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 72px;
  border-radius: 36px;
  margin-top: 35px;
  display: inline-block;
  font-weight: bold;*/
  background: #c90030;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 42px;
  border-radius: 36px;
  margin-top: 20px;
  display: inline-block;
  font-family: "Barlow-Bold";
  font-size: 14px;
  text-decoration:none;
}

#content .right-side .title {
  text-align: center;
  margin-left: 38px;
}

#content .right-side h2 {
  font-family: "Barlow-Light";
  color: #004466;
  font-size: 32px;
  padding: 0 30px;
  text-transform: none;
}

#content .right-side .title a {
  background: #c90030;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 42px;
  border-radius: 36px;
  margin-top: 20px;
  display: inline-block;
  font-family: "Barlow-Bold";
  font-size:14px;
  text-decoration:none;
}

#content .right-side .boxes a,
#content .right-side .boxes a:hover,
#content .right-side .boxes a:active, 
#content .right-side .boxes a:visited {
  text-decoration:none;
}

#content .right-side .boxes {
  margin-top: 33px;
  margin-left: 38px;
}

#content .right-side .boxes p {
  padding-left: 27px;
  font-size: 18px;
  color: #004466;
  font-family: "Barlow";
  margin-bottom:0;
}

#content .right-side .boxes > p {
  text-transform:uppercase;
  font-size: 14px;
}

#content .right-side .boxes .box {
  background-image: url("/resources/st-theme/servotel/images/new-images//box-bg.png");
  background-size: cover;
  padding: 27px;
  margin-top: 33px;
}

#content .right-side .boxes > div:nth-child(2) {
  margin-top: 18px !important;
}
#content .right-side .boxes .box p {
  color: #010101;
  padding-left: 0;
}

#content .right-side .boxes .box p:nth-child(3) {
  font-family: "Barlow";
  color: #000000b5;
}

#content .right-side .boxes .box h3 {
  font-family: "Barlow-Bold";
  font-size: 18px;
  color: #004466;
  text-transform: uppercase;
}

#content .career {
  position: relative;
  padding: 50px 0 80px;
}

.content .title-hold {
  position: absolute;
  bottom: -33px;
  right: 0;
  left: 0;
  z-index: 100;
  text-align: center;
}

.content-blue .title-hold h3 {
  color: #004466;
  background: #ecf1f4;
  padding: 16px 49px;
  border-radius: 33px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}

.content .ads {
  position: relative;
}

.lSAction > .lSPrev {
  background: url("/resources/st-theme/servotel/images/new-images/arrow-left.svg")
    no-repeat center;
  background-size: cover;
}

.ads {
  border-top: 2px solid #ecf1f4;
  padding: 80px;
}

.ads .sliderAction img {
  width: 35px;
  cursor: pointer;
}

.ads .prevSlide {
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 35px;
  top: 2px;
}

.ads .references-hold {
  position: relative;
}

.ads .nextSlide {
  position: absolute;
  bottom: 0;
  right: -16px;
  width: 35px;
  top: 2px;
}

.ads .lslide {
  text-align: center;
}

.ads .clone {
  text-align: center;
}

.content .it-services {
  text-align: center;
  padding: 80px 0;
  position: relative;
  background-color: #ecf1f4;
}

.content .it-services img {
  width: 60px;
  height: 90px;
  margin-bottom: 13px;
}

.content .it-services .interface img {
  width: 80px;
}

.content .it-services h3 {
  font-size: 18px;
  font-family: "Barlow-Bold";
  color: #426880;
  text-transform:uppercase;
  margin-bottom:0;
}
.content .it-services a,
.content .it-services a:hover,
.content .it-services a:visited,
.content .it-services a:active {
	text-decoration:none;
	color:#212529;
}
.content .it-services p {
  font-size: 18px;
  font-family: "Barlow";
}
.splash-impressum,
.splash-agb {
  padding: 30px 0;
}
.referenzen {
  padding: 0;
}
.splash-agb .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.splash-impressum h1,
.splash-agb h1 {
  color: #004466;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.splash-agb img {
  max-width: 80%;
}
.content .impressum,
.content .agb {
  padding: 30px 15px;
}
.content .agb {
  color: #004466;
}
.content .agb h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: normal;
}

.content .impressum p,
.content .kontakt p {
  margin: 0;
  color: #004466;
  font-weight: bold;
}
.content .kontakt {
  padding-top: 40px;
}
.content .impressum table td,
.content .impressum table td a,
.content .kontakt table td,
.content .kontakt table td a {
  color: #004466;
}
.content .impressum table td b,
.content .kontakt table td b {
  color: #004466;
  font-weight: bold;
}
.kontakt .kontakt-info {
  padding-left: 40px;
}
.references-hold {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 20px;
}
.references-hold .info-hold {
  color: #004466;
  padding-left: 10px;
}
.references-hold .info-hold h3 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
.referenzen .title {
  background-color: #d1d9e3;
  padding: 30px 0;
}
.referenzen .title h1 {
  color: #004466;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.referenzen .text-hold {
  margin: 20px 0 40px 0;
}
.referenzen .text-hold p {
  color: #004466;
}
.content .kontakt h3 {
  color: #004466;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0;
}
.content .kontakt p,
.content .kontakt a {
  color: #004466;
  font-weight: normal;
}
.content .kontakt h4 {
  color: #004466;
  font-size: 16px;
  font-weight: normal;
}
.splash .splash-button-kontakt a {
  background: #c90030;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 0;
  border-radius: 36px;
  margin-left: 20px;
  display: inline-block;
  font-weight: bold;
  width: 220px;
  text-align: center;
  font-size: 14px;
}
.splash .splash-button-kontakt {
  display: flex;
  margin-top: 20px;
}
.splash .splash-button-kontakt span {
  color: #004466;
  margin-right: 10px;
}
.inquiry {
  padding-top: 40px;
}
.inquiry #color-blue {
  color: #004466;
}
.inquiry table input[type="submit"] {
    background: #c90030;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 42px;
    border-radius: 36px;
    margin-top: 20px;
    display: inline-block;
    font-family: "Barlow-Bold";
    font-size: 14px;
}
.inquiry table td[align="left"] {
  text-align: right;
}
.inquiry .img-box p {
  margin: 0;
  color: #004466;
}
.inquiry table input[type="text"] {
  border-radius: 20px;
  border: none;
  background-color: #f3f6f8;
  padding: 8px 20px 7px 20px;
  width: 100%;
}
.inquiry table input[type="checkbox"] {
  background-color: #f3f6f8;
}
.inquiry .form-element {
  position: relative;
}
/* .inquiry table [id="element:name"] .form-label,
.inquiry table [id="element:company"] .form-label,
.inquiry table [id="element:telephone"] .form-label,
.inquiry table [id="element:calls_per_month"] .form-label,
.inquiry table [id="element:email"] .form-label {
  position: absolute;
  left: 20px;
  font-size: 8px;
  top: 5px;
  color: #004466;
  font-weight: bold;
}
.inquiry table [id="element:name"] input,
.inquiry table [id="element:company"] input,
.inquiry table [id="element:telephone"] input,
.inquiry table [id="element:calls_per_month"] input,
.inquiry table [id="element:email"] input {
  /* width: 500px; */
/* }
.inquiry table [id="element:name"],
.inquiry table [id="element:company"],
.inquiry table [id="element:telephone"],
.inquiry table [id="element:calls_per_month"],
.inquiry table [id="element:email"] {
  display: flex;
} */
/*
.inquiry table .form-label span {
  color: #004466;
}
*/
.inquiry table input[type="checkbox"] {
  vertical-align: baseline;
}
.inquiry table [id="element:group_products_15"] label,
.inquiry table [id="element:group_products_16"] label,
.inquiry table [id="element:group_products_17"] label {
  margin: 0;
}
#inquiry div.form-required-alert-box {
    margin-top: -38px;
    margin-bottom: 38px;
}

.application {
  padding-top: 20px;
  max-width: 600px;
}
.application #color-blue {
  color: #004466;
}
.application table input[type="submit"] {
    background: #c90030;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 42px;
    border-radius: 36px;
    margin-top: 20px;
    display: inline-block;
    font-family: "Barlow-Bold";
    font-size: 14px;
}
.application table td[align="left"] {
  text-align: right;
}
.application .img-box p {
  margin: 0;
  color: #004466;
}
.application table input[type="text"] {
  border-radius: 20px;
  border: none;
  background-color: #f3f6f8;
  padding: 8px 20px 7px 20px;
  width: 100%;
}
.application table input[type="checkbox"] {
  background-color: #f3f6f8;
}
.application .form-element {
  position: relative;
}

#application div.form-required-alert-box {
    margin-top: -38px;
    margin-bottom: 38px;
}

form#application input[type="submit"], 
form#application input[type="button"] {
    background: #c90030;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 42px;
    border-radius: 36px;
    margin-top: 20px;
    display: inline-block;
    font-family: "Barlow-Bold";
    font-size: 14px;
	
  text-decoration:none;
}


/*FOOTER*/

.footer_top {
  background-color: #004466 !important;
  border-radius: 35px !important;
  padding: 9px 14px !important;
  height: 63px !important;
  
  font-size: 14px;
  font-family: "Barlow-Bold";
}
#content .mehr .left-side .list li {
  background: none;
  padding-left: 0;
}
#content .mehr {
  padding: 80px 0;
}
#content .mehr .left-side .title h2 {
  padding-bottom: 10px;
  position: relative;
  font-size: 35px;
  font-weight: bold;
}
#content .mehr .left-side .title h2:after {
  content: " ";
  border-bottom: 2px solid #ecf1f4;
  height: 6px;
  position: absolute;
  bottom: 17px;
  margin-left: 8px;
  width: 50%;
}
#content .kunden {
  padding-top: 40px;
}
#content .kunden .box-picture {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
#content .kunden .box-picture ul {
  list-style: none;
  margin: 0;
}
#content .kunden .box-picture ul li {
  background: url(/resources/st-theme/servotel/images/new-images/arrow.png)
    no-repeat left;
  padding-left: 18px;
  font-weight: bold;
}
#content .kunden h2 {
  color: #004466;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
}
#content .kunden .box-picture p {
  color: #004466;
}
#content .kunden h3 {
  margin-top: 23px;
  color: #004466;
  font-weight: 900;
  font-size: 18px;
}
.callback {
  padding-top: 40px;
}
.callback table input[type="text"] {
  border-radius: 20px;
  border: none;
  background-color: #f3f6f8;
  padding: 12px 20px 5px 20px;
  width: 100%;
}
.callback table input[type="text"].hasDatepicker {
  border-radius: 20px;
  border: none;
  background-color: #f3f6f8;
  padding: 12px 20px 5px 20px;
  width: 130px;
}
.callback table input[type="submit"] {
  background: #c90030;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 42px;
  border-radius: 36px;
  margin-top: 20px;
  display: inline-block;
  font-weight: bold;
}
.callback table select {
  border-radius: 20px;
  border: none;
  background-color: #f3f6f8;
  padding: 7px 10px;
}
.callback table td[align="left"] {
  text-align: center;
}
.callback .callback-form {
  margin: 0 auto;
}
.footer_top li {
  padding: 0 6px !important;
}

.footer_top li a {
  color: #fff !important;
}

.footer_top li:last-child a:after {
  content: "";
}

.footer_top .copyright ul li {
  color: #fff;
}

/*
.footer_top .copyright ul li:first-child:after {
  content: "|";
  margin-left: 10px;
}
*/

.footer_bottom {
  margin-top: 35px;
}
.copyright ul li {
  background: none;
}

#content .register {
	margin-top:30px;
	margin-bottom:30px;
	font-family: "Barlow";
}
#content .register a {
	color:rgb(0, 68, 102);
}
#content .register h1 {
	font-family: "Barlow-Bold";
}

#content .register input[type="text"] {
    font-family: "Barlow-Light";
    font-size: 18px;
    border: none;
    border-radius: 10px;
    padding: 5px 10px;
	background-color: #f3f6f8;
}

#content .register input[type="submit"] {
	font-family: "Barlow-Bold";
    font-size: 14px;
    background: #c90030;
    color: #fff;
    padding: 8px 22px;
    text-transform: uppercase;
    border-radius: 20px;
}
@media (min-width: 1200px) {
  .splash-container{
	padding-left:0;
	padding-right:0;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .services li {
    padding: 0 15px;
  }
  .services li a img,
  .grey-bg li a img {
    width: 35px;
    height: 35px;
  }
  .home-splash-container {
    top: 10%;
  }
  .splash-container h1 {
    font-size: 42px;
    margin: 0;
    padding-bottom: 5px;
  }
  .splash-container h2 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 8px;
  }
  .splash-container p {
    font-size: 16px;
  }
}
li.nav-item.mobile-login {
  display:none;
}
@media screen and (max-width: 992px) {
  li.nav-item.mobile-login {
	display:list-item;
  }
  div.jetzt-bewerben {
	display:none;
  }
  #header {
    height: 85px;
  }
  #header .container {
    height: 100%;
  }
  .header #logo {
    margin: 25px 0 0 0;
  }
  .header #logo img {
    max-width: 90%;
	margin-left: 15px;
  }
  .header .navbar {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .header nav .nav-item {
    padding: 0;
  }
  .header #mega_menu {
    position: relative;
    left: unset;
    right: unset;
    top: 0;
  }
  .header #mega_menu .mega_mid {
    background-color: #ecf1f4 !important;
    padding: 20px 0;
  }
  .header #mega_menu .mega_top {
    background: none;
  }
  .header nav li a, .header nav li a:hover {
    border: none;
  }
  #mega_menu .menu_box h2 {
    display: none;
  }
  .header .menu_box.fltleft {
    float: none;
	margin-right:0;
  }
  .header .navbar-toggler {
    border: none;
  }
  .menu_box ul li a {
    background: none;
  }
  .header .navbar-toggler:focus {
    outline: none;
  }
  .header .navbar-toggler-border {
    width: 30px;
    height: 5px;
    background-color: rgb(0, 68, 102);
    display: block;
    margin-top: 5px;
  }
  .header .navbar-collapse {
    background-color: #d1d9e3;
    z-index: 101;
    position: absolute;
    top: 85px;
    right: 0px;
    width: 280px;
  }
  .header nav .nav-item a {
    padding-right: 20px;
    padding-bottom: 0;
  }
  .header nav .nav-item:last-child a {
    padding-bottom: 20px;
  }
  .header .navbar-nav {
    text-align: right;
    margin-left: 0;
    margin-top: 15px;
  }
  .header .navbar-nav:before {
    content: " ";
    background: url(/resources/st-theme/servotel/images/new-images/header-vector-blue.png)
      no-repeat center;
    position: absolute;
    top: -30px;
    right: 6px;
    width: 75px;
    height: 35px;
    transform: rotateX(180deg);
  }
  .header #mega_menu:before {
    content: " ";
    background: url(/resources/st-theme/servotel/images/new-images/header-vector-blue.png)
      no-repeat center;
    position: absolute;
    width: 75px;
    height: 32px;
    top: -7px;
    right: 20px;
  }
  .contact-header .phone,
  .contact-header .email {
    display: none;
  }
  .home-splash-container {
    position: relative;
  }
  .contact-header {
    display: none;
  }

  #splash .hide {
    display: block;
  }
  .splash .splash-button-kontakt {
    flex-direction: column;
  }
  .splash .splash-button-kontakt a {
    margin-top: 20px;
    margin-left: 0;
  }
  .splash .bottom-img {
    bottom: -55px;
  }
  .splash .bottom-img img {
    width: 100px;
  }
  .splash-agb h1 {
    font-size: 22px;
  }
  .home-splash-container .splash-button {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .header nav ul {
    margin-top: 0;
    padding-bottom: 0;
  }
  .splash-container {
    background-color: #d1d9e3;
  }
  .services ul li .active:after,
  .grey-bg ul li .active:after {
    bottom: -40px;
    left: -20px;
  }

  .services li a img,
  .grey-bg li a img {
    width: 27px;
    height: 27px;
  }
  .services li a,
  .grey-bg li a {
    display: none;
  }
  .services,
  .grey-bg {
    padding: 10px 0;
    min-height: 50px;
  }
  .services ul,
  .grey-bg ul {
    margin: 0;
  }
  .services li a.active,
  .grey-bg li a.active {
    display: block;
    float: none;
  }
  .services li,
  .grey-bg li {
    float: none;
    margin: 0;
  }
  .ticketing img {
    width: 100%;
  }
  .splash.interface h1,
  .splash.interface p {
    color: rgb(0, 68, 102);
  }
  .splash.interface h2 {
    color: #c8002f;
  }

  #splash .bottom-img,
  #splash .splash-button {
    display: none;
  }

  #splash .home-splash-container,
  .splash-container {
    position: unset;
  }

  #splash .splash-content {
    padding: 25px 25px 100px 25px;
    border-bottom: 2px solid #ecf1f4;
  }

  #splash .splash-content h1 {
    font-size: 35px;
  }

  #splash .splash-content h2 {
    font-size: 18px;
  }

  #splash .splash-content p {
    font-size: 18px;
  }
  #splash .hide {
    display: block;
  }

  #content .career {
    padding: 37px 14px;
  }

  #content .right-side .boxes {
    margin-left: 0;
  }
  #content .left-side .title h2 {
    word-break: break-word;
  }
  .kontakt .kontakt-info {
    padding-left: 0;
    padding-bottom: 20px;
  }
  #mapviewer iframe {
    width: 100%;
  }
  .content .ads {
    padding: 50px 50px 40px 50px;
  }
  .inquiry {
    padding-top: 10px;
  }
  .inquiry table {
    table-layout: fixed;
    margin-top: 20px;
  }
  form#inquiry {
    text-align: center;
  }
  form#inquiry .form-widget {
	text-align:left;
  }
  form#inquiry .form-widget > div {
	text-align:center;
  }
  .inquiry table td[align="left"] {
    text-align: center;
  }
  .inquiry table .form-label {
    display: block;
  }
  .inquiry table .form-element {
    display: flex;
    flex-direction: column;
  }
  .inquiry table input[type="text"] {
  }
  .content-blue .statistic-box .number {
    font-size: 34px;
  }

  .content-blue .statistik {
    display: none;
  }

  .content-blue .box {
    text-align: center;
  }
  .mobile-statistik {
    display: block;
    text-align: center;
    padding: 7px;
  }

  .mobile-statistik h3 {
    display: inline-block;
    font-weight: 900;
    color: #004466;
    font-size: 11px;
    text-transform: uppercase;
  }

  .mobile-statistik p {
    color: #004466;
    font-size: 11px;
    display: inline-block;
  }

  #content .content-blue .title-hold {
    bottom: -123px;
  }
  #content .kunden .box-picture {
    grid-template-columns: 1fr;
  }
  #content .kunden .box-picture img {
    width: 100%;
  }

  .mobile-statistik {
    display: block;
    text-align: center;
    padding: 7px;
  }

  .mobile-statistik h3 {
    display: inline-block;
    font-weight: 900;
    color: #004466;
    font-size: 11px;
    text-transform: uppercase;
  }

  .mobile-statistik p {
    color: #004466;
    font-size: 11px;
    display: inline-block;
  }

  .content-blue .statistic-box {
    padding: 16px !important;
  }

  .content-blue .statistic-box .inline-p {
    margin-bottom: 0;
  }

  .content .content-blue div {
    padding: 0;
  }

  .content .content-blue .title-hold h3 {
    color: #fff;
    background: #004466;
    padding: 16px 49px;
    border-radius: 33px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
  }

  .ads .lslide img {
    max-width: 90%;
  }

  .content .it-services {
    padding: 40px 0;
  }

  #footer {
    width: 100% !important;
  }

  .footer_top .copyright ul li {
    color: #004466;
    display: block;
    float: none;
  }

  #footer .copyright {
    float: none;
    text-align: center;
    margin-top: 110px;
  }

  #footer .copyright ul li {
    color: #004466;
    line-height: 1.5;
    font-weight: 900;
  }

  .footer_top .copyright ul li:first-child:after {
    content: none;
  }

  #footer .footer_bottom {
    margin-top: 26px;
    text-align: center;
  }

  #footer .footer_bottom .left_apps,
  #footer .footer_bottom .right_logo {
    display: inline-block;
    float: none;
  }

  #footer .footer_bottom .right_logo .logo_text {
    display: none;
  }

  #footer .footer_bottom img {
    max-width: 90px !important;
    height: 33px !important;
  }

  #footer .footer_link {
    float: none;
    text-align: center;
  }

  #footer .footer_link ul li {
    float: none;
    display: inline-block;
  }
}

@media screen and (max-width: 576px) {
  .splash .hide img {
    width: 40px;
  }

  .header #logo {
    margin: 35px 0 0 0;
  }

  .content-blue .statistic-box {
    padding: 9px !important;
  }

  .content-blue .statistic-box .number {
    font-size: 30px;
  }

  .footer_top li a {
    font-size: 10px;
  }
  div.jetzt-bewerben {
	  display:none;
  }
}
