html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff; 
}

#wrapper {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

#ext_video {
	border: none;
}

.bg {
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center;
	/*background-size: cover;*/
}

.title-row {
	text-align: center;
	color: #fff;
	background-color: #2a4366;
	padding: 5px 0 10px 0;
}

.top_arrow {
	content: '';
	position: absolute;
	margin-top: 16px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 60px 0 60px;
	border-color: #2a4366 transparent transparent transparent;
}

#overlay {
/*	background-color: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	min-height: 628px;
	z-index: 2;*/
}

.main-row {
	/*background-color: #e8f1f7;*/
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
}

.lp_fixed-footer {
	width: 100%;
	/*position: fixed;*/
	background-color: #ffffff;
	bottom: 0;
	/*display: none;*/
	z-index: 1800;
}

.fixed-footer {
	width: 100%;
	position: fixed;
	background-color: #ffffff;
	bottom: 0;
	z-index: 1800;
}

em, section {
	color:#000
}

footer, header {
	display: block
}

.footer-menu {
	padding: .5rem .5rem;
	color: #000
}

#header {
	background-color: #fff
}

/*#header .header-box {
	padding: 10px 0 10px 40px
}*/

.pageCntr {
	text-align: right;
	padding-right: 10px;
	font-size: small;
	font-weight: 400;
}

.main_title {
	font-size:48px;
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.modal-body p {
	margin-bottom: 0.2rem;
	font-weight: normal;
}

.info-txt {
	/*background-color: white;*/
	border-radius: .5em;
}

@media screen and (max-width: 761px) {
	.text-center{
		font-size: x-small;
	}	
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #2f5597
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 90%;
	height: 90%;
	position: relative;
	transition: all 5s ease-in-out;
	box-shadow: 0 10px 25px rgba(0,0,0,0.5);	
}

.popup .closeIt {
	position: absolute;
	top: -16px;
	right: -16px;
	transition: all 200ms;
	text-decoration: none;
}

.popup .closeIt:hover {
	color: #06D85F;
}

.popup .content {
	max-height: 100%;
	padding: 10px;
	overflow: auto;
}

.mainquestion {
	border: 0;
	text-align: center;
	font-weight: bold;
	padding-top: 2rem;
	margin: 0 .9rem .9rem 0;
}

@media screen and (max-width: 761px) {
	.mainquestion {
		padding-top: 15px;
	}	
}
	
.mainoption {
	border: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
	padding-bottom: .5rem !important;
}

@media screen and (max-width: 761px) {
	.mainoption {
		padding-bottom: 0px;
	}	
}

input[type='radio'] {
	display: none;
}

.answers {
	text-align: center;
}

.answers .answer {
	display: inline-block;
	vertical-align: top;
	width: 196px;
	margin: 20px 12px 0;
}

@media screen and (max-width: 761px) {
	.answers .answer {
		display: inline-block;
		vertical-align: top;
		width: auto;
		margin: 20px 12px 0;
	}
}

.answer-label {
	box-shadow: 0 0 12px 0 rgba(57,70,79,0.75), 0 0 0 2px #2a4366;
	margin: 0;
}

.answer:hover {
	box-shadow: 6px 6px 4px #a6a6a6;
}

.answer-caption {
	background-color: #fff;
	font-weight: 600;
	padding: 5px;
	overflow: hidden;
}

@media screen and (max-width: 761px) {
	.answer-caption{
		min-width: 10em;
		max-width: 10em;
		text-align: left;
	}	
}

@media screen and (min-width: 992px) {
	div.row.landing{
		margin:0 10em 0 10em !important;
	}	
}

.progress-wrapper {
	max-width: 450px;
	margin: 0 auto 0.5rem;
	padding: 0 1rem 1rem;
}

.progress-title {
	text-align: center;
	font-weight: bold;
}

.progress {
	margin-bottom: 40px;
}

nav {
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	color: #888;
	display: block;
	margin: 8px 22px 8px 22px;
	overflow: hidden;
	width: 90%;
}
 
nav ul {
	margin: 0;
	padding: 0;
	background-color: #f0f8ff;
}
 
nav ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
 
 nav > ul > li > a > .caret, nav > ul > li > div ul > li > a > .caret {
	border-top: 4px solid #aaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
}
 
nav > ul > li > div ul > li > a > .caret {
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-left: 4px solid #f2f2f2;
	margin: 0 0 0 8px;
}
 
nav > ul > li > a {
	color: #aaa;
	display: block;
	line-height: 56px;
	padding: 0 24px;
	text-decoration: none;
}
 
nav > ul > li:hover {
	background-color: #2a4366;
}
 
nav > ul > li:hover > a {
	color: rgb( 255, 255, 255 );
}

nav > ul > li:hover > a > .caret {
	border-top-color: rgb( 255, 255, 255 );
}

nav > ul > li > div ul > li:hover > a > .caret {
	border-left-color: rgb(255,255,255);
}

nav > ul > li > div, nav > ul > li > div ul > li > div {
	background-color: rgb( 40, 44, 47 );
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 165px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

nav > ul > li > div ul > li > div {
	background-color: rgb( 40, 44, 47 );
	border-radius: 0 4px 4px 4px;
	box-shadow: inset 2px 0 5px rgba(0,0,0,.15);
	margin-top: -42px;
	right: -165px;
}

nav > ul > li:hover > div, nav > ul > li > div ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}

nav > ul > li > div ul > li, nav > ul > li > div ul > li > div ul > li {
	display: block;
	position: relative;
}

nav > ul > li > div ul > li > a, nav > ul > li > div ul > li > div ul > li > a {
	color: #888;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
}

nav > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.1);
}

.stepbutton {
	padding: 0;
	border: 0;
	background: transparent;
}

.stepbutton	img{
	max-width: 100%
}

*:focus {
	outline: none;
}

.button-wrapper {
	text-align: center;
	/*margin-top: 7rem;*/
}

.continuebutton	{
	background-color: #2a4366;
	width: 160px;
	border: 0;
	color: white;
	font-weight: bold;
	padding: 12px;
	border-radius: 8px;
	font-size: 16px;
}

.backbutton-wrapper {
	padding: 10px 0 0 10px;
}

.backbutton, .backbutton_noHit {
	float: left;
	min-width: 100px;
	border: 0;
	color: white;
	font-weight: bold;
	padding: 2px;
	border-radius: 8px;
	font-size: 16px;
}
.fancy-checkbox-label > input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: inherit;
}
.fancy-checkbox-label {
	font-weight: normal;
	cursor: pointer;
	box-shadow: 0 0 12px 0 rgba(57,70,79,0.75), 0 0 0 2px #2a4366;
	margin: 0;
}
.fancy-checkbox:before {
	font-family: FontAwesome;
	content: "\f00c";
	background: #fff;
	color: transparent;
	border: 2px solid #000;
	border-radius: 3px;
	z-index: 1;
}
input:checked + .fancy-checkbox:before {
	color: #000;
}
.fancy-checkbox-img:before {
	position: absolute;
	margin: 3px;
	line-height: normal;
}

.contact-wrapper {
	max-width: 24rem;
	margin: 0 auto;
}
.plz-wrapper {
	max-width: 350px;
	margin: 0 auto;
}

.plz-search {
	color: red;
	visibility: hidden;
}

.inner-wrapper {
	background: #fff;
	padding: 20px 30px 30px 30px;
	border-radius: 8px;
	box-shadow: 0 4px 7px 0 rgba(0,0,0,0.25);
}

.submit-button-wrapper .button {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	border: none;
	background-color: #3aa14e;
}

.submit-button-wrapper.button:hover {
	cursor: pointer;
}

.salutation, .agree {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.salutation {
	margin-right: 20px;
}

.agree {
	float: left;
	font-size: 10px;
	color: #897c7c;
}
.salutation input, .agree input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	border: 1px solid #000;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.salutation input:checked ~ .checkmark:after, .agree input:checked ~ .checkmark:after {
	display: block;
}

.salutation .checkmark:after, .agree .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid black;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

form fieldset {
	border:none;
	position:relative;
}

.form-control {
	padding:25px 12px 6px 12px !important;
	height:45px !important;
	box-shadow:none !important;
	border:solid 1px #000 !important;
}

.label-control {
	position: absolute;
	top: 13px;
	left: 13px;
	color: #909090;
	font-weight:300;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-control:valid + label, .form-control:focus + label {
	color: #51a2da;
	font-weight: 700;
	font-size: 12px;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

.contact-row , .agree-box-wrapper, .submit-button-wrapper {
	position: relative;
	padding: 15px 0 0;
}

.question-mark {
	color: #6985ac;
	padding-top: 6px;
	margin-right: 0.5rem;
}

.row-style {
	width: 87%;
	float: left;
	padding-right: 10px;
}

.tooltip-inner {
	text-align: left !important;
	background-color: #dadada !important;
	color: #000 !important;
	max-width: 280px !important;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #dadada;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #dadada;
}

#city, #radius {
	display: block;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%; 
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #000;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
#city::-ms-expand, #radius::-ms-expand {
	display: none;
}
#city:hover, #radius:hover {
	border-color: #888;
}
#city:focus, #radius:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}
#city option, #radius option {
	font-weight:normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.wrapper {
  padding: 40px 0;
}

div.spinner {

}
div.spinner i {
	-moz-animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
	-webkit-animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
	animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
	-moz-transform-origin: 50% 100% 0;
	-webkit-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0;
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	border: solid 6px transparent;
	border-bottom: none;
}
div.spinner i:nth-child(1) {
	-moz-animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
	-webkit-animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
	animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
	width: 44px;
	height: 22px;
	margin-top: -22px;
	margin-left: -22px;
	border-color: #2172b8;
	border-top-left-radius: 36px;
	border-top-right-radius: 36px;
}
div.spinner i:nth-child(2) {
	-moz-animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
	-webkit-animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
	animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
	width: 58px;
	height: 29px;
	margin-top: -29px;
	margin-left: -29px;
	border-color: #18a39b;
	border-top-left-radius: 42px;
	border-top-right-radius: 42px;
}
div.spinner i:nth-child(3) {
	-moz-animation-timing-function: cubic-bezier(0.09, 0.9, 0.36, 0.03);
	-webkit-animation-timing-function: cubic-bezier(0.09, 0.9, 0.36, 0.03);
	animation-timing-function: cubic-bezier(0.09, 0.9, 0.36, 0.03);
	width: 72px;
	height: 36px;
	margin-top: -36px;
	margin-left: -36px;
	border-color: #82c545;
	border-top-left-radius: 48px;
	border-top-right-radius: 48px;
}
div.spinner i:nth-child(4) {
	-moz-animation-timing-function: cubic-bezier(0.09, 1.2, 0.48, 0.03);
	-webkit-animation-timing-function: cubic-bezier(0.09, 1.2, 0.48, 0.03);
	animation-timing-function: cubic-bezier(0.09, 1.2, 0.48, 0.03);
	width: 86px;
	height: 43px;
	margin-top: -43px;
	margin-left: -43px;
	border-color: #f8b739;
	border-top-left-radius: 54px;
	border-top-right-radius: 54px;
}
div.spinner i:nth-child(5) {
	-moz-animation-timing-function: cubic-bezier(0.09, 1.5, 0.6, 0.03);
	-webkit-animation-timing-function: cubic-bezier(0.09, 1.5, 0.6, 0.03);
	animation-timing-function: cubic-bezier(0.09, 1.5, 0.6, 0.03);
	width: 100px;
	height: 50px;
	margin-top: -50px;
	margin-left: -50px;
	border-color: #f06045;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
}
div.spinner i:nth-child(6) {
	-moz-animation-timing-function: cubic-bezier(0.09, 1.8, 0.72, 0.03);
	-webkit-animation-timing-function: cubic-bezier(0.09, 1.8, 0.72, 0.03);
	animation-timing-function: cubic-bezier(0.09, 1.8, 0.72, 0.03);
	width: 114px;
	height: 57px;
	margin-top: -57px;
	margin-left: -57px;
	border-color: #ed2861;
	border-top-left-radius: 66px;
	border-top-right-radius: 66px;
}
div.spinner i:nth-child(7) {
	-moz-animation-timing-function: cubic-bezier(0.09, 2.1, 0.84, 0.03);
	-webkit-animation-timing-function: cubic-bezier(0.09, 2.1, 0.84, 0.03);
	animation-timing-function: cubic-bezier(0.09, 2.1, 0.84, 0.03);
	width: 128px;
	height: 64px;
	margin-top: -64px;
	margin-left: -64px;
	border-color: #c12680;
	border-top-left-radius: 72px;
	border-top-right-radius: 72px;
}
div.spinner i:nth-child(8) {
	-moz-animation-timing-function: cubic-bezier(0.09, 2.4, 0.96, 0.03);
	-webkit-animation-timing-function: cubic-bezier(0.09, 2.4, 0.96, 0.03);
	animation-timing-function: cubic-bezier(0.09, 2.4, 0.96, 0.03);
	width: 142px;
	height: 71px;
	margin-top: -71px;
	margin-left: -71px;
	border-color: #5d3191;
	border-top-left-radius: 78px;
	border-top-right-radius: 78px;
}

@-moz-keyframes rotate {
	to {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	to {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.wait {
	display:    none;
	position:   fixed;
	z-index:    1000;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: url('images/ajax-loader.gif') 50% 50% no-repeat;
}

body.loading .wait {
	overflow: hidden;
	display: block;
}

.hide, .hitResult1, .hitResult2, .hitResult3 {
	display: none;
}

.hitResult2, .hitResult3 {
	text-align: center;
	font-size: 24px;
	color: green;
}

.hitResult1 {
	text-align: center;
	font-size: 24px;
	color: red;
}

.show {
	display: block;
}

.finish {
	margin: 125px auto 0px;
	text-align: center;
	font-weight: 900;
	font-family: sans-serif;
	font-size: 32px;
}

.finish1  {
	text-align: center;
	font-weight: 900;
	font-family: sans-serif;
	font-size: 32px;
}

.min-frame-height {
	min-height: 628px;
}

.showError {
	color: red;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: -21px;
}

.goodResult {
	font-size: 150px;
	text-align: center;
	color: green;
}

.badResult {
	font-size: 150px;
	text-align: center;
	color: red;
}
@media screen and (max-width: 761px) {
	.goodResult, .badResult {
		font-size: 8rem;
	}
}

button:focus { 
	outline: none !important; 
	box-shadow: none !important;
}

.modal-dialog, .modal-content {
  height: 95%;
}

.modal-content {
	width: 100%;
	font-size: 1rem;
	color: initial;
}

.modal-maxwidth {
	max-width: 1200px;
}

.modal-body {
	max-height: calc(100% - 120px);
	overflow-y: scroll;
	text-align: left;
}

.agb_btn:hover, .impressum_btn:hover, .protection_btn:hover {
	text-decoration: underline;
}

@media screen and (max-width: 761px) {
	.title-row h1 {
		font-size: 1.3rem;
	}
	.title-row h2 {
		font-size: 1.1rem;
	}
	h2.card-title.text-center {
		font-size: 2rem;
	}
	.mainquestion h3, .finish h3, .finish1 h3  {
		font-size: .9rem;
	}
	.mainoption h4 span, .srchResult h4 {
		font-size: .7rem;
	}
}

.answer-wrapper {
	flex-wrap: nowrap;
	flex-direction: column;
	background-color: white;
}

@media screen and (max-width: 761px) {
	.answer-wrapper{
		display: -webkit-box;
		flex-direction: row;
	}	
}

.step_option img {
  width: 20vw;
  height: 12vw;
}

.example-cover img {
  object-fit: cover;
}

.step_option-contain img {
  object-fit: contain;
}

@media (max-width: 576px) {
	.logo-col {
		display: none;
	}
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.image-wrapper {
	position: relative;
	height: 600px;
	width: 100%;
	overflow: hidden;
	text-align: -webkit-center;
}
.image-wrapper img {
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.video-wrapper {
	position: relative;
	padding-bottom: 24.125%; /* 16:9 */
	height: 0;
	overflow: hidden;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}

.top-image {
	margin: 0;
	text-align: center;
}

.top-img {
	top: 0;
	bottom: 0;
	margin: auto;
}

.info-title {
	font-weight: 600;
	font-size: 2rem;
}

.action-button {
	width: 75%;
	border-radius: 0.8rem !important;
	font-weight: bolder !important;
}

.iv-wrapper {
	flex-wrap: nowrap;
	flex-direction: column;
}

@media screen and (min-width: 761px) {
	.action-button {
		font-size: 2.5rem !important;
	}
}

img {
  width:100%;
  height:auto;
}

@media screen and (min-width:28em) {
  img {
    width:50%;
  }
}

.mb3-4 {
	margin-bottom: 1.25rem!important;
}

.vid {
	max-width: 100%;
	max-height: 7rem;
	width: 100%;
	line-height: 0;
}

.my-card {
	border: none !important;
	background: none !important;
}

.landingpage {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.landingpage.slick-initialized {
	visibility: visible;
	opacity: 1;    
}

.check-card {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.card-content * {
  cursor: pointer;
}

.check-card ~ .card-content {
  transition: all 500ms ease-out;
}
.check-card ~ .card-content .card-state-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 0;
  height: 0;
  transition: all 100ms ease-out;
}

.check-card ~ .card-content:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 26px solid #ccc;
  border-left: 26px solid transparent;
  transition: all 200ms ease-out;
}
.check-card ~ .card-content:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 26px solid #fff;
  border-left: 26px solid transparent;
  transition: all 200ms ease-out;
}

.check-card ~ .card-content:hover .card-state-icon {
  background-position: -30px 0;
}
.check-card ~ .card-content:hover:before {
  border-top: 26px solid #13df23;
}

.check-card:checked ~ .card-content .card-state-icon {
  background-position: -90px 2px;
}
.check-card:checked ~ .card-content:before {
  border-top: 26px solid #13df23;
}
.check-card:checked ~ .card-content:after {
  border-top: 26px solid #13df23;
}
.check-card:checked:hover ~ .card-content .card-state-icon {
  background-position: -60px 2px;
}
.check-card:checked:hover ~ .card-content:before {
  border-top: 26px solid #13df23;
}
.check-card:checked:hover ~ .card-content:after {
  border-top: 26px solid #13df23;
}

.my-image-wrapper {
  position: relative;
  overflow: hidden;
}
.my-image-wrapper:after {
  content: '';
  display: block;
  padding-top: 63%;
}

.my-image-wrapper img {
  /*width: auto;*/
  /*height: 100%;*/
  max-width: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.frontend {
	max-width: 12rem !important; 
	min-width: 12rem !important; 
	border-radius: 0 !important; 
}

.cardtxt {
  padding: .4rem !important;
	font-weight: bold !important;
	min-height: 93px !important;
	font-size: large !important;
	text-align: center !important;
}

@media screen and (max-width: 761px) {
	.cardtxt {
		padding: .2rem !important;
		min-height: 53px !important;
		font-size: small !important;
	}
}