
#wpcontent {
	/* background-color: #F9FBFD; */
	padding: 20px;
}



.js-analytic {
	display: flex;
}



.js-analytic-main-wrapper {
	width: 60%;
}


@media screen and (max-width: 782px){
	.auto-fold #wpcontent{
		padding-right: 10px;
		padding-top: 10px;
	}
}

.logo-wrap {
	padding-top: 3rem;
	padding-bottom: 2rem;
	text-align: right;
	padding-right: 4rem;
	background-color: #fff;
	height: 200px;
	box-sizing: border-box;
}

.logo-wrap a:focus{
	box-shadow: none;
}

.logo-wrap .plugin-logo {
	max-width: 200px;
}

.integration-plugin-wrap {
	padding: 40px;
	background-color: #fff;
}

.integration-plugin-form {
	margin-top: 1.6rem;
}

.integration-plugin-form .input-group {
	position: relative;
	min-height: 75px;
	height: 100px;
}

.integration-plugin-form input[type=text] {
	border-radius: 8px 0px 0px 8px;
	border-right: 0px;
	width: calc(100% - 100px);
	font-size: 14px;
	height: 50px;
}

.integration-plugin-form .int-plugin-btn {
	position: absolute;
	width: 100px;
	top: 0;
	right: -1px;
	height: 50px;
	background-color: #1476FC !important;
	border-color: #1476FC !important;
	box-shadow: none !important;
	border-radius: 0 8px 8px 0 !important;
}
.plugin-heading{
	font-size: 38px;
	line-height: 1.1em;
	font-weight: 300;
	margin-top: 0px;
	max-width: 600px;
}

h2.plugin-heading {
	font-size: 24px;
}

.plugin-subheading {
	font-size: 18px;
	font-weight: 400;
}


.wp-die-message{
	font-size: 16px;
	line-height: 1.4em;
}

.wp-die-message a {
	color: #3c434a;
}

.plugin-save-msg, .plugin-activated-msg, .plugin-deactivated-msg, .script-check-msg {
	margin: 10px 0;
	font-size: 13px;
	display: block;
}

.plugin-save-msg.success {
	color: #1476fc;
}

.plugin-activated-msg.success, .plugin-activated-msg.success a{
	color: #1476fc;
}

.plugin-save-msg.danger, .script-check-msg.danger  {
	color: #bc0b0b;
}

.plugin-toggle-switch span span {
	display: none;
}

.plugin-toggle-switch {
	display: inline-block;
	height: 18px;
	position: relative;
	overflow: visible;
	padding: 0;
	cursor: pointer;
	width: 40px;
	margin-top: 8px;
}

@media (max-width: 600px){
	.plugin-toggle-switch {
		margin-top: 30px;
		margin-left: 0px;
	}
}


.plugin-toggle-switch * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.plugin-toggle-switch label,
.plugin-toggle-switch>span {
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
}

.plugin-toggle-switch input:focus~a,
.plugin-toggle-switch input:focus+label {
	outline: none;
}

.plugin-toggle-switch label {
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
}

.plugin-toggle-switch input {
	position: absolute;
	opacity: 0;
	z-index: 5;
}

.plugin-toggle-switch>span {
	position: absolute;
	left: -50px;
	width: 100%;
	margin: 0;
	padding-right: 50px;
	text-align: left;
	white-space: nowrap;
}

.plugin-toggle-switch>span span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
	width: 50%;
	margin-left: 50px;
	text-align: left;
	font-size: 0.9em;
	width: 100%;
	left: 15%;
	top: -1px;
	opacity: 0;
}

.plugin-toggle-switch a {
	position: absolute;
	right: 50%;
	z-index: 4;
	display: block;
	height: 100%;
	padding: 0;
	left: 2px;
	width: 18px;
	background-color: #fff;
	border: 1px solid #CCC;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.plugin-toggle-switch>span span:first-of-type {
	color: #ccc;
	opacity: 1;
	left: 45%;
}

.plugin-toggle-switch>span:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50px;
	top: -2px;
	background-color: #1d2327;
	border: 1px solid #1d2327;
	border-radius: 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.plugin-toggle-switch input:checked~a {
	border-color: #fff;
	left: 100%;
	margin-left: -8px;
}

.plugin-toggle-switch input:checked~span:before {
	border-color: #1d2327;
	box-shadow: inset 0 0 0 30px #1d2327;
}


.plugin-toggle-switch input:checked~span:before {
	border-color: #1476fc;
	box-shadow: inset 0 0 0 30px #1476fc;
}

.plugin-toggle-switch input:checked~span span:first-of-type {
	opacity: 0;
}

.plugin-toggle-switch input:checked~span span:last-of-type {
	opacity: 1;
	color: #fff;
}


/* Switch Sizes */

.plugin-toggle-switch.large {
	width: 68px;
	height: 27px;
}

.plugin-toggle-switch.large a {
	width: 27px;
}

.plugin-toggle-switch.large>span {
	height: 29px;
	line-height: 28px;
}

.plugin-toggle-switch.large input:checked~a {
	left: 49px;
}

.plugin-toggle-switch.large>span span {
	font-size: 1.1em;
}

.plugin-toggle-switch.large>span span:first-of-type {
	left: 50%;
}

.plugin-service-form {
	margin-top: 0px;
	margin-bottom: 0px;
}

.service-form-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.plugin-service-form h2 {
	font-size: 35px;
	font-weight: 300;
	display: inline-block;
	margin: 0;
	line-height: 40px;
	margin-right: 20px;
}



.plugin-service-alert {
	margin: 0 0;
	font-size: 13px;
	color: #3c434a;
	max-width: 200px;
}

.plugin-service-alert a {
	color: #3c434a;
}

#dsgvo-analytic-loader-wrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 99;
}

.loader {
	margin: 20% auto;
	border: 10px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid #1d2327;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.ml-20 {
	margin-left: 20px;
}

.saved, .activated {
	display: inline-block;
	position: relative;
}

.saved:before, .activated:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
	content: '';
	background-image: url(check-positive.png);
	height: 12px;
	width: 17px;
	background-size: cover;
}


.footer-helpline{
	margin-top: 0px;
}


.hidden {
	display: none;
}


/* ===== Sidebar ===== */

.js-analytic-sidebar-wrapper-image {
	height: 200px;
}


.js-analytic-sidebar-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
	background-repeat: no-repeat;
	background-size: contain;
}

.js-analytic-sidebar-wrapper img {
	width: 100%;
}

.js-analytic-sidebar-wrapper-content {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.js-analytic-sidebar-wrapper-content {
	color: #1d2327;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 300;
}

.js-analytic-sidebar-wrapper-content iframe {
	overflow: hidden;
}

.js-analytic-sidebar-wrapper ul {
	margin-bottom: 30px;
}


.js-analytic-sidebar-wrapper ul li {
	color: #1d2327;
}


.js-analytic-sidebar-wrapper button {
	padding: 10px;
	background-color: #1476FC;
	font-size: 20px;
	font-weight: 300;
	border-radius: 8px;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.js-analytic-sidebar-wrapper button:hover{
	transform: scale(1.03);
	opacity: 1;
}

.js-analytic-sidebar-wrapper button a{
}



.js-analytic-sidebar-wrapper ul li:before {
	position: relative;
	display: inline-block;
	content: '';
	background-image: url(check-negative.png);
	height: 11px;
	width: 15px;
	margin-right: 5px;
	background-size: cover;

}


h2.sidebar-heading {
	color: #1d2327;
	font-size: 38px;
	font-weight: 300;
	line-height: 1.1em;
	margin-top: 0px;
}








/* ====== Features ====== */




.fa-content-box {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
}

.fa-content-box.hero {
	background-color: #1d2327;
	color: #fff;
	padding-bottom: 10px;
}

.fa-content-box.hero .row.center{
	padding-bottom: 0px;
	padding-top: 0px;
}

.fa-content-box.hero h1 {
	color: #fff;
}

.fa-content-box.hero p {
	color: #5587fa;
}

.fa-content-box.hero .fa-logo-wrapper {
}


.fa-content-box.hero .fa-logo-wrapper a {
	text-decoration: none;
}

.fa-content-box.hero .fa-logo-wrapper img{
	max-width: 200px;
}


.fa-content-box .row.center {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.fa-content-box .row.right {
	display: flex;
	justify-content: flex-end;
	padding: 40px;
}

.fa-content-box .row.left {
	display: flex;
	justify-content: flex-start;
	padding: 40px;
}

.hero.fa-content-box .row.right {
	padding: 20px;
}



.fa-content-box .row {
	display: flex;
	flex-direction: row;
}

.fa-content-box .row, .fa-content-box .col {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.fa-content-box .row .col-2 {
	width: 50%;
}


.fa-content-box .row .col {
	padding: 30px;
}

.fa-content-box .row .border-r {
	border-right: 20px solid #F9FBFD;
}


.fa-content-box .row .col-1 {
	width: 10%;
}

.fa-content-box .row .col-2 {
	width: 20%;
}

.fa-content-box .row .col-3 {
	width: 30%;
}

.fa-content-box .row .col-4 {
	width: 40%;
}

.fa-content-box .row .col-5 {
	width: 50%;
}

.fa-content-box .row .col-6 {
	width: 60%;
}

.fa-content-box .row .col-7 {
	width: 70%;
}

.fa-content-box .row .col-8 {
	width: 80%;
}

.fa-content-box .row .col-9 {
	width: 90%;
}

.fa-content-box .row .col-10 {
	width: 100%;
}



@media (max-width: 770px) {
	.fa-content-box .row {
		flex-direction: column;
	}
	.fa-content-box .row .col-3{
		width: 100%;
		padding-top: 0px;
		padding-bottom: 0px;
	}

 .fa-content-box .row .col-5 {
	 width: 100%;
 }

 .fa-content-box .row .border-r {
	 border-right: none;
 }

	 .fa-register .col-order-1 {
		 order: 2;
	 }


  .fa-register .col-order-2 {
		order: 1;
		min-height: 180px;
	}

	.fa-content-box .row .col-6 {
		width: 100%;
	}

	.fa-content-box .row .col-7 {
		width: 100%;
	}
}




.fa-content-box .row img{
	width: 100%;
}



/* ======= Typografie ======== */

.fa-content-box .text-center{
	text-align: center;
}

.headline-top-typo {
	font-size: 1.3em;
	font-weight: 800;
	margin-bottom: 20px;
	color: #1476fc;
}

.fa-content-box p {
	margin-top: 0px;
}

.fa-content-box h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.fa-content-box a{
	color: #1476fc;
}

/* ====== Generell design system ====== */

.padding-0 {
	padding: 0px!important;
}


.margin-0 {
	margin: 0px!important;
}


.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-right {
	align-items: flex-end;
}

.flex-center-vertical {
	justify-content: center;
}

.flex-bottom {
	justify-content: flex-end;
}

/* ====== Registration teaser ===== */


.fa-register .row {
		min-height: 500px;
}



.registration-teaser-box {
	background-image: url("/wp-content/plugins/fair-analytics/assets/img/fairanalytics-dashboard-2.jpg");
	background-position:top;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}



.registration-teaser-box-inner {
	max-width: 300px;
	background-color: #fff;
	border-radius: 8px;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.39);
	box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.39);
}



.fa-register .col-order-2 {
	padding: 40px;
	background-image: url("/wp-content/plugins/fair-analytics/assets/img/fairanalytics-dashboard-2.jpg");
	background-position:top left;
	background-size: cover;
}


.fa-content-box button {
	padding: 10px;
	background-color: #1476FC;
	font-size: 20px;
	font-weight: 300;
	border-radius: 8px;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.fa-content-box button:hover{
	transform: scale(1.03);
	opacity: 1;
}



.fa-content-box ul li:before {
	position: relative;
	display: inline-block;
	content: '';
	background-image: url(check-positive.png);
	height: 11px;
	width: 15px;
	margin-right: 5px;
	background-size: cover;

}






/* ====== Tablet ====== */


@media (max-width: 860px) {
	.js-analytic {
		flex-direction: column-reverse;
	}
	.js-analytic-sidebar-wrapper {
		width: 100%;
	}
	.js-analytic-main-wrapper {
		width: 100%;
	}
	.js-analytic-sidebar-wrapper-image {
		height: auto;
	}

}


/* ====== Mobile ====== */


@media (max-width: 500px) {

		.logo-wrap {
					height: auto;
			}
		.integration-plugin-wrap {
			padding: 20px;
		}
		.js-analytic-sidebar-wrapper-content {
			padding: 20px;
		}
}
