@charset "utf-8";
/* CSS Document */
/*
xs = Extra small <576px. Max container width None (auto)
sm = Small ≥576px. Max container width 540px.
md = Medium ≥768px. Max container width 720px.
lg = Large ≥992px. Max container width 960px.
xl = Extra large ≥1200px. Max container width 1140px.

*/
body {
    overflow-x: hidden;
}
* {
    font-family: 'Roboto', 'Arial', sans-serif;
}

a  {text-decoration: underline;}
.grauback {
    background-color: #EEEEEE;
}
.h1 {
	
	/*font-family: neuton,serif;*/
    color: #3a3f47;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.h2 {
    color: #3a3f47;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    /*word-break: keep-all;*/
    margin-bottom: 2rem;
}
.backyellow {
    background-color: yellow;
}
.card h5 button {
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: left;
}
.borderleftwide{border-left: 10px solid #043978}

.fontgreen {
	
	color:darkgreen;
}
.dark-brand {
    color: #ffcd05;
}
p, li {
    font-size: 18px;
    font-weight: normal !important;
}
#gratis p, li {
    font-size: 18px;
    font-weight: normal !important;
}
strong {
    font-weight: bolder !important;
}
.card-header button {
    color: white;
}
.card-header {
    background-color: #629ED8;
}
.card[class*="border"] {
    border: 1px solid #ffffff;
}
.btn-rounded {
    border-radius: 0.3em;
}
.btn {
    font-size: 18px;
	padding:.8rem 1rem;
	font-weight: bold;
	
	
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	
}

.btn:hover {
  color:#000000;
	text-decoration: underline;
}
.list {
    list-style-type: none;
    padding-left: 0;
}
.listgreen {
    margin-top: -0.5em;
}
.listgreen li {
    background: url("check-green.svg") left 0 no-repeat;
    padding: 0.08em 0 .8em 2.7em;
    background-position-y: top;
}
.listgreen-kondi li {
    background: url("check-green.svg") left .9em no-repeat;
    padding: 0.8em 0 0.8em 2.7em;
    /*background-position-y: center;	
    background-size:32px;*/
}
.bouncing {
    align-self: center;
    animation-duration: 2s;
    animation-name: bounce;
    animation-iteration-count: infinite;
    font-size: 2em;
    margin: 6px;
    text-align: center;
}
.fontgrey {
	color:#7c7c7c;
}

.list .c-list__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 2rem;
    height: 2rem;
    background-color: #ffcd05;
    background-image: url(https://tipps.unternehmenssteuern.de/images/check.svg);
    background-size: 16px;
    background-repeat: no-repeat;
	background-position: 50%;
}
.list .c-list__item {
    position: relative;
    padding-left: 3rem;
}
.list .c-list__item {
    margin-bottom: 1rem;
}

#garantie p{
	
	font-size: 1em;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.animated.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}
.fa-2x {
    margin: 0 auto;
    padding: 0 47%;
    float: none;
    color: #019920;
    text-align: center;
}
.preis {
    color: red;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 1.2em;
}
.preisneu {
    font-weight: bold;
    font-size: 1.2em;
    background-color: yellow;
}
.nobreak {
    white-space: nowrap;
}
.impressum {
    list-style-type: none;
    text-align: center;
    font-size: .8em;
    color: #665;
    padding-left: 0;
    margin-bottom: 0;
}
.impressum li {
    display: inline;
}
.impressum li a {
    color: #665;
    font-weight: normal;
}
.copy {
    color: #665;
    font-size: .7em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2em;
}
html {
    scroll-behavior: smooth;
}
.faqheader {
    font-weight: bold;
    text-decoration: underline;
    border-bottom: 1px solid #000000;
    width: 100%;
    display: inline-block;
}
.faqheader i {
    float: right;
}
.btn {
    color: #000000;
    text-transform: inherit !important;
}
.fontsize16 {
    font-size: 16px;
}
.greenborder {
    border: 1px solid #019920;
}

.card-footer {
	border-top: none;
}

#ihnalt a {
	text-decoration: none;
	
}
 a:hover {
	text-decoration: underline;
	
}
#ihnalt a:hover {
	text-decoration: underline;
	
}


.redplus {
        
        font-size: 5em; color:red; font-weight: bold;
    }
@media (max-width: 1023px) {
.col-lg-8.mx-auto{
    text-align: center;
}
    }
@media (max-width: 767px) {
.btn-amber br{
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    word-break: break-all;
    }
    h3{
        margin-top: 30px;
    }
    .bouncing a{
        display: inline-block;

    }

}
@media (max-width: 576px) {
    /*mobil*/
    .h1 {
        font-size: 22px;
    }
    .h2 {
        font-size: 18px;
    }
    p, li {
        font-size: 16px;
        overflow-wrap: break-word;
    }
    #ausgabe {
        max-height: 220px;
        width: auto;
    }
    .headcontainer {
        padding: 4px !important;
        margin: 0px;
    }
    .headcontainer .col-6 {
        padding: 0px !important;
    }
	
	.nobreak {
    font-size: 0.75em;
	}
    /*mobil end*/
}

.small-pargraph p{
    font-size: 14px!important;
}

@media (max-width: 479px) {
    #ausgabe {
        max-height: inherit;
        width: 100%;
    }
    .mb-responsive{
        width: 100%;
    }
    
    .redplus {
        
        line-height: 0.5em;
    }
    
    
}