@font-face {
  font-family: MundialBold;
  src: url(/landing/fonts/MundialBold.otf);
}@font-face {
  font-family: MundialHair;
  src: url(/landing/fonts/MundialHair.otf);
}@font-face {
  font-family: MundialItalic;
  src: url(/landing/fonts/MundialItalic.otf);
}@font-face {
  font-family: MundialLight;
  src: url(/landing/fonts/MundialLight.otf);
}@font-face {
  font-family: MundialRegular;
  src: url(/landing/fonts/MundialRegular.otf);
}@font-face {
  font-family: MundialThin;
  src: url(/landing/fonts/MundialThin.otf);
}

body,html{
	font-family: MundialRegular, sans-serif;
}
strong{
	font-family:MundialBold, sans-serif;
}
.thin{
	font-family:MundialThin, sans-serif;
}
.smallTitle{
	font-weight:bold;
	text-transform: uppercase;
	color:#000;
}
.btn{
	border-radius: 25px;
	padding:10px 50px;
	text-transform: uppercase;
}
.btn-blue, .btn-blue:active, .btn-blue:active, .btn-blue:hover{
	background: transparent linear-gradient(90deg, #0096FF 0%, #007BD1 100%) 0% 0% no-repeat padding-box;
	color:#fff;
}
.btn-white, .btn-white:active, .btn-white:active, .btn-white:hover{
	background:#fff;
	color:#0096FF;
}
.btn-border, .btn-border:active, .btn-border:active, .btn-border:hover{
	border:1px solid #0096FF;
	color:#0096FF;
	background:#fff;
}
.section{
	padding:100px 0;
}

.small-section{
	padding:60px 0;
}
.title h2{
	font-size:39px;
	font-family: MundialThin, sans-serif;
}
.title h2.blue{
	color:rgba(0, 150, 255, 1);
	width:600px;
	margin:0 auto;
}


.start{
	background: url(/landing/images/start.jpg) no-repeat center center;
	background-size:cover;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
.start-no-bg{
	background-image: none;
}
.top{
	padding:35px 0px;
}
.top .logo{
	width:200px;
}

.sticky-top {
	background: #fff;
	-moz-box-shadow: inset 0 -30px 30px -30px rgba(0,0,0,.2);
  	-webkit-box-shadow: inset 0 -30px 30px -30px rgba(0,0,0,.2);
  	box-shadow: inset 0 -30px 30px -30px rgba(0,0,0,.2);
	  transition: padding 0.2s linear;
}
.sticky-top.navfixed {
	padding:10px 0px;
}

.nav-link-colored{
	color: rgba(0, 150, 255, 1) !important;
}

.navbar-light .navbar-nav .nav-link{
	color:#2E2E2D;
	padding:10px 15px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
	color:#2E2E2D;
}
.navbar-light .nav-link.active {
	color: #0096fe!important;
}

.navbar-light .nav-link.btn {
	color: #fff!important;
	padding: 10px 15px;
}

.start .mainTitle{
	text-align:center;
	padding-top:200px;
	padding-bottom:400px;
}
.start .mainTitle h2{
	font-size:43px;
	font-family: MundialThin, sans-serif;
	margin: 10px 0 25px 0;
}

.infoBoxes{
	margin-top:-160px;
}
.infoBoxes .box{
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding:25px;
	text-align:center;
	color:rgba(106, 106, 106, 1);
	background:#fff;
	line-height: 21px;
}
.infoBoxes .box span{
	color:rgba(106, 106, 106, .6)
}
.infoBoxes .box i{
	color:rgba(0, 150, 255, 1);
	font-size:65px;
	display:block;
	margin-bottom:25px;
}
.infoBoxes .box.fir{
	margin-top:-35px;
}
.infoBoxes .box.sec{
	margin-top:-85px;
}
.infoBoxes .box.thr{
	margin-top:-55px;
}

.smart{
	text-align:center;
}
.smart .btn{
	margin-right:5px;
	margin-left:5px;
}

.sicher .box{
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
	border-radius: 10px 10px 0 0;
	padding:50px;
	color:rgba(46, 46, 45, .6);
	position:relative;
}
.sicher .title h2{
	margin:inherit;
	width:350px;
}
.sicher .box img{
	width:100%;
}
.sicher .blueBox{
	background:rgba(0, 150, 255, 1);
	text-align:center;
	padding:60px 0;
	color:#fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
	border-radius: 0 0 15px 15px;
}
.sicher .blueBox h2{
	margin-bottom:35px;
	font-size:38px;
	font-family: MundialThin, sans-serif;
}


.state{
	text-align:center;
}
.state .box{
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding:35px;
	font-size:20px;
	text-align:left;
	margin-top:35px;
}
.state .box .yellow{
	color:yellow;
}
.state .box img{
	border-radius:50%;
	width:100%;
}


.footer{
	background:rgba(46, 46, 45, 1);
	padding:45px;
	color:#fff;
}
.footer .logo{
	width:250px;
}
.footer .hosted{
	width:120px;
}
.footer span{
	color:rgba(255, 255, 255, .38);
	display:block;
	width:50%;
}

.copyright{
	padding:25px 45px;
	color:rgba(0, 0, 0, .51);
}

.bottom-links{
	padding:25px 45px;
}
.bottom-links a{
	color:rgba(0, 0, 0, .51);
	text-decoration: none;
	font-family: MundialThin, sans-serif;
	font-weight: 400;
}

.bottom-links a:hover{
	color:rgba(0, 0, 0, .7);
}

.start.pricebg{
	background:none;
	box-shadow:none;
}
.priceTitle{
	text-align:center;
	padding:90px 0px;
	padding-bottom:200px;
	background:url(/landing/images/price_header.png) no-repeat;
	background-size:cover;
	background-position: center center;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
}
.priceTitle h2{
	font-size:45px;
}

.priceBox{
	margin-top:-150px;
}
.priceBox .box{
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding:35px;
	background:#fff;
	height:100%;
}
.priceBox .box.b-radius-right-none{
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.priceBox .box.b-radius-left-none{
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.priceBox .box .priceHeader{
	border-bottom:1px solid rgba(112, 112, 112, .22);
	padding-bottom:25px;
	margin-bottom:25px;
}
.priceBox .box .priceHeader strong{
	text-transform: uppercase;
}
.priceBox .box .priceHeader h2{
	color:rgba(0, 150, 255, 1);
	font-size:34px;
}
.priceBox .box .priceHeader h2 small{
	font-size:20px;
}
.priceBox .box .priceHeader .subTitle{
	color:rgba(46, 46, 45, .45);
	font-size:12px;
}


.priceBox .box .priceFunc strong{
	text-transform: uppercase;
	color:rgba(0, 150, 255, 1);
	display:block;
	margin-bottom:10px;
	font-size:14px;
}
.priceBox .box .priceFunc .list div{
	margin-bottom:10px;
}
.priceBox .box .priceFunc .list i{
	color:rgba(138, 195, 96, 1);
	margin-right:5px;
	font-size:20px;
}


.priceExtras .extra i{
	background:rgba(0, 150, 255, .05);
	text-align:center;
	font-size:40px;
	color:#000;
	height:100%;
	width:100%;
	display:flex;
	align-items:center;
	justify-content: center;
}
.priceExtras .extra h2{
	font-weight:lighter;
	margin-top:20px;
}
.priceExtras .extra h2 strong{
	font-weight:bold;
}
.priceExtras .extra p{
	color:rgba(46, 46, 45, 1);
	margin-bottom:20px;
}
.priceExtras .extra .blue{
	color:rgba(0, 150, 255, 1);
}
.priceExtras .extra h2{
	font-size:34px;
}
.priceExtras .extra h2 small{
	font-size:20px;
}

.priceBoxes{
	margin-top:-50px;
}
.priceBoxes .bigbox{
	margin-top:-100px;
	border: 1px solid rgba(0, 150, 255, 0.32);
}
.priceBoxes .box{
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding:35px;
	background:#fff;
	text-align:center;
}
.priceBoxes .title h2{
	width:100%;
}
.priceBoxes .title h2 small{
	font-size:20px;
}
.priceBoxes .title .btn{
	margin-top:15px;
}
.priceBoxes .list div{
	border-bottom:1px solid rgba(112, 112, 112, .36);
	padding:15px 0px;
}
.priceBoxes .list div:last-child{
	border-bottom:none;
}
.priceBoxes .list strong{
	color:rgba(0, 150, 255, 1);
}
.priceBoxes .suggest{
	background:rgba(0, 150, 255, 1);
	text-transform: uppercase;
	color:#fff;
	border-radius: 50px;
	display:inline-block;
	padding:0px 7px;
}
.priceBoxes .indivi span{
	line-height:35px;
	display:block;
	width:80%;
	margin:0 auto;
}

.steuTitle{
	background:url(/landing/images/steuHeader.jpg) no-repeat;
	background-size:cover;
	padding:150px 0px;
	box-shadow: 0 0 25px rgb(0 0 0 / 16%);
}
.steuTitle h4{
	font-weight:bold;
	font-size:14px;
}
.steuTitle h2{
	font-size:55px;
	font-weight:bold;
}
.steuTitle p{
	color:rgba(46, 46, 45, 1);
}
.steuBoxes{
	margin:100px 0px;
}
.steuBoxes .box{
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding:25px;
}
.steuBoxes .box i{
	font-size:70px;
	color:rgba(0, 150, 255, 1);
	margin-bottom:25px;
}
.steuBoxes .box h2{
	font-weight:bold;
	margin-bottom:25px;
}
.steuBoxes .box a{
	color:rgba(0, 150, 255, 1);
	text-decoration: none;
}
.steuBoxes .carousel-item{
	padding:100px;
}

.steuBranding{
	background:rgba(0, 150, 255, .05);
	padding:100px 0px;
}
.steuBranding img{
	padding-right:50px;
}
.steuBranding h4{
	font-weight:bold;
	font-size:14px;
	color:rgba(46, 46, 45, 1);
}
.steuBranding h2{
	font-size:37px;
}
.steuBranding .innerPadding{
	padding:0px 150px;
}

.steuIn{
	padding:100px 0px;
}
.steuIn .choose{
	padding:0px 40px;
}
.steuIn .choose .box{
	border: 1px solid rgba(222, 221, 221, 1);
	border-radius: 30px 0px 0px 30px;
	padding:25px;
	margin-bottom:25px;
	cursor:pointer;
}
.steuIn .choose .box:last-child{
	margin-bottom:0;
}
.steuIn .choose .box.active{
	border:1px solid rgba(0, 150, 255, 1);
}
.steuIn .choose .box i{
	font-size:45px;
	color:rgba(0, 150, 255, 1);
}
.steuIn .choose .box h2{
	font-weight:bold;
	font-size:18px;
}
.steuIn .choose .box span{
	color:rgba(46, 46, 45, .57);
	font-size:13px;
}

.steuIn .selected{
	padding: 150px 35px 35px;
	display:none;
	height:100%;
}
.steuIn .selected.active{
	display:block;
}
.steuIn .selected.datev{
	background:url(/landing/images/steuInt.png) no-repeat;
	background-size:cover;
	height: auto;
}
.steuIn .selected.belege{
	background:url(/landing/images/steuInt.png) no-repeat;
	background-size:cover;
	height: auto;
}
.steuIn .selected.notif{
	background:url(/landing/images/steuInt.png) no-repeat;
	background-size:cover;
	height: auto;
}
.steuIn .selected.stunden{
	background:url(/landing/images/steuInt.png) no-repeat;
	background-size:cover;
	height: auto;
}
.steuIn .selected.konto{
	background:url(/landing/images/steuInt.png) no-repeat;
	background-size:cover;
	height: auto;
}
.steuIn .selected .box{
	background:#fff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
	border-radius: 25px 0px;
	padding:35px;
	width:80%;
	margin:0 auto;
}
.steuIn .selected h4{
	font-weight:bold;
	font-size:14px;
	color:rgba(46, 46, 45, 1);
}
.steuIn .selected h2{
	font-size:37px;
}

.stbTitle h2{
	font-size:50px;
}
.stbTitle .blue{
	color:rgba(0, 150, 255, 1);
	font-weight:bold;
}
.stbTitle img{
	padding:25px 0px;
	margin:0 auto;
	width:250px;
}
.stbTitle p{
	color:rgba(46, 46, 45, .64);
}

.priceExtras .extra h2{
	position:relative;
}
.priceExtras .extra .lineThrough{
	border-bottom:3px solid rgba(0, 150, 255, 1);
	position:absolute;
	top:21px;
	width:150px;
}

#testimonials .carousel-indicators {
	margin-bottom: 0;
}

#testimonials .carousel-indicators [data-bs-target] {
	width: 6px;
	height: 6px;
}

#testimonials .carousel-indicators .active {
	background-color: #0096ff;
}

@media only screen and (max-width:1399px){

	.priceExtras .extra h2{
		font-size:29px;
	}

}

@media only screen and (max-width:1199px){

	.title h2.blue{
		width:100%;
	}

	.steuBoxes .carousel-item{
		padding:100px 5px;
	}
	.steuBoxes .box h2{
		font-size:25px;
	}
	.steuBranding img{
		padding-right:0;
	}
	.steuIn .choose .box{
		padding:15px;
	}
	.steuIn .choose{
		padding:0;
	}

	.priceBox .box{
		padding:25px;
	}
	.priceHeader .btn-custom{
		padding:10px;
	}
	.priceFunc .list{
		font-size:14px;
	}
	.priceFunc .btn-custom{
		padding:10px;
		width:100%;
	}

}

@media only screen and (max-width:991px){

	.top{
		padding:25px 0;
		position:relative;
	}
	.top .align-items-center{
		align-items: inherit!important;
	}
	.top .logo{
		padding-top:8px;
	}
	.navbar-toggler{
		position:absolute;
		right:0;top:0;
	}
	.navbar-nav{
		padding-top:60px;
	}
	.navbar-nav .nav-item{
		text-align:right;
	}
	.container-fluid{
		padding-right:0!important;
	}
	.navbar-light .navbar-nav .nav-link{
		padding-right:10px;
		font-size:18px;
		padding-bottom:15px;
	}
	.sicher .blueBox{
		padding:60px;
	}
	.sicher .box img{
		margin-top:35px;
	}

	.steuBoxes .box h2{
		font-size:19px;
	}

	.steuBranding .innerPadding{
		padding:0;
	}
	.steuIn{
		padding:50px 0px;
	}
	.steuIn .choose{
		padding:0;
	}
	.steuIn .selected{
		padding:15px;
		padding-top:150px;
	}
	.steuIn .selected .box{
		width:100%;
		padding:25px;
	}
	.steuIn .selected h2{
		font-size:30px;
	}
	.steuIn .selected .box .btn-custom{
		padding:10px;
		width:100%;
	}

}

@media only screen and (max-width:768px){

	.infoBoxes{
		margin-top:-120px;
	}
	.infoBoxes .box.fir, .infoBoxes .box.sec, .infoBoxes .box.thr, .infoBoxes .box.fou{
		margin-top:25px;
	}

	.steuIn .choose{
		margin-bottom:50px;
		padding:0;
	}
	.steuBranding img{
		padding:0;
		margin-bottom:35px;
	}

	.steuBoxes{
		margin:25px 0px;
	}
	.steuBoxes .box{
		margin-bottom:45px;
	}
	.carousel-indicators [data-bs-target]{
		width:18px;
	}
	.priceBox .box .priceHeader .btn {
		width: 100%;
	}
	.priceExtras .extra{
		text-align:center;
	}
	.priceExtras .extra i{
		width:100px;
		height:100px;
		margin:0 auto;
	}
	.priceExtras .extra h2.blue{
		margin-top:0;
	}

}

@media only screen and (max-width:480px){
	
	.title h2{
		font-size:30px;
	}
	.title h2.blue{
		width:100%;
	}
	.section{
		padding:80px 0;
	}

	.small-section{
		padding:30px 0;
	}
	
	.top{
		padding:15px 0;
		position:relative;
	}
	
	.start .mainTitle{
		padding-top:50px;
		padding-bottom:250px;
	}
	.start .mainTitle h2{
		font-size:35px;
	}
	
	.smart .btn{
		margin: 0 0 15px 0;
		width:100%;
	}
	
	.sicher .pe-5{
		padding-right: calc(var(--bs-gutter-x) * .5)!important;
	}
	.sicher .box{
		padding:25px;
	}
	.sicher .box img{
		margin-top:35px;
	}
	
	.state .box img{
		margin-bottom:35px;
	}
	
	.footer{
		text-align:center;
	}
	.footer span{
		width:100%;
	}
	.footer .text-end{
		text-align:center!important;
	}
	.footer .hosted{
		display:block;
		margin: 50px auto 0 auto;
	}
	
	.copyright{
		text-align:center;
		padding:25px 0;
		display:block;
		width:100%;
	}

	.steuTitle{
		padding:50px 0px;
	}
	.steuTitle h2{
		font-size:35px;
	}
	
	.steuBoxes .carousel-item{
		padding:5px;
	}
	
	.carousel-indicators{
		bottom:-20px;
	}
	
	.steuBranding{
		padding:50px 0px;
	}
	
	.steuBranding .innerPadding{
		padding:0;
	}

	.priceBox .box.b-radius-right-none{
		border-top-right-radius:10px;
		border-bottom-right-radius:10px;
	}
	.priceBox .box.b-radius-left-none{
		border-top-left-radius:10px;
		border-bottom-left-radius:10px;
	}
	
	

	.priceTitle{
		padding:50px 0px;
		padding-bottom:180px;
	}
	.priceTitle h2{
		font-size:35px;
	}

	.bottom-links{
		padding:25px 0px;
		text-align:center;
	}
	
}