/*@import url("uikit-base.css");
@import url("mmenu.css");
@import url("font-awesome.min.css");*/

/* open-sans-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v35-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v35-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* caveat-brush-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caveat Brush';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/caveat-brush-v12-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



:root {
  	--gold: #e9cd75;
    --rot: #ca0000;
    --schwarz: #222222;
    --gruen: #387D22;
    --blau: #2A7DC3;
	/*color: var(--schrift);*/
}


* {
margin: 0;
padding: 0;
	outline: none !important;
/*-webkit-appearance: none;
-moz-appearance: none;*/
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
     box-sizing: border-box;
}

body {
     height: 100%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6;
/*	background-color: #000000;*/
    background-color: #011F37;
    border: 2px solid var(--gold);
}

section {
    overflow: hidden;
}

._1q15b0b1 {
	border-radius: 8px;
	color: var(--_1bof89n5);
	background-color: var(--_1bof89n0);
	line-height: 20px;
	padding: 7px 12px 6px;
	white-space: normal;
	word-break: break-word;
	text-align: left;
	height: fit-content;
}
a img {
border: none;
}

img, video {
max-width: 100%;
	height: auto;
}

table {
/*width: 100%;
table-layout:fixed;*/
}

figure.image {
    display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}

.noIcon span.uk-icon {
	display: none;
}

a {
	color: inherit;
	/*text-decoration: none;*/
	-webkit-transition: all 0.5s;
transition: all 0.5s;
}

/*=================================
            Video
=================================*/

/*video {
	opacity: 0.2;
}*/

/*---------------------- Iframe -----------------------*/

iframe {
  max-width: 100%;
}

.responsive-iframe {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
    margin-bottom: 25px;
}
.responsive-iframe iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.responsive-iframe.ratio4x3 {
  padding-bottom: 75%;
}

/*=================================
            Header
=================================*/

#header {
	position: relative;
    z-index: 100;
}

#header:before {
	content: url("../bilder/diamant.svg");
    /*content: url("../bilder/hubai-diam.svg");*/
	position: absolute;
	top: 15px;
	left: 0;
	transform: translateX(-118%);
}

.headerFirst {
	font-size: 57px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

/*#header::after {
	content: url(../bilder/ic-ki.svg);
	position: absolute;
	bottom: 0;
	right: 0;
    transform: translateY(110%);
}*/

.headerLast {
	padding-right: 85px;
    font-family: 'Caveat Brush', Helvetica, Arial, "sans-serif";
    font-size: 1.8em;
    color: var(--gold);
}

/*=================================
            Formatierungen
=================================*/

h1 {
	font-size: 50px;
	font-weight: normal;
	/*margin-bottom: 1em;*/
}
h1.h1Large {
    font-size: 72px;
}

h2 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 1em;
}

h2.h2Large {
    font-size: 50px;
}

h1 strong, h2 strong {
    color: var(--gold);
}

h3 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1em;
}

section ul, .uk-offcanvas ul {
	margin-bottom: 1em;
}
section li, .uk-offcanvas li {
	padding-left: 10px;
	margin-left: 15px;
}

section ol li {
	margin-left: 35px;
	padding-left: 15px;
}

hr {
	border: none;
	border-top: #fff 1px solid !important;
	margin: 30px 0;
}

#navi li {
	list-style: none;
}

#navi li a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#navi li a:hover {
	color: #ffffff;
}

.textDecoNone {
    text-decoration: none !important;
}

/*=================================
            Voicflow BOT
=================================*/

.vfrc-widget {
	position: fixed;
	top: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
	pointer-events: none;
	z-index: 10000;
	border-radius: 0px !important;
	overflow: hidden !important;
}

.fptyqm2 {
	color: var(--schwarz);
}

#voiceflow-flat-chat {
    height: 500px;
	width: 100%;
	min-height: 50px;
	
}


.jyiuei2 {
	display: flex;
	align-items: center;
	background-color: var(--gold) !important;
	padding: 12px 16px 12px 20px;
	height: 56px;
	opacity: 0;
}

.g3dqfd4 {
	width: 100%;
	margin-left: 0px;
}

.vfrc-chat--dialog {
    max-height: 300px !important;
}

.jyiuei2 {
	
	background-color: var(--gold) !important;
	
}

.jyiuei4 {
	
	color: #000 !important;
	
}

._1q15b0b1 {
	border-radius: 8px;
	color: #000;
	background-color: var(--gold);
	
}

._15emaa41 {
	/*background-color: var(--_1bof89n5);*/
	color: #000;
	
}

._1q15b0b1:hover {
	color: #fff;
	background-color: var(--rot);
}

.s9t60i0 {
	border-radius: 0;
}

._1gdvh9t2 {
	border-radius: 0;
}

._1wkq7nf0 ._1wkq7nfd {
	position: absolute;
	bottom: 0 !important;
    right: 0 !important;
	border: 1px solid black;
	border-radius: 50px;
}

.vfrc-launcher__container {
	bottom: 15px !important;
	/* border: px solid #000; */
	right: 15px !important;
}

.vfrc-button.vfrc-launcher {
	border: 1px solid #000;
	width: 50px;
	height: 50px;
    box-shadow: none !important;
}

.vfrc-button.vfrc-launcher:hover {
	transform: scale(1);
	background-color: #ffffff;
}

.vfrc-widget .markdown a, .markdown a {
	
	color: var(--blau);
}

/*=================================
            ChatGPT
=================================*/

.user {
            color: var(--gold);
	font-style: italic;
        }
        .system {
            /*color: var(--gold);*/
		
        }

.assistant {
    display: none;
}

    #conversation-container {
	/* overflow-y: scroll; */
	overflow: auto;
	max-height: 400px;
	/* border: 1px solid #ccc; */
	/* padding: 10px; */
	margin-bottom: 15px;
	background-color: #fff;
	padding: 30px;
	color: #000 !important;
    position: relative;
}

#conversation-container::after {
	content: url("../bilder/ic-ki.svg");
	position: absolute;
	top: 10px;
	right: 10px;
	/* box-shadow: #000 0 0 10px; */
	mix-blend-mode: difference;
}
		
		/* CSS für den Preloader */
   #preloader {
            width: 150px;
            height: 150px;
            border: 10px solid #f3f3f3;
            border-top: 10px solid var(--gold);
            border-radius: 50%;
            animation: spin 1s linear infinite;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
	   z-index: 10000;
        }

        .hidden {
            display: none;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Hier können Sie die Hintergrundfarbe und die Transparenz anpassen */
    z-index: 9999; /* Stellen Sie sicher, dass das Overlay über allem anderen liegt */
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}


#prompt, .searchfield {
	width: calc(100%);
	padding: 15px 60px 15px 15px;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.3);
	color: #fff;
	font-size: 18px;
	font-family: 'Open Sans';
}

button[type="submit"] {
	background: none;
	border: none;
	cursor: pointer;
	/* vertical-align: middle; */
	position: absolute;
	transform: translateX(-120%);
	/*margin-top: 7px;*/
    width: 42px;
    height: 42px;
    /*margin-top: 6px;*/
    text-decoration: none;
}

.question-container button {
	background-color: var(--gold) !important;
	border: none;
	padding: 10px 15px;
	/*line-height: 50px;*/
	width: 100%;
	font-size: 18px;
	font-family: 'Open Sans';
	cursor: pointer;
	-webkit-transition: all 0.5s;
transition: all 0.5s;
}

.question-container button:hover {
	background-color: #ffffff;
}

#voiceflow-container button, ._1nzwwii1  {
    background-color: var(--gold) !important;
    color: #000000 !important;
}




#info-box {
	position: relative;
	background-color: #ddd;
	padding: 20px;
	text-align: center;
	/* border: 1px solid #ccc; */
	z-index: 1000;
	color: red;
	border: none;
}

button.button {
    line-height: 40px;
    padding: 0 25px;
    border: #000000 1px solid;
    background-color: var(--gold);
    font-size: inherit;
    font-family: inherit;
    text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.5s;
transition: all 0.5s;
}

#info-box button.button {
	/*background-color: #000000 !important;
	color: var(--gold);*/
}


button.button:hover, #info-box button.button:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.button.buttonGross {
	width: 100% !important;
	position: relative !important;
	padding: 15px !important;
	height: auto !important;
    z-index: 1;
}

.button.buttonGross::after {
	content: '';
	clip-path: polygon(0 0, -50% 0, 0 100%, 0% 100%);
	background-color: var(--rot);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
    -webkit-transition: all 0.5s;
transition: all 0.5s;
}

.button.buttonGross:hover {
	background-color: var(--gold) !important;
}

.button.buttonGross:hover:after {
	content: '';
	clip-path: polygon(0 0, 100% 0, 150% 100%, 0% 100%);
	background-color: var(--rot);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

button small {
	font-size: 80%;
	line-height: normal !important;
	/* padding: 0; */
	/* margin: 0; */
	display: block;
	padding: 15px;
	background-color: rgba(255,255,255,0.3);
}




a.phone:before {
    content: '\f095';
    font-family: 'fontAwesome';
    margin-right: 10px;
}

a.whatsapp:before {
    content: '\f232';
    font-family: 'fontAwesome';
    margin-right: 10px;
}

/*=================================
            Formulare
=================================*/

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,0.5);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255,0.5);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255,255,255,0.5);
}

.fahneDe {
    background-image: url("../bilder/fahne-de.svg");
    background-repeat: no-repeat;
}

button:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}

/*=================================
            Carousel
=================================*/

.flipster__item {
	max-width: 50%;
}

#carousel a {
	text-decoration: none;
	color: #fff;
	text-align: center;
}


.flipster--carousel .flipster__item--past-1, .flipster--carousel .flipster__item--future-1 {
	opacity: 0.5 !important;
}

.flipster--carousel .flipster__item--past-2, .flipster--carousel .flipster__item--future-2 {
	opacity: 0.3;

}
.uk-offcanvas-bar {
	/*width: 80%;
	max-width: 1000px !important;*/
}

.uk-offcanvas-bar h2, .uk-offcanvas-bar h3, .uk-offcanvas-bar p {
	color: #000000;
} 

.uk-offcanvas-bar .uk-close {
	color: rgba(0, 0, 0, 0.75);
}

.uk-offcanvas-overlay::before {
	
	background: rgba(0, 0, 0, 0.5);
	
}

.flipster__button--prev {
	left: 0;
	padding-right: 75px;
	/* background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 37%, rgba(255,255,255,0) 100%); */
	/* background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 37%,rgba(255,255,255,0) 100%); */
	/*background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 37%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );*/
	background: transparent;
}

.flipster__button--next {
	right: 0;
	padding-left: 75px;
	/* background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 63%, rgba(255,255,255,1) 100%); */
	/* background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 63%,rgba(255,255,255,1) 100%); */
	/*background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 63%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );*/
	background: transparent;
}

.flipster__button svg {
	stroke: var(--gold);
	fill: transparent;
	stroke-width: 3;
	stroke-linecap: butt;
}

/*=================================
            Formular
=================================*/

.form input, .form textarea {
	border: var(--gold) 1px solid;
    /*background-color: rgba(0,0,0,0.5);*/
    background-color: transparent;
	padding: 10px;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	color: #ffffff;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.bgWeiss input, .bgWeiss  textarea, .uk-card-default  input, .uk-card-default  textarea  {
    color: #000000 !important;
}

.form textarea {
	min-height: 150px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #959595;
	font-weight: normal;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #959595;
	font-weight: normal;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #959595;
	font-weight: normal;
}

/*.form {
	overflow: hidden;
	margin-bottom: 25px;
}*/

.form label:after {
	content: "\A";
	white-space: pre;
}

.error {
	color: var(--rot);
	display: block;
	font-weight: normal;
}

.alert-danger {
	background-color: var(--rot);
	padding: 15px;
	color: #fff !important;
}

.alert-danger * {
	color: #fff !important;
    font-weight: bold;
}

.form .submit {
	background: var(--gold) !important;
	width: 100% !important;
	cursor: pointer;
	color: #000000 !important;
	font-weight: normal;
	border: 1px solid #000000;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: none !important;
	position: relative !important;
    /*border-radius: 10px;*/
    font-family: inherit;
	font-size: inherit;
    line-height: 1.6;
}

.submit:hover {
	background-color: var(--rot) !important;
    color: #ffffff !important;
}

.form .submit.btn-danger {
    background-color: #b22222 !important;
    color: #ffffff !important;
}

.success {
	background: var(--gold);
    color: #000000;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 25px;
	
}

.success p {
	margin-bottom: 0;
}

.alert.alert-success {
    background-color: var(--gold);
    padding: 10px;
    margin-bottom: 10px;
    color: var(--schwarz);
}


.fiSpecial {
	display: none;
	}


[type="checkbox"], [type="radio"] {
  position: relative;
    border: none !important;
  left: 30px;
  top: 0px;
    background-color: transparent !important;
  z-index: 0;
  -webkit-appearance: none;
}
[type="checkbox"] + label, [type="radio"] + label {
  display: block;
  cursor: pointer;
  font-family: inherit;
  padding-left:70px;
  position: relative;
  margin-top: -30px;
    
}
[type="checkbox"] + label:before, [type="radio"] + label:before  {
  width: 40px;
  height: 20px;
  /*border-radius: 30px;*/
  border: 2px solid #ddd;
  background-color: #000000;
  content: "";
  margin-right: 15px;
  transition: background-color 0.5s linear;
  z-index: 0;
  position: absolute;
  left: 0px;
    top: 4px;
}
[type="checkbox"] + label::after, [type="radio"] + label::after {
	width: 20px;
	height: 20px;
	/*border-radius: 30px;*/
	background-color: #fff;
	content: "";
	transition: margin 0.1s linear;
	box-shadow: 0px 0px 5px #aaa;
	position: absolute;
	left: 0px;
	top: 4px;
	z-index: 1;
}
[type="checkbox"]:checked + label:before, [type="radio"]:checked + label:before {
  background-color: var(--gold);
}
[type="checkbox"]:checked + label:after, [type="radio"]:checked + label:after {
  margin: 0 0 0 20px;
}

.is-invalid {
	border-color: var(--rot) !important;
}

.subcategories {
      margin-left: 20px;
      display: none;
    }

label:has(+ input[disabled]) {
	opacity: 0.5;
}

input[disabled] {
	opacity: 0.5;
	position: relative;
}

/*div:has(input[disabled]):after {
    content: 'nur für PREMIUM-Partner';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}*/

/*=================================
            Ajax Upload
=================================*/


.qq-upload-drop-area {
	position: relative !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 70px;
	z-index: 2;
	background: rgba(25,60,108,0.05) !important;
	border: var(--gold) 2px dashed;
	text-align: center;
	margin-bottom: 10px;
	display: block !important;
}

.qq-upload-drop-area-active {
	background: rgba(25,60,108,0.25) !important;
}

/*.qq-clear-button, .qq-upload-button {
	display: block;
	width: auto !important;
	padding: 7px 10px !important;
	text-align: center;
	background: #193c6c !important;
	border-bottom: none;
	color: #fff;
	float: left;
	margin-right: 7px;
}

.qq-clear-button:hover, .qq-upload-button:hover {
	background: #336eb5 !important;
}*/
.filepond--file-info {
  
    color: #000;
}

.filepond--file .filepond--file-status {
    color: #000;
}

.filepond--image-preview-overlay-success {
    color: var(--gold) !important;
    mix-blend-mode: normal;
    opacity: 0.8 !important;
}

.filepond--file-info .filepond--file-info-main {
    line-height: normal !important;
}

.filepond--file-status .filepond--file-status-main {
    line-height: normal !important;
}


/*=================================
            Modal
=================================*/

.uk-modal-dialog {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 600px;
	max-width: 100% !important;
	background: var(--gold);
	opacity: 0;
	transform: translateY(-100px);
	transition: 0.3s linear;
	transition-property: opacity, transform;
	color: #000;
}

.uk-modal-header {
	display: flow-root;
	padding: 10px 20px;
	background: transparent;
	border-bottom: 1px solid #000;
    margin-bottom: 30px;
}

.uk-modal-footer {
	display: flow-root;
	padding: 10px 20px;
	background: transparent;
	border-top: 1px solid #000;
	color: #000;
}

/*=================================
            UiKit
=================================*/

.uk-button-default {
	background-color: transparent;
	color: #000000;
	border: 1px solid #000;
}

.slide {
	opacity: 0.3;
    -webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}

.slide.uk-active {
	opacity: 1;
}

.uk-light,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color),
.uk-card-primary.uk-card-body,
.uk-card-primary > :not([class*="uk-card-media"]),
.uk-card-secondary.uk-card-body,
.uk-card-secondary > :not([class*="uk-card-media"]),
.uk-overlay-primary,
.uk-offcanvas-bar {
  color: rgba(255, 255, 255, 1);
}

.uk-card-default {
	color: var(--schwarz);
}

.sterne svg {
	margin-right: 2px;
    width: 25px;
}

.sterne polygon {
	fill: var(--gold);
	stroke-width: 1px;
}

.uk-background-default {
    color: var(--schwarz);
}

.uk-dotnav > * > * {
	
	width: 15px;
	height: 15px;
	border-radius: 0;
	border: 1px solid var(--gold);
	
}

.uk-dotnav > .uk-active > * {
	background-color: var(--gold);
	border-color: transparent;
}

/*=================================
            Pixelslider
=================================*/

.pixel-stage {
  position: relative;
  overflow: hidden;
}

.pixel-effect {
  position: absolute;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  overflow: hidden;
}

.pixel-slider.is-pixeling .uk-slideshow-items > .uk-transition-active img,
.pixel-slider.is-pixeling .uk-slideshow-items > .uk-active img {
  opacity: 0;
}

.pixel-tile {
  position: absolute;
  background-repeat: no-repeat;
  transform: rotateY(90deg);
  opacity: 0;
  animation: pixelRotate .7s ease forwards;
  backface-visibility: hidden;
}

@keyframes pixelRotate {
  from {
    transform: rotateY(90deg) scale(.9);
    opacity: 0;
  }
  to {
    transform: rotateY(0deg) scale(1);
    opacity: 1;
  }
}

/*=================================
            KLASSEN
=================================*/

.mid {
    /*width: 95%;
	max-width: 1000px;*/
    width: calc(100% - 300px);
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.bgWeiss, .uk-card-default {
	background-color: #ffffff;
    color: #000000;
}

.bgSchwarz {
	background-color: var(--schwarz);
}

.trenner {
	background-image: url(../bilder/bg-linien.svg);
	background-repeat: repeat-x;
	width: 100%;
	height: 255px;
}

.bgGold {
	background-color: var(--gold);
	color: #000000;
	/*overflow: hidden;*/
}

.bgGold h2, .bgGold h3, .bgGold h4 {
	color: #000000;
} 

.achtung:before {
	content: url("../bilder/achtung.svg");
	display: inline-block;
	margin-right: 10px;
}

.btRight {
	width: 82px;
	z-index: 999;
}

.btRight img {
	border: #000 1px solid;
	/*border-right: none;*/
}

.premiumPartner {
	font-size: 0;
}

.premiumPartner img {
	-webkit-transition: all 0.5s;
transition: all 0.5s;
}

.premiumPartner img:hover {
	transform: scale(1.1);
}

.premiumPartnerLeer {
	color: #000;
	text-align: center;
	font-size: 18px;
}

.premiumPartnerLeer p {
	margin-bottom: 0.75em;
}

.premiumPartnerLeer p:last-child {
	margin-bottom: 0;
}

a.button, a.btn {
	background-color: var(--gold);
	color: #000000 !important;
	padding: 0 25px;
	line-height: 40px;
	display: inline-block;
	border: #000000 1px solid;
    /*border-radius: 10px;*/
    text-decoration: none;
    -webkit-transition: all 0.5s;
transition: all 0.5s;
}

a.button:hover, a.btn:hover {
	background-color: var(--rot);
	color: #ffffff !important;
}

a.button:hover * {
    color: #ffffff !important;
}

a.buttonRot {
	background-color: var(--rot);
	color: #ffffff !important;
	padding: 0 25px;
	line-height: 40px;
	display: inline-block;
	border: #000000 1px solid;
    /*border-radius: 10px;*/
    text-decoration: none;
    -webkit-transition: all 0.5s;
transition: all 0.5s;
}

a.buttonRotBreit {
	background-color: var(--gruen);
	color: #ffffff !important;
	padding: 0 25px;
	line-height: 40px;
	display: block;
    text-align: center;
	border: #000000 1px solid;
   /* border-radius: 10px;*/
    text-decoration: none;
    font-size: 1.5em;
    -webkit-transition: all 0.5s;
transition: all 0.5s;
}

a.buttonRot:hover, a.buttonRotBreit:hover {
	background-color: var(--gold);
	color: #000000 !important;
}

a.buttonRot:hover *, a.buttonRotBreit:hover *  {
    color: #000000 !important;
}

a.btn-outline-secondary {
    background-color: #000000;
	color: #ffffff !important;
    width: 100%;
    text-align: center;
}

.btn-danger {
    background-color: #b22222 !important;
}

.buttonStart {
	font-size: 18px;
    vertical-align: middle;
}

a.button:has(img) {
	padding: 0 !important;
}

.button.buttonGross {
    width: 100%;
    position: relative;
   /* padding: 15px;*/
   
}

.btZusatz {
	background: var(--rot);
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	transform: translateY(100%);
}

.linkIcon {
	border: #000 1px solid;
    margin: 5px;
}

.square {
  aspect-ratio: 1 / 1;
}

@supports not (aspect-ratio: 1 / 1) {
  .square::before {
    float: left;
    padding-top: 100%;
    content: "";
  }

  .square::after {
    display: block;
    content: "";
    clear: both;
  }

}

.aspect-16-9 {
  aspect-ratio: 16 / 9;
}

@supports not (aspect-ratio: 16 / 9) {
  .square::before {
    float: left;
    padding-top: 56.25%;
    content: "";
  }

  .square::after {
    display: block;
    content: "";
    clear: both;
  }

}

.btVideoPartner {
	width: 120px;
	background-color: var(--rot);
	border-radius: 50%;
	font-weight: bold;
	text-align: center;
    margin: -10px;
    transform: rotate(10deg);
    line-height: 1.2;
}
.btVideoPartner:hover {
    background-color: var(--gold);
    color: #000000;
}

.smIcon {
	background-color: var(--gold);
	padding: 5px;
	border-radius: 50%;
	color: #000;
    margin: 0 5px 10px 0;
    display: inline-block;
}

.kiGeneriertHinweis {
	background-color: rgba(0,0,0,0.3);
	padding: 5px;
	font-size: 0.6em;
	color: var(--gold);
	border-radius: 5px;
	margin-bottom: 5px;
	right: 5px !important;
	transform: none;
	left: auto;
}

.kiGeneriertHinweis * {
    margin-bottom: 0;
}

.ki-wrapper {
	position: relative;
	text-align: center;
}

.rahmen {
    border: 1px solid var(--gold);
}

.pagination {
	margin-top: 15px;
}
.pagination .uk-disabled {
	opacity: 0.5;
}

.pagPageLink a {
	display: inline-block;
	width: 35px;
	/* height: 30px; */
	/* line-height: 30px; */
	text-decoration: none;
	border: 1px solid var(--gold);
	text-align: center;
	color: var(--gold) !important;
}

.uk-active.pagPageLink a {
    background-color: var(--gold);
    color: #000000 !important;
}

/*=================================
            Buttons Mobile
=================================*/

.buttonsMobile a {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: #000000 1px solid;
	margin: 10px 15px;
	border-radius: 22px;
	overflow: hidden;
}

.kontaktButtonsMobil a {
	width: 50px;
	height: 50px;
	border-radius: 0;
}

.smButtonsMobil {
    margin-bottom: 100px;
}
    .smButtonsMobil a, .toolButtonsMobil a {
        display: inline-block;
	width: 40px;
	height: 40px;
        border: var(--schwarz) 1px solid;
        margin: 0 10px;
}


/*=================================
            Animation
=================================*/

/*.pulse {
    transform: scale(1);
    animation: pulse 2s infinite;
    -webkit-transition: all 0.5s;
transition: all 0.5s;
}*/

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
        -webkit-transition: all 0.5s;
transition: all 0.5s;
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0);
        -webkit-transition: all 0.5s;
transition: all 0.5s;
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        -webkit-transition: all 0.5s;
transition: all 0.5s;
    }
}

/*=================================
            Formualar Upload
=================================*/

.fd-upload-form {
	border: none !important;
	margin-bottom: 10px !important;
	padding: 10px 0 !important;
}

.filesBody > div {
    border-top: rgba(255,255,255,0.5) 1px solid;
    padding: 10px 0;
    
}

.dokumente .filesBody:last-of-type > div {
    border-bottom: rgba(255,255,255,0.5) 1px solid;
}

/*=================================
            User
=================================*/

#userMenu {
	font-size: 1rem;
    background-color: var(--gold);
    color: #000000;
    padding: 20px;
    z-index: 10000;
}

#userMenu ul li {
    list-style: none;
}

#userMenu hr {
   /* border: none !important;
    border-bottom: 1px solid #000000 !important;*/
    margin: 10px 0 !important;
}

.userLogo {
	width: 65px;
	height: 65px;
	/*background-color: var(--schwarz);*/
}


/*=================================
            Accordion
=================================*/

.uk-accordion-content {
	/*background-color: #000000;
	padding: 20px;*/
	margin: 0 0 35px 0;
	display: block;
}

.uk-accordion-title {
	position: relative;
}

.uk-accordion-title::before {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
    float: none;
}


/*=================================
            Responsive
=================================*/



@media (max-width: 1350px) {
#header {
	position: relative;
	margin-left: 140px;
}
     h1.h1Large {
	font-size: 36px;
}
}

@media (max-width: 1200px) {
.viewportUnten {
	margin-bottom: 80px;
}
    
    .kiWasserzeichenTop {
	/*top: 15px;*/
}
    .headerLast {
	padding-right: 0;
}
    .mid {
    width: 95%;
	max-width: 1000px;
    
}
}

@media (max-width: 960px) {
    .headerFirst {
	font-size: 36px;
}
    .headerLast {
	font-size: 14px;
        padding-right: 75px;
}
    
 #header::before {
	transform: translateX(-120px) scale(0.5);
	width: 120px;
	height: 120px;
	left: 13px;
	top: -14px;
}
    
    #header {
	margin-left: 80px;
}
}

@media (orientation: portrait) and (max-width: 640px) {
    
    #voiceflow-flat-chat {
    height:80vh;
	width: 100%;
	min-height: 50px;
	
}
    
    h1.h1Large {
	font-size: 36px;
}
    .flipster__item {
	max-width: 80%;
}
    
    .buttonGross:has(.btZusatz) {
        padding-bottom: 40px;
    }   
    
    .btZusatz {
        transform: translateY(0);
       /* border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;*/
    }
    
    h1, h2 {
	font-size: 22px;
	line-height: 1.2em;
}
    
    body {
        font-size: 16px;
    }
    
   /* .smButtonsMobil a, .toolButtonsMobil a {
        display: inline-block;
	width: 35px;
	height: 35px;
}*/
    
    
    
    .bgSchwarz {
	padding: 5px;
}
   
}