/*reset.css*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*main.css*/

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-display: swap;
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/source-sans-pro-v11-latin-regular.eot);
	src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(../fonts/source-sans-pro-v11-latin-regular.eot?#iefix) format("embedded-opentype"),
		url(../fonts/source-sans-pro-v11-latin-regular.woff2) format("woff2"), url(../fonts/source-sans-pro-v11-latin-regular.woff) format("woff"), url(../fonts/source-sans-pro-v11-latin-regular.ttf) format("truetype"),
		url(../fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro) format("svg");
}

@font-face {
	font-display: swap;
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/source-sans-pro-v11-latin-600.eot);
	src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(../fonts/source-sans-pro-v11-latin-600.eot?#iefix) format("embedded-opentype"), url(../fonts/source-sans-pro-v11-latin-600.woff2) format("woff2"),
		url(../fonts/source-sans-pro-v11-latin-600.woff) format("woff"), url(../fonts/source-sans-pro-v11-latin-600.ttf) format("truetype"), url(../fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro) format("svg");
}

.clear {
	clear: both;
}

body {
	font: 400 17px/26px "Source Sans Pro", sans-serif;
	border-top: 13px solid #385e92;
	width: 100vw;
	color: #616161;
}

.blue {
	color: #385e92;
}

.bold {
	font-weight: 600;
}

h1,
h2.headline {
	font: 400 34px/38px "Source Sans Pro", serif;
	width: 100%;
	border-bottom: 1px solid #c1c1c1;
	order: -1;
	color: #385e92;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

#kontakt h2.headline {
	color: #fff;
}

h2 {
	font: 400 24px/28px "Source Sans Pro", serif;
	color: #385e92;
	margin: 40px 0 15px 0;
}

h2.headline-no-border {
	font: 400 34px/38px "Source Sans Pro", serif;
	width: 100%;
	order: -1;
	color: #385e92;
}

h3 {
	font: 400 24px/28px "Source Sans Pro", serif;
	color: #385e92;
	margin-bottom: 15px;
}

h3 span {
	color: #616161;
}

.kontakt-inner h3 {
	color: #fff;
	margin-top: 50px;
}

h4 {
	font: 400 24px/28px "Source Sans Pro", serif;
	color: #385e92;
	margin-bottom: 15px;
}

header {
	width: 100%;
}

.logo {
	height: 90px;
	width: auto;
	margin-right: 14px;
	margin-bottom: -20px;
}

.head-area {
	font: 400 22px/28px "Source Sans Pro", serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1024px;
	margin: auto;
	height: 140px;
	align-items: flex-end;
}

.head-area > div {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 8px;
}

.eyecatcher {
	width: 100%;
	height: 430px;
	display: flex;
	align-items: stretch;
}

.eyecatcher-content,
.eyecatcher-img {
	width: 50%;
}

.eyecatcher-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.eyecatcher-content {
	background-color: #385e92;
	color: #fff;
	display: flex;
	align-items: flex-end;
	padding: 5%;
}

.slogan-end a {
	color: #fff;
	text-decoration: none;
}

.slogan-end a:after {
	content: "〉";
	padding-left: 15px;
	font: 600 13px/13px "Source Sans Pro", sans-serif;
}

.slogan {
	font: 400 44px/48px "Source Sans Pro", serif;
	border-bottom: 1px solid #fff;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.menu-on {
	position: fixed;
	top: 0;
	bottom: auto;
	z-index: 99999;
	margin-top: 0;
}

.menu-on-header {
	margin-top: 110px;
}

nav {
	margin-top: 40px;
	background: #385e92;
	width: 100%;
}

nav ul {
	display: flex;
	justify-content: space-between;
	width: 1024px;
	height: 70px;
	margin: auto;
	align-items: center;
	overflow: hidden;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
}

nav ul li a {
	color: #fff;
	text-decoration: none;
	padding: 7px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #385e92;
	transition: border-color 0.2s ease-in;
}

nav ul li a:hover {
	border-color: #fff;
}

nav ul li a:active {
	border-color: #fff;
}

.handle {
	width: 100%;
	text-align: center;
	height: 70px;
	cursor: pointer;
	display: none;
	color: #fff;
}

.content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 1024px;
	margin: 70px auto;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 40px;
}

.col-l,
.col-r {
	width: 47%;
}

.col-l ul li,
.col-r ul li,
div.modal ul li {
	margin: 0 0 10px 10px;
	background: url(../images/bull.png) no-repeat 0 11px;
	padding-left: 12px;
}

.col-l {
	margin-right: 3%;
}

.col-r {
	margin-left: 3%;
}

p {
	margin-bottom: 20px;
}

a {
	color: #385e92;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

#id2 {
	border: none;
	justify-content: space-between;
	margin: 70px auto 0 auto;
}

.team-wrapper {
	border-top: 1px solid #c1c1c1;
	padding: 40px 0;
	width: 48%;
}

div.team-wrapper:nth-of-type(2) {
	border-bottom: 1px solid #c1c1c1;
}

div.team-wrapper:last-of-type {
	border-bottom: 1px solid #c1c1c1;
}

team-wrapper img {
	float: left;
	width: 160px;
	height: auto;
	margin-right: 15px;
}

a.blue-button {
	background-color: #385e92;
	padding: 7px 20px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-top: 5px;
}

a.blue-button:after {
	content: "〉";
	padding-left: 10px;
	font: 600 13px/13px "Source Sans Pro", sans-serif;
}

.modal {
	padding: 50px 30px !important;
}

.modal ul {
	margin: 0 0 40px 0;
}

.morecontent span {
	display: none;
}

.morelink {
	display: block;
	margin: 15px 0 40px 0;
}

.content-kontakt {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin: 70px auto;
	background-color: #385e92;
	align-items: stretch;
}

.kontakt-inner {
	color: #fff;
	width: 442px;
	margin: 20px 70px 50px auto;
	border-bottom: 1px solid #c1c1c1;
}

.kontakt-inner iframe {
	width: 100%;
	height: 800px;
	background-color: #385e92;
}

.kontakt-inner a {
	color: #fff;
	text-decoration: underline;
}

.maps-inner {
	width: 50%;
}

footer {
	width: 100%;
	padding: 45px 5%;
	background-color: #385e92;
	text-align: center;
}

ul.dotsbetween {
	display: inline-block;
	padding: 0;
	text-align: center;
}

ul.dotsbetween li {
	display: inline;
}

ul.dotsbetween li:after {
	content: " ";
	letter-spacing: 1em;
	background: url(../images/line.png) center center no-repeat;
}

ul.dotsbetween li a {
	white-space: nowrap;
	color: #fff;
}

ul.dotsbetween li a:not(:hover) {
	text-decoration: none;
}

.datenschutz {
	display: none;
}

.accordion h6 {
	color: #fff;
	text-align: center;
	font-weight: 300;
}

.accordion {
	width: 100%;
	margin: auto;
}

.accordion div {
	border: 1px solid #243d5f;
}

.accordion div div {
	border: none;
}

.accordion .panel {
	width: 98%;
	width: calc(100% - 20px);
	margin: 0 auto;
	height: 0;
	overflow: hidden;
	color: #616161;
	background-color: hsla(0, 0%, 100%, 0);
	line-height: 28px;
	padding: 0 20px;
	box-sizing: border-box;
	transition: 0.5s;
}

.accordion label {
	cursor: pointer;
	background-color: #243d5f;
	display: block;
	padding: 15px;
	width: 100%;
	color: #fff;
	font-weight: 400;
	box-sizing: border-box;
	z-index: 100;
	font: 300 18px/22px "Source Sans Pro", serif;
	border-bottom: 1px solid gray;
}

.accordion input {
	display: none;
}

.accordion input:checked + label {
	background-color: #243d5f;
}

.accordion input:checked + label:before {
	transition: 0.5s;
}

.accordion input:checked ~ .panel {
	height: auto;
	color: #333;
	font-size: 16px;
	padding: 20px;
	transition: 0.5s;
}

.accordion label:after {
	content: " + ";
	color: #fff;
	float: right;
	font-size: 1.6em;
}

.accordion input:checked + label:after {
	content: " – ";
	color: #fff;
	float: right;
	font-size: 1.6em;
}

div.wrap {
	column-count: 1;
}

.abstand {
	width: 10px;
	height: 50px;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: 0;
	color: #fff;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	font-weight: 600;
}

.dropdown:hover .dropbtn,
.navbar a:hover {
	background-color: none;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: #000;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.h2-landing {
	margin-top: 0;
}

ul.landing-list li {
	margin: 0 0 0 30px;
	background: url(../images/bull.png) no-repeat 0 11px;
	padding-left: 12px;
}

#more {
	display: none;
}

#myBtn {
	border: 2px solid #385e92;
	background: 0 0;
	color: #385e92;
	border-radius: 5px;
	padding: 5px;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	line-height: 1.65;
	margin-bottom: 70px;
}

.beitrag-h3 {
	margin-top: 60px;
}

.accordionlists {
	list-style: decimal;
	margin-left: 20px;
	column-count: 2;
}

.landing-img {
	width: 100%;
	max-width: 730px;
}

@media screen and (max-width: 1074px) {
	nav ul {
		max-height: 0;
		height: auto;
		flex-direction: column;
		width: 100%;
	}

	nav ul.navactive {
		max-height: none;
	}

	.showing {
		max-height: 500px;
	}
	nav ul li {
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
		text-align: center;
	}
	.handle {
		display: block;
		padding-top: 20px;
		text-transform: uppercase;
	}
	.head-area {
		width: 90%;
		margin: 0 5%;
		height: 90px;
		padding-bottom: 0;
	}
	.eyecatcher {
		height: 360px;
	}
	.slogan {
		font: 400 34px/38px "Source Sans Pro", serif;
	}
	.content {
		margin: 70px 5%;
		width: 90%;
	}
	.kontakt-inner {
		width: 40%;
		margin: 20px 5% 50px 5%;
	}
	.datenschutz {
		display: inline-block;
		position: fixed;
		bottom: 0;
		color: #fff;
		background: #616161;
		padding: 5px 10px;
	}
	.logo {
		height: 50px;
		width: auto;
		margin-right: 14px;
		margin-bottom: 0;
	}
	.head-area > div {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	.head-area > div > p {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 820px) {
	.eyecatcher {
		height: 300px;
	}
	.eyecatcher-content {
		padding: 0 5%;
	}
	.maps-inner {
		width: 100%;
		height: 250px;
	}
	.kontakt-inner {
		width: 90%;
		margin: 20px 5% 50px 5%;
	}
	.content-kontakt {
		flex-direction: column;
		margin: 70px 0;
	}
	.head-area {
		width: 96%;
		margin: 0 2%;
		font: 400 18px/24px "Source Sans Pro", serif;
	}
	.slogan {
		font: 400 28px/32px "Source Sans Pro", serif;
	}
	.eyecatcher {
		height: 260px;
	}
	.handle {
		height: 50px;
		padding-top: 11px;
	}
	.content {
		margin: 45px 2%;
		width: 96%;
		padding-bottom: 15px;
	}
	h1,
	h2.headline {
		font: 400 30px/34px "Source Sans Pro", serif;
		margin-bottom: 30px;
	}
	h2 {
		margin: 0 0 15px 0;
	}
	h2.headline-no-border {
		font: 400 30px/34px "Source Sans Pro", serif;
	}
	h3 {
		font: 400 20px/24px "Source Sans Pro", serif;
	}
	.eyecatcher-content {
		padding: 0 2%;
	}
	.eurojuris-img {
		width: 100%;
		max-width: 360px;
	}
	.team-wrapper {
		width: 100%;
	}
	div.team-wrapper:nth-of-type(4) {
		border-bottom: none;
	}
}

@media screen and (max-width: 730px) {
	.content {
		flex-direction: column;
	}
	.col-l,
	.col-r {
		width: 100%;
		margin: 0;
	}
	.eyecatcher {
		height: 220px;
	}
	.eyecatcher-img {
		width: 35%;
	}
	.eyecatcher-content {
		width: 65%;
	}
	.slogan {
		font: 400 24px/28px "Source Sans Pro", serif;
	}
	.bx-wrapper {
		display: none;
	}
	.head-area {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: normal;
		justify-content: space-around;
		align-items: baseline;
		padding-top: 10px;
	}
	.head-area p {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 520px) {
	.eyecatcher-img {
		width: 100%;
		height: 200px;
		order: -1;
	}
	.eyecatcher-img img {
		object-position: top;
	}
	.eyecatcher-content {
		width: 100%;
		height: 140px;
	}
	.eyecatcher {
		height: auto;
		flex-direction: column;
	}
	p.first br {
		display: none;
	}
	.team-wrapper img {
		float: right;
		width: 120px;
		height: auto;
		margin-left: 20px;
	}
	.accordion {
		width: 100%;
	}
	.accordionlists {
		column-count: 1;
	}
	.head-area {
		height: auto;
		margin-bottom: 10px;
		flex-direction: column;
	}
}

@media screen and (max-width: 396px) {
	.eyecatcher-content {
		width: 100%;
		height: 155px;
	}
}

#id1,
#id3,
#kontakt {
	padding-top: 50px;
}

html {
	width: 100vw;
	overflow-x: hidden;
}

/*jquery.bxslider.css*/

.bx-wrapper {
	position: relative;
	margin-bottom: 60px;
	padding: 0;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider {
	margin: 0;
	padding: 0;
}

ul.bxslider {
	list-style: none;
}

.bx-viewport {
	-webkit-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper {
	border: 5px solid #fff;
	background: #fff;
	width: 85%;
	margin: auto;
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 0.85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
	display: inline-block;
	vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}

.bx-wrapper .bx-prev {
	left: -40px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next {
	right: -40px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: 0.85em;
	padding: 10px;
}

/*jquery.modal.min.css*/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999999999;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 500px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 15px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px;
}

.modal-spinner > div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.modal-spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.modal-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.5);
	}
	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.5);
		-webkit-transform: scaleY(0.5);
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

/*dsa-secure.css*/

.dsa-secure-plugin {
	border-radius: 5px;
	position: relative;
}

.dsa-secure-plugin .dsa-secure-image {
	width: 100%;
	height: 100%;
}

.dsa-secure-plugin {
	font-size: 12px;
	line-height: 16px;
}

.dsa-secure-plugin .dsa-buttons {
	width: 90%;
	margin: auto;
	text-align: center;
}

.dsa-secure-plugin .dsa-buttons a:nth-of-type(2n) {
	margin-top: 10px;
}

.dsa-secure-plugin .undercheck {
	background-color: #fff;
	color: #222 !important;
	border-radius: 5px;
	padding: 4px;
	margin: 8px 50% 16px;
	width: 202px;
	transform: translateX(-50%);
}

.dsa-secure-plugin .check-slide-content {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	margin: auto;
	-webkit-transform: translateY(100%);
	transform: translateY(-50%);
}

.dsa-secure-plugin .dsa-switch {
	position: relative;
	width: 60px;
	height: 34px;
	display: block;
}

.dsa-secure-plugin .check-slide {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

.dsa-secure-plugin .dsa-secure-plugin input {
	display: none;
}

.dsa-secure-plugin iframe {
	width: 100%;
}

.dsa-secure-plugin .dsa-switch {
	margin-left: calc(50% - 30px);
}

.dsa-secure-plugin p {
	text-align: center;
	font-family: arial;
	padding: 10px 0;
	display: block;
	margin: auto;
	font-weight: 700;
}

.dsa-secure-plugin .check-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg.png);
	color: #000;
}

.dsa-secure-plugin .check-slide.hide {
	display: none;
}

.dsa-secure-plugin a {
	font-size: 12px;
	text-align: center;
	font-family: arial;
	display: block;
	margin: auto;
	width: calc(100% - 20px);
	max-width: 300px;
	background-color: #cc1417;
	border-radius: 5px;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
}

.dsa-secure-plugin a:hover {
	background-color: #dd171b;
}

.dsa-secure-plugin .check-slide:hover,
.dsa-secure-plugin:hover .check-slide {
	visibility: visible;
	opacity: 1;
	visibility: visible;
	opacity: 1;
}

.dsa-secure-plugin .dsa-tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted #000;
}

.dsa-secure-plugin .dsa-buttons a:hover {
	color: #fff !important;
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext {
	font-size: 12px;
	visibility: hidden;
	width: 100%;
	max-width: 300px;
	background-color: #cc1417;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 0;
	margin-left: 0;
	opacity: 0;
	transition: opacity 0.3s;
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent;
}

.dsa-secure-plugin .dsa-tooltip:hover .tooltiptext,
.dsa-tooltip.active .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.dsa-secure-plugin .dsa-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #333;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.dsa-secure-plugin .dsa-slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.dsa-secure-plugin input:checked + .dsa-slider {
	background-color: #cc1417;
}

.dsa-secure-plugin input:focus + .dsa-slider {
	box-shadow: 0 0 1px #cc1417;
}

.dsa-secure-plugin input:checked + .dsa-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.dsa-secure-plugin .dsa-slider.round {
	border-radius: 34px;
}

.dsa-secure-plugin .dsa-slider.round:before {
	border-radius: 50%;
}

.dsa-cookie-notice-close:hover {
	background-color: #000;
}

.dsa-cookie-notice-close {
	position: absolute;
	display: block;
	height: 20px;
	bottom: 20px;
	width: 20px;
	line-height: 20px;
	right: 5px;
	top: 5px;
	text-decoration: none;
	color: #fff !important;
	background-color: #a9a9a9;
}

.dsa-cookie-notice {
	font-family: arial;
	font-size: 12px;
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0px;
	z-index: 99999 !important;
	background-color: #385e92;
	margin: auto;
	width: 100%;
	text-align: center;
	color: #fff;
}

.dsa-cookie-notice a {
	color: #fff;
	text-decoration: underline;
	font-weight: 400;
}

.dsa-cookie-notice a:hover {
	color: #fff;
	text-decoration: none;
}

.dsa-cookie-notice.hide {
	display: none;
}

.cookie-inner {
	padding: 15px;
}

@media (max-width: 900px) {
	.dsa-secure-plugin .check-slide {
		visibility: visible;
		opacity: 1;
		visibility: visible;
		opacity: 1;
	}
}

/*modal-boxes.css*/

.modalDialog {
	position: fixed;
	font-family: "Source Sans Pro", sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 60%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	background: #fff;
	color: #2b2b2b;
}

.close {
	background: #606061;
	color: #fff;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: 700;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover {
	background: #385e92;
}

.jobs {
	position: fixed;
	z-index: 98;
	right: 0;
	top: 15rem;
	padding: 0.75rem 1.5rem;
	background: #fff;
	color: #385e92;
	transform-origin: right;
	animation: eyecatcher 2.5s ease-in-out infinite alternate;
}

@keyframes eyecatcher {
	70% {
		transform: scale(1);
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	}

	100% {
		transform: scale(1.1);
		box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
	}
}