/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-slab-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-600 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-slab-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-600.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-slab-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/*
* Bootstrap overrides
*/
@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
	.sppb-row-container	{
        max-width: 1340px;
    }
	.layout-boxed .body-innerwrapper {
		max-width: 1400px;
	}
}

.layout-boxed .body-innerwrapper {
	background-color: rgba(255,255,255,0.90);
}

html, body {
	height: 100%;
	width: 100%;
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 300;
	color: #06385d;
	font-size: 1.05rem;
}
html {
	background-image: url('../images/bg-image.png');
	background-attachment: fixed;
}

body {
	background-color: transparent;
}
a.underline {
    text-decoration: underline;
}

/*
* Headlines
*/
h1,h2,h3,h4,h5 {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
}
/*
* Layout styles
*/
.offcanvas-overlay {
	position: fixed;
	z-index: 10002 !important;
}
.offcanvas-menu {
	z-index: 10003 !important;
}
.close-offcanvas {
	background-color: #003157;
	color: #fff;
}
.close-offcanvas:hover,
.close-offcanvas:active,
.close-offcanvas:focus {
	background-color: #c51a1b;
	color: #fff;
}
.body-innerwrapper {
	overflow-y: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:visited {
	color: #003157;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:active,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
	color: #c51a1b;
}
.kf-claim {
	position: relative;
	padding-top: 100px;
	padding-bottom: 74px;
	margin-bottom: -74px;
	background-image: url('../images/flags.png');
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: 10001;
}
.kf-claim h1 {
	text-align: right;
	color: #002c5a !important;
}
.body-wrapper {
}
#sp-header {
	height: auto;
	transition: all 0.25s ease;
}
#sp-header:not(.header-sticky) {
	padding-top: 90px;
	padding-bottom: 15px;
}

#sp-header .logo {
	height: auto;
	transition: all 0.25s ease;
}
#sp-header:not(.header-sticky) .logo {
	max-height: 175px;
}
#sp-header.header-sticky .logo {
	max-height: 125px;
}

@media (max-width: 991px) {
	#sp-header .logo {
		display: block !important;
		text-align: center;
	}
}
@media (min-width: 992px) {
	#sp-header .logo {
		margin-left: 75px;
	}
}
#sp-header .logo img {
	transition: all 0.25s ease;
}
#sp-header:not(.header-sticky) .logo img {
	max-height: 175px;
}
#sp-header.header-sticky .logo img {
	max-height: 125px;
}
@media (max-width: 991px) {
	#sp-header .logo img {
		margin: 0 auto;
	}
}
#sp-header #sp-logo {
	align-items: center;
	justify-content: center;
}
/* Navbar */
#sp-menu {}
#sp-menu .sp-column {
	height: 100%;
}
#sp-menu .sp-column .sp-megamenu-wrapper {
    height: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
#sp-menu .sp-column .sp-megamenu-wrapper > ul {
	align-self: flex-end;
	margin-right: 15px;
}
#offcanvas-toggler {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
@media (max-width: 991px) {
	#offcanvas-toggler {
		opacity: 1;
	}
}
@media (min-width: 992px) {
	#offcanvas-toggler {
		opacity: 0;
	}
}
#offcanvas-toggler {
	position: absolute;
	top: 35px;
	height: 36px;
	width: 36px;
	line-height: 35px;
	text-align: center;
	background-color: #c63231;
	margin-right: 0 !important;
	color: #fff !important;
	
	-webkit-border-radius: 17.5px;
	-moz-border-radius: 17.5px;
	border-radius: 17.5px;
}
#offcanvas-toggler:hover {
	background-color: #002c5a;
}
#offcanvas-toggler > .fa {
	color: #fff !important;
}

#offcanvas-toggler .fa:hover, 
#offcanvas-toggler .fa:focus, 
#offcanvas-toggler .fa:active {
	color: #fff !important;
}
.sp-scroll-up {
	background: #002c5a !important;
	transition: bottom 0.1s linear, right 0.1s linear;
}
@media (min-width: 1530px) {
	.sp-scroll-up {
		bottom: 30px;
		right: 30px;
	}
}
@media (min-width: 768px) and (max-width: 1529px) {
	.sp-scroll-up {
		bottom: 105px;
		right: 15px;
	}
}


.sp-scroll-up:hover, 
.sp-scroll-up:active, 
.sp-scroll-up:focus {
	background: #c63231 !important;
}

/*
* Main Navigation
*/
.sp-megamenu-parent > li > a {
	color: #002c5a;
	font-family: 'Roboto Slab' !important;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2rem;
}
.sp-megamenu-parent > li:not(:first-child) > a {
	padding-left: 0;
}
.sp-megamenu-parent > li:not(:first-child) > a:before {
	display: inline-block;
	content: '|';
	margin-right: 10px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 0 10px;
}

.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active:hover > a {
    font-weight: 700;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > a:visited {
	color: #002c5a !important;	
}
.sp-megamenu-parent > li > a:active,
.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li > a:focus {
	color: #c63231 !important;
}

.sp-megamenu-parent > li > a:active:before,
.sp-megamenu-parent > li > a:hover:before,
.sp-megamenu-parent > li > a:focus:before {
	color: #002c5a;
}
/*
.sp-megamenu-parent > li:hover > a {
  color: #0f549c;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #0f549c;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #002c5a;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #0f549c;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #0f549c;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  color: #002c5a;
}
*/

/*
* Slide navbar
*/
.body-innerwrapper #sp-section-1 {
	position: fixed;
	text-align: right;
	z-index: 10005;
}
@media (max-width: 479px) {
	.body-innerwrapper #sp-section-1 {
		top: 160px;
	}
}
@media (min-width: 480px) {
	.body-innerwrapper #sp-section-1 {
		top: 48%;
	}
}
@media (max-width: 1399px) {
	.body-innerwrapper #sp-section-1 {
		right: 0px;
	}
}
@media (min-width: 1400px) {
	.body-innerwrapper #sp-section-1 {
		right: calc((100vw - 50%) - 773px);
	}
}
.fixed-infobar {
	margin: 0;
	padding: 0;
	list-style: none;
}
.fixed-infobar > li {
	display: block;
	padding-top: 3px;
}
.fixed-infobar > li:first-child {
		padding-top: 0px;
}
.fixed-infobar > li .dropdown-toggle:before {
	display: none;
}
.fixed-infobar > li > span,
.fixed-infobar > li > a {
	display: block;
	margin-left: 3px;
	font-size: 0.8em;
	cursor: pointer;
	background-color: #003158;
	color: #fff !important;
	transition: background-color 0.2s ease;
	
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
}
.fixed-infobar > li.show > span {
	background-color: #c51a1b;
}
.fixed-infobar > li .dropdown-menu {
	padding: 15px;
	white-space: nowrap;
	font-size: 0.8em;
	color: #003158;
	
	left: 0% !important;
	top: 50% !important;
	transform: translate(-100%, -50%) !important;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.fixed-infobar > li .dropdown-menu p:last-child {
	margin-top: 0;
}
.fixed-infobar > li .dropdown-menu p.block-span span,
.fixed-infobar > li .dropdown-menu p.block-span strong {
	display: block;
}
span[class*="icon-"]:before,
strong[class*="icon-"]:before {
	display: inline-block;
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	content: " ";
}
span.icon-home:before {
	content: "\f015";
}
span.icon-clock:before {
	content: "\f017";
}
span.icon-empty:before,
strong.icon-empty:before {
	content: " ";
	margin-right: 26px;
}


/*
* List styles
*/
ul.arrows {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.arrows li {
	margin-top: 6px;
}
ul.arrows li:first-child {
	margin-top: 0px;
}
ul.arrows li:before {
	content: '»';
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 0;
}

/*
* Footer navbar
*/
@media (max-width: 767px) {
	#sp-footer .container-inner .sp-module-content {
		text-align: center;
	}
}
.footer-navbar {
	margin-right: 15px !important;
}
.footer-navbar li {
	margin: 0;
	padding: 0;
}
.footer-navbar li a {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 300;
	font-size: 1.4em;
}
/*
* Other images
*/
.kf-main-image > div > div,
.kf-main-image > div > div > div,
.kf-main-image > div > div > div > div,
.kf-main-image > div > div > div > div > div,
.kf-main-image > div > div > div > div > div > div {
	height: 100%;
}
.kf-main-image > div > div > div > div > div > div {
	display: flex;
	align-items: flex-end;
}
@media (max-width: 1139px) {
	.kf-main-image > div > div > div > div > div > div {
		padding-bottom: 15px;
	}
}
@media (max-width: 991px) {
	.kf-main-image > div > div > div > div > div > div {
		padding-bottom: 0;
	}
}


/*
* Fill images
*/
.kf-fill-image {
}
@media (max-width: 991px) {
	.kf-fill-image .sppb-addon-single-image-container {
		position: relative;
		width: 100%;
	}	
	.kf-fill-image .sppb-addon-single-image-container img {
		position: absolute;
		width: auto;
		height: 100%;
		max-width: none;
		max-height: none;
		display: block;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
	}
}
@media (max-width: 991px) {
	.kf-fill-image  .sppb-addon-single-image-container {
		min-height: 75px;
	}
}

/*
* Shrink images
*/
.kf-shrink-image {
}
@media (max-width: 991px) {
	.kf-shrink-image .sppb-addon-single-image-container {
		width: 100%;
	}
	.kf-shrink-image .sppb-addon-single-image-container img {
		position: absolute;
		width: auto;
		height: 100%;
		max-width: none;
		max-height: none;
		display: block;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
	}
}
@media (max-width: 767px) {
	.kf-shrink-image .sppb-addon-single-image-container {
		margin-top: 15px;
		height: 180px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.kf-shrink-image .sppb-addon-single-image-container {
		height: 220px;
	}
}
/* --- */

@media (max-width: 767px) {
	.kf-kontakt {
		background-size: 240px auto !important;
	}
}
@media (min-width: 768px) {
	.kf-kontakt {
		background-size: 300px auto !important;
	}
}

/* --- */
.kf-service-images {
	background-position: 98% 50% !important;
}
@media (max-width: 991px) {
	.kf-service-images {
		background-image: none !important;
	}
}
@media (min-width: 992px) {
	.kf-oeffnungszeiten {
		text-align: right;
	}
}
.kf-map {
	overflow: hidden;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.kf-contact-box {
}
.kf-contact-box > .sppb-addon-title {
	margin-left: 30px;
}
.kf-contact-box .sppb-addon-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.kf-contact-box .sppb-addon-content ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.kf-contact-box .sppb-addon-content ul li:before {
	display: inline-block;
	margin-right: 12px;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	content: " ";
}
.kf-contact-box .sppb-addon-content ul li.icon-home:before {
	content: "\f015";
}
.kf-contact-box .sppb-addon-content ul li.icon-clock:before {
	content: "\f017";
}
.kf-contact-box .sppb-addon-content ul li.icon-empty:before {
	content: "";
	margin-right: 30px;
}

/* --- */
@media (min-width: 992px) {
	.kf-product-info {
		text-align: right;
		
	}
}
/* --- */
.kf-accordion {
}
.kf-accordion .sppb-panel-modern > .sppb-panel-heading {
	background-color: #fff !important;
}

.kf-accordion .sppb-panel-modern > .sppb-panel-heading .sppb-panel-title {
	font-size: 1rem;
	font-weight: 600;
	color: #06385d;
}
.kf-accordion .sppb-panel-heading {
	padding: 17px 15px 17px 35px !important;
}
.kf-accordion .sppb-panel-heading .sppb-toggle-direction {
	left: 15px;
	right: auto;
}
.kf-accordion .sppb-panel-heading.active .sppb-toggle-direction {
	-webkit-transform: translateY(-50%) rotate(0deg) !important;
	transform: translateY(-50%) rotate(0deg) !important;
}
.kf-accordion .sppb-panel-heading .sppb-toggle-direction .fa {
	font-size: 0.8em !important;
}
.kf-accordion .sppb-panel-heading:not(.active) .sppb-toggle-direction .fa:before {
	content: '\f067' !important;
}
.kf-accordion .sppb-panel-heading.active .sppb-toggle-direction .fa:before {
	content: '\f068' !important;
}
/* --- */
.kf-image-box {
}
.kf-image-box .sppb-addon-image-layout-content {
	width: 32%;
	text-align: right;
	background-color: transparent;
}
@media (max-width: 767px) {
	.kf-image-box .sppb-addon-image-layout-content {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 479px) {
	.kf-image-box .sppb-addon-image-layout-content {
		width: 50% !important;
		text-align: left !important;
		display: none;
	}
}

/* Grid gallery */
@media (max-width: 991px) {
	.kf-grid-gallery .sppb-addon-wrapper {
		margin-top: 30px !important;
	}
	.kf-grid-gallery .sppb-addon-wrapper:nth-child(1) {
		margin-top: 0 !important;
	}
}
@media (min-width: 992px) {
	.kf-grid-gallery .sppb-column-addons {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 30px 30px;
		grid-template-areas:
		"column-tl column-tl column-tr column-tr column-tr"
		"column-bl column-bl column-bl column-br column-br";
	}

	.kf-grid-gallery .sppb-addon-wrapper:nth-child(1) { grid-area: column-tl; }
	.kf-grid-gallery .sppb-addon-wrapper:nth-child(2) { grid-area: column-tr; }
	.kf-grid-gallery .sppb-addon-wrapper:nth-child(3) { grid-area: column-bl; }
	.kf-grid-gallery .sppb-addon-wrapper:nth-child(4) { grid-area: column-br; }
}
.kf-grid-gallery .sppb-addon-wrapper {
	height: 450px;
	position: relative;
	overflow: hidden;
}
.kf-grid-gallery .sppb-addon-wrapper > div,
.kf-grid-gallery .sppb-addon-wrapper div .sppb-addon,
.kf-grid-gallery .sppb-addon-wrapper div .sppb-addon .sppb-addon-content,
.kf-grid-gallery .sppb-addon-wrapper div .sppb-addon .sppb-addon-content .sppb-addon-single-image-container {
	height: 100%;
}
.kf-grid-gallery .sppb-addon-wrapper div .sppb-addon .sppb-addon-content .sppb-addon-single-image-container {
	position: relative;
	width: 100%;
}

.kf-grid-gallery .sppb-addon-wrapper .sppb-addon-single-image-container img {
	display: block;
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

/*
* 
*/
.kf-image-outer {
}
@media (max-width: 991px) {
	.kf-image-mom {
		margin-bottom: -30px;
	}
}
@media (min-width: 992px) {
	.kf-image-mom {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

.pos-bottom {
	/*	
	position: relative;
	bottom: 0px;
	height: 100% !important;
	border: 1px solid #f7f7f7;
	transform: translateY(50%);
	*/
}