:root {
	--primary: #348888;
	/*--primary: #348888;*/
	--secondary: #22BABB;
	/*--secondary: #22BABB;*/
}

html{
	scroll-behavior: smooth;
}

footer{
	margin-top: 1.5rem;
}

#g-recaptcha-response{
	display: none !important;
}

.input-error{
	color: red;
	font-size: small;
}

.border-left-primary{
	border-left-color: var(--primary) !important;
}

/* Custom */
table .icon{
	width: 16px;
}

table th{
	border-top: 0px !important;
}

table th:first-child{
	border-left: 0px !important;
}

table th:last-child{
	border-right: 0px !important;
}

table td.tdAktion {
	line-height: 39px;
	text-align: center;
}

.divButton{
	float:left;
	margin-right: 1.2rem;
	margin-bottom: 1.5rem;
}

img.messung{
	margin-right: 15px;
	margin-bottom: 15px;
}

a.schriftfarbe{
	color: #858796;
}

ul.searchresults{
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

ul.searchresults li{
	padding: 10px;
	cursor: pointer;
}

ul.searchresults li:nth-child(even) {background-color: #fefefe;}
ul.searchresults li:nth-child(odd) {background-color: #f4f4f4;}

ul.searchresults li:hover{
	background-color: lightgray;
}



.farbeMessung{
	color: #aa66cc;
}
.hintergrundMessung{
	background-color: #aa66cc;
}
a.hintergrundMessung{
	border-color: #aa66cc !important;
}
.hintergrundMessung:hover {
    color: #fff;
    background-color: #9933CC !important;
    border-color: #9933CC !important;
}

.farbeWinterstarre{
	color: #4285F4;
}
.hintergrundWinterstarre{
	background-color: #4285F4;
}
a.hintergrundWinterstarre{
	border-color: #4285F4 !important;
}
.hintergrundWinterstarre:hover {
    color: #fff;
    background-color: #0d47a1 !important;
    border-color: #0d47a1 !important;
}

.farbeGeburtstag{
	color: #ffc107;
}

.farbeArztbesuch{
	color: #d32f2f;
}
.hintergrundArztbesuch{
	background-color: #d32f2f;
}
a.hintergrundArztbesuch{
	border-color: #d32f2f !important;
}
.hintergrundArztbesuch:hover {
    color: #fff;
    background-color: #d32f2f !important;
    border-color: #d32f2f !important;
}

tr:first-child td{
	border-top: 0px;
}

.card-header {
	border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}

.no-header {
	border-radius: calc(0.35rem - 1px) !important;
}

.card-body {
	background-color: #FEFEFE;
	border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
}

.dropdown-item {
	padding: 0.5rem 1.5rem;
}

.tab-pane{
	padding: 15px;
	/*border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-color: #dddfeb #dddfeb #fff*/
}


img.qr{
	padding-right: 10px;
	width: 75px;
}


#generatedQrCode{
	text-align: center;
	padding: 15px;
	max-width: 350px;
	margin: auto;
}


.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background-color: var(--primary);
  background-image: linear-gradient(75deg, var(--primary), var(--secondary));
  background-size: cover;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #8e8e8e;
	cursor: pointer;
	box-shadow: 0 0.15rem 0.25rem 0 rgb(58 59 69) !important;
}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #8e8e8e;
	cursor: pointer;
	box-shadow: 0 0.15rem 0.25rem 0 rgb(58 59 69) !important;
}



div.qrLogo{
	float:left;
	margin-right:5px;
	border:2px solid white;
	width: 60px;
	height: 60px;
	padding:5px;
	text-align: center;
}
div.qrLogo:hover{
	cursor: default;
}

div.qrLogoSelected{
	float:left;
	margin-right:5px;
	border-style: solid;
	border-width: 2px;
	border-image: linear-gradient(75deg, var(--primary), var(--secondary)) 1;
	width: 60px;
	height: 60px;
	padding:5px;
	text-align: center;
}
div.qrLogoSelected:hover{
	cursor: default;
}



div.qrArt{
	float:left;
	margin-right:5px;
	border:2px solid white;
	width: 40px;
	height: 40px;
	padding:5px;
	text-align: center;
}
div.qrArt:hover{
	cursor: default;
}

div.qrArtSelected{
	float:left;
	margin-right:5px;
	/*border:2px solid black;*/
	border-style: solid;
	border-width: 2px;
	border-image: linear-gradient(75deg, var(--primary), var(--secondary)) 1;
	width: 40px;
	height: 40px;
	padding:5px;
	text-align: center;
}
div.qrArtSelected:hover{
	cursor: default;
}



img.qrCodeRahmen{
	border-style: solid;
	border-width: 2px;
	border-image: linear-gradient(75deg, var(--primary), var(--secondary)) 1;
	padding: 8px;
}


tr.deletedQrCode{
	opacity: 0.4;
}

.required{
	font-weight: bold;
}
.required:after{
	content: '*';
}

tr.inaktiverKunde{
	opacity: 0.4;
}







.hide {
	display: none;
}

.clear {
	float: none;
	clear: both;
}

.starRating {
	width: 275px;
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: center;
	position: relative;
	font-size: 275%;
}

.starRating > label {
	float: right;
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	width: 55px;
	cursor: pointer;
	color: #858796;
}

.starRating > label:hover:before,
.starRating > label:hover ~ label:before,
.starRating > input.radio-btn:checked ~ label:before,
.starRating > input.radio-btn:checked ~ label:before {
	content: "\2605";
	position: absolute;
	left: 5.5px;
	color: #FFD700;
	background: linear-gradient(75deg, var(--primary), var(--secondary));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}



.numberRating {
	max-width: 480px;
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: center;
	position: relative;
	font-size: 160%;
}

.numberRating > label {
	float: right;
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	width: 1.1em;
	cursor: pointer;
	color: white;
	background-color: #858796;
	border-radius: 50%;
	margin-right: 10px;
	width: 38px;
	height: 38px;
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	.numberRating > label {
		margin-bottom: 10px;
	}
}

.numberRating > label:hover,
.numberRating > label:hover ~ label,
.numberRating > input.radio-btn:checked ~ label {
	background: linear-gradient(75deg, var(--primary), var(--secondary));
}


.thumbs{
	font-size: 235%;
}
.thumbs label{
	margin-right: 25px;
}
.thumbs input[type="radio"]:checked+label{
	background: linear-gradient(75deg, var(--primary), var(--secondary));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.thumbs input[type="radio"]:hover+label{
	background: linear-gradient(75deg, var(--primary), var(--secondary));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor: pointer;
}


.smiley{
	font-size: 235%;
}
.smiley label{
	margin-right: 20px;
}
.smiley input[type="radio"]:checked+label{
	background: linear-gradient(75deg, var(--primary), var(--secondary));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.smiley input[type="radio"]:hover+label{
	background: linear-gradient(75deg, var(--primary), var(--secondary));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor: pointer;
}



@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	.smiley input[type="radio"]:checked+label{
		background: unset;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: unset;
		color: var(--primary);
	}

	.smiley input[type="radio"]:hover+label{
		background: unset;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: unset;
		color: var(--primary);
	}

	.thumbs input[type="radio"]:checked+label{
		background: unset;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: unset;
		color: var(--primary);
	}
	.thumbs input[type="radio"]:hover+label{
		background: unset;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: unset;
		color: var(--primary);
	}
}






[class^=swal2] {
	font-family: 'Roboto', sans-serif !important;
}

.swal2-container {
	background: rgba(0, 0, 0, 0.75) !important;
}

.swal2-popup {
	background: none;
	padding: 0px !important;
	border-radius: 0.35rem !important;
}

.swal2-title {
	padding: 1rem !important;
	align-items: unset !important;
	background-color: var(--primary) !important;
    background-image: linear-gradient(75deg, var(--primary), var(--secondary)) !important;
    background-size: cover;
	border-color: var(--primary) !important;
	border-top-left-radius: 0.35rem !important;
	border-top-right-radius: 0.35rem !important;
	width: 100% !important;
	/*font-size: 1.5rem !important;
	font-weight: inherit !important;
	text-align: inherit !important;*/
}

.swal2-popup, .swal2-modal, .swal2-loading, .swal2-show{
	background-color: white;
}

	h2.swal2-title {
		margin: 0;
		text-align: left !important;
		font-size: 1.25rem !important;
		font-weight: 400 !important;
		line-height: 1.2 !important;
		color: #fff !important;
	}

.swal2-header{
	padding: 0px !important;
}

.swal2-html-container {
	padding: 2rem 1rem !important;
	text-align: left !important;
	font-size: inherit !important;
	color: #858796 !important;
}

.swal2-input{
	margin-bottom: 1rem !important;
}

.swal2-actions {
	padding: 1rem !important;
	margin: 0 !important;
	border-top: 1px solid #e9ecef;
	align-items: unset !important;
	background-color: #f8f9fc !important;
	border-top: 1px solid #e3e6f0 !important;
	border-bottom-left-radius: 0.35rem !important;
	border-bottom-right-radius: 0.35rem !important;
	justify-content: flex-end !important;
}

	.swal2-loader {
		border-color: var(--primary) transparent var(--secondary) transparent !important;
		position: relative;
		left: 30px;
	}

.swal2-styled {
	box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
	margin: 0 0 0 1rem !important;
    line-height: 1.5 !important;
	border-radius: 0.2rem !important;
    background-color: var(--primary) !important;
    background-image: linear-gradient(75deg, var(--primary), var(--secondary)) !important;
    background-size: cover;
	border-color: var(--primary) !important;
	font-size: inherit !important;
	font-weight: 400 !important;
}

	.swal2-styled:hover {
		background-color: var(--secondary) !important;
		background-image: none !important;
		border-color: var(--secondary) !important;
	}

	.swal2-styled:active {
		background-color: #8e8e8e !important;
		background-image: none !important;
		border-color: #8e8e8e !important;
	}


	.swal2-loading h2.swal2-title{
		padding-left: 50px !important;
	}


.select2-container--default .select2-selection--single{
	height: calc(1.5em + 0.75rem + 2px) !important;
	line-height: calc(1.5em + 0.75rem + 2px) !important;
	padding-top: 4px !important;
	border-radius: 0.35rem !important;
	border: 1px solid #d1d3e2 !important;
	padding-left: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #6e707f !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 6px !important;
}

.swal2-html-container{
	margin-bottom: 0px;
}

.swal2-input{
	margin-top: 0px !important;
}



table.noborder td{
	border: 0px !important;
}

table.noborder td:first-child{
	border: 0px !important;
	padding-bottom: 0px !important;
}

table.noborder td:last-child{
	margin-bottom: 5px !important;
}



.btn-primary{
	border: 0px;
}


.show{
	padding-bottom: 0px !important;
}

div.inputError{
	color: red;
	font-size: 70%;
	margin-top: 4px;
}


/*@media only screen and (max-width: 1024px) {*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	table .icon{
		width: 100%;
		border: 1px solid #e3e6f0;
	}
	
	.hide-on-mobile{
		display: none;
	}
	
	.right{
		text-align: right;
	}
	
	td input{
		max-width: 65%;
		text-align: right;
		display: inline-block !important;
	}
	td select{
		max-width: 65%;
		text-align: right;
		display: inline-block !important;
	}
	td textarea{
		max-width: 65%;
		text-align: right;
		display: inline-block !important;
	}

	h1 span{
		display: block;
	}
}

h1{
	font-size: 2rem !important;
}

div.pointer:hover{
	cursor: pointer;
}







/*table.vcard{
	margin-bottom: 2.5rem;
	box-shadow: 0 0 1em grey;
	width: 100%
}

table.vcard td img{
	max-width: 55mm;
	margin: -1px;
}

table.vcard td.info{
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1.1;
	color: white;
	font-size:150%;
	background-image: linear-gradient(75deg, var(--primary), var(--secondary));
	width: 100%;
}

div.vcardSocialMedia{
	margin-top: 2rem;
	margin-bottom: 2rem;
	width: 100%;
	text-align: center;
	font-size: 140%;
}

div.vcardSocialMedia a{
	margin-right: 20px;
}

div.vcardData{
	float:left;
	width: 50%;
	line-height:2rem;
}


@media only screen and (max-width: 760px){
	table.vcard, table.vcard thead, table.vcard tbody, table.vcard th, table.vcard td, table.vcard tr {
		display: block;
	}

	table.vcard td{
		text-align: left !important;
		padding: 0px;
		text-align: center;
		vertical-align: middle;
	}

	table.vcard td img{
		max-width: 100%;
		margin: 0px;
	}

	div.vcardData{
		width: 100% !important;
		margin-bottom: 2rem;
	}

	div.vcardSocialMedia{
		margin-top: 0px;
	}
}*/



@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	textarea.tinymce{
		visibility: hidden;
	}

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	td {
		/* Behave  like a "row" */
		border: none;
		/*border-bottom: 1px solid #eee; */
		position: relative;
		padding-left: 50%;
		text-align: right !important;
		border: 0px !important;
		width: 100% !important;
	}

	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		line-height: 24px;
		left: 2px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	th{
		display: none;
	}

	td[data-th]:before  {
        content: attr(data-th);
		padding-right: 2px;
		font-weight: bold;
		text-align: left !important;
    }

	tr td:last-child{
		margin-bottom: 20px;
		border-bottom: 1px solid #e3e6f0 !important;
	}

	tr td:first-child{
		margin-top: 20px;
	}

	tr:last-child td{
		border: 0px !important;
	}
}


#result {
    position: absolute;
    width: 100%;
    padding: 0px;
    display: none;
    margin-top: 39px;
    border-top: 0px;
    overflow: hidden;
    border: 1px #efefef solid;
    background-color: white;
    z-index: 1000;
	border-radius: 0.35rem;
}

.show{
	padding-bottom: 8px;
}





@media print{
	.noprint{
		display: none;
	}
}






/* Pricing */
.pricing .card {
	border: none;
	border-radius: 1rem;
	transition: all 0.2s;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
	margin: 1.5rem 0;
}

.pricing .card-title {
	margin: 0.5rem 0;
	font-size: 0.9rem;
	letter-spacing: .1rem;
	font-weight: bold;
}

.pricing .card-price {
	font-size: 3rem;
	margin: 0;
}

.pricing .card-price .period {
	font-size: 0.8rem;
}

.pricing ul li {
	margin-bottom: 1rem;
}

.pricing .text-muted {
	opacity: 0.7;
}

.pricing .btn {
	font-size: 80%;
	border-radius: 5rem;
	letter-spacing: .1rem;
	font-weight: bold;
	padding: 1rem;
	opacity: 0.7;
	transition: all 0.2s;
}


/* Hover Effects on Card */

@media (min-width: 992px) {
	.pricing .card:hover {
		margin-top: -.25rem;
		margin-bottom: .25rem;
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
	}
  
	.pricing .card:hover .btn {
    	opacity: 1;
	}
}



/* Podest */
div.podest{
	display: flex;
	align-items: end;
	justify-content: center;
	color: white;
	height: 300px;
	min-height: 150px;
}

div.podest .platz1{
	order: 3;
	width: 33.33%;
	background-color: var(--primary);
	margin: 6px;
	padding: 15px;
	height: 100%;
}

div.podest .platz2{
	order: 2;
	width: 33.33%;
	background-color: var(--secondary);
	margin: 6px;
	flex-direction: column;
	justify-content: center;
	padding: 15px;
	height: 75%;
}

div.podest .platz3{
	order: 1;
	width: 33.33%;
	background-color: #71ECEC;
	margin: 6px;
	flex-direction: column;
	justify-content: center;
	padding: 15px;
	height: 50%;
}

@media (max-width: 800px) {
	div.podest {
		flex-direction: column;
	}
}

