<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************DEFAULT CLICKDIMENSION STYLES*************************/


.ui-stars-star,.ui-stars-cancel{float:left;display:block;overflow:hidden;text-indent:-999em;cursor:pointer;}.ui-stars-star a,.ui-stars-cancel a{width:16px;height:15px;display:block;background:url(https://az124611.vo.msecnd.net/web/v10/images/jquery.ui.stars.gif) no-repeat 0 0;}.ui-stars-star a{background-position:0 -32px;}.ui-stars-star-on a{background-position:0 -48px;}.ui-stars-star-hover a{background-position:0 -64px;}.ui-stars-cancel-hover a{background-position:0 -16px;}.ui-stars-star-disabled,.ui-stars-star-disabled a,.ui-stars-cancel-disabled a{cursor:default!important;}/*****************/
/** QapTcha CSS **/
/*****************/

.QapTcha #bgSlider {
	width:202px;
	height:22px;
	background:transparent url('https://az124611.vo.msecnd.net/web/v10/images/sprites.png') no-repeat 0 -22px;
	float:left
}

.QapTcha #Slider {
	width:48px;
	height:22px;
	background:transparent url('https://az124611.vo.msecnd.net/web/v10/images/sprites.png') no-repeat -32px 0;
	cursor:e-resize
}

.QapTcha #Icons {
	float:left;
	width:16px;
	height:16px;
	background:transparent url('https://az124611.vo.msecnd.net/web/v10/images/sprites.png') no-repeat 0 0;
	margin-top:3px;
	margin-left:10px;
}

#progressBar
{
	position:absolute;
	top:0px;
	left:0px;
	border:0px;
	background-image:url(https://az124611.vo.msecnd.net/web/v5/images/pixel.png);
	background-repeat:repeat;
       
}

/*******************SITECORE CLICKDIMENSION STYLES*************************/

.clickdform select
{
	height: 45px !important;
}
.clickdform.mainDiv {
    overflow-x: unset !important;
}
.clickdform.mainDiv * {
    font-size: 1em!important;
    font-family: Roboto,sans-serif!important;
}

.clickdform.mainDiv * .subtext {
    font-size: .75em!important;
    font-family: Roboto,sans-serif!important;
}

.clickdform.mainDiv * .requiredStar {
    color: red !important;
}
.clickdform input[type='text'], .clickdform textarea, .clickdform select {
    font-family: Roboto, sans-serif !important;
    color: #333 !important;
    margin: 5px 0 !important;
    padding: 10px 5px !important;
    border: 1px solid #ddd !important;
    border-radius: .375em !important;
}
.responsiveCellSize1 {
    width: auto !important;
    min-width: auto !important;
    margin-right: 1em !important;
}
.clickdform .minSize1 {
    width: 300px !important;
    max-width: 300px !important;
}
.clickdform .maxSize1 {
    max-width: 300px !important;
}

clickdform mainDiv .table, table {
    border-collapse: collapse;
    display: table;
    width: auto;
}

.clickdform table td {
    padding: 5px !important;
}

.responsiveRow {
    margin: .5em 0;
}

.clickdform .WizardNextButton {
  background-color: #fdb813 !important; 
    border: none !important; 
    padding: .5rem 1rem !important; 
    border-radius: .375em !important; 
    color: #515151 !important; 
}
.clickdform .WizardPrevButton{
  background-color: #fdb813 !important; 
    border: none !important; 
    padding: .5rem 1rem !important; 
    border-radius: .375em !important; 
    color: #515151 !important; 
}

/***
**** Responsive Form Style
**** Version: 1.0
***/

.clickdform.mainDiv,
#clickdimensionsForm,
.clickdform.mainDiv table {
width: 100% !important;
max-width: 900;
}

.clickdform.mainDiv .responsiveCell.emptyCell {
  display: none !important;
}

.clickdform.mainDiv .responsiveCell {
  margin-bottom: 16px !important;
}

.clickdform.mainDiv .responsiveRow {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.clickdform.mainDiv .responsiveCell div.alignTop,
.clickdform.mainDiv .responsiveCell div.alignBottom {
  display: block !important;
}

.clickdform.mainDiv .responsiveCell.responsiveCellSize1,
.clickdform.mainDiv .responsiveCell.responsiveCellSize2,
.clickdform.mainDiv .responsiveCell.responsiveCellSize3 {
  width: 100% !important;
  margin-right: 0 !important;
  min-width: 0 !important;
}

.clickdform.mainDiv .minSize1,
.clickdform.mainDiv .maxSize1,
.clickdform.mainDiv .minSize2,
.clickdform.mainDiv .maxSize2,
.clickdform.mainDiv .minSize3,
.clickdform.mainDiv .maxSize3 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.clickdform.mainDiv input[type='text'],
.clickdform.mainDiv textarea,
.clickdform.mainDiv select {
  font-family: Roboto, sans-serif !important;
  margin-bottom: 0 !important;
  padding: 10px 12px !important;
  font-size: 13px !important;
}

/*.clickdform.mainDiv .alignBottom.minSize1 span,
.clickdform.mainDiv .alignBottom.minSize2 span {
  text-align: center !important;
}
*/

/* Button Style */

#btnSubmit {
    background-color: #fdb813 !important;
    border: none !important;
    padding: .5rem 1rem !important;
    border-radius: .375em !important;
}

.clickdform.mainDiv #btnSubmit {
  color: #333333 !important;
  transition: background-color 0.2s ease-out, color 0.1s ease-out;
}

.clickdform.mainDiv #btnSubmit:hover {
  box-shadow: none !important;
  background-color: #fdc746 !important;
  cursor: pointer;
}

/* Basic styles  */
.clickdform.mainDiv input[type="checkbox"],
.clickdform.mainDiv input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.clickdform.mainDiv input[type="checkbox"] + span,
.clickdform.mainDiv input[type="radio"] + span {
  position: relative;
  display: inline-block;
  padding: 10px 0 0 56px;
  min-height: 30px;
  line-height: 1.5;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  text-align: left !important;
}

.clickdform.mainDiv input[type="radio"] + span::before,
.clickdform.mainDiv input[type="checkbox"] + span::before,
.clickdform.mainDiv input[type="radio"] + span::after,
.clickdform.mainDiv input[type="checkbox"] + span::after {
  position: absolute;
  top:9px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
}

.clickdform.mainDiv textarea {
  font-size: 1em !important;
  background: #FFFFFF !important;
}

.clickdform.mainDiv input[type="radio"] + span::before,
.clickdform.mainDiv input[type="checkbox"] + span::before{
  content: " ";
  border: 2px solid #DDDDDD;
  border-radius: 20%;
  background-color: #FFFFFF;
}

.clickdform.mainDiv input[type="radio"] + span::after {
    content: " ";
    top: 13px !important;
    left: 4px !important;
    width: 22px;
    height: 22px;
    background: #FDB813;
    border-radius: 50%;
}

/* Checkbox */
.clickdform.mainDiv input[type="checkbox"] + span::after {
  content: url("data:image/svg+xml; utf8, &lt;svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'&gt;&lt;path data-name='Pfad 19' d='M0 0h24v24H0z' fill='none'/&gt;&lt;path data-name='Pfad 20' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='%23333'/&gt;&lt;/svg&gt;");
  color: #FFF;
  top: 11px;
  text-align: center;
}
/* Radio */
.clickdform.mainDiv input[type="radio"] + span::before {
  border-radius: 50%;
}
.clickdform.mainDiv input[type=radio] + span::after {
  content: " ";
  top: 9px;
  left: 9px;
  width: 22px;
  height: 22px;
  background: #FDB813;
  border-radius: 50%;
}
/* :checked */
.clickdform.mainDiv input[type="checkbox"]:checked + span::before {
  background: #FDB813;
  border-color: #FDB813;
}

.clickdform.mainDiv input[type="radio"]:checked + span::before {
  background: #FFFFFF;
  border-color: #DDDDDD;
}

.clickdform.mainDiv input[type="checkbox"] + span::after,
.clickdform.mainDiv input[type=radio] + span::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.clickdform.mainDiv input[type="checkbox"]:checked + span::after,
.clickdform.mainDiv input[type=radio]:checked + span::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media screen and (min-width: 768px) {
  .clickdform.mainDiv .responsiveRow {
    overflow: hidden;
  }

  .clickdform.mainDiv .responsiveCell {
    display: block;
    float: left;
  }

  .de-lp19-form .grid__span-9--cell {
    grid-column-end: 3;
    grid-column-start: 11;
  }

  .clickdform.mainDiv .responsiveCell.responsiveCellSize1:nth-child(odd) {
    margin-right: 30px !important;
  }

  .clickdform.mainDiv .responsiveCell.responsiveCellSize1 {
    width: calc(50% - 15px) !important;
  }

  /* Transition */
  .clickdform.mainDiv input[type="radio"] + span::before,
  .clickdform.mainDiv input[type="checkbox"] + span::before,
  .clickdform.mainDiv input[type="radio"] + span::after,
  .clickdform.mainDiv input[type="checkbox"] + span::after {
    -webkit-transition: .1s all ease-out;
    -o-transition: .1s all ease-out;
    transition: .1s all ease-out;
  }
}

.responsiveRow .dropdown-main {
  position: initial;
}</pre></body></html>