body {
  font-family: 'Open Sans', sans-serif;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0;
  overflow-x: hidden;
}

.flex {
	display: flex;
	display : -ms-flexbox;
}

.flex1 {
  -webkit-flex: 1; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */
  flex: 1;
}

.show {
	display: block !important;
}
.hide {
  display: none !important;
}

#container a,
#container a:visited {
  color: #ff9c00;
  text-decoration: none;
}

#container li a,
#container li a:visited {
	color: #0095f2;
}

#container .navigationMobileContainer.viewMobile a {
	color: #ffffff;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #aeaeae;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #aeaeae;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #aeaeae;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #aeaeae;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #aeaeae;
}

::placeholder { /* Most modern browsers support this now. */
   color: #aeaeae;
}

h1{
	font-size: 36px;
	color: #ff9c00;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 800;
}
div.SmallColumn  h1,
div.BigColumn  h1,
div.TeamBoxPresentation h1 {
	font-size: 28px;
}

.blue {
	color: #0095f2 !important;
}

li.leistungIcon i {
	font-size: 45px;
	color: white;
	padding-top: 5px;
}

a.button {
    background-color: #0095f2;
    color: white!important;
    padding: 7px;
    border-radius: 2px;
}

/*************************************
    PAGE IMAGE
**************************************/
.leistungPageImage .cel_pagetype_RichText img {
	display: none;
}

#container #leistungPageImage {
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 147px;
}

/** WIDTH OF CONTENT **/
#container .contentWrapper,
#footerContainer .footerContent,
#footerContainer .footerBottom .footerBottomContainer {
  max-width: 1200px;
}

/*************************************
    SlideShow
**************************************/
#container .contentSlideshow  .celimage_slideshow_wrapper {
	width: 100% !important;
	height: 100% !important;
}

#container   .cel_slideShow_slideRoot {
    top: -14.5px!important;
}

#container .contentSlideshow  .celimage_slideshow_wrapper .cel_slideShow_slideRoot {
	/*position: unset !important;*/
	width: 100% !important;
  height: 100% !important;
}

#container .contentSlideshow  .celimage_slideshow_wrapper .cel_slideShow_slideRoot .cel_slideShow_slideWrapper {
	/*position: relative !important;*/
	transform-origin: unset !important;
	transform: none !important;
	height: 100% !important;
	width: 100% !important;
}
#container .contentSlideshow  .celimage_slideshow_wrapper .cel_slideShow_slideRoot .cel_slideShow_slideWrapper > div {
	position: relative;
}

#container .contentSlideshow  .celimage_slideshow_wrapper .cel_slideShow_slideRoot .cel_slideShow_slideWrapper img {
	width: 100%;
	display: block;
	height: 493px;
	object-fit: cover;
	object-position: center;
}

/*************************************
    Container
**************************************/
#container {
  position: relative;
  padding-bottom: 700px;
}

#container .contentWrapper {
	margin-right: auto;
	margin-left: auto;
	padding: 152px 15px 50px 15px;
}

/*************************************
    FOOTER
**************************************/
#footerContainer {
  position: absolute;
  right: 0;
  bottom: -50;
  left: 0;
  height: 700px;
}

#footerMap {
	height: 450px;
}

#footerContainer .footerContent ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footerContainer .footerContent .rteContent > ul {
  display: flex;
}
#footerContainer .footerContent .rteContent > ul > li {
	flex: 1;
	font-weight: 700;
  font-size: 24px;
}
#footerContainer .footerContent .rteContent > ul > li > ul {
  font-weight: normal;
  font-size: 18px;
  padding-top: 15px;
}

#footerContainer .footerContent {
	margin-right: auto;
	margin-left: auto;
	padding: 50px 15px 30px 15px;
}

#footerContainer .footerBottom {
  background-color: #e9e9e9;
  padding: 10px 0 10px 0;
}

#footerContainer .footerBottom .footerBottomContainer {
	display: flex;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#footerContainer .footerBottom .footerBottomContainer > div {
  flex: 1;
}
#footerContainer .footerBottom .footerBottomContainer > div:first-child {
  flex: 5;
}
#footerContainer .footerBottom .footerBottomContainer > div:last-child {
  text-align: right;
}
#footerContainer .footerBottom .footerBottomSocialMedia i:not(:first-child) {
  padding-left: 15px;
}

#footerContainer .footerBottom .footerBottomSocialMedia {
  line-height: 52px;
  font-size: 18px;
}

/*************************************
    LEISTUNGEN
**************************************/
.contentWrapper.contentLeistung {
  z-index: 2;
  position: relative;
}

.leistungList {
	list-style: none;
	padding: 0;
	margin: 0;
}

.leistungList ul {
  list-style: none;
  padding: 0;
}
.leistungList > li > ul:not(:first-child) {
	padding-left: 20px;
}

.leistungList > li {
  display: flex;
}

.leistungList .fas,
.leistungList .fab  {
	min-width: 60px;
	text-align: center;
}

.leistungList .leistungTitle {
  color: #ff9c00;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 800;
  text-align: left;
}
.leistungList .leistungDescription {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.content .cel_pagetype_MultiRichText .presentationList > ul > li.LeistungenMultiText .presentationList > ul {
  display: flex;
  flex-wrap: wrap;
}

.content .cel_pagetype_MultiRichText .presentationList > ul > li.LeistungenMultiText .presentationList > ul > li {
  width: 400px;
  padding-top: 60px;
}

/* tinymce Layout */
#tinymce > ul.leistungList {
  background-color: #606060;
  padding: 15px 0;
}
#tinymce > ul.leistungList .leistungTitle {
  line-height: 30px;
}

.leistungList .leistungTitle a {
  text-decoration: none;
}
.leistungList .leistungTitle a:visited {
  color: #ff9c00;
}

/*************************************
    Gallery
**************************************/
#container .content {
  /*padding: 80px 0 0 0;*/
	width: 100%;
	border: none;
	min-height: 20px;
	position: relative;
}

.content .cel_pagetype_MultiRichText ul li.ImageGallery h1,
.content .cel_pagetype_ImageGallery h1 {
	text-align: center;
}

.content .cel_pagetype_MultiRichText ul li.ImageGallery .presentationList > ul > li,
.content .cel_pagetype_ImageGallery .presentationList > ul > li,
.content .cel_pagetype_ImageGallery .presentationList > ul > li > div {
  margin: 0;
  position: relative;
}

.content .cel_pagetype_MultiRichText ul li.ImageGallery .presentationList > ul > li:hover div.celimage_slideshow::before,
.content .cel_pagetype_ImageGallery .presentationList > ul > li:hover div.celimage_slideshow::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f055";
  position: absolute;
	left: 46%;
	top: 44%;
	z-index: 99;
	font-size: 50px;
}
.content .cel_pagetype_MultiRichText ul li.ImageGallery .presentationList > ul > li:hover div.celimage_slideshow::after,
.content .cel_pagetype_ImageGallery .presentationList > ul > li:hover div.celimage_slideshow::after {
  opacity: 0.8;
}
.content .cel_pagetype_MultiRichText ul li.ImageGallery .presentationList > ul > li div.celimage_slideshow::after,
.content .cel_pagetype_ImageGallery .presentationList > ul > li div.celimage_slideshow::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  z-index: 0;
  background: #ff9c00;
  opacity: 0.0;
  content: "";
}

.content .cel_pagetype_MultiRichText ul li.ImageGallery .presentationList > ul div.celimage_slideshow,
.content .cel_pagetype_ImageGallery .presentationList > ul div.celimage_slideshow {
	width: 400px;
	height: 300px;
	color: #EDEDED;
  border: 0px solid black;
  background-color: black;
  position: relative;
}

/*************************************
    Multirichtext
**************************************/

.contentWrapper .content {
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  min-height: 400px !important;
}

.content .cel_pagetype_MultiRichText ul > li.MultiRichText ul {
  display: flex;
}

.content .cel_pagetype_MultiRichText ul > li.MultiRichText ul > li,
.content .cel_pagetype_MultiRichText ul > li.MultiRichText ul > li.SmallColumn {
  flex: 1;
}
.content .cel_pagetype_MultiRichText ul > li.MultiRichText ul > li.BigColumn {
  flex: 4;
}

.content .cel_pagetype_MultiRichText ul > li.MultiRichText ul > li:not(:first-child) {
  padding-left: 15px;
}
.content .cel_pagetype_MultiRichText ul > li.MultiRichText ul > li:not(:last-child) {
  padding-right: 15px;
}

.content .cel_pagetype_MultiRichText > div > div.presentationList > ul > li:not(:last-child) {
	padding-bottom: 60px;
	width: 100%;
}
#container .content .cel_pagetype_MultiRichText > div > div.presentationList > ul > li:first-child {
	padding-bottom: 60px;
}

.content .cel_pagetype_MultiRichText div.presentationList > ul > li.MultiRichText ul > li:not(:last-child),
.content .cel_pagetype_MultiRichText div.presentationList > ul > li.TeamBoxPresentation .presentationList > ul > li:first-child {
	border-right: 1px #000000 solid;
}

/*************************************
    TEAM
**************************************/
.content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 200px;
  position: relative;
  justify-content: space-between;
}

.content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul > li {
  flex: 1;
  width: 180px;
  max-width: 180px;
  min-width: 180px;
  padding-bottom: 30px;
}
#container .content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul > li:first-child {
  position: absolute;
  left: 0;
  top: -24px;
  padding: 0;
}

.content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul > li ul {
  padding: 0;
  list-style: none;
  position: relative;
}

.content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul > li ul > li:not(:first-child) {
  font-style: italic;
  text-align: center;
}

.content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul > li ul > li:nth-child(2) {
	display: none;	
}
.content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul > li ul > li.show {
	display: block;
	position: absolute;
	z-index: 99;
	background-color: #ff9c00;
	opacity: 0.9;
	top: 0px;
	padding: 13px;
	word-wrap: break-word;
	color: #ffffff;
	font-style: normal;
}


/*************************************
    CONTACT FORM OLD
**************************************/
div.presentationList > ul > li.ContactForm,
div.presentationList > ul > li.FormNG {
	width: 100%;
}

#contactForm {
  width: 100%;
}

#contactForm .contactElement {
	display: flex;
}

#contactForm .contactElement > label {
  flex: 1;
}
#contactForm .contactElement > input,
#contactForm .contactElement > textarea,
#contactForm .contactElement > div.captchaContainer {
  flex: 3;
}

#contactForm .contactElement > div.captchaContainer {
	display: flex;
}
#contactForm .contactElement > div.captchaContainer img {
  padding: 0 20px;
	height: 40px;
	border: 1px #eaeaea solid;
	margin-right: 20px;
	margin-left: -9px;
}

#contactForm input[type=text],
#contactForm textarea {
  outline: none;
  background-color: #eaeaea;
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  font-size: 18px;
}
#contactForm input[type=text] {
	height: 40px;
	padding: 0 15px;
}
#contactForm textarea {
	height: 110px;
	padding: 7px 15px;
	resize: none;
}

#contactForm .contactFormSubmitContainer {
	text-align: right;
  padding-top: 20px;
}
#container .content .contactSubmit {
  padding: 9px 40px;
  cursor: pointer;
  background: #e78408;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  outline: 0;
  transition: all 0.2s;
  color: #fff;
  text-decoration: none;
  height: 40px;
  font-size: 14px;
}

.contactFormReq {
  color: #ff9c00;
}


/*************************************
    CONTACT FORM NEW
**************************************/


/*Fahrzeuganfrage*/

div.presentationList > ul > li.ContactForm {
	width: 100%;
}

#Fahrzeuganfrage {
  width: 100%;
}

#Fahrzeuganfrage .contactElement {
	display: flex;
}

#Fahrzeuganfrage .contactElement > label {
  flex: 1;
}
#Fahrzeuganfrage .contactElement > input,
#Fahrzeuganfrage .contactElement > textarea,
#Fahrzeuganfrage .contactElement > div.captchaContainer {
  flex: 3;
}

#Fahrzeuganfrage .contactElement > div.captchaContainer {
	display: flex;
}
#Fahrzeuganfrage .contactElement > div.captchaContainer img {
  padding: 0 20px;
	height: 40px;
	border: 1px #eaeaea solid;
	margin-right: 20px;
	margin-left: -9px;
}

#Fahrzeuganfrage input[type=text],
#Fahrzeuganfrage textarea,
#Fahrzeuganfrage .input {
  outline: none;
  background-color: #eaeaea;
  display: block;
  width: 275px;
  border: none;
  margin-bottom: 20px;
  font-size: 14px;
  height: 40px;
  padding: 0 15px;
}

.titel {
    min-width: 175px;
}

#formRight {
	padding-top: 0px;
	padding-left: 50px;
}

.formular_row {
	display: flex;
}

.input {
	padding-left: 100px;
}

.formular_row input[type=text] {
	height: 40px;
	padding: 0 15px;
}

.formular_row.mobileOptions {
    padding-bottom: 20px;
}


#Fahrzeuganfrage textarea {
	height: 110px;
	padding: 7px 15px;
	resize: none;
	min-width: 275px;
}

#Fahrzeuganfrage .contactFormSubmitContainer {
	text-align: right;
  	padding-top: 20px;
}
#container .content .contactSubmit {
  padding: 9px 40px;
  cursor: pointer;
  background: #e78408;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  outline: 0;
  transition: all 0.2s;
  color: #fff;
  text-decoration: none;
  height: 40px;
  font-size: 14px;
}

.contactFormReq {
  color: #ff9c00;
}

#formRight .colleft .formular_row {
    width: 150px;
}

#form {
	display: flex;
}

#formLeft {
    width: 650px;
}

#formRight {
    width: 600px;
}

#formRight .top .titlecolright {
	padding-bottom: 30px;
	font-weight: bold;
}

#formRight .bottom input[type="checkbox"] {
    margin-left: 15px;
    position: relative;
    top: 0px;
}

#formRight .bottom .mobileUnder input[type="checkbox"] {
    top: 0px;
}

#formRight .bottom .firstInput {
    margin-left: 0px !important;
}

.celSubmitFormWithValidation.submit.sendButton {
	background-color:bisque;
    width: 50px;
    display: block;
    padding: 10px;
}

.formLayout {
    padding-top: 25px;
}

.input.multiselectMobile {
	min-width: 305px;
}

#form .validation-advice,
#contactForm .validation-advice {
    color:red;
	background-color: transparent;
	font-weight: bold;
	padding: 0px;
    font-size: 10px;
    margin-left: -305px;
	margin-top: 39px;
}
#contactForm .validation-advice {
	margin-left: -150px;
}

/* Teileanfrage */

#Teileanfrage input[type=text],
#Teileanfrage textarea,
#Teileanfrage .input {
  outline: none;
  background-color: #eaeaea;
  display: block;
  width: 275px;
  border: none;
  margin-bottom: 20px;
  font-size: 14px;
  height: 40px;
  padding: 0 15px;
}

#Teileanfrage {
  width: 100%;
}

#Teileanfrage .contactElement {
	display: flex;
}

#Teileanfrage .contactElement > label {
  flex: 1;
}
#Teileanfrage .contactElement > input,
#Teileanfrage .contactElement > textarea,
#Teileanfrage .contactElement > div.captchaContainer {
  flex: 3;
}

#Teileanfrage .contactElement > div.captchaContainer {
	display: flex;
}
#Teileanfrage .contactElement > div.captchaContainer img {
  padding: 0 20px;
	height: 40px;
	border: 1px #eaeaea solid;
	margin-right: 20px;
	margin-left: -9px;
}

#Teileanfrage textarea {
	height: 110px;
	padding: 7px 15px;
	resize: none;
	min-width: 275px;
}

#Teileanfrage .contactFormSubmitContainer {
	text-align: right;
  	padding-top: 20px;
}

#formRight .titlecolright {
	padding-bottom: 30px;
	font-weight: bold;
}

.input.required.multiselectMobile.validation-passed {
    min-width: 305px;
}

/*************************************
    BACKEND
**************************************/

.mceContentBody h1, 
.mceContentBody h2, 
.mceContentBody h3 {
	line-height: normal;
}


/*************************************
    MOBILE
**************************************/
.viewMobile {
  display: none;
}
.viewDesktop {
  display: block;
}

@media only screen and (max-width: 1200px)  {
	#leistungPageImage.noTextOnImage {
	    height: 360px !important;
	}
	#container .content.noTextOnImage {
    padding: 360px 0 0 0 !important;
  }
	#form {
	display: block;
  }
	.celSubmitFormWithValidation.submit.sendButton {
    padding: 10px;
    width: 50px;
  }
	#formRight {
	padding-top: 30px;
	padding-left: 0px;
}
	#formRight .bottom input[type="checkbox"] {
    top: 0px;
}
	.formular_row.mobileOptions {
    padding-bottom: 20px;
}

	.formLayout {
    padding-top: 75px;
}
#form .validation-advice {
    color:red;
	font-weight: bold;
	background-color: transparent;
	padding: 0px;
	border: none;
    font-size: 10px;
    margin-left: -305px;
}
}

@media only screen and (max-width: 667px)  {
	.viewMobile {
    display: block;
  }
  .viewDesktop {
    display: none;
  }

	#formRight .formular_row {
    display: block;
}
  
  /** CONTENT **/
  #container .content {
    padding: 0;
  }
  #container .content.noTextOnImage {
    padding: 260px 0 0 0 !important;
  }
  .content .cel_pagetype_MultiRichText .presentationList > ul > li.LeistungenMultiText .presentationList > ul > li:first-child {
    padding-top: 0;
  }
  .content .cel_pagetype_MultiRichText .presentationList > ul > li.LeistungenMultiText .presentationList > ul > li {
    padding-top: 30px;
  }
  
  /** FOOTER **/
  #footerContainer .footerContent .rteContent > ul,
  #footerContainer .footerBottom .footerBottomContainer {
    flex-flow: column;
  }
  #footerContainer .footerContent .rteContent > ul > li {
    padding-bottom: 50px;
  }
	#footerContainer .footerBottom .footerBottomContainer > div,
	#footerContainer .footerBottom .footerBottomContainer > div:last-child /* this Line is just for overwriting*/ {
	    text-align: center;
	}
	
	/** LEISTUNGEN **/
	.content .cel_pagetype_MultiRichText .presentationList > ul > li.LeistungenMultiText .presentationList > ul > li {
    max-width: 100%;
	}
	
	/** GALLERY **/
	.content .cel_pagetype_MultiRichText ul li.ImageGallery .presentationList > ul > li div.celimage_slideshow::after,
	.content .cel_pagetype_ImageGallery .presentationList > ul > li div.celimage_slideshow::after {
    height: 99%;
	}
	  
  /** TEAM Boxes **/
  div.presentationList > ul > li {
    width: 100%;
  }
  .content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul {
    flex-flow: column;
  }
  #container .content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul > li:first-child {
    position: unset;
  }
  .content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul {
    padding-left: 0;
  }
  .content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul > li {
    width: 100%;
    max-width: 100%;
  }
  .content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul img {
    width: 100%;
    height: 100%;
  }
  .content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul > li ul:hover > li:nth-child(2) {
    width: 100%;
    height: 89%;
  }
  
  /** IMAGE GALLERY**/
  #container .contentWrapper .ImageGallery .celements_gallery_link > div {
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
  }
  #container .contentWrapper .ImageGallery .celements_gallery_link .cel_slideShow_slideRoot {
    height: 100% !important;
    width: 100% !important;
    position: unset !important;
  }
  #container .contentWrapper .ImageGallery .celements_gallery_link .cel_slideShow_slideRoot .cel_slideShow_slideWrapper {
    height: 100% !important;
    width: 100% !important;
    transform: unset !important;
  }
  #container .contentWrapper .ImageGallery .celements_gallery_link .cel_slideShow_slideRoot .cel_slideShow_slideWrapper p {
    margin: 0;
  }
  #container .contentWrapper .ImageGallery .celements_gallery_link .cel_slideShow_slideRoot .cel_slideShow_slideWrapper img {
    width: 100%;
    height: 100%;
  }
  
  /** TWOCOL LAYOUT **/
  .content .cel_pagetype_MultiRichText .presentationList > ul.smallColumnFirst {
    flex-flow: column;
  }
  .content .cel_pagetype_MultiRichText .presentationList > ul.bigColumnFirst {
    flex-flow: column-reverse;
  }
  .content .cel_pagetype_MultiRichText ul > li.MultiRichText ul > li:not(:last-child) {
    padding-right: 0;
  }
  .content .cel_pagetype_MultiRichText ul > li.MultiRichText ul > li:not(:first-child) {
    padding-left: 0;
  }
  
	
	/** CONTACT FORM OLD**/
  #contactForm .contactElement {
    display: block;
  }
  #contactForm .contactElement > div.captchaContainer {
	  display: block;
	}
	#contactForm .contactElement > div.captchaContainer img {
    margin-left: 0;
	}
	
	/** TEAM BOXES **/
	.content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul > li ul > li:nth-child(2) p b {
    display: block;
    font-size: 32px;
  }
  .content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul > li ul > li:nth-child(2) p {
    font-size: 24px;
  }
	
  /** CONTACT FORM NEW**/
	
  #formRight {
	padding-top: 20px;
	padding-left: 0px;
  }
  #form {
	display: block;
  }
  .formLayout {
    padding-top: 0px;
  }
  #formRight, #formLeft {
    width: 345px;
  }
  .titel {
    min-width: 100px;
    padding-bottom: 0px;
	}
  #formRight .top .formular_row {
	display: block;
	}
  .input.multiselectMobile {
    width: 345px !important;
  }
  .formular_row.mobileOptions {
    padding-bottom: 15px;
  }
  #formRight .bottom .firstInput {
    margin-left: 0px !important;
    margin-top: 15px;
}
  #formRight .bottom .formular_row {
	display: block;
  }
  #formRight .bottom input[type="checkbox"] {
    position: relative;
    top: 0px;
  }
  .fieldLength {
   width: 315px !important;
	}
  .celSubmitFormWithValidation.submit.sendButton {
    padding: 10px 0px 10px 40%;
	width: auto;
  }
  .mobileUnder {
		display: grid;
	}
  #formRight .bottom .mobileUnder input[type="checkbox"] {
    position: relative;
    top: 20px;
  }
  #formRight .bottom .mobileUnder .firstInput {
    margin-left: 15px !important;
    margin-top: 0px;
  }
	#formRight .bottom .mobileSpace {
		padding-top: 20px;
	}
  #Fahrzeuganfrage input[type="text"], 
  #Fahrzeuganfrage textarea, 
  #Fahrzeuganfrage .input,
  #Teileanfrage input[type="text"], 
  #Teileanfrage textarea, 
  #Teileanfrage .input {
    width: 215px;
  }
	
	#Teileanfrage textarea,
	#Fahrzeuganfrage textarea {
    min-width: 215px;
  }
	h1 {
    font-size: 28px;
  }
  #formRight .top .titlecolright {
    padding: 30px 0px 20px 0px;
    font-weight: bold;
}
  #contactForm .contactElement {
    display: block;
  }
  #contactForm .contactElement > div.captchaContainer {
	  display: block;
	}
  #contactForm .contactElement > div.captchaContainer img {
    margin-left: 0;
	}
  #form .validation-advice {
    color: red;
    font-weight: bold;
    background-color: transparent;
    padding: 0px;
    border: none;
    font-size: 10px;
    margin-left: -244px;
}
	
	/** TEAM BOXES **/
	.content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul > li ul > li:nth-child(2) p b {
    display: block;
    font-size: 32px;
  }
  .content .cel_pagetype_MultiRichText .presentationList > ul > li.TeamBoxPresentation .presentationList > ul > li ul > li:nth-child(2) p {
    font-size: 24px;
  }
}