* {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f5f5f5;
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
p{margin:0;}

h1{
	font-size:30px;
	line-height:1.3em;
    font-weight: 400;
		margin:0 auto;
	padding-inline: 20px;
	max-width: 666px;
	text-wrap: balance;		
}
h2{
	font-size:24px;
	line-height:1.3em;
   font-weight: 400;
		margin:0;
}
.f20 { font-size: 20px; line-height: 30px }

ul {
	list-style: none;
	padding: 0;
}

li {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23008E94"><path d="M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" ></path></svg>') no-repeat left top;
    background-size: 27px;
    padding: 1px 0px 14px 37px;
}


.hide900px{}
@media all and (max-width: 900px) {
	.hide900px{display:none;}
}
.hide600px{}
@media all and (max-width: 600px) {
	.hide600px{display:none;}
}

.header{
	background:#fff;
	padding:16px 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 5px;
}
@media all and (max-width: 900px) {
	.header{
		padding:12px 20px;
	}	
}

.header .header_inner{
	max-width: 1077px;
	margin:auto;
}


.header .header_logo{display:block;}
@media all and (max-width: 900px) {
	.header .header_logo{
		width:86px;
	}	
}

.content{
	width: 940px;
	max-width:100%;
	margin:auto;
	position:relative;
	padding: 0 20px;
}
 
.content_wide{
	width: 910px;
	max-width:100%;
	margin:auto;
	position:relative;
	padding: 0 20px;
}

.progress {
	display:flex;
	align-items:center;
	justify-content:center;
	margin:25px 0 40px 0;
}
	
	
.progress-line-horizontal {
	position: absolute;
	top: 17px;
	width: 62%;
	left: 20%;
	height: 1px;
	background-color: rgb(189, 189, 189);
		display:block;
}
 
.progress-line-vertical {
	display:none;
    position: absolute;
    top: 29px;
    width: 1px;
    left: 31px;
    height: 46px;
    background-color: rgb(189, 189, 189);
}
	
 
.progress .progress-step{
	width:33%;
}
 
	
	
.progress .progress-step-icon{
    text-align: center;
    font-weight: bold;
    height: 34px;
    width: 34px;
    padding: 2px;
    border: 2px solid;
    border-radius: 50%;
    position: relative;
    background-color: rgb(189, 189, 189);
		line-height:1em;
		margin:auto;
    color: rgb(245, 245, 245);
}
		
 

.progress .progress-step-active .progress-step-icon{
    border-color: rgb(240, 125, 0);
    background-color: rgb(240, 125, 0);
}
		
	
.progress .progress-step-active .progress-step-icon::before {
		background-color: rgb(255, 255, 255);
    border: 2px solid rgb(240, 125, 0);
    border-radius: 50%;
    content: "";
    display: block;
    height: 38px;
    width: 38px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    top: 50%;
    position: absolute;
    z-index: -1;
}

 


.progress .progress-step-icon svg{
    color:#fff;
}
.progress .progress-step-label{
    margin:16px 0 0 0;  
		text-align:center;
    color: rgb(117, 117, 117);
    font-size: 0.875rem;
}
 
	
.progress .progress-step-active .progress-step-label{
    color:inherit;
}

.text-center{ 
	text-align:center;
}
#select_amount { width: 295px; }

.payroll-box{
	margin:40px 0;
	position:relative;
	padding:55px 96px 60px;
}

.box-orange {
	border-radius:3px;
	border:1px solid rgb(240, 125, 0);
	background:#fff;
}
.box-orange .pad {
	padding: 54px 10.5%;	
}

.rabatt_orange {
      z-index: 10;
      background-image: url(../img/50_Rabatt_small2.webp);
      width: 121px;
      height: 121px;
    }

    .rabatt_orange p {
      margin: 0;
      color: #333333;
    }

    .rabatt_percent_value {
      position: absolute;
      left: 27px;
      top: 16px;
      font-size: 41px;
      font-weight: 700;
    }

    .rabatt_percent {
      position: absolute;
      right: 23px;
      top: 33px;
      font-size: 27px;
      font-weight: 700;
    }

    .rabatt_text {
      position: absolute;
      left: 28px;
      font-weight: 700;
      font-size: 18px;
      bottom: 36px;
    }

    .rabatt_term {
      color: #fff;
      bottom: 13px;
      position: absolute;
      left: 22px;
      font-size: 13px;
      color: #fff !important;
      font-style: italic;
			font-family: "Open Sans", Helvetica, Arial, sans-serif;;
    }

@media all and (max-width: 900px) {
	.payroll-box {
		padding: 20px 10px;
	}
}

.payroll-box .payroll-box-flex{
	display:flex;
	justify-content:space-between
}
.payroll-box .payroll-box-flex.center{ 
	flex-direction: column;
	align-items:center;
}
.payroll-box .payroll-box-flex .choice { position: relative; display: flex; flex-direction: column; gap: 20px;}
.payroll-box .payroll-box-flex .choice .rabatt50 { position: absolute;     transform: translate(-133%, 2px); }
.payroll-box .payroll-box-flex .choice .bitte { position: absolute; right: -144px; top: -20px; }
@media all and (max-width: 900px) {
	.payroll-box .payroll-box-flex{
		        flex-direction: column-reverse;

        justify-content: center;
        align-items: center;
	}
}

.payroll-box .payroll-box-right{

	width:444px;
	max-width:100%;
}
.payroll-box .payroll-box-right-yellow{
	border-radius:10px;
	background:#FEFADB;
	padding:30px 10px; 
	text-align:center;
	box-sizing:border-box;
}


.price{
	font-size:50px;
  line-height: 1.36;
	font-weight:700;
	color:#008E94;
}
.price-old{	
    line-height: 16px;
    text-decoration: line-through;
}
.price-subtext{
	font-size:14px;
  line-height: 19px;
  margin-bottom: 5px;
}
.price-subtext:last-child {
  margin-bottom: 0
}
select{
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
	background:#fff;
	padding:10px 20px;
	min-width:100px;
	border-radius:3px;
	outline:none;
	border:none;
	width: 100%
}
.select_container{
	padding-right:7px;
	background:#fff;
	border:1px solid #000;
	border-radius:3px;
	display:inline-block;
	
}

.dropdown {
      position: relative;
      
    }

    .dropdown-toggle {
      border: 1px solid #707070;
      
      border-radius: 3px;
      background: #fff;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .dropdown-toggle span { padding: 10px; display: inline-block;}
    .dropdown-toggle::after {
      content: "";
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.803' height='8.962' viewBox='0 0 15.803 8.962'%3E%3Cpath d='M2762,479.137l6.841,6.841,6.841-6.841' transform='translate(-2760.939 -478.076)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E%0A") center center no-repeat #F5F5F5;
      width:45px; height: 45px;
      margin-left: 10px;
      border-radius: 3px;
    }

    .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      border: 1px solid #ccc;
      background: #fff;
      z-index: 1000;
      display: none;
      border-radius: 8px;
      max-height: 200px;
      overflow-y: auto;
    }

    .dropdown-menu div {
      padding: 10px;
      cursor: pointer;
    }

    .dropdown-menu div:hover {
      background-color: #f0f0f0;
    }
    .dropdown-menu.show { display: block }

.btn{
	cursor:pointer;
	display:inline-block;
	border-radius:3px;
	background:#F07D00;
	padding:13px 60px 13px 30px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	position:relative;
	min-width:200px;
	text-decoration: none;
}
.btn::after {
	content: "";
	top: 40%;
	right: 19px;
	position: absolute;
	content: "";
	display: block;
	width: 19px;
	height: 18px;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18.492" height="12.105" viewBox="0 0 18.492 12.105"%3E%3Cg transform="translate(1 1.414)"%3E%3Cpath d="M2796.45,500h15.756" transform="translate(-2796.45 -495.362)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"/%3E%3Cpath d="M2828.994,483l4.638 4.638-4.638 4.638" transform="translate(-2817.555 -483)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E');
	background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}



.functions-box-main{
	background:#f3f3f3;
	border:1px solid #BDBDBD;
  padding: 10px 20px;
	cursor:pointer;
	position:relative;
}
.functions-box-items > div {
 padding: 8px 20px;
 border:1px solid #CECECE;
 border-bottom: 0;
 position:relative;
 cursor:pointer;
}
.functions-box-items > div:last-child {
	border:1px solid #CECECE;
}
.functions-box-items div > p:nth-child(1) {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.662' height='13' viewBox='0 0 17.662 13'%3E%3Cg id='check' transform='translate(1.768 1.768)'%3E%3Cpath d='M2652.908,94.357l4.663,4.663,9.464-9.464' transform='translate(-2652.908 -89.556)' fill='none' stroke='%23f07d00' stroke-linecap='round' stroke-width='2.5'/%3E%3C/g%3E%3C/svg%3E%0A") 0px 5px no-repeat;
	padding-left: 33px;
}
.functions-box-items div > p:nth-child(2) {
	display:none;
	margin-top:10px;
    padding-left: 10px;
}

.functions-box-items div.active > p:nth-child(2) {
	display:block;
}

.functions-box-items > div:nth-child(odd){
	background:#f5f5f5;
}
.functions-box-items > div:nth-child(even){
	background:#fff;
}
.top-icon { vertical-align: middle; box-shadow: 0 2px 6px rgba(0,0,0,0.16); border-radius: 100%;  margin-left: 5px;  margin-top: -5px; }


.testi-box{
	border-radius:3px;
	background: #F2F9FA;
	position:relative;
	padding: 22px 80px 0 90px;
}


.testi-box h2{}
@media all and (max-width: 500px) {
	.testi-box h2{
		text-align:center;
	}	
	.testi-box h2 br{
		display:none;
	}	
}



.img-box  {
	display:flex; gap:8px;
}
.img-box > div {
	border:17px solid #e8e8e8;
	border-radius:3px;
}
.img-box > div img{
	height:90px;
	display:block;
}



.functions-box-main::after,
.functions-box-items > div::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.685' height='6.049' viewBox='0 0 10.685 6.049'%3E%3Cpath d='M2762,479.137l4.635,4.635,4.635-4.635' transform='translate(-2761.293 -478.429)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.functions-box-main.active::after,
.functions-box-items > div.active::after {
	transform: rotate(180deg);
}

.flex3{display:flex;align-items:center;justify-content:space-around; gap:10px;flex-wrap:wrap;}
.flex1{display:flex;align-items:center;justify-content:space-between; gap:0px;}
@media all and (max-width: 600px) {
	.flex1{flex-direction: column;}
}
	
	
.flex2{    display: flex;
    align-items: end;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;}

.fw-600{font-weight: 600;}
.italic{   font-style: italic;}
.color-orange{color:#F07D00;}
.text-center{text-align:center;}
.section2 { background: #FFF; padding: 26px 0px; }
.section2 .content_wide {display: flex; justify-content: space-between; align-items: center;}
.ekomi .rate { font-size: 20px; }
.section2 .separator { border-left: 1px solid #CCC; padding-right: 10px; margin-left: 10px}
.testsiger { color: #008E94; background: #F2F9FA; padding: 10px 20px; border-radius: 3px; display: flex; align-items: center; gap: 15px; }
.logos-inner { max-width: 306px; width: 100%;     display: flex;
    flex-direction: column;
    justify-content: center; padding: 20px 0; gap: 20px;}
    
.logos-inner .im { display: flex; justify-content: space-between;}
.logos { max-width: 482px; display: flex; justify-content: space-between; gap: 10px; width:100%; }
.logos img { max-width: 100%}
.tuev-box{
    max-width:100%;
	flex-wrap:wrap;
    position: relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	border-radius:9px;background: rgb(0,60,124);
	background: linear-gradient(90deg, rgba(0,60,124,1) 0%, rgba(34,179,232,1) 100%);
	height: 132px;
	margin-top: 54px;
}
 
.tuev-box .tuev-logo{margin-top: -28px;width: 135px;transform: translate(-30px, 15px);}
.tuev-box > div:nth-child(3){
	padding-right:15px;
}
.tuev-box > div:nth-child(2){
	color:#fff;
	padding:15px 15px 15px 50px;
	flex-grow: 1;
	font-size: 14px;
	line-height: 19px;
}
.tuev-box > div:nth-child(1){
	border-top-left-radius:9px;
	border-bottom-left-radius:9px;
	color:#fff;
	background:rgb(14,69,114);
	text-align:center;
	padding:10px 30px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width: 247px;
	height: 100%;
}
.tuev-box > div:nth-child(1) > p:nth-child(1) { line-height:1.1em;font-weight:bold;font-size:59px; }
.tuev-box > div:nth-child(1) > p:nth-child(2) { line-height:1.1em;font-weight:bold;font-size:24px; text-transform: uppercase;}

.tuev-box  .tuev-tooltip{
		position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    color: black;
    box-shadow: 0 0 10px #adadad;
    border: 1px solid #fff;
    bottom: 28px;
	cursor:pointer;
	z-index: 1

}		
		
.gkv-box{
    max-width:100%;
	flex-wrap:wrap;
    position: relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	border-radius:9px;background: rgb(0,60,124);
	background: linear-gradient(90deg, rgba(229, 43, 72,1) 0%, rgba(246, 85, 109,1) 100%);
	height: 132px;
	margin-block: 80px;
}
 
.gkv-box .gkv-logo{margin-top: -93px;width: 135px;transform: translate(-30px, 50px);}
.gkv-box > div:nth-child(3){
	padding-right:15px;
}
.gkv-box > div:nth-child(2){
	color:#fff;
	padding:15px 15px 15px 50px;
	flex-grow: 1;
	font-size: 14px;
	line-height: 19px;
}
.gkv-box > div:nth-child(1){
	border-top-left-radius:9px;
	border-bottom-left-radius:9px;
	color:#fff;
	background: #950200;
	text-align:center;
	padding:10px 30px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width: 247px;
	height: 100%;
}
.gkv-box > div:nth-child(1) > p:nth-child(1) { line-height:1.1em;font-weight:bold;font-size:59px; }
.gkv-box > div:nth-child(1) > p:nth-child(2) { line-height:1.1em;font-weight:bold;font-size:24px; text-transform: uppercase;}

.gkv-box  .gkv-tooltip{
		position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    color: black;
    box-shadow: 0 0 10px #adadad;
    border: 1px solid #fff;
    bottom: 28px;
	cursor:pointer;
	z-index: 1
}		

.banner-prices {
    background: #F2F9FA;
    padding: 8px 20px 8px 36px;
    line-height: 20px;
    position: relative;
    font-size: 14px;
    max-width: 540px;
    width: 100%;
    margin: 20px auto 0;
    box-sizing: border-box;
    text-align: center;

}
.banner-prices img {
    position: absolute;
    top: 8px;
    left: 10px;
}
		
@media all and (max-width: 900px) {
	.tuev-box > div:nth-child(1), .gkv-box > div:nth-child(1){display:none;}
}

footer { background: #CECECE; padding: 20px; }		
footer .links { display: flex; gap: 20px; justify-content: center;}
footer .links a { font-size: 14px; color:#212121; text-decoration: none }

@media (max-width: 900px) {
	.testi-box > img { width: 35% }
	.testi-box {align-items: flex-end; }
}

@media (max-width: 720px) {
	.testi-box {
        align-items: center;
        flex-direction: column;
    }
    .testi-box > img { width: unset; max-width: 100% }
    .section2 .content_wide { flex-direction: column; gap: 30px; }
}
@media (max-width: 600px) {
	.payroll-box .payroll-box-flex .choice .rabatt50 {
    	transform: translate(-90%, -10px)  scale(.6);
    }
	.tuev-box, .gkv-box { flex-direction:column; height: auto; }
  .tuev-box { margin-top: 20px; }
  .gkv-box  { margin-block: 40px; }
	.tuev-box .tuev-logo, .gkv-box .gkv-logo { margin: 10px; transform: unset; }
}		
@media (max-width: 540px) {
	.payroll-box .payroll-box-flex .choice .bitte { display: none;}
}		
		
@media (max-width: 500px) {
	.payroll-box .payroll-box-flex .choice .rabatt50 {
    	transform: translate(-50px, -209px) scale(.6)
    	
	}
	.ntv { flex-shrink: 0; }
	.logos-inner .im { gap: 10px;}
	.testi-box { padding-inline: 10%; }
}		
		
@media (max-width: 420px) {
	.progress .progress-step-label { font-size: 12px; }
	.testsiger { font-size: 13px }
	.logos-inner .im img { height: auto!important }
	.functions-box { font-size: 14px; }
	#select_amount { max-width: 295px; width: auto}
}		
		
@media (max-width: 400px) {

}		
@media (max-width: 360px) {
	.dropdown-toggle { font-size: 13px }
  .choice a { font-size: 18px; padding-inline: 50px 10px; }
}