/**
 * Theme Name: Autokranverleih Klar
 * Author: ITS-R
 * Author URI: https://www.its-r.de
 * Version: 1.0
**/

/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}


/*
 * Custom Styles
 *****************************************************************************/

@font-face {
    font-family: 'Jost';
    src: url('assets/fonts/Jost-Bold.woff2') format('woff2'),
        url('assets/fonts/Jost-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('assets/fonts/NunitoSans-Bold.woff2') format('woff2'),
        url('assets/fonts/NunitoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('assets/fonts/Jost-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Jost-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('assets/fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('assets/fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('assets/fonts/Jost-Medium.woff2') format('woff2'),
        url('assets/fonts/Jost-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
	color: inherit;
	transition: color .4s;
}

a:hover {
	color: #F60;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.125rem;
	padding-top: 162px;
	color: #1d1d1d;
}

.ak-top-img {
	background-size: cover;
	background-position: center;
	position: relative;
	height: calc(.38 * (100vw - var(--scrollbar-width)));
	text-align: center;
	padding-top: 7.7%;
}

.ak-top-img:before,
.ak-single:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1d1d1d;
	opacity: .75;
}

.ak-top-img > div {
	position: relative;
	max-width: 816px;
	margin: 0 auto;
}

h1 {
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-size: 3.125rem;
	line-height: 1.46;
	margin-bottom: .2em;
	font-weight: bold;
}

.legal-texts h1 {
	color: #1d1d1d;
}

.ak-subtitle {
	color: #ffae0d;
	font-weight: bold;
	font-size: 1.5625rem;
	line-height: 1.4;
	margin-bottom: 0;
}

.ak-menu-header {
	display: none;
    position: absolute;
    background: #fff;
    right: 0;
    top: 100%;
	text-align: right;
	padding-right: 91px;
	width: 419px;
	max-width: 100%;
	padding-bottom: 52px;
}

.ak-menu-header .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ak-menu-header .menu-item {
	font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.44;
    margin-bottom: 1.56em;
}

.ak-menu-close {
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	cursor: pointer;
}

.ak-menu-close:before,
.ak-menu-close:after {
	content: '';
	position: absolute;
	width: 18.68px;
	height: 3px;
	left: 50%;
	top: 50%;
	background: #1d1d1d;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.ak-menu-close:after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

header {
	height: 162px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
}

header > a {
	margin-left: 48px;
	margin-right: 91px;
}

.ak-menu-button {
	width: 36px;
	height: 29px;
	border-top: 3px solid #1d1d1d;
	border-bottom: 3px solid #1d1d1d;
	position: relative;
	display: block;
	cursor: pointer;
}

.ak-menu-button:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	top: 10px;
	background: #1d1d1d;
}

.ak-subpages {
	padding: 0 6.979167%;
	margin-top: -17.96875%;
	margin-bottom: 136px;
}

.ak-subpage-tile {
	height: 100%;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: -3px 3px 20px #00000066;
}

.ak-subpage-tile img {
	width: 100%;
}

.ak-subpage-tile div {
	background: #1d1d1d;
	color: #fff;
	width: 100%;
	padding: 13.154450% 14.528796% 17.277487%;
}

h2 {
	font-family: 'Jost', sans-serif;
	font-weight: 600;
}

.ak-subpage-tile h2 {
	color: #105ea2;
	font-size: 1.25rem;
	line-height: 1.45;
	margin-bottom: 1.3em;
}

.ak-subpage-tile p {
	font-size: 1.125rem;
	line-height: 1.333333;
	margin-bottom: 2.277778em;
}

.ak-subpage-tile p.ak-subpage-headline {
	font-family: 'Jost', sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.433333;
	margin-bottom: .6em;
}

a.ak-button {
	display: inline-block;
	width: 138px;
	line-height: 48px;
	background: #ffae0d;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	text-align: center;
	color: #1d1d1d;
}

.ak-subpage-tile a.ak-button {
	background: #105ea2;
	color: #fff;
}

.ak-footer-top {
	background: #1d1d1d;
	color: #fff;
	padding: 152px 0 163px;
}

.ak-footer-top > div:first-child {
	text-align: center;
	padding-top: 15px;
}

.ak-footer-top > div:first-child:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background: #fff;
	top: 0;
	right: -1px;
}

.ak-footer-top > div > div {
	max-width: 480px;
	margin: 0 auto;
}

.ak-footer-top h2 {
	color: #ffae0d;
	font-size: 2.1875rem;
	line-height: 1;
	margin-bottom: 1em;
}

.ak-footer-top > div:first-child p {
	font-size: 1.25rem;
	line-height: 1.75;
}

.ak-tel-fax,
.ak-email {
	color: #ffae0d;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.45;
	position: relative;
	padding-left: 83px;
}

.ak-tel-fax {
	margin-bottom: 1.45em;
}

.ak-tel-fax span,
.ak-email span {
	display: inline-block;
	width: 3.6em;
	margin-right: 1.75em;
	text-align: center;
}

.ak-footer-top > div:last-child {
	padding-top: 94px;
}

.ak-tel-fax:before,
.ak-email:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ak-tel-fax:before {
	background-image: url(assets/img/phone.png);
	width: 36px;
	height: 46px;
}

.ak-email:before {
	background-image: url(assets/img/letter.png);
	width: 42px;
	height: 28px;
}

.ak-footer-bottom {
	background: #464646;
	color: #fff;
	padding: 38px 87px 36px;
	font-size: .9375rem;
	line-height: 1.333333;
}

.ak-footer-bottom .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ak-footer-bottom .menu-item:after {
	content: '|';
	display: inline-block;
	margin: 0 .26em;
}

.ak-footer-bottom .menu-item:last-child:after {
	display: none;
}

.ak-ubersicht {
	margin-top: -19.010417%;
}

.ak-ubersicht,
.ak-ubersicht .row > div {
	padding-left: 19px;
	padding-right: 19px;
}

.ak-ubersicht .row > div {
	margin-bottom: 51px;
}

.ak-ubersicht .row {
	margin-left: -19px;
	margin-right: -19px;
	margin-bottom: -51px;
}

.ak-ubersicht .ak-subpage-tile div {
	padding: 37px 38px 35px;
	text-align: center;
}

.ak-ubersicht .ak-subpage-tile h2 {
	font-weight: 500;
	font-size: 1.5625rem;
	line-height: 1.44;
	margin-bottom: 0;
	color: #fff;
}

.ak-ubersicht .ak-subpage-tile {
	border-top-left-radius: 37px;
	border-top-right-radius: 37px;
}

.ak-single {
	position: relative;
	background-size: cover;
	background-position: center;
	margin-top: 132px;
}

.ak-single-content {
	padding: 0 72px;
	position: relative;
	color: #fff;
}

.ak-single-thumbnail {
	margin-top: -132px;
	border-radius: 52px;
	width: 100%;
}

.ak-post-nav {
	padding: 86px 0 58px;
}

.ak-post-nav span {
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	font-size: 1.875rem;
	color: #ffae0d;
	margin-right: 60px;
}

.ak-post-nav a {
	margin-right: 39px;
}

.ak-post-nav a:last-child {
	margin-right: 0;
}

.ak-single-content h1 {
	font-size: 2.5rem;
	line-height: 1.45;
	margin-bottom: .45rem;
}

.ak-single-content p {
	font-size: 1.125rem;
	line-height: 1.944444;
}

.ak-single-content {
	padding-bottom: 239px;
}

.ak-single-text {
	padding-bottom: 98px;
}

.new-royalslider-1 .rsContent {
	padding: 0 4.423592%;
}

.new-royalslider-1 .rsImg {
	width: 100%;
	border-radius: 37px;
}

.new-royalslider-1.rsUni,
.new-royalslider-1.rsUni .rsOverflow,
.new-royalslider-1.rsUni .rsSlide {
	background: none;
}

.new-royalslider-1.rsUni.rsHor .rsArrow {
	width: 39px;
}

.new-royalslider-1.rsUni.rsHor .rsArrowLeft {
	left: -87.5px;
}

.new-royalslider-1.rsUni.rsHor .rsArrowRight {
	right: -87.5px;
}

.new-royalslider-1.rsUni.rsHor .rsArrowIcn {
	width: 100%;
    height: 45px;
    background: none;
    border-radius: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    left: 0;
    margin-left: 0;
    margin-top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.new-royalslider-1.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
	border-right: 39px solid #fff;
}

.new-royalslider-1.rsUni.rsHor .rsArrowRight .rsArrowIcn {
	border-left: 39px solid #fff;
}

.ak-content-page > div {
	padding: 0 72px 96px;
	position: relative;
}

.ak-content-page .ak-single-thumbnail {
	margin-top: -345px;
	margin-bottom: 81px;
}

.ak-content-page h2 {
	color: #105ea2;
	font-size: 1.875rem;
	line-height: 1.433333;
	margin-bottom: 2.1em;
}

.ak-job-desc h3,
.ak-kontakt h3 {
	font-family: 'Jost', sans-serif;
	font-size: 2.5rem;
	line-height: 1.45;
	font-weight: bold;
	margin-bottom: .475em;
}

.ak-job-desc p {
	line-height: 1.666667;
}

.ak-job-desc {
	padding-bottom: 2.375rem;
}

.acf-map {
	width: 100%;
	padding-top: 76.111111%;
	margin-left: 23px;
	border-radius: 37px;
	overflow: hidden;
	position: relative;
}

.acf-map .ak-placeholder,
.acf-map .ak-map-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.acf-map .ak-map-overlay {
	background: rgba(29,29,29,.75);
}

.acf-map .ak-map-overlay > p {
	color: #ffae0d;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 10px;
	width: 460px;
	max-width: 100%;
	text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.ak-content-page-inner {
	padding: 0 34px;
}

.ak-kontakt {
	margin-left: -31px;
	margin-right: -31px;
	margin-bottom: 71px;
}

.ak-kontakt > div {
	padding: 0;
}

.ak-kontakt > div:last-child {
	padding-left: 65px;
	padding-top: 35px;
}

.ak-kontakt h3 {
	margin-bottom: 1.7em;
}

.ak-kontakt p {
	line-height: 1.666667;
	margin-bottom: 0;
}

.ak-kontakt > div:last-child strong {
	width: 4em;
	text-align: center;
	margin-right: 2.333333em;
}

.ak-kontakt > div:last-child p > * {
	display: inline-block;
	vertical-align: top;
}

.ak-kontakt > div:last-child p:first-of-type {
	margin-bottom: 1.666667em;
}


@media (min-width: 1440px) {
	.container {
		box-sizing: content-box;
		max-width: 1230px;
	}
	
	.ak-subpages .row {
		margin-left: -31px;
		margin-right: -31px;
	}
	
	.ak-subpages .row > div {
		padding-left: 31px;
		padding-right: 31px;
	}
}

@media (max-width: 1679px) {
	.ak-top-img {
		padding-top: 4.5%;
	}
	
	.ak-content-page .ak-single-thumbnail {
		margin-top: -255px;
	}
}

@media (max-width: 1439px) {
	.ak-subpage-tile div {
		padding: 30px;
	}
	
	.ak-top-img {
		padding-top: 3%;
	}
	
	.ak-content-page .ak-single-thumbnail {
		margin-top: -220px;
	}
}

@media (max-width: 1199px) {
	.ak-subpages {
		margin-top: -15%;
		margin-bottom: 40px;
	}
	
	.ak-subpage-tile p.ak-subpage-headline br {
		display: none;
	}
	
	.ak-subpages > .row > div {
		margin-bottom: 30px;
	}
	
	.ak-footer-top > div > div {
		max-width: 465px;
	}
	
	.ak-tel-fax,
	.ak-email {
		padding-left: 65px;
	}
	
	.ak-footer-top {
		padding: 70px 0;
	}
	
	.ak-ubersicht .row {
		margin-bottom: 0;
	}
	
	.ak-content-page .ak-single-thumbnail {
		margin-top: -150px;
		margin-bottom: 40px;
	}
	
	.ak-content-page h2 {
		margin-bottom: 1em;
	}
	
	.ak-job-desc h3, .ak-kontakt h3 {
		font-size: 2rem;
	}
	
	.ak-content-page > div {
		padding-bottom: 20px;
	}
	
	.ak-content-page-inner {
		padding: 0;
	}
	
	.ak-kontakt>div:last-child strong {
		margin-right: 1em;
	}
}

@media (max-width: 991px) {
	.ak-subpages {
		margin-top: -10%;
	}
	
	.ak-footer-top > div:first-child:after {
		left: 50%;
		bottom: -35px;
		right: auto;
		top: auto;
		max-width: 460px;
		width: 100%;
		height: 1px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	header > a img {
		width: 120px;
	}
	
	header > a {
		margin: 0;
	}
	
	.ak-subpages,
	header,
	.ak-single-content {
		padding: 0 7%;
	}
	
	header {
		height: 100px;
	}
	
	body {
		padding-top: 100px;
	}
	
	.ak-single > .container-lg,
	.ak-content-page {
		padding: 0;
	}
	
	.new-royalslider-1.rsUni.rsHor .rsArrowRight {
		right: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.new-royalslider-1.rsUni.rsHor .rsArrowLeft {
		left: 0;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}
	
	.new-royalslider-1.rsUni.rsHor {
		padding-top: 76.176471%;
		height: auto !important;
	}
	
	.new-royalslider-1.rsUni.rsHor .rsVisibleNearbyWrap {
		position: absolute;
	}
	
	.new-royalslider-1.rsUni.rsHor .rsVisibleNearbyWrap,
	.new-royalslider-1.rsUni.rsHor .rsOverflow {
		height: 100% !important;
	}
	
	.new-royalslider-1 .rsContent {
		padding: 0;
	}
	
	.ak-content-page .ak-single-thumbnail {
		margin-top: -80px;
	}
	
	.ak-content-page > div {
		padding-left: 7%;
		padding-right: 7%;
	}
	
	.ak-kontakt {
		margin-left: 0;
		margin-right: 0;
	}
	
	.acf-map {
		margin-left: 0;
	}
	
	.ak-kontakt>div:last-child {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 2.3rem;
	}
	
	.ak-subtitle {
		font-size: 1.2rem;
	}
	
	.ak-footer-bottom {
		padding: 20px;
	}
	
	.ak-footer-bottom .menu {
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.ak-job-desc h3,
	.ak-kontakt h3 {
		font-size: 1.7rem;
	}
}

@media (max-width: 575px) {
	h1,
	.ak-post-nav span,
	.ak-single-content h1 {
		font-size: 1.2rem;
	}
	
	.ak-subtitle {
		font-size: .8rem;
		padding: 0 20px;
	}
	
	.ak-subpages {
		margin-top: 25px;
		margin-bottom: 0;
	}
	
	.ak-subpage-tile div {
		padding: 15px 20px 25px;
	}
	
	.ak-ubersicht .ak-subpage-tile div {
		padding: 15px 20px;
	}
	
	.ak-subpage-tile p.ak-subpage-headline {
		line-height: 1;
	}
	
	.ak-footer-top {
		padding: 20px;
	}
	
	.ak-footer-top h2,
	.ak-content-page h2,
	.ak-job-desc h3,
	.ak-kontakt h3 {
		font-size: 1.5rem;
	}
	
	.ak-footer-top > div:first-child p {
		font-size: 1rem;
	}
	
	.ak-footer-top > div:first-child:after {
		bottom: -10px;
	}
	
	.ak-footer-top > div:last-child {
		padding-top: 40px;
	}
	
	.ak-tel-fax:before {
		width: 29px;
		height: 37px;
	}
	
	.ak-email:before {
		width: 33px;
		height: 22px;
	}
	
	.ak-tel-fax,
	.ak-email {
		padding-left: 45px;
		font-size: 1rem;
	}
	
	.ak-tel-fax span,
	.ak-email span {
		display: block;
		text-align: left;
	}
	
	.ak-post-nav {
		padding: 36px 0;
	}
	
	.ak-single-text {
		padding-bottom: 40px;
	}
	
	.new-royalslider-1.rsUni.rsHor .rsArrow {
		width: 20px;
	}
	
	.new-royalslider-1.rsUni.rsHor .rsArrow .rsArrowIcn {
		height: 23px;
		border-top-width: 11px;
		border-bottom-width: 11px;
	}
	
	.new-royalslider-1.rsUni.rsHor .rsArrowRight .rsArrowIcn {
		border-left-width: 20px;
	}
	
	.new-royalslider-1.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
		border-right-width: 20px;
	}
	
	.ak-content-page .ak-single-thumbnail {
		margin-top: 20px;
		margin-bottom: 20px;
		border-radius: 20px;
	}
	
	.ak-kontakt>div:last-child strong {
		display: block;
		text-align: left;
	}
}