/*
Theme Name: Minimaal Zakelijk
Theme URI:
Author:
Author URI:
Description: Een minimalistisch, performant WordPress-theme voor zakelijke websites. Neutraal, toegankelijk en volledig aanpasbaar als blanco canvas.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minimaal-zakelijk
*/

html {
    max-width: 100%;
    overflow-x: clip; /* clip maakt geen scroll container aan, zodat position:sticky blijft werken */
    margin: 0;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
}

.wpcf7 form .wpcf7-response-output {
	padding: 10px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

span.wpcf7-spinner {
	display: none;
}

.form__contact-sectie .wpcf7-not-valid-tip {
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	font-family: 'Open Sans', sans-serif;
}

.inner__footer a {
	color: #3A528B;
}

/* START: Tankstation detail pagina */

.tk-detail-block {
	max-width: 1600px;
    margin: 0 auto;
    padding: 60px 30px;
	display: flex;
	gap: 5%;
}

.tk-detail-block__back-link {
	background-color: #3A528B;
    border: 1px solid #3A528B;
    color: white;
    padding: 12px 24px 15px 24px;
    border-radius: 0px 100px 100px 100px;
    text-decoration: unset;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    transition: 0.3s all;
    display: inline-block;
}

.tk-detail-block__back-link:hover {
	background-color: transparent;
    color: #3A528B;
    border: 1px solid #3A528B;
    transition: 0.3s all;
    background-color: white;
}

.tk-detail-block__back-link svg {
	width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    transform: rotate(45deg);
	transition: 0.3s all;
}

.tk-detail-block__map {
	width: 100%; 
	max-height: 500px !important;
	height: 400px !important;
	border-radius: 10px;
}

.tk-detail-block__col.tk-detail-block__col--info,
.tk-detail-block__col.tk-detail-block__col--map{
    width: 50%;
}

.tk-detail-block__col.tk-detail-block__col--map {
	height: 100%;
}

.tk-detail-block__title {
	font-weight: 400;
	font-size: 50px !important;
	font-family: 'Open Sans', sans-serif;
	line-height: 60px;
}

span.tk-detail-block__title-first {
	font-weight: 700;
	font-size: 50px !important;
	font-family: 'Open Sans', sans-serif;
	line-height: 60px;
}

.tk-detail-block__intro p {
	font-size: 16px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 25px;
    color: #111;
    margin: 0;
}

h2.tk-detail-block__subtitle {
	font-size: 18px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 25px;
    color: #111;
    margin-top: 35px;
	margin-bottom: 20px;
}

span.tk-detail-block__subtitle-first {
	font-size: 18px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 25px;
    color: #111;
}

.tk-detail-block__price {
	display: flex;
    flex-direction: column;
	max-width: 160px;
    width: 100%;
}

.tk-detail-block__prices {
    display: flex;
    gap: 15px 15px;
    flex-wrap: wrap;
}

span.tk-detail-block__price-label {
	font-family: 'Open Sans', sans-serif;
}

span.tk-detail-block__price-value {
    font-family: 'Seven Segment', sans-serif;
    background: black;
    color: #D82020;
    text-align: center;
    padding: 10px 24px;
    font-size: 40px !important;
    border-radius: 10px;
    margin-top: 5px;
}

.tk-detail-block__address-list {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 28px;
    row-gap: 8px;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.tk-detail-block__address-list dt,
.tk-detail-block__address-list dd {
    margin: 0;
}

.tk-detail-block__address-list dt {
    grid-column: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.tk-detail-block__address-list dd {
    grid-column: 2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.tk-detail-block__address-head {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

a.tk-detail-block__route {
	background-color: #3A528B;
    border: 1px solid #3A528B;
    color: white;
    padding: 12px 24px 15px 24px;
    border-radius: 0px 100px 100px 100px;
    text-decoration: unset;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    transition: 0.3s all;
    display: inline-block;
}


a.tk-detail-block__route:hover { 
	background-color: transparent;
    color: #3A528B;
    border: 1px solid #3A528B;
    transition: 0.3s all;
    background-color: white;
}

a.tk-detail-block__route svg {
	width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    transform: rotate(45deg);
	transition: 0.3s all;
}

.tk-detail-block__address {
	border: 1px solid #e5e5e5;
    margin-top: 50px;
    padding: 15px 25px 30px;
    border-radius: 15px;
}

.tk-detail-block__address-head h2.tk-detail-block__subtitle {
	margin-top: 10px !important;
}

ul.tk-detail-block__terms.tk-detail-block__terms--payments,
ul.tk-detail-block__terms.tk-detail-block__terms--fuels {
	padding-left: 0px;
	display: flex;
	flex-wrap: wrap;
    gap: 15px;
}

li.tk-detail-block__term {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

img.tk-detail-block__term-logo {
	max-width: 70px;
    width: 100%;
    height: 50px;
    object-fit: contain;
}

@media only screen and (max-width: 1200px) and (min-width: 800px) {
	.tk-detail-block__title, span.tk-detail-block__title-first {
		font-size: 40px !important;
		line-height: 50px !important;
	}
}


@media only screen and (max-width: 799px) and (min-width: 500px) { 
	.tk-detail-block__title, span.tk-detail-block__title-first {
		font-size: 32px !important;
		line-height: 40px !important;
	}
	
	.tk-detail-block {
		flex-direction: column;
	}
	
	.tk-detail-block__col.tk-detail-block__col--info, .tk-detail-block__col.tk-detail-block__col--map {
		width: 100%;
	}
	
	.tk-detail-block__address-head {
		 align-items: flex-start;
		justify-content: space-between;
		flex-direction: column-reverse;
	}
	
	.tk-detail-block__address {
		padding-top: 25px;
		border-radius: 15px 15px 0 0;
	}
	
	.tk-detail-block__map {
		border-radius: 0 0 15px 15px;
	}
	
	.tk-detail-block__address-head h2.tk-detail-block__subtitle {
		margin-top: 25px !important;
	}
	
	.tk-detail-block {
		padding-bottom: 0px;
	}
}


@media only screen and (max-width: 499px) { 
	.tk-detail-block__title, span.tk-detail-block__title-first {
		font-size: 32px !important;
		line-height: 40px !important;
	}
	
	.tk-detail-block {
		flex-direction: column;
	}
	
	.tk-detail-block__col.tk-detail-block__col--info, .tk-detail-block__col.tk-detail-block__col--map {
		width: 100%;
	}
	
	.tk-detail-block__address-head {
		 align-items: flex-start;
		justify-content: space-between;
		flex-direction: column-reverse;
	}
	
	.tk-detail-block__address {
		padding-top: 25px;
		border-radius: 15px 15px 0 0;
	}
	
	.tk-detail-block__map {
		border-radius: 0 0 15px 15px;
	}
	
	.tk-detail-block__address-head h2.tk-detail-block__subtitle {
		margin-top: 25px !important;
	}
	
	.tk-detail-block {
		padding-top: 25px;
	}
}

.tk-detail-cta {
	background-color: #3A528B;
    border: 1px solid #3A528B;
    color: white;
    padding: 12px 24px 12px 24px;
    border-radius: 0px 100px 100px 100px;
    text-decoration: unset;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif;
    transition: 0.3s all;
    display: inline-block;
	margin-bottom: 10px;
}

.tk-detail-cta:hover { 
	background-color: transparent;
    color: #3A528B;
    border: 1px solid #3A528B;
    transition: 0.3s all;
    background-color: white;
}

.tk-tag {
	border: 1px solid #3a528b !important;
	color: #3a528b !important;
	background-color: transparent !important;
}

.tk-detail .tk-detail-name:nth-of-type(2) {
    display: none;
}

.grecaptcha-badge {
	display: none !important;
}

/* END: Tankstation detail pagina */