* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body{
	/*font-family:Arial;*/
	font-family:Camingo;
	/*font-size:12px;*/
	font-size:16px !important;
	outline:0px;
	font-variant-numeric: lining-nums;
}
input.ui-slider-input{
	font-size:16px !important;
}
.ui-mobile label{
	font-size:16px !important;
}
header,
#sprache,
.sprache{
	font-size:18px !important;
}
body #cm-header,
body .c-primary-nav,
body footer.c-footer > div,
body footer.c-footer > div.sign{
	display:none;
}
body .c-footer > div.footer-bar{
	display:inherit;
}
.rechnerTitel{
	font-family:Camingo2,Helvetica !important;
	font-size:18px !important;
	
}
h2{
	font-weight:bold;
}

th{
	font-weight: normal;
	color:#1f2329;
}

.ui-spinner-input{
	padding:0 20px 0 0;
	margin:0;
}

.green{
	color:#358e2e;
	margin:0;
}

.orange{
	color:#E97118;
	margin-top:0;
}

#slider1,#slider2{
	margin-right:2.5em;
}

div.green{
	/*background:linear-gradient(#ffffff, #dfe4ea) repeat scroll 0 0;*/
	background-color:#fff;
	height:100%;
	margin:0 auto;
	padding:15px;
	/*color: #b8b9bb;*/
	color:#1f2329;
	border-radius:4px;
	/*box-shadow:0 15px 20px -8px rgba(0, 0, 0, 0.4);
	color:#1f2329;*/
}

.ui-slider-pips [class*="ui-slider-pip-selected"], .ui-slider-pips .ui-slider-pip, .ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
	color:#b8b9bb;
}
.row.label-left {
  margin-bottom: 15px;
}

.ui-slider-pips .ui-slider-line, .ui-slider-pips [class*="ui-slider-pip-selected"] .ui-slider-line, .ui-slider-pips .ui-slider-pip-inrange .ui-slider-line{
background-color:#fff;
}

label{
	margin: .5em 0 /*!important*/;
	float: right;
	text-align:right;
	/*font-size:12px !important;*/
	color:#1f2329;
}


.ui-spinner-button{
	background-color: #E97118;
	color:#358e2e;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
	border-bottom-right-radius:0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 0;
}

.ui-widget-content {
  border: 2px inset #aaa;
}

.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit{
	background-color: #e9e9e9;
	color:#E97118;
}

.ui-page-theme-a .ui-btn,
html .ui-bar-a .ui-btn,
html .ui-body-a .ui-btn,
html body .ui-group-theme-a .ui-btn,
html head + body .ui-btn.ui-btn-a,
.ui-page-theme-a .ui-btn:visited,
html .ui-bar-a .ui-btn:visited,
html .ui-body-a .ui-btn:visited,
html body .ui-group-theme-a .ui-btn:visited,
html head + body .ui-btn.ui-btn-a:visited,
.ui-page-theme-a .ui-btn:hover,
html .ui-bar-a .ui-btn:hover,
html .ui-body-a .ui-btn:hover,
html body .ui-group-theme-a .ui-btn:hover,
html head + body .ui-btn.ui-btn-a:hover
{
	background-color: #E97118;
}

input.ui-slider-input {
	border-radius: 4px !important;
	margin: 0 10px 0 0;
	width: 70px;
	float:right;
	/*font-size: 12px;*/
	/*background: #4c5156 linear-gradient(to bottom, rgba(44, 48, 53, 0.16) 10%, rgba(100, 104, 107, 1) 100%) repeat scroll 0 0;*/
	box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
	
	background: #1d2229 linear-gradient(to bottom, #dfe4ea 10%, #ffffff 100%) repeat scroll 0 0;
	color: black !important;
}

/**for both Chrome and Firefox**/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance:textfield;
}

.ui-state-disabled, .ui-input-text{
	opacity: 1;
	border-radius: 5px !important;
}

#moeglichkeit input{
	background: #1d2229 linear-gradient(to bottom, rgba(44, 48, 53, 0.16) 10%, rgba(44, 48, 53, 0.3) 100%) repeat scroll 0 0;
}

form[name=ausgabe] input
{
	/*background:linear-gradient(#dfe4ea, #ffffff) repeat scroll 0 0;*/
	background:#fff linear-gradient(to bottom, rgba(223, 228, 234,0.16) 10%, rgba(255, 255, 255,0.16) 100%) repeat scroll 0 0;
	color: black /*!important*/;
	box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}
::placeholder {
  color: black !important;
  opacity: 1; /* Firefox */
}
::-webkit-input-placeholder {
  color: black !important;
  opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
	color: black !important;
	opacity:1;
}

::-moz-placeholder { /* Firefox 19+ */
	color: black !important;
	opacity:1;
}

:-ms-input-placeholder { /* IE 10+ */
	color: black !important;
	opacity:1;
}

::-ms-input-placeholder { /* Edge */
	color: black !important;
	opacity:1;
}

:placeholder-shown { /* Standard one last! */
	color: black !important;
	opacity:1;
}

.ui-checkbox input:disabled, .ui-radio input:disabled{
	 height: 22px; 
	 width: 22px; 
	overflow: visible;
	clip: auto; 
	left: 0;
}
.ui-slider-track {
	clear: both;
	float: left;
	margin: 10px 0;
	width: 95%;
	height: 5px;
}

div.ui-slider{
	height: auto;
	margin: 0;
}

.label-left label{
	float:none;
	margin-right: 27px !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	border: 0;
}
.lang_changer{
	margin: 0 5px;
}

.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
	text-shadow: none !important;
}

.btn-orange {
	/*background: #13181e linear-gradient(to bottom, rgba(255, 255, 255, 0.16) 0%, rgba(184, 185, 187, 0) 100%) repeat scroll 0 0;*/
	background:linear-gradient(to bottom, rgba(255, 255, 255,0.16) 10%, rgba(206, 214, 224,0.16) 100%) repeat scroll 0 0;
    color: black !important;
	margin-bottom: 6px;
	font-size:20px;
    /*text-shadow: 2px 2px 2px #000;*/
}

.btn-orange:hover{
	color: #fff !important;
	background-color: #E97118;
		text-shadow:0 1px 1px rgba(45, 51, 58, 0.8);
}

#title{
	/*text-shadow: #000 2px 2px 2px;*/
	color:#1f2329;
}
.lang_link {
	margin-right: 15px;
	max-width: 14%;
	float: left;
}

.lang_link > img {
	max-width: 100%;
}

.ui-slider-track .ui-btn.ui-slider-handle{
	border-radius: 14px;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.6);
}

.startseite #intro{
	font-size:13px;
	line-height:1.52857;
}

div.startseite{
	padding:30px !important;
	color: black !important;
}

.startseite h4{
	margin-bottom: 33px;
}

.startseite .footer{
	letter-spacing: -0.015em;
}

a{
	outline: none;
}

.logo-screen,.logo-print{
	float:left;
	text-align:left;
}

.logo-print{
	display:none;
}

.ui-flipswitch .ui-btn.ui-flipswitch-on {
  text-indent: -2.6em;
  text-shadow: none;
  border-color:#090909;
  color:#ccced1;
}
.ui-flipswitch .ui-flipswitch-off {
  text-indent: 1em;
  text-shadow: none;
  border-color:#090909;
  color:#ccced1;
}

.ui-flipswitch, .ui-flipswitch.ui-flipswitch-active {
  width:100% !important;
  /*background: #4c5156 linear-gradient(to bottom, rgba(44, 48, 53, 0.16) 10%, rgba(100, 104, 107, 1) 100%) repeat scroll 0 0 !important;*/
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.ui-flipswitch-active .ui-btn.ui-flipswitch-on {
	float:right;
}

.ui-flipswitch-active .ui-flipswitch-off{
	display:none !important;
}

.ui-flipswitch .ui-flipswitch-off{
	display:block;
} 

.optional, .optional2 {
	display:none;
}

@media (min-width: 28em) {
	// Repeated from rule .ui-flipswitch above
	.ui-field-contain > label + .ui-flipswitch {
		width: 8em !important;
	}
	.ui-field-contain, .ui-mobile fieldset.ui-field-contain {
		margin:0 !important;
	}
}

@media (max-width: 1024px){
	.footerLinks ul{
		flex-direction: column !important;

	}
	.footerLinks ul li{
		margin-left: 0 !important;
	}
}

@media (min-width: 1024px){
	.container{
		margin: 10px auto !important;
		margin-top:90px !important;
	}
}
@media (min-width: 1200px){
	.container{
		margin: 10px auto !important;
		margin-top:150px !important;
	}

	#sprachen{
		top:0px !important;
	}
	.sprachen_gruppe{
		top:3px !important;
	}
	div.l.cf{
		display:flex;
		top:-7px
	}
}

@media (min-width: 1920px){
	.container {
		width:1024px;
		margin: 150px auto !important;
	}
}

@media (max-width: 1023px){
	.logo-screen{
		max-width: 100%;
	}
}

@media (max-width: 767px){
	.headline .text-right{
		text-align:left;
		display: inline-block;
		margin-top: 30px;
	}
}

@media (max-width:480px){
	.pull-right .col-xs-6{
		width:100%;
	}
}

/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}*/
@media screen and (min-width: 320px) and (max-width: 1023px) and (orientation: portrait) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media (max-width:900px) {
 .container {
  width:850px;
 }
}

.ui-page-theme-a{
	background: #fff;
}

.btn-default{
	border-left: 1px solid #dfe4ea;
	border-top: 1px solid #dfe4ea;
}

input[type=text]{
	color:black /*!important*/;
}

html.ui-mobile body.ui-mobile-viewport.ui-overlay-a div.ui-page.ui-page-theme-a.ui-page-active div.container.green form div.col-sm-12.col-sm-12-print div.row div.table-resposive.table-condensed table.table tbody tr td.col-sm-3 div.ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset{
	width:80px !important;
	float:right !important;
	margin-right:10px !important;
}

.ui-input-text input{
	background-color:white;
}


div.container.green form div.col-sm-12.col-sm-12-print div.row div.table-resposive.table-condensed table.table tbody tr td.col-sm-2 div.ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset input.text-right,
div.container.green form div.col-sm-12.col-sm-12-print div.row div.table-resposive.table-condensed table.table tbody tr td.col-sm-3 div.ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset input.text-right{
	text-align:center;
}



.obenSicht{
		opacity:0;
		width:0;
		height:0;
	}
	
	
	#cm-header.c-header div.l.cf div.c-header__controls ul.c-header-select__list li{
		/*padding-bottom:1.7rem;*/
	}
	
	#cm-header.c-header div.l.cf div.c-header__controls ul.c-header-select__list li ul{
		/*margin-top:-14px;*/
		/*margin-top:19px;*/
		
	}
	
@media screen and (max-width: 1199px){
	.obenSicht{
		opacity:1;
		width:auto;
		height:auto;
	}
	
	.c-header__controls{
		float:left !important;
		/*margin-left:320px !important;*/
	}
	
	#cm-header.c-header div.l.cf div.c-header__controls ul.c-header-select__list li{
		/*padding-bottom:1.3rem;*/
	}
	
	#cm-header.c-header div.l.cf div.c-header__controls ul.c-header-select__list{
		margin-left:auto;
	}
	
	#cm-header.c-header div.l.cf div.c-header__controls ul.c-header-select__list li ul{
		/*margin-top:auto;*/
		/*margin-top:19px;*/
	}
	
	.container{
		margin-top:90px !important;
	}
	
	.visible li a span.glyphicon{
		color:#fff !important;
		text-shadow: 0 0px 0 #fff !important;
		
	}
	div.ui-page.ui-page-theme-a.ui-page-active header#cm-header.c-header div.l.cf div.c-header__controls ul.c-header-select__list{
		top:-23px;
	}
	
	.sprachen_gruppe{
		top:-9px !important;
	}
	
	
}

.visible{
	margin-right:0;
}



@media screen and (max-width: 1023px){

	.c-header__controls{
		float:left !important;
		/*margin-left: 208px !important;*/
	}
}

@media screen and (max-width: 768px){
	html.ui-mobile body.ui-mobile-viewport.ui-overlay-a div.ui-page.ui-page-theme-a.ui-page-active header#cm-header.c-header div.l.cf div.c-header__controls label.responsive-nav-label.obenSicht{
		width:300px;
	}
	
	
}

@media screen and (max-width: 768px){
	html.ui-mobile body.ui-mobile-viewport.ui-overlay-a div.ui-page.ui-page-theme-a.ui-page-active header#cm-header.c-header div.l.cf div.c-header__controls label.responsive-nav-label.obenSicht{
		width:300px;
	}

	.ipadView{
		/*display:block;*/


	}

	body{
		width:1024px !important;
		height:768px !important;
		max-width:1024px !important;
		max-height:768px !important;
		overflow-x: hidden !important;
		overflow-y: hidden !important;

		position:fixed;

	}
	html{
		width:1024px !important;
		height:768px !important;
		max-width:1024px !important;
		max-height:768px !important;
		overflow-x: hidden !important;
		overflow-y: hidden !important;
		position:fixed;
	}

}
@media screen and (min-width: 769px){
	.ipadView{
		display:none;

	}

}

.mobileInfo{
	display:none;
}


@media screen and (max-width: 414px){
	#title2,
	#zurueck{
		display:none !important;
	}
	.ipadView{
		display:none !important;

	}
	.mobileInfo{
		display:block;
	}
	html {
    transform: unset;
    transform-origin: unset;
    width: 100vw;
    overflow-x: unset;
    position: unset;
    top: unset;
    left: unset;
	overflow-y:unset !important;
	height:unset !important;
  }
  div.container{
	  display:none;
  }
  footer{
	  margin-top:0px !important;
	  
  }
  footer div{
	  transition:none !important;
  }
  
  body{
	width:100vw !important;
	max-width:100vw !important;
	overflow-y:unset !important;
	max-height: 100% !important;
	height:100% !important;
  }

  .back-to-top{
	  display:block !important;
	  opacity:1 !important;
	  
  }
  
  footer > .l{
	  padding-left:15px;
  }
  
  .sprachen_gruppe{
	  display:none !important;
  }
  
  .c-header__controls > .c-header-select__btn{
	  display:none !important;
  }
  .c-header__controls{
	  margin-left:120px !important;
  }

}



@media screen and (max-width: 767px){
#cm-header{
		max-width:100vh;
		width:100vh;
	}	
}

ul li a{
	color:#fff !important;
}
.obenPrint{
	display:none;
}

.newBtn{

 border-radius:0;
 border:0;
 font-size:1rem;
 font-weight:200;
 display:block;
 width:100%;
 color: #333;
 background-color: #fff;
 border-color: #ccc;
 color:#333;
 background-color:#fff;
 border-color:#ccc;
 display:inline-block;
 margin-bottom:0;
 font-weight:400;
 text-align:center;
 vertical-align:middle;
 touch-action:manipulation;
 cursor:pointer;
 background-image:none;
 border:1px solid transparent;
 white-space:nowrap;
 padding:6px 12px;
 font-size:14px;
 line-height:1.428571429;
 border-radius:4px;
 -ms-user-select:none;
 user-select:none;
 padding-left:0 !important;
 padding-right:0 !important;
 
}

.newBtn:hover{
	border:0px solid transparent !important;
}
.newBtn:active{
	box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
	border:0px solid transparent !important;
}
.newBtn:visited{
	border:0px solid transparent !important;
}
.newBtn:focus{
	border:0px solid transparent !important;
}

.newBtn span{
	position:relative;
	top:0px;
	left:0px;
}







#dropDown{
	/*padding-top:2px;*/
}

@font-face {
 font-family:Camingo;
 src:url(../fonts/b2c34f91-c6aa-40aa-9864-fc2f8ec234de-eot-data.eot) format("eot"),
 url(../fonts/86cc1496-bf99-45ec-ae5c-529a5f6cfa1d-woff2-data.woff2) format("woff2"),
 url(../fonts/4e800564-ef47-453f-a216-c8ee016298b9-woff-data.woff) format("woff"),
 url(../fonts/eb9923f7-6fe0-45db-93aa-b953a8a8b5f7-ttf-data.ttf) format("truetype");
 font-weight:200;
 font-variant-numeric:lining-nums;
 font-feature-settings:"lnum";
 font-display:swap
}

.ui-btn:focus{
	/*box-shadow: 0 0 0px #e97118 !important;
	webkit-box-shadow: 0 0 0px #e97118 !important;*/
	
}
.ui-btn{
	/*box-shadow: 0 0 0px #e97118 !important;
	webkit-box-shadow: 0 0 0px #e97118 !important;*/
	
}



 div.c-header__controls ul.c-header-select__btn.visible li a.btn.btn-default.btn-block.btn-orange.text-right.col-sm-1.newBtn.ui-link{
	/*width:0;
	height:20;*/
	border:0;
}
 
 
 .c-header-select__list{
	margin-left:18px !important;
}


.c-header-select__list:last-of-type::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTMgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjEgKDc4MTM2KSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkV4dHJhLVNtYWxsLURldmljZXM6LVBob25lcy0tLTItQ29sIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjMyLjAwMDAwMCwgLTI3LjAwMDAwMCkiIHN0cm9rZT0iI0ZERkVGRiIgc3Ryb2tlLXdpZHRoPSIwLjcyIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMzMuMDAwMDAwLCAyNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC05IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNC4zMjAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBjeD0iNS43NiIgY3k9IjUuNzYiIHI9IjUuNzYiPjwvY2lyY2xlPgogICAgICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aCIgcG9pbnRzPSIwLjk2IDIuNTYgMS4zODg4IDMuMzUzNiAxLjM4ODggNC4yNTkyIDMuMzE1MiA1Ljg5NDQgNC42MzY4IDYuNCA0LjYzNjggNS42MzIgNC4yNjI0IDUuMzQ0IDQuMjk3NiA0LjIxMTIgNC45NDA4IDQuMzQ1NiA1LjM0NCA0LjE1MDQgNS41NDU2IDMuNzU2OCA2LjgzNTIgMy42NzM2IDYuNzc0NCAyLjc3NzYgNi4xNDcyIDIuMDIyNCA1LjEwNzIgMS44NDMyIDQuNjQ2NCAyLjI3NTIgMy42MTI4IDEuNjM1MiA0LjM3NzYgMC43OTM2IDUuMzQ0IDAuNzkzNiA2Ljc3NDQgMS4wOTc2IDcuNjggMS45MiA4LjMyIDEuOTIgNy42OCAwLjMyIj48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aCIgcG9pbnRzPSIxMC44OCAzLjIgMTAuMjQ2NCA1LjA5MTIgMTAuODg2NCA1Ljg1OTIgOS41ODQgNi4yMDQ4IDkuMjggNy40MjcyIDEwLjg4IDguNjQiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) 100% 100% no-repeat;
      background-size: auto;
    background-size: cover;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	box-sizing:border-box
}

div.c-header__controls ul.c-header-select__btn{
	display:block;
}


@media screen and (max-width: 767px){
	.c-header__controls{
		margin-left:100px !important;
	}
}


@font-face {
 font-family:Camingo2;
 src:url(../fonts/4ccf4932-6a4f-40d2-a416-7d4b6a247c23-eot-data.eot) format("eot"),
 url(../fonts/27a5aa38-b5a8-423b-b691-4776fe309886-woff2-data.woff2) format("woff2"),
 url(../fonts/214faf0d-4210-4bf4-9055-2ebc9ee5773b-woff-data.woff) format("woff"),
 url(../fonts/2cf2998f-84a9-4a78-9c15-19fee1d9f733-ttf-data.ttf) format("truetype");
 font-weight:400;
 font-variant-numeric:lining-nums;
 font-feature-settings:"lnum";
 font-display:swap
}

.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.333rem;
    height: 100%;
    font-size: 1.35em;
    text-align: center;
    border: 0;
    display: inline-block;
    transition: background-color .2s ease-in-out;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iVGFnXy1fQWt0aXYiIGRhdGEtbmFtZT0iVGFnIC0gQWt0aXYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIiB2aWV3Qm94PSIwIDAgNTAgNTAiPgogIDx0aXRsZT5zdWNoZW48L3RpdGxlPgogIDxjaXJjbGUgY3g9IjIxLjUiIGN5PSIyMS41IiByPSI5LjUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8bGluZSB4MT0iMzgiIHkxPSIzOCIgeDI9IjI4IiB5Mj0iMjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==) right 50% no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto;
    background-size: 80%;
}

/*@font-face {
 font-family:Camingo;
 src:url(../fonts/1b3449d5-e3b0-4d65-834c-46631b570d9c-eot-data.eot) format("eot"),
 url(../fonts/e63fbc7d-e85f-4fa0-8f07-753519f14cc3-woff2-data.woff2) format("woff2"),
 url(../fonts/0ca0fdb5-e83d-4e2b-aef9-35e5f04508ee-woff-data.woff) format("woff"),
 url(../fonts/ba401376-f39d-4449-8c06-61aa2736345c-ttf-data.ttf) format("truetype");
 font-weight:700;
 font-variant-numeric:lining-nums;
 font-feature-settings:"lnum";
 font-display:swap
}*/

/*@font-face {
 font-family:Camingo;
 src:url(https://amazone.de/resource/crblob/1696/f75021a4cdfb22da0635e82ea4e34973/b2c34f91-c6aa-40aa-9864-fc2f8ec234de-eot-data.eot) format("eot"),
 url(https://amazone.de/resource/crblob/1698/10ec6db6a172c9396b356979393302f7/86cc1496-bf99-45ec-ae5c-529a5f6cfa1d-woff2-data.woff2) format("woff2"),
 url(https://amazone.de/resource/crblob/1700/1ee87c6e9940838935a05f5a34a7a364/4e800564-ef47-453f-a216-c8ee016298b9-woff-data.woff) format("woff"),
 url(https://amazone.de/resource/crblob/1702/fa16149a7a63a14e1d6aa2c519e10752/eb9923f7-6fe0-45db-93aa-b953a8a8b5f7-ttf-data.ttf) format("truetype");
 font-weight:200;
 font-variant-numeric:lining-nums;
 font-feature-settings:"lnum";
 font-display:swap
}
@font-face {
 font-family:Camingo;
 src:url(https://amazone.de/resource/crblob/1704/4acf4982fb4337d245869ca92d2fbfcf/4ccf4932-6a4f-40d2-a416-7d4b6a247c23-eot-data.eot) format("eot"),
 url(https://amazone.de/resource/crblob/1706/027383e7878b0f419a661b0f336f5669/27a5aa38-b5a8-423b-b691-4776fe309886-woff2-data.woff2) format("woff2"),
 url(https://amazone.de/resource/crblob/1708/8d8b2fbaccc0a12fa100ab04541dfbf8/214faf0d-4210-4bf4-9055-2ebc9ee5773b-woff-data.woff) format("woff"),
 url(https://amazone.de/resource/crblob/1710/cb6e3f8983ef1dd325f9cedc38242ebc/2cf2998f-84a9-4a78-9c15-19fee1d9f733-ttf-data.ttf) format("truetype");
 font-weight:400;
 font-variant-numeric:lining-nums;
 font-feature-settings:"lnum";
 font-display:swap
}
@font-face {
 font-family:Camingo;
 src:url(https://amazone.de/resource/crblob/1712/ea46148321955eb14d3aed65e27dc950/1b3449d5-e3b0-4d65-834c-46631b570d9c-eot-data.eot) format("eot"),
 url(https://amazone.de/resource/crblob/1714/cca575ab2017e824866a18062cc559ae/e63fbc7d-e85f-4fa0-8f07-753519f14cc3-woff2-data.woff2) format("woff2"),
 url(https://amazone.de/resource/crblob/1716/c967ac4d66079520d505fb8c67adca72/0ca0fdb5-e83d-4e2b-aef9-35e5f04508ee-woff-data.woff) format("woff"),
 url(https://amazone.de/resource/crblob/1718/011045a67975c939e5456d0087969f8b/ba401376-f39d-4449-8c06-61aa2736345c-ttf-data.ttf) format("truetype");
 font-weight:700;
 font-variant-numeric:lining-nums;
 font-feature-settings:"lnum";
 font-display:swap
}*/
