@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap&subset=latin-ext);

/*
Theme Name: Illusmart
Theme URI: https://www.illusmart.com
Author: Martin Gross
Author URI: https://www.illusmart.com
Description: Tailor-made theme
Version: 1.0
License: Copyright - Martin Gross
Tags: illusmart
Text Domain: illusmart
*/

/* ======== Document ======== */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

body {
	text-align: center;
	background-color: #fff;
}

body,
label,
input,
select,
textarea {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	color: #000;
}

label,
input,
select,
textarea {
	-webkit-appearance: none;
}

.gallery-pic img {
	-webkit-backface-visibility: hidden;
}

/*.calendar, .cal-event-time-adjust {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}*/

/* ======== Basic ======== */

h1,
h2,
h3,
h4,
h5,
p,
hr,
ul,
ol,
.content-section,
body .wp-block-group,
body .wp-block-columns,
body .wp-block-image,
body .wp-block-quote,
body .wp-block-table,
body .wp-block-buttons {
	margin: 0 0 30px;
}

h1,
.likeh1 {
	margin-bottom: 15px;
	text-align: center;
	color: #000;
}

.separator {
	width: 300px;
	max-width: 100%;
	height: 10px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0b4376;
}

.blog .separator {
	margin-bottom: 10px;
}

p:last-child,
ul:last-child,
ol:last-child,
.content-section:last-child,
body .wp-block-group:last-child,
body .wp-block-columns:last-child,
body .wp-block-quote p:last-child,
body .wp-block-image:last-child,
body .wp-block-quote:last-child,
body .wp-block-table:last-child,
body .wp-block-buttons:last-child,
figcaption,
body .wp-block-image figcaption,
.separator:last-child {
	margin-bottom: 0;
}

a {
	color: #0b4376;
}

a,
.header a:hover,
.post-box a:hover,
.subpage a:hover,
.pager a:hover,
.prefooter a:hover,
.footer a:hover,
a.button:hover,
body .wp-block-button a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul li,
ol li {
	list-style-position: outside;
	margin-left: 20px;
}

.footer-partners ul li {
	display: block;
	margin-left: 0;
	padding-left: 22px;
	background: transparent url("images/bookmark.png") no-repeat;
	background-position: left 4px;
	background-size: 17px auto;
}

hr,
hr.wp-block-separator {
	border-top: 0;
	border-bottom: 1px solid #ddd;
}

.left {
	float: left;
}

.right {
	float: right;
}

.centered {
	text-align: center;
}

.wrapper {
	width: 100%;
	text-align: center;
	padding: 100px 0;
}

.wrapper-color {
	background: #eee;
}

@media only screen and (max-width: 800px) {
	.wrapper {
		padding: 50px 0;
	}
}

@media only screen and (min-width: 800px) {
	.wrapper {
		padding: 100px 0;
	}
}

.header.wrapper,
.footer.wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

.wrap {
	padding: 0 20px;
}

.wrap {
	max-width: 1040px;
	margin: auto;
}

.wrap.wrap-wide {
	max-width: 1320px;
}

@media only screen and (max-width: 900px) {
	.half {
		margin-bottom: 40px;
	}
	
	.half:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: 0;
	}
}

@media only screen and (min-width: 900px) {
	.half {
		float: left;
		width: 50%;
	}

	.half:nth-of-type(odd) {
		clear:both;
		padding-right: 20px;
	}

	.half:nth-of-type(even) {
		padding-left: 20px;
	}
}

@media only screen and (max-width:700px) {
	.third {
		padding-bottom: 30px;
	}
	
	.third:last-child {
		padding-bottom: 0;
	}
	
	.pager,
	.news .button {
		margin-top: 30px;
	}
	
}

@media only screen and (min-width:700px) {
	.third {
		width: 33.3%;
		float: left;
		padding-bottom: 30px;
	}
	
	.subpage.third:nth-of-type(-n+3) {
		padding-top: 0;
	}
	
	.prefooter .third {
		padding-bottom: 0;
	}

	.third:nth-of-type(3n+1) {
		clear: both;
		padding-right: 20px;
	}

	.third:nth-of-type(3n+2) {
		padding-left: 10px;
		padding-right: 10px;
	}

	.third:nth-of-type(3n) {
		padding-left: 20px;
	}
}

.gallery-pic.third {
	width: 33.3%;
	float: left;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 0;
	border-bottom: 0;
}

.gallery-pic.third:nth-of-type(-n+3) {
	padding-top: 0;
}

.gallery-pic.third:nth-of-type(3n+1) {
	clear: both;
	padding-right: 20px;	
}

.gallery-pic.third:nth-of-type(3n+2) {
	padding-left: 10px;
	padding-right: 10px;
}

.gallery-pic.third:nth-of-type(3n) {
	padding-left: 20px;
}

.gallery-pic.fourth:nth-of-type(-n+4) {
	padding-top: 0;
}

.gallery-pic.fourth:nth-of-type(4n+1) {
	clear: both;
	padding-right: 21px;
}

.gallery-pic.fourth:nth-of-type(4n+2) {
	padding-left: 7px;
	padding-right: 14px;
}

.gallery-pic.fourth:nth-of-type(4n+2) {
	padding-left: 14px;
	padding-right: 7px;
}

.gallery-pic.fourth:nth-of-type(4n+3 ) {
	padding-left: 21px;
}

body .wp-block-column {
	margin-top: 30px;
margin-bottom: 0;
}

@media only screen and (max-width:782px) {
	body .wp-block-columns,
	body .wp-block-column {
		display: block;	
	}
	
	body .wp-block-column:first-child,
	body .wp-block-column:empty {
		margin-top: 0;
	}
	
	body .wp-block-column:first-child,
	body .wp-block-column:nth-child(2n){
		width: 100%;
		margin-left: 0;
	}
	
	body .wp-block-column img {
	width: 100%;
	}
}

@media only screen and (min-width:782px) {
	body .wp-block-column:nth-child(-n+3) {
		margin-top: 0;	
	}
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

body .wp-block-image figcaption {
	color: #999;
}

body .wp-block-quote {
	padding: 30px;
	background: #eee;
}

.red {
	color: #f54;
}

/* ======== Fonts ======== */

@media only screen and (max-width:700px) {
	.banner-title {
		font-size: 50px;
		line-height: 55px;
	}
	
	.banner-subtitle {
		font-size: 35px;
		line-height: 40px;
	}
	
	h1,
	.likeh1 {
		font-size: 36px;
		line-height: 42px;
	}

	h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media only screen and (min-width:700px) {
	.banner-title {
		font-size: 60px;
		line-height: 80px;
	}

	.banner-subtitle {
		font-size: 50px;
		line-height: 60px;
	}
	
	h1,
	.likeh1 {
		font-size: 40px;
		line-height: 53px;
	}

	h2 {
		font-size: 35px;
		line-height: 40px;
	}
}

@media only screen and (min-width:700px) {
	.button.button-big,
	input[type="submit"].button-big {
		font-size: 28px;
		line-height: 35px;
	}
}

.home-number-circle-title {
	font-size: 35px;
	line-height: 35px;	
}

.home-number-subtitle {
	font-size: 22px;
	line-height: 28px;
}

@media only screen and (max-width:900px) {
	.toplinks a,
	.toplinks .contact-phone a {
		font-size: 16px;
		line-height: 16px;
	}

}

@media only screen and (min-width:900px) {
	.toplinks a,
	.toplinks .contact-phone a {
		font-size: 25px;
		line-height: 25px;
	}

	.scrolled .toplinks a,
	.scrolled .toplinks .contact-phone a {
		font-size: 16px;
		line-height: 16px;
	}
}

h3,
.home-numbers-section-title,
.payment-value {
	font-size: 26px;
	line-height: 33px;
}

h4 {
	font-size: 23px;
	line-height: 29px;
}

h5,
.payment-value-title,
.prefooter-title,
.contacts-big {
	font-size: 22px;
	line-height: 26px;
}

.prefooter li,
.prefooter .address-content {
	line-height: 26px;	
}

.sidebar-title,
.subpage h2,
.subpage h3,
.pager,
.contact-item-title,
.button,
input[type="submit"] {
	font-size: 20px;
	line-height: 25px;
}

.sidebar li {
	font-size: 18px;
	line-height: 24px;	
}

.button-mini,
input[type="submit"].button-mini,
body .wp-block-button {
	font-size: 16px;
	line-height: 20px;
}

.navmenu li a {
	font-size: 16px;
	line-height: 16px;	
}

.form-table td:nth-of-type(1) {
	font-size: 15px;
	line-height: 18px;
}

.sidebar li li li,
body .wp-block-image figcaption {
	font-size: 14px;
	line-height: 18px;	
}

.bold,
strong,
.content strong a,
h1,
h2,
h3,
h4,
h5,
.toplang,
.banner-title,
.sidebar-title,
.sidebar li,
.post-title,
.pager a,
.contact-phone a,
.contact-mail a,
.contact-website a,
.home-number-circle-title,
.footer a,
.button,
input[type="submit"],
body .wp-block-button {
	font-weight: 700;
}

.regular {
	font-weight: 400;
}

.light,
.banner-subtitle,
.sidebar li li,
.pager span,
.footer {
	font-weight: 300;	
}

.uppercase,
.button,
input[type="submit"],
body .wp-block-button {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;	
}

.navmenu li ul li a {
	text-transform: none;
}

.justify,
.content p,
.gdpr-content p {
	text-align: justify;
}

.home .content p, .home .wp-block-heading {
	text-align: center;
}

/* ======== Header ======== */

.header,
.scrolled.has-banner .header {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
	z-index: 990;
}

@media only screen and (min-width:570px) and (max-width:782px) {
	.logged .header {
		top: 46px;
	}
}

@media only screen and (min-width:782px) {
	.logged .header {
		top: 32px;
	}
}

.header a {
	color: #333;
}

@media only screen and (max-width:570px) {
	body #wpadminbar {
		position: absolute;
	}

	.header {
		position: relative;
	}
}

@media only screen and (min-width:570px) {
	body #wpadminbar {
		position: fixed;
	}
	
	.header {
		position: fixed;
		top: 0;
		left: 0;
	}
}

@media only screen and (min-width:570px) and (max-width:800px) {
	
	.main {
		padding-top: 100px;
	}
	
}

@media only screen and (min-width:800px) {
	.main {
		padding-top: 150px;
	}
	
	.has-banner .main {
		padding-top: 100px;
	}
}

.logo {
	float: left;
}

.logo img {
	width: auto;
}

.toplinks .contact-phone,
.toplinks a {
	display: inline-block;
	vertical-align: middle;
}

.toplinks {
	float: right;
}

.toplinks a {
	opacity: 1;
}

.toplinks a:hover {
	opacity: 0.6;
}

.toplinks .contact-phone {
	padding-left: 0;
	background: none;
}

.toplinks .contact-phone a {
	display: block;
	color: #0b4376;
}

a.toplang {
	color: #fff;
}

.navmenu {
	float: right;
}

@media only screen and (max-width:500px) {
	.logo {
		position: absolute;
		left: 20px;
		bottom: 8px;
	}
	.logo img {
		height: 24px;
	}
}

@media only screen and (min-width:500px) and (max-width:900px) {
	.logo img {
		margin-top: 9px;
		height: 49px;
	}
}

@media only screen and (max-width:900px) {
	.toplinks {
		padding-top: 5px;
	}
	
	.toplinks a {
		margin-left: 5px;
	}

	.toplinks .social-link img,
	.toplinks .search-icon img	{
		width: 18px;
	}

	.mobfire {
		float: right;
		clear: right;
		padding: 10px 0 8px 18px;
		cursor: pointer;
		color: #404041;
	}
	
	.mobfire:hover {
		color: #aaa;
	}

	.hamburger {
		position: relative;
		float: right;
		width: 24px;
		height: 18px;
	}
	
	.hamburger div {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #000;
	}

	.hamburger div.line-1 {
		top: 0;
	}	

	.hamburger div.line-2 {
		top: 7px;
		opacity: 1;
	}

	.hamburger div.line-3 {
		top: 14px;
	}

	.clicked .hamburger div.line-1,
	.clicked .hamburger div.line-3 {
		width: 28px;
		left: -3px;
		top: 7px;
	}

	.clicked .hamburger div.line-1 {
		transform: rotate(37deg);
	}

	.clicked .hamburger div.line-2 {
		opacity: 0;
	}

	.clicked .hamburger div.line-3 {
		transform: rotate(-37deg);
	}

	.navmenu {
		float: right;
		position: relative;
	}

	.navmenu ul.menu {
		position: absolute;
		top: 33px;
		right: -42px;
		max-height: 3px;
		overflow: hidden;
		padding-top: 3px;
		z-index: 991;
	}

	.clicked .navmenu ul {
		max-height: 1000px;
	}

	.navmenu li {
		list-style: none;
		margin: 0;
		padding: 0;
		background: #0b4376;
	}

	.navmenu li a {
		display: block;
		padding: 10px 25px;
		text-align: left;
		color: #fff;
		white-space: nowrap;
	}

	.navmenu li:first-child a {
		padding-top: 25px;
	}

	.navmenu li:last-child a {
		padding-bottom: 25px;
	}
	
	.navmenu ul.sub-menu,
	.navmenu ul.sub-menu:last-child {
		padding-top: 5px;
		padding-bottom: 10px;
	}

	.navmenu li:last-child ul.sub-menu,
	.navmenu li:last-child ul.sub-menu:last-child {
		padding-bottom: 0;
	}

	.navmenu li ul li a,
	.navmenu li ul li:first-child a,
	.navmenu li ul li:last-child a {
		padding: 5px 25px 5px 35px;
	}

	.navmenu li ul li:first-child a {
		padding-top: 0;
	}

	.navmenu li ul li:last-child a {
		padding-bottom: 0;
	}
}

@media only screen and (min-width:900px) {
	.logo img {
		margin-top: 12px;
		height: 65px;
	}

	.scrolled .logo img {
		margin-top: 9px;
		height: 47px;
	}

	.toplinks {
		padding-top: 10px;
	}

	.scrolled .toplinks {
		padding-top: 5px;
	}
	
	.toplinks .contact-phone,
	.toplinks a {
		margin-left: 10px;
	}
	
	.scrolled .toplinks .contact-phone,
	.scrolled .toplinks a {
		margin-left: 5px;
	}

	.toplinks .social-link img,
	.toplinks .search-icon img {
		width: 33px;
	}

	.scrolled .toplinks .social-link img,
	.scrolled .toplinks .search-icon img {
		width: 18px;
	}
	
	.mobfire {
		display: none;
	}
	
	.navmenu {
		clear: right;
	}

	.navmenu li {
		position: relative;
		list-style-type: none;
		display: inline-block;
		margin: 0;
	}

	.navmenu ul.menu > li.menu-item-has-children {
		padding-right: 7px;
	}

	.navmenu ul.menu > li.menu-item-has-children:last-child,
	.navmenu ul.menu > li li
	{
		padding-right: 0;
	}

	.navmenu li:last-child {
		margin-right: 0;
	}

	.navmenu li a {
		display: block;
		padding: 17px 7px 10px;
		color: #000;
	}

	.navmenu ul.menu > li.menu-item-has-children a {
		padding-right: 20px;
		background: transparent url('images/dropdown.png') no-repeat;
		background-size: auto 13px;
		background-position: right 18px;
	}

	.navmenu ul.menu > li.menu-item-has-children li a {
		padding-right: 7px;
		background: none;
	}
	
	.scrolled .navmenu li a {
		padding-top: 10px;
	}

	.scrolled .navmenu ul.menu > li.menu-item-has-children a {
		background-position: right 12px;
	}
	
	.navmenu li:last-child a {
		padding-right: 0;
	}

	.navmenu li a:hover {
		color: #0b4376;
	}
		
	.navmenu li ul {
		position: absolute;
		top: 43px;
		right: -18px;
		display: none;
		text-align: right;
		padding: 15px;
		background-color: #000;
		z-index: 992;
	}
	
	.scrolled .navmenu li ul {
		top: 36px;
	}
	
	.navmenu li:hover ul,
	.navmenu li ul li {
		display: block;
		white-space: nowrap;
	}
	
	.navmenu li ul li a,
	.navmenu li ul li:last-child a {
		padding: 10px;	
	}

	.navmenu li ul li a {
		color: #fff;
	}

	.navmenu li ul li a:hover {
		color: #999;
	}

}

/* ======== Content ======== */

/*
.loader {
	display: none;
}

.unloaded .loader {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3000px;
	background: #fff url("images/loading.gif") no-repeat;
	background-position: center 200px;
	background-size: 70px auto;
}

.homecontent {
	opacity: 1;
}

.unloaded .homecontent {
	opacity: 0;
}
*/

.banner {
	position: relative;
	min-height: 400px;
	background: #000;
}

.banner-text {
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
}

@media only screen and (min-width:570px) {
	.banner-text {
		padding-top: 100px;
	}
}

.banner-subtitle {
	margin-top: 15px;
}

.banner-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 80;
}

.banner-content {
	position: relative;
	z-index: 81;
}

.home .banner-title {
	width: 900px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:900px) {
	.banner .button-area {
		margin-top: 20px;
	}
	
	.banner .button-area .button.button-big {
		margin-top: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}
}

.breadcrumb {
	margin-bottom: 20px;
	overflow: hidden;
}

.breadcrumb li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.breadcrumb li a,
.breadcrumb-separator {
	display: block;
	padding-right: 10px;
}

.breadcrumb-separator {
	color: #aaa;
}

.sidebar {
	position: relative;
	z-index: 70;
}

.sidebar li {
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 2px #ddd solid;
	list-style-type: none;
}

.sidebar li li {
	padding-left: 10px;
	padding-top: 0;
	margin-top: 7px;
	border: 0;
}

.sidebar li li li {
	margin-top: 10px;
}

.sidecontent {
	position: relative;
	z-index: 72;
}

@media only screen and (max-width: 800px) {
	.sidebar {
		margin-bottom: 30px;
		background-color: #eee;
	}
	
	.sidebar-title {
		padding: 15px 36px 15px 15px;
		padding: 15px 36px 15px 15px;
		background: url("images/dropdown-padding.png") no-repeat;
		background-position: right 20px;
		background-size: 40px auto;
		cursor: pointer;
	}
	
	.sidebar-nav {
		max-height: 1px;
		overflow: hidden;
		padding-top: 1px;
	}
	
	.sidebar-nav-inner {
		padding: 0 15px 15px;
	}
	
	.sidebar.clicked .sidebar-nav {
		max-height: 10000px;
	}
	
	.doc-go-top {
		display: none;
	}
	
	.sidebar li {
		border-top-color: #fff;
	}
}

@media only screen and (min-width: 800px) {
	.sidebar {
		float: left;
		width: 20%;
	}
	
	.sidebar-title {
		padding-bottom: 10px;
	}
	
	.sidecontent,
	.has-sidebar + .back-button {
		float: right;
		width: 80%;
		padding-left: 30px;
	}
	
	.doc-go-top {
		position: fixed;
		left: 50px;
		bottom: 50px;
		width: 100%;
		z-index: 90;
	}
	
	.hidden.doc-go-top {
		display: none;
	}
	
	.doc-go-top-inner {
		width: 100%;
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.doc-go-top-inner a {
		display: inline-block;
		opacity: 1;
	}
	
	.doc-go-top-inner a:hover {
		opacity: 0.5;
	}
	
	.doc-go-top-inner img {
		width: 50px;
		opacity: 1;
	}
	
}

.content,
.main.single {
	text-align: left;
}

.contact-branches-section {
	margin-bottom: 60px;
}

.contact-phone,
.contact-mail,
.contact-website {
	padding-left: 24px;
	background-repeat: no-repeat;
}

.contact-phone {
	background-position: left 4px;
	background-size: auto 17px;
	background-image: url("images/phone.png");
}
	
.contact-mail {
	background-position: left 6px;
	background-size: auto 16px;
	background-image: url("images/mail.png");
}

.prefooter .contact-phone {
	background-image: url("images/phone-white.png");
}

.prefooter .contact-mail {
	background-image: url("images/mail-white.png");
}

.contact-website {
	background-position: left 6px;
	background-size: auto 16px;
	background-image: url("images/bookmark.png");
}

.contacts-big .contact-phone {
	margin-bottom: 10px;
	padding-left: 25px;
	background-position: left 2px;
	background-size: 20px;
}
	
.contacts-big .contact-mail {
	padding-left: 25px;
	background-position: left 5px;
	background-size: 18px;
}

.contact-no-icon {
	background-image: none;
}

@media only screen and (max-width:700px) {
	.contacts {
		margin-bottom: 30px;
	}
	
	.contacts:last-child {
		margin-bottom: 0;
	}
}

.contact-title {
	text-align: left;
}

.contact-item-jobtitle {
	margin-bottom: 5px;
	color: #999;
}

.color-box {
	padding: 40px;
	background: #f9f9f9;
}

.payment-value-title,
.payment-content ul {
	margin-bottom: 10px;
}

.payment-methods-title {
	padding-bottom: 10px;
	border-bottom: 1px #ccc solid;
	color: #999;
}

.qr-code {
	width: 200px;
}

.payment-methods img {
	display: inline-block;
	width: auto;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 10px;
}

.gmap {
	margin-top: 30px;
}

.gmap iframe {
	width: 100%;
	height: 300px;
	border: 0;
}

.category-buttons {
	margin-bottom: 50px;
}

.post-box {
	text-align: left;
}

.post-box a {
	display: block;
}

.post-thumb img,
.subpage-pic img {
	width: 100%;
}

.post-thumb,
.subpage-pic {
	opacity: 1;
}

.post-box a:hover .post-thumb,
.subpage a:hover .subpage-pic {
	opacity: 0.5;
}

.posts .post-title-inner {
	text-align: center;
}

.post-data {
	margin-top: 15px;
}

.post-text {
	margin-top: 5px;
	color: #999;
}

.readmore {
	color: #0b4376;
}

.post-box a:hover .post-title,
.post-box a:hover .readmore {
	color: #0b4376;
}

.pager a,
.pager span {
	margin-left: 3px;
	margin-right: 3px;
}

.pager a:hover {
	color: #0b4376;
}

.pager span {
	color: #999;
}

@media only screen and (max-width:510px) {
	.subpage {
		padding-bottom: 30px;
	}

	.subpage:last-child {
		padding-bottom: 0;
	}
}

@media only screen and (min-width:510px) {
	.hometext .content,
	.subpages-title {
		margin-bottom: 0;
	}

	.subpage {
		width: 330px;
		display: inline-block;
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
		vertical-align: top;
	}
}


.subpage a {
	display: block;
}

.subpage-title-wrap {
	width: 100%;
	height: 80px;
	padding: 0 10px;
	background: #0b4376;
	color: #fff;
}

.subpage a:hover .subpage-title-wrap {
	background: #999;
}

.subpage-title-inner {
	display: table;
	width: 100%;
	height: 80px;
}

.subpage-title {
	display: table-cell;
	vertical-align: middle;
}

.subpage h2 {
	margin-top: 10px;
	margin-bottom: 0;
}

.gdpr-content {
	margin-top: 20px;
	text-align: left;
}

.numbers .home-numbers {
	margin-bottom: 0;
}

.home-numbers-section-title {
	margin-bottom: 30px;
}

.home-number {
	display: inline-block;
	width: 220px;
	margin: 0 10px 20px;
	vertical-align: top;
}

.numbers .home-number {
	width: 170px;
	margin: 0 20px 40px;
}

.home-number-circle {
	width: 150px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: 3px #0b4376 solid;
	color: #0b4376;
}

.numbers .home-number-circle {
	background: #0b4376;
}

.home-number img {
	width: auto;
	height: 90px;
	margin-top: 27px;
	margin-left: auto;
	margin-right: auto;
}

.home-number-circle-title {
	margin-top: 40px;
}

.home-number-subtitle {
	margin-top: 5px;
	color: #0b4376;
}

.home-number-text {
	width: 170px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	color: #999;
}

.partners {
	padding-top: 50px;
}

.partners h2 {
	margin-bottom: 10px;
}

a.partner {
	display: inline-block;
	vertical-align: middle;
	margin: 24px 12px 0;
	opacity: 1;
}

a.partner:hover {
	opacity: 0.5;
}

.partner img {
	max-height: 70px;
}

.list-table th {
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

/* ======== Payment ======== */

.payment-init {
	padding-top: 30px;
}

.payment-loading {
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #fff url("images/loading.gif") no-repeat center 20px;
	background-size: 40px auto;
}

.payment-init .button {
	display: inline-block;
}

/* ======== Footer ======== */

.prefooter,
.prefooter label,
.prefooter a:hover {
	color: #fff;
}

.prefooter a {
	color: #fff;
}

.prefooter a:hover {
	color: #999;
}

.footer,
.footer a {
	color: #999;
}

.footer a:hover {
color: #fff;
}

.footer-outer {
	background: #333 url("images/augenheld-footer-background.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}

.prefooter {
	text-align: left;
	background: rgba(0,0,0,0.4);
}

.prefooter-title,
.footer-contacts,
.prefooter .address-content,
.footer-nav {
	margin-bottom: 30px;
}

.footer-nav:last-child {
	margin-bottom: 0;
}

.prefooter-title {
	color: #999;
}

.footer-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-networks a {
	display: inline-block;
	margin-right: 10px;
	opacity: 0.6;
}

.social-networks a:hover {
	opacity: 1;
}

.social-networks a:last-child {
	margin-right: 0;
}

.social-networks img {
	width: auto;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(0,0,0,0.6);
}

.footer p {
	margin: 0;
	width: auto;
}

@media only screen and (max-width: 500px) {
	.foot.left,
	.foot.right {
		float: none;
	}
}

/* ======== GDPR ======== */

.gdpr-bar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 20px;
	color: #fff;
	background: #111;
	border-top: 1px #222 solid;
	z-index: 9990;
}

.gdpr-bar p {
	margin-bottom: 5px;
}

.gdpr-bar a {
	color: #999;
}

.gdpr-bar a:hover {
	color: #fff;
}

/* ======== Forms ======== */

input,
select,
textarea {
	display: block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 5px 15px;
	background-color: #eee;
	border: 1px #ddd solid;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

input.input-medium {
	width: 350px;
}

input.input-short {
	width: 200px;
}

input.input-small {
	width: 80px;
}

input:last-child,
select:last-child,
textarea:last-child {
	margin-bottom: 0;
}

label {
	display: inline-block;
	padding-left: 15px;
}

.checkbox-wrap label,
.radio-wrap label {
	padding-left: 0;
}

textarea {
	height: 200px;
}

.spam {
	text-align: right;
	margin-bottom: 20px;
}

.spam input {
	margin-left: 5px;
}

.spam label,
.spam input {
	display: inline-block;
}

.button,
input[type="submit"],
body .wp-block-button a,
.prefooter a.button {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	min-width: 200px;
	padding: 16px 20px 15px;
	text-align: center;
	color: #fff;
	background: #0b4376;
	border: 2px #0b4376 solid;
}

.prefooter a.button {
	border: 0;
}

.button-area {
	margin-bottom: 20px;
}

.button-area .button {
	margin: 0 5px 10px;
}

@media only screen and (min-width:700px) {
	.button.button-big,
	input[type="submit"].button-big {
		min-width: 300px;
		padding: 21px 25px 20px;
	}
	
	.button-area .button.button-big {
		margin: 40px 20px 0;
	}
}

.button.button-mini,
input[type="submit"].button-mini,
body .wp-block-button a,
.prefooter a.button.button-mini {
	min-width: 100px;
	padding: 10px 15px;
}

.gdpr-bar input[type="submit"].button-mini {
	padding-top: 6px;
	padding-bottom: 6px;
}

.button:hover,
input[type="submit"]:hover,
.prefooter a.button:hover {
	color: #0b4376;
	background: #fff;
}

.button.button-invert,
input[type="submit"].button-invert {
	color: #0b4376;
	background: transparent;
}

.button.button-invert:hover,
input[type="submit"].button-invert:hover {
	color: #fff;
	background: #0b4376;
}

body .wp-block-button a,
body .wp-block-button a:visited {
	color: #0b4376;
	background: transparent;
}

body .wp-block-button a:hover {
	color: #fff;
	background: #0b4376;
}

.banner .button:hover,
.prefooter input[type="submit"]:hover,
.gdpr-bar input[type="submit"]:hover {
	border-color: #fff;
}

.contact input[type="submit"] {
	float: right;
}

input[type=submit].gdpr-page-button {
	min-width: auto;
	text-align: center;
	white-space: normal;
}

.gdpr-bar input[type=submit] {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.thanks,
.error,
.info {
	padding: 10px;
	display: block;
	margin-bottom: 20px;
	text-align: left;
	border-left: 5px solid #019152;
	background-color: #eee;
}

.error {
	border-left-color: #f54;
}

.info {
	border-left-color: #0b4376;
}

.prefooter .thanks,
.prefooter .error {
	color: #000;
}

.checkbox-wrap,
.radio-wrapper {
	clear: both;
	margin-bottom: 20px;
}

.checkbox-wrap:last-child,
.radio-wrapper:last-child {
	margin-bottom: 0;
}

.radio-wrap {
	padding-top: 5px;
}

.radio-wrap label,
.checkbox-wrap label {
	display: inline;
	vertical-align: middle;
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 0;
	background: #fff;
	border: 1px #ccc solid;
	cursor: pointer;
}

input[type=checkbox]:checked {
	background: #fff url("images/check.png") center center no-repeat;
	background-size: 70% 70%;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
	outline: none;
}

input[type=radio]:checked {
	background: #fff url("images/radio.png") center center no-repeat;
	background-size: 100% 100%;
}

select {
	padding-right: 30px;
	background-image: url("images/dropdown-padding.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 35%;
}

select::-ms-expand {
	display: none;
}

.button,
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
	cursor: pointer;
}

.form-terms-link {
	padding-top: 5px;
}

.form-terms-link a {
	display: block;
}

.form-table {
	margin-bottom: 20px;
}

.form-table td {
	padding-top: 3px;
}

.form-table td:nth-of-type(1) {
	color: #666;
}

.form-table th:nth-of-type(2),
.form-table th:nth-of-type(3),
.form-table td:nth-of-type(2),
.form-table td:nth-of-type(3) {
	width: 115px;
	padding-left: 5px;
}

/* ======== Gallery ======== */

.gal-href {
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
}

.gallery-pic img {
	opacity: 1;
}

.gallery-pic:hover img {
	opacity: 0.5;
}

.gal-title {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	padding: 10px 10px 12px;
	text-align: center;
}

.gal-title,
.featherlight-title-content {
	background: rgba(255,255,255,0.8);
	color: #000;
}

.featherlight {
	display: none;
	position:fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: #333;
	background: rgba(0,0,0,0);
	z-index: 99990;
	white-space: nowrap;
	cursor: pointer;
}

.featherlight:last-of-type {
	background: rgba(0,0,0,0.8);
}

.featherlight:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.featherlight .featherlight-content {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;
	padding: 25px 25px 0;
	text-align: left;
	vertical-align: middle;
	border-bottom: 25px solid transparent;
	background: #fff;
	cursor: auto;
	white-space: normal;
}

.featherlight .featherlight-inner {
	display: block;
}

.featherlight-title-content {
	position: absolute;
	display: block;
	top: 25px;
	left: 25px;
	right: 25px;
	margin: auto;
	padding: 10px 20px;
}

.featherlight .featherlight-close-icon {
	position: absolute;
	width: 25px;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 99991;
	cursor: pointer;
	line-height: 25px;
	font-family: Arial,	sans-serif;
	background: #fff;
	color: #000;
}

.featherlight .featherlight-image {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.featherlight-iframe .featherlight-content {
	padding: 0;
	border-bottom: 0;
}

.featherlight iframe {
	border: none;
}

.featherlight-loading .featherlight-content {
	width: 80px;
	height: 80px;
	padding: 0;
	background: #fff url("images/loading.gif") no-repeat center 20px;
	background-size: 40px auto;
}

.featherlight-content img {
	height: auto !important;
}

.featherlight-loading .featherlight-previous,
.featherlight-loading .featherlight-next,
.featherlight-loading .featherlight-close-icon {
	display: none;
}

.featherlight-next,
.featherlight-previous {
	display: block;
	position: absolute;
	top: 25px;
	bottom: 0;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% auto;
	opacity: 0.6;
	cursor: pointer;
}

.featherlight-next:hover,
.featherlight-previous:hover {
	opacity: 1;
	background-color: rgba(0,0,0,0.2);
}

.featherlight-previous {
	left: 25px;
	background-image: url("images/left.png");
}

.featherlight-next {
	right: 25px;
	background-image: url("images/right.png");
}

.featherlight-next span,
.featherlight-previous span {
	display: none;
}

/* ======== Video ======== */

.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
	overflow: hidden;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.video.inactive:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #222 url("images/loading.gif") no-repeat center center;
	background-size: 50px 50px;
	cursor: pointer;
}

/* ======== Anchors ======== */

.anchor {
	display: block;
	position: relative;
	visibility: hidden;
	margin-top: -20px;
	padding-top: 20px;
}

@media only screen and (min-width:570px) {
	.anchor {
		margin-top: -85px;
		padding-top: 85px;
	}
}

@media only screen and (min-width:570px) and (max-width:768px) {
	.logged .anchor {
		margin-top: -131px;
		padding-top: 131px;
	}
}

@media only screen and (min-width:768px) {
	.logged .anchor {
		margin-top: -123px;
		padding-top: 123px;
	}
}

/* ======== Effects  ======== */

a,
.container,
.header,
.logo img,
.toplinks,
.toplinks .social-link img,
.toplinks .search-icon img,
.navmenu ul,
.hamburger,
.hamburger div,
.sidebar-nav,
.doc-go-top,
.post-thumb,
.post-title,
.readmore,
.subpage-pic,
.subpage-title-wrap,
.subpage h2,
.subpage h3,
.button,
input[type="submit"],
.gallery-pic img,
.featherlight-prev,
.featherlight-next {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.radius_0 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.home-number-circle,
input[type="checkbox"],
input[type="radio"],
input[type="radio"]:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

@media only screen and (min-width:700px) {
	.button.button-big,
	input[type="submit"].button-big {
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
}

.subpage a,
.post-box a,
.posts .post-box a img {
	overflow: hidden;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.posts .post-box a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.button,
input[type="submit"] {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

input,
select,
textarea,
.button.button-mini,
input[type="submit"].button-mini {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.header {
	-webkit-box-shadow: 5px 5px 35px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 5px 5px 35px rgba(50, 50, 50, 0.1);
	-ms-box-shadow: 5px 5px 35px rgba(50, 50, 50, 0.1);
	box-shadow: 5px 5px 35px rgba(50, 50, 50, 0.1);
}

.banner-title,
.banner-subtitle {
	-webkit-text-shadow: 0 0 12px rgba(0,0,0,0.4);
	-moz-text-shadow: 0 0 12px rgba(0,0,0,0.4);
	-ms-text-shadow: 0 0 12px rgba(0,0,0,0.4);
	text-shadow: 0 0 12px rgba(0,0,0,0.4);
}

.banner .button {
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.4);
	-ms-box-shadow: 0 0 12px rgba(0,0,0,0.4);
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
}


/* ======== Loading effects ======== */

.unloaded .container {
	opacity: 0;
}

.container {
	opacity: 1;
}

.banner-content {
	padding-top: 0;
}

.unloaded .banner-content {
	padding-top: 150px;
}

.banner-text {
	opacity: 1;
}

.unloaded .banner-text {
	opacity: 0;
}

.unloaded .banner-background,
.banner-background.banner-background-full-opacity {
	opacity: 1;
}

.banner-background {
	opacity: 0.6;
}

.post-box .post-data {
	opacity: 0.1;
}

.shown.post-box .post-data {
	opacity: 1;
}

.post-box img,
.partners img {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.shown.post-box img,
.partners img.shown {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.single .subpage {
	margin-top: 100px;
	opacity: 0.1;
}

.single .subpage.shown {
	margin-top: 0;
	opacity: 1;
}

.home-number-circle {
	opacity: 0;
	-webkit-transform: rotate3d(0,1,0,360deg);
	-moz-transform: rotate3d(0,1,0,360deg);
	-ms-transform: rotate3d(0,1,0,360deg);
	transform: rotate3d(0,1,0,360deg);
}

.home-number-circle.shown {
opacity: 1;
	-webkit-transform: rotate3d(0,1,0,0deg);
	-moz-transform: rotate3d(0,1,0,0deg);
	-ms-transform: rotate3d(0,1,0,0deg);
	transform: rotate3d(0,1,0,0deg);
}

.partners img {
	opacity: 0.2;
}

.partners img.shown {
	opacity: 1;
}

.banner-background,
.banner-text,
.post-data {
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-ms-transition: all 2s ease-out;
	transition: all 2s ease-out;
}

.home-number-circle {
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-ms-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
}

.banner-content,
.single .subpage,
.partners img {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.post-box img {
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

/* ======== Float cleaner ======== */

.float-in:before,
.float-in:after {
	content:"";
	display:table;
}

.float-in {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.float-in:after {
	clear:both;
}