body {
    min-width: 320px;
    background: #fff;
    font-family: TSTAR, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.35;
    color: #000;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a[href^="tel"] {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.675em;
    line-height: 1.2;
    font-family: 'TSTAR TW PRO';
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 17px;
    line-height: 1.33;
}

h6 {
    font-size: 0;
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
    margin-bottom: 1.35em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

/* Mobile */

@media (max-width: 767px) {
    h1,
    h2 {
        font-size: 26px;
        letter-spacing: -0.01em;
        line-height: 1.33;
    }

}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
font-family: 'TSTAR';
src: url('../fonts/T-StarPro-Bold.eot');
src: local('‚ò∫'), url('../fonts/T-StarPro-Bold.woff2') format('woff2'), url('../fonts/T-StarPro-Bold.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'TSTAR TW PRO';
src: url('../fonts/T-Star-TW-pro-bold-webfont.eot');
src: local('‚ò∫'), url('../fonts/T-Star-TW-pro-bold-webfont.woff2') format('woff2'), url('../fonts/T-Star-TW-pro-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after {
    content: '';
    display: block;
    clear: both;
}

/*  Notext  */

.notext {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
}

/*  Hidden  */

[hidden],
.hidden {
    display: none !important;
}

/*  Alignleft  */

.alignleft {
    float: left;
}

/*  Alignright  */

.alignright {
    float: right;
}

/*  Disabled  */

[disabled],
.disabled {
    cursor: default;
}

/*  Readonly  */
[readonly]
{
	background-color: transparent;
}


/*  Grid  */

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -12px -16px;
}

.col {
    width: 100%;
    max-width: 100%;
    padding: 0 12px 16px;
}

.col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1201px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

.text-border {
    text-align: center;
    font-size: 26px;
    font-family: 'TSTAR TW PRO';
    position: relative;
    position: relative;
    display: inline-block;
    padding: 20px 45px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.text-border:hover{
	color: #1e1e5a;
	border-color: #1e1e5a;
}

.text-border:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding-top: 100%;
    pointer-events: none;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.opacity {
    opacity: 0.6;
}

/* Mobile */

@media (max-width: 767px) {
    .cols {
        display: block;
    }

    .cols .col {
        width: 100%;
        max-width: 100%;
        padding-bottom: 15px;
    }
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
    display: block;
}

template {
    display: none;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
    max-width: 100%;
}

img,
iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.datenschutz{
	margin-top: 20px;
	margin-bottom: 20px;
}

.datenschutz a{
    opacity: 0.4;
}

.datenschutz a:hover{
    opacity: 1;
}

.datenschutzdiv{
	padding-left: 0;
}

.productIconModule, .productIconUpdate{
	width: 116px;
}

.productIconSwissness{
	width: 177px;
}

.productIconSeit{
	width: 137px;
}

.productIconSupport{
	width: 110px;
}

b,
strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
    cursor: pointer;
}

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button,
select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul,
nav ol {
    list-style: none outside none;
}


/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {
    background-color: #1e1e5a;
    color: #fff;
    padding: 36px 0;
}

.footer .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .footer__content .list-links {
    margin-left: 105px;
    font-family: 'TSTAR TW PRO';
}

.footer .footer__aside {
    font-family: 'TSTAR TW PRO';
    text-align: right;
}

/* Mobile */

@media (max-width: 767px) {
    .footer .footer__inner {
        display: block;
    }

    .footer .footer__content {
        margin-bottom: -7px;
    }

    .footer .footer__content h5 {
        margin-bottom: 2px;
    }

    .footer .footer__content .list-links, .footer__aside .list-links {
        display: block;
        margin-left: 0;
		text-align: left;
		margin-top: 20px;
    }

    .footer .footer__content {
        display: block;
    }
	
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header {
    background-color: #1e1e5a;
    padding: 17px 0;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
}

.header .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Mobile */

@media (max-width: 767px) {
    .header {
        padding: 12px 0;
    }

    .header .nav {
        position: absolute;
        top: 97%;
        left: 0;
        width: 100%;
        background-color: #0a0a3c;
        padding: 12px 0 20px;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .header.expanded .nav {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main {
    padding-top: 100px;
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell {
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
}

.shell--fluid {
    max-width: none;
}

/* Mobile */

@media (max-width: 767px) {
    .shell {
        padding: 0 30px;
    }
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper {
    min-height: 100vh;
    overflow: hidden;
}

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Button Block */

.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.btn {
    font-size: 20px;
    padding: 17px 20px;
    background-color: #1e1e5a;
    color: #fff;
    min-width: 300px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.btn:hover {
    opacity: 0.7;
}

.btn-scroll {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: inline-block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.btn-scroll:hover {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.btn-scroll:after {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
}

.btn-download {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    line-height: 20px;
    padding-right: 4px;
    opacity: 0.9;
}

.price .price__foot span{
	opacity: 0.6;
}

.bestellen__foot{
	margin: 40px auto 0 auto;
	width: 300px;
}

.bestellen__foot .btn{
	width: 100%;
}


.price .btn-download:hover, .price-list li.disable:hover, .price .price__foot span:hover{
	opacity: 1;
}

#totalJahreslizenz, #totalJahreslizenz span{
	opacity: 1;
}

.btn-download span {
    background-color: #fff;
    color: #31ebaa;
    padding: 0px 8px;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-left: 8px;
}

.btn-contact {
    text-decoration: none;
    font-size: 26px;
    font-family: 'TSTAR TW PRO';
    display: inline-block;
    color: #a5a5be;
    display: block;
    text-align: center;
}

.btn-contact img {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 50px;
}

.btn-contact:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.btn--gray {
    background-color: #a5a5be;
}

.btn--gray:hover {
    background-color: #31ebaa;
}

.btn--form {
    padding: 15px 10px;
    border: none;
    outline: none;
    font-size: 17px;
    min-width: 284px;
}

.btn-download-big {
    color: #31ebaa;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: inline-block;
}

.btn-download-big:hover {
    opacity: 0.7;
}

.btn-download-big .cls-1,
.btn-download-big .cls-2 {
    stroke: currentColor;
}

.btn-download-big svg {
    max-width: 120px;
    width: 100%;
    margin-bottom: 12px;
}

.btn-download-big span {
    display: block;
}

/* Mobile */

@media (max-width: 767px) {
    .btn {
        font-size: 17px;
        padding: 15px 20px;
        min-width: 230px;
    }

    .btn-contact {
        font-size: 20px;
    }

    .btn--form {
        min-width: 205px;
    }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.field {
    border: none;
    font-size: 17px;
    color: #a5a5be;
    padding: 12px 21px;
    width: 100%;
}

.error.field {
    border: 1px solid red;
}

.errormeldung {
    color: red;
    text-align: center;
    margin-top: 30px;
}

.erfolgreichmeldung {
    text-align: center;
    margin-top: 30px;
}

.textarea {
    border: none;
    font-size: 17px;
    color: #a5a5be;
    padding: 12px 21px;
    width: 100%;
    resize: none;
    height: 167px;
}

.checkbox {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.checkbox label {
    padding-left: 35px;
    display: block;
    color: #1e1e5a;
}

.checkbox label:before,
.checkbox label:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    pointer-events: none;
    left: 7px;
    top: 50%;
    border: 1px solid #1e1e5a;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.checkbox label:after {
    width: 5px;
    height: 5px;
    background-color: #1e1e5a;
    border: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.checkbox input:checked ~ label:after {
    opacity: 1;
}

.field.disabledinput{
	background-color: transparent;
	color: #000;
	padding: 0;
	width: 200px;
}

/* Mobile */

@media (max-width: 767px) {
    .textarea {
        height: 161px;
    }
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form .form__actions {
    text-align: center;
    padding-top: 36px;
}

.form .form__checkbox {
    padding-top: 33px;
}

.form .form__checkbox--alt {
    padding-top: 29px;
}

.form h5 {
    color: #31ebaa;
    letter-spacing: 0.05em;
    padding-top: 20px;
    margin-bottom: 17px;
}

.form .list-radios {
    margin-bottom: 0;
}

.priceform .form__row {
    padding-bottom: 20px;
}


/* Mobile */

@media (max-width: 767px) {
    .form .form__actions {
        padding-top: 26px;
    }

    .form .form__checkbox,
    .form .form__checkbox--alt {
        padding-top: 5px;
    }

    .form h5 {
        padding-top: 5px;
        margin-bottom: 20px;
    }

    .form .list-radios {
        margin-bottom: 5px;
    }
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: calc(100vh - 100px);
	height: auto;
    color: #1e1e5a;
    min-height: 500px;
    text-align: center;
    padding: 20px 20px 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.intro h1 {
    margin-bottom: 70px;
}

.intro .intro__actions {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Mobile */

@media (max-width: 767px) {
    .intro {
        padding: 50px 20px 87px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .intro h1 {
        margin-bottom: 50px;
    }

    .intro .intro__actions {
        bottom: 30px;
    }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	List Why
\* ------------------------------------------------------------ */

.list-why li {
    padding: 18px 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-why li + li {
    margin-top: 38px;
}

.list-why li + li:before {
    content: '';
    width: 44px;
    height: 44px;
    position: absolute;
    top: -37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    background-position: center;
    background: url(../images/dots.png) no-repeat center center;
}

.list-why li:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #f6f6f8;
    border-radius: 50%;
    top: 0;
    left: 15%;
}

.list-why li span {
    position: relative;
    z-index: 2;
    display: block;
    width: 281px;
    text-align: center;
    padding-left: 15px;
}

.list-why li div {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 12px 10px 0;
    max-width: 380px;
    position: relative;
    z-index: 2;
}

.list-why li h4 {
    color: #31ebaa;
    margin-bottom: 8px;
}

.list-why li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}

.list-why li:nth-child(even) span {
    padding-left: 0;
    padding-right: 15px;
}

.list-why li:nth-child(even):after {
    left: auto;
    right: 15%;
}

.list-why li:nth-child(odd):before {
    -webkit-transform: translateX(-50%) scaleX(-1);
    -ms-transform: translateX(-50%) scaleX(-1);
    transform: translateX(-50%) scaleX(-1);
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .list-why li {
        padding: 40px 15px;
    }

    .list-why li span {
        width: auto;
        min-width: 170px;
    }

    .list-why li + li {
        margin-top: 44px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .list-why li {
        display: block;
        text-align: center;
        padding: 0;
    }

    .list-why li:after {
        display: none;
    }

    .list-why li div {
        width: 100%;
        margin: 0 auto;
    }

    .list-why li span {
        margin-bottom: 19px;
    }

    .list-why li:nth-child(even) {
        text-align: center;
    }

    .list-why li:nth-child(even) span {
        padding: 0;
        margin-bottom: 0;
    }

    .list-why li svg {
        -webkit-transform: scale(0.93);
        -ms-transform: scale(0.93);
        transform: scale(0.93);
    }

    .list-why li + li {
        margin-top: 137px;
    }

    .list-why li + li:before {
        width: 7px;
        height: 37px;
        top: -88px;
        background: url(../images/dots-mobile@2x.png) no-repeat center center;
        background-size: 100% 100%;
    }
}

/* ------------------------------------------------------------ *\
	List Services
\* ------------------------------------------------------------ */

.list-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-services li {
    padding: 2px 2px;
    text-align: center;
    width: 15%;
    color: #fff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.list-services li svg .a {
    stroke: currentColor;
    -webkit-transition: stroke 0.3s;
    -o-transition: stroke 0.3s;
    transition: stroke 0.3s;
}

.list-services li > span {
    display: block;
    text-align: center;
    min-height: 214px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-services li > span svg {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.list-services h4 {
    letter-spacing: 0.015em;
    margin-bottom: 17px;
}

.list-services div {
    display: none;
    margin: 0 -50px;
}

.list-services div p {
    line-height: 1.37;
}

.list-services li.expanded, .list-services li:hover {
    color: #1e1e5a;
}

@media (max-width: 1400px) {
    @media (min-width: 1024px) {
        .list-services li:first-child div {
            margin-left: 0;
            text-align: left;
        }

        .list-services li:last-child div {
            margin-right: 0;
            text-align: right;
        }
    }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .list-services {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .list-services li {
        width: 43%;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .list-services li > span {
        min-height: 150px;
        margin-bottom: 18px;
    }

    .list-services {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 0;
    }

    .list-services li {
        width: 49%;
        margin-bottom: 25px;
    }

    .list-services li svg {
        height: auto;
    }

    .list-services li:nth-child(odd) div {
        margin-left: -10px;
        margin-right: -120px;
        text-align: left;
    }

    .list-services li:nth-child(even) div {
        margin-right: -10px;
        margin-left: -120px;
        text-align: right;
    }
}

/* ------------------------------------------------------------ *\
 	List Links
\* ------------------------------------------------------------ */

.list-links a {
    text-decoration: none;
}

.list-links a:hover {
    text-decoration: none;
    opacity: 1 !important;
}

/* ------------------------------------------------------------ *\
 	List Checkboxes
 \* ------------------------------------------------------------ */

.list-checkboxes .checkbox label {
    padding-left: 30px;
}

.list-checkboxes li + li {
    margin-top: 8px;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav {
    font-size: 20px;
    font-family: 'TSTAR TW PRO';
    letter-spacing: 0.00083em;
    color: #a5a5bd;
}

.nav ul li {
    display: inline-block;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.nav ul li:hover {
    color: #fff;
}

.nav ul li + li {
    margin-left: 26px;
}

.nav ul li a {
    text-decoration: none;
    display: block;
}

.nav ul .current {
    color: #fff;
}


/* Mobile */

@media (max-width: 767px) {
    .nav ul li {
        display: block;
        text-align: center;
		padding: 5px 0;
    }

    .nav ul li + li {
        margin-left: 0;
        margin-top: 7px;
    }
}

/* ------------------------------------------------------------ *\
	Nav Trigger	
\* ------------------------------------------------------------ */

.nav-trigger {
    position: relative;
    display: none;
    width: 44px;
    height: 30px;
    opacity: 0.3;
}

.nav-trigger span {
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    -o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s;
}

.nav-trigger span:nth-child(1) {
    top: 0;
}

.nav-trigger span:nth-child(2) {
    top: 13px;
}

.nav-trigger span:nth-child(3) {
    top: 26px;
}

.nav-trigger--active span {
    -webkit-transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
    transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
    -o-transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
    transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
    transition: background .2s, top .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s;
}

.nav-trigger--active span:nth-child(3),
.nav-trigger--active span:nth-child(1) {
    top: 13px;
}

.nav-trigger--active span:nth-child(2) {
    opacity: 0;
}

.nav-trigger--active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-trigger--active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Mobile */

@media (max-width: 767px) {
    .nav-trigger {
        display: inline-block;
    }
}

/* ------------------------------------------------------------ *\
	Price
\* ------------------------------------------------------------ */

.konfigurator{
	padding-top: 55px !important;
}

.price .price__body {
    padding-bottom: 37px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.price .price__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}

.price .price__foot p {
    line-height: 1.6;
}

.price .price__foot h4 {
    text-align: right;
    letter-spacing: 0.001em;
    margin-right: -2px;
}

.price .price__foot h4 span {
    line-height: 1.7;
    color: #31ebaa;
}

.price .price__actions {
    margin-top: 51px;
}

.price .btn-download {
    opacity: 0.6;
}

.price .btn-download span {
    color: #1e1e5a;
}

/* Mobile */

@media (max-width: 767px) {
    .price .price__body {
        padding-bottom: 32px;
        margin-bottom: 23px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .price .price__foot p {
        line-height: 1.8;
        margin-top: -4px;
    }

    .price .price__foot h4 {
        font-size: 17px;
    }

    .price .price__foot h4 span {
        line-height: 2.3;
        letter-spacing: 0.05em;
    }

    .price .price__actions {
        margin-top: 23px;
    }
	
	.bestellen__foot{
		margin-top: 23px;
	}
}

/* ------------------------------------------------------------ *\
	Price List
\* ------------------------------------------------------------ */

.price-list {
    font-size: 20px;
    color: #31ebaa;
    letter-spacing: 0.01em;
}

.price-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price-list li.disable {
    color: #fff;
    opacity: 0.6;
}

.price-list li + li {
    margin-top: 26px;
}

.price-list h4 {
    margin-bottom: 0;
}

.price-list h4:first-child:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-color: currentColor;
    border-radius: 50%;
    margin-right: 18px;
}

/* Mobile */

@media (max-width: 767px) {
    .price-list h4 {
        font-size: 17px;
    }

    .price-list li + li {
        margin-top: 20px;
    }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section {
    padding: 96px 0;
}

.section .section__head {
    text-align: center;
    color: #1e1e5a;
    margin-bottom: 61px;
}

.section .section__head h2 span {
    color: #31ebaa;
}

/* Mobile */

@media (max-width: 767px) {
    .section {
        padding: 63px 0;
    }

    .section .section__head {
        margin-bottom: 43px;
    }
}

/* ------------------------------------------------------------ *\
	Section Why
\* ------------------------------------------------------------ */

.section--why {
    margin-bottom: 120px;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .section--why {
        margin-bottom: 40px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .section--why {
        margin-bottom: 48px;
    }
}

/* ------------------------------------------------------------ *\
	Section Logos
\* ------------------------------------------------------------ */

.section--logos {
    background-color: #f1f1f5;
    padding: 73px 0px;
}

.section--logos .section__head {
    margin-bottom: 90px;
}

.section--logos .section__body {
    margin-bottom: 100px;
}

/* Mobile */

@media (max-width: 767px) {
    .section--logos {
        padding: 64px 0px;
    }

    .section--logos .section__head {
        margin-bottom: 48px;
    }

    .section--logos .section__body {
        margin-bottom: 20px;
    }
}

/* ------------------------------------------------------------ *\
	Section Services
\* ------------------------------------------------------------ */

.section--services {
    background-color: #31ebaa;
    padding: 113px 0 163px;
}

.section--services .section__head {
    font-size: 20px;
    margin-bottom: 83px;
}

.section--services .section__head h2 {
    margin-bottom: 34px;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .section--services .section__head br {
        display: none;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .section--services {
        padding: 63px 0 74px;
    }

    .section--services .section__head {
        font-size: 17px;
        margin-bottom: 51px;
    }

    .section--services .section__head h2 {
        margin-bottom: 29px;
    }

    .section--services .section__head p {
        line-height: 1.38;
    }
}

/* ------------------------------------------------------------ *\
	Section Price
\* ------------------------------------------------------------ */

.section-price {
    background-color: #1e1e5a;
    padding: 115px 0 203px;
}

.section-price .section__head {
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.section-price .section__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-price .section__body .price {
    width: 31.8%;
    padding-top: 55px;
}

.section-price .section__body .section__aside {
    width: 10%;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0 0 25px;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .section-price {
        padding: 120px 0;
    }

    .section-price .section__body .price {
        width: 46%;
    }

    .section-price .section__body .section__aside svg {
        width: 100%;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .section-price {
        padding: 63px 0 97px;
    }

    .section-price .section__head {
        margin-bottom: 38px;
    }

    .section-price .section__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .section-price .section__body .section__aside {
        width: 100%;
        padding: 0;
    }

    .section-price .section__body .section__aside svg {
        width: 72%;
    }

    .section-price .section__body .price {
        width: 100%;
        padding-top: 20px;
    }
}

/* ------------------------------------------------------------ *\
	Section Form
\* ------------------------------------------------------------ */

.section--form {
    padding: 115px 0 154px;
    background-color: #f1f1f5;
}

.section--form h4 {
    font-family: 'TSTAR';
    line-height: 1.35;
}

.section--form .section__head {
    margin-bottom: 45px;
}

.section--form .form--contact {
    padding-top: 44px;
}

.section--form-alt {
    padding: 85px 0 180px;
}

.section--form-alt .section__head h2 {
    margin-bottom: 48px;
}

.section--form-alt .section__head h4 span, .section--form-alt .section__head a {
    color: #1e1e5a;
    text-decoration: none;
    opacity: 0.4;
}

.section--form-alt .section__head a:hover {
    opacity: 1;
}

.section--form-alt .form {
    padding-top: 0;
}

.section--form-alt .form .form__actions {
    padding-top: 60px;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .section--form-alt {
        padding: 60px 0 80px;
    }

    .section--form-alt .section__head br {
        display: none;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .section--form,
    .section--form-alt {
        padding: 60px 0 99px;
    }

    .section--form .section__head {
        margin-bottom: 26px;
    }

    .section--form .section__head h2 {
        margin-bottom: 34px;
    }

    .section--form .section__head h4 {
        font-size: 17px;
        line-height: 1.4;
    }

    .section--form .section__body .btn-contact + .btn-contact {
        margin-top: -2px;
    }

    .section--form-alt .form .form__actions {
        padding-top: 30px;
    }
}

/* ------------------------------------------------------------ *\
	Section Test
\* ------------------------------------------------------------ */

.section-test .section__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-test .section__col {
    width: 50%;
}

.section-test .section__aside {
    background-color: #31ebaa;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
}

.section-test .section__content {
    padding: 134px 40px 224px;
    background-color: #1e1e5a;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-test .section__content h2 {
    color: #31ebaa;
    margin-bottom: 34px;
}

.section-test .section__content h4 {
    font-family: 'TSTAR';
    line-height: 1.35;
    max-width: 580px;
    margin: 0 auto 48px;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .section-test .section__content {
        padding: 110px 20px;
    }

    .section-test .section__aside {
        padding: 20px 20px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .section-test .section__col {
        width: 100%;
    }

    .section-test .section__content {
        padding: 64px 40px 82px;
        background-color: #1e1e5a;
        color: #fff;
        text-align: center;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .section-test .section__content h4 {
        font-size: 17px;
        line-height: 1.4;
    }

    .section-test .section__aside {
        padding: 157px 20px 184px;
    }

    .section-test .text-border {
        padding: 20px 34px;
    }
}

/* ------------------------------------------------------------ *\
	Slider Logos
\* ------------------------------------------------------------ */

.slider-logos a {
    display: block;
}

.slider-logos .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-logos .owl-item a {
    text-align: center;
}

.slider-logos .owl-item img {
    width: auto !important;
    margin: 0 auto;
}

.slider-logos {
    padding: 0 16%;
    width: auto !important;
}

.slider-logos .owl-nav.disabled {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    margin: 0 -16%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-logos .owl-stage-outer {
    z-index: 10;
}

.slider-logos .owl-nav {
    padding: 9px;
}

.slider-logos .owl-nav button:after {
    content: '';
    width: 55px;
    height: 55px;
    border: 2px solid #a5a5be;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 0 2px 2px;
}

.slider-logos .owl-nav .owl-next:after {
    border-width: 2px 2px 0 0;
}

.slider-logos .owl-nav button span {
    display: none;
}

/* Mobile */

@media (max-width: 767px) {
    .slider-logos .owl-nav button:after {
        width: 30px;
        height: 30px;
    }
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets {
    list-style: none outside none;
    overflow: hidden;
}

/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 164px;
    max-height: 82px;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


.hand, .softwareoption h4, .list-services li span, .list-services li h4, .list-services li div {
    cursor: pointer;
}

/* ------------------------------------------------------------ *\
	Section Ajax
\* ------------------------------------------------------------ */

.ajax-response-wrapper {
    min-height: 32px;
    min-width: 32px;
    margin-top: 30px;
	text-align: center;

}

.loading-symbol {
    background-image: url("../images/ajax-loader.gif");
    display: none;
    z-index: +100 !important;
    min-width: 32px;
    min-height: 32px;
    text-align: center;
    background-repeat: no-repeat;
}


/* ------------------------------------------------------------ *\
	Section Ajax
\* ------------------------------------------------------------ */


::selection {
  background: #d1faec; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #d1faec; /* Gecko Browsers */
}

#preis{
    border: 2px solid #31ebaa;
    background: #1e1e5a;
    text-align: center;
    width: 160px;
    height: 160px;
    padding: 25px;
    border-radius: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    transform: rotate(15deg);
    box-shadow: 0px 0px 10px #1e1e5a;
    position: absolute;
    top: 20px;
    right: 30px;
}
#preis span{
    font-size: 22px;
}
#headerImage img{
    width: 80%;
    max-width:700px;
    flex:1;
    position: relative;

}

#headerImage{
    flex:1;
    position: relative;
    padding: 40px;

}

.mittelname{
    display: none;
}

@media (max-width: 767px) {

    #headerImage img{
        width: 100%;
    }
    #headerImage{
        padding: 40px 5px;
    }

    #preis{
        top: -10px;
        right: 20px;
    }
}