
#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: 10px 80px 80px 80px;
	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: 4px;
	width: 100%;
	font-size: 14px;
	height: 50px;
}

.integration-plugin-form .int-plugin-btn {
	position: absolute;
	top: 0;
	right: -1px;
	height: 50px;
	background-color: #1d2327 !important;
	border-color: #1d2327 !important;
	box-shadow: none !important;
	border-radius: 0 4px 4px 0 !important;
}
.plugin-heading{
	font-size: 38px;
	line-height: 1.1em;
	font-weight: 300;
	margin-top: 0px;
}

.plugin-sub-heading{
}

.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: #5DA85D;
}

.plugin-activated-msg.success, .plugin-activated-msg.success a{
	color: #5DA85D;
}

.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 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: 40px;
	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-fa.png);
	height: 12px;
	width: 12px;
	background-size: cover;
}


.footer-helpline{
	margin-top: 0px;
}


.hidden {
	display: none;
}


/* ===== Sidebar ===== */

.js-analytic-sidebar-wrapper-image {
	height: 200px;
}


.js-analytic-sidebar-wrapper {
	width: 40%;
	background-color: #1d2327;
}

.js-analytic-sidebar-wrapper img {
	width: 100%;
}

.js-analytic-sidebar-wrapper-content {
	padding: 10px 50px 50px 50px;
}

.js-analytic-sidebar-wrapper-content {
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 300;
}

.js-analytic-sidebar-wrapper ul {
	margin-bottom: 30px;
}


.js-analytic-sidebar-wrapper ul li {
	color: #fff;
}


.js-analytic-sidebar-wrapper button {
	padding: 20px;
	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: #fff;
	font-size: 38px;
	font-weight: 300;
	line-height: 1.1em;
	margin-top: 0px;
}



/* ====== 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;
		}
}
