/*
 Theme Name:   KeyTheme
 Description:  Twenty Sixteen Child Theme
 Template:     twentysixteen
 Version:      1.2.8
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         locksmith
 Text Domain:  keytheme
*/

a {
	color: #2bc09b;
}

a:hover {
	color: #aae5d7;
}

body,
#page {
	background-color: #fff;
	font-family: 'Nunito', sans-serif;
	width: 100%;
}

.no-sidebar .entry-content,
.no-sidebar .entry-header {
	margin: 0;
}

.entry-content h1 {
	margin-top: 1.8em;
	margin-bottom: 0.8em;
}

.entry-content h2 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

.entry-content h3 {
	margin-top: 1em;
	margin-bottom: 0.3em;
}

.custom-logo-link,
.site-title {
	display: inline-block;
}

.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site {
	margin: 0;
}

.site-inner {
	max-width: 100%;
}

.site-title {
	font-size: 36px;
	margin-left: 20px;
	font-family: 'Nunito', sans-serif;
}

.site-header {
	background-color: #aae5d7;
	border-bottom: 15px solid #2bc09b;
	border-top: 15px solid #2bc09b;
	padding: 10px 60px;
}

.site-header a {
	color: #fff !important;
	vertical-align: middle;
}

.site-header-menu {
	float: right;
}

.site-branding {
	margin: 0;
	float: left;
}

/*** Cover ***/
.site-cover {
	background-image: url('img/cover-image.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 15px solid #2bc09b;
	width: 100%;
}

.cover-info {
	color: #fff;
	display: flex;
	height: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
}

.cover-headline {
	font-size: 28px;
	color: #fff;
}

.cover-info .phone {
	font-size: 32px;
	box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
	background-color: #2bc09b;
	padding: 10px;
	border-radius: 3px;
}

.cover-info .phone a {
	color: #fff;
	text-decoration: none;
	box-shadow: none;
}

.cover-info .phone:hover {
	background-color: #aae5d7;
}

.cover-info .widget {
	background-color: rgba(0, 0, 0, 0.8);
	border: none;
	border-radius: 3px;
	display: inline-block;
	font-size: 15px;
	margin-right: 1%;
	margin-bottom: 0;
	padding: 25px 15px;
	text-align: left;
	width: 24%;
}

.cover-info .widget:last-child {
	margin-right: 0;
}

.cover-info .widget h4 {
	border-bottom: 1px solid #2bc09b;
	text-align: center;
}

.site-content {
	border: none;
	background-color: #fff;
	margin-top: 30px;
	padding: 0;
}

.content-area {
	width: 100%;
}

.site-main {
	margin-bottom: 2em;
}

/*** Footer ***/
.site-footer {
	border-top: none;
	color: #fff;
	padding: 0;
}

.footer-menu {
	margin-top: 20px;
}

.footer-menu a {
	color: #aae5d7;
}

.footer-menu a:hover {
	color: #2bc09b;
}

.footer-menu ul {
	list-style: none;
}

.footer-menu ul li {
	display: inline;
	padding: 20px 5px;
}

.footer-menu ul li:after {
	content: '\2022';
	padding-left: 12px;
	font-size: 16px;
	color: #fff;
}

.footer-menu ul li:last-child::after {
	content: none;
}

.site-footer-payment,
.site-footer-kw {
	width: 100%;
}

.site-footer-payment {
	background-color: #2bc09b;
	color: #1a1a1a;
	text-align: left;
}

.site-footer-payment img {
	padding: 10px 5px 5px;
}

.site-footer-payment h4 {
	border-bottom: 1px solid #aae5d7;
	margin-bottom: 10px;
}

.site-footer-kw {
	background-color: #1a1a1a;
	padding: 10px 0;
	text-align: center;
}

.mobile-only {
	display: none;
}

.res-column {
	padding: 10px;
}

/*** Responsive ***/

@media screen and (min-width: 61.5625em) {
	.site-main {
		margin-bottom: 4em;
	}
}

@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		display: none;
	}

	.site-main {
		margin-bottom: 3em;
	}
}
@media screen and (max-width: 1280px) {
	.site-header-menu {
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.main-navigation .primary-menu > li {
		float: none;
		display: inline-block;
	}

	.site-branding {
		margin: 0 auto 20px;
		width: 100%;
	}

	.custom-logo-link,
	.site-title {
		display: block;
		text-align: center;
	}

	.site-title {
		font-size: 42px;
		margin-left: 0;
	}

	.cover-info .phone {
		font-size: 22px;
	}

	.entry-content,
	.site-footer-payment,
	.site-footer-kw {
		padding: 10px 20px;
	}

	.entry-footer {
		margin: 10px 20px;
	}
}

@media screen and (max-width: 909px) {
	.site-header {
		padding: 20px;
	}

	.main-navigation .primary-menu {
		border-bottom: 1px solid #2bc09b;
		margin-top: 10px;
	}

	.main-navigation .primary-menu > li {
		display: block;
	}

	.main-navigation li {
		border-top: 1px solid #2bc09b;
	}

	.main-navigation ul ul {
		margin-left: -48px;
	}

	.menu-item-has-children {
		padding-left: 48px;
	}

	#menu-serviceuebersicht {
		list-style: none;
		margin: 0;
		text-align: center;
	}

	#menu-serviceuebersicht li {
		border-top: 1px solid #555;
		font-size: 20px;
		padding: 5px 0;
	}

	#menu-serviceuebersicht li:last-of-type {
		border-bottom: 1px solid #555;
	}

	.cover-info {
		display: block;
		padding: 30px;
	}

	.cover-info .widget {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.cover-info .phone {
		font-size: 32px;
	}

	.custom-logo-link {
		display: none;
	}

	.site-header-menu {
		background-color: rgba(255, 255, 255, 0.5);
		text-align: center;
		color: #007acc;
	}

	.site-header-menu li a {
		color: #1a1a1a !important;
		text-transform: uppercase;
	}

	button.menu-toggle {
		background-color: #2bc09b;
		border-color: #2bc09b;
		color: #fff;
		display: block;
		font-size: 18px;
		margin: 20px auto 0;
		position: relative;
	}

	button.menu-toggle:hover {
		background-color: rgba(255, 255, 255, 0.7);
	}

	.menu-toggle,
	button.menu-toggle:hover,
	.menu-toggle:hover,
	.menu-toggle:focus {
		background-color: #2bc09b;
		border-color: #2bc09b;
		color: #aae5d7;
	}

	.menu-toggle.toggled-on,
	.menu-toggle.toggled-on:hover,
	.menu-toggle.toggled-on:focus {
		background-color: rgba(255, 255, 255, 0.5);
		border-color: #2bc09b;
		color: #2bc09b;
	}

	/* Footer */
	footer {
		margin-bottom: 80px;
	}

	.site-footer-payment .res-column {
		text-align: center;
	}

	/*** Footer-Menu ***/
	.footer-menu ul li {
		border-top: 1px solid #fff;
		display: block;
		padding: 10px 0;
	}

	.footer-menu ul li:last-of-type {
		border-bottom: 1px solid #fff;
	}

	.footer-menu ul li:after {
		content: none;
	}

	/*** Call Button ***/
	.mobile-only {
		display: block;
	}

	.call-footer {
		bottom: 0;
		padding: 10px 0;
		background-color: #333;
		width: 100%;
		position: fixed;
		text-align: center;
	}

	.call-footer .phone {
		font-size: 24px;
		box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
		background-color: #2bc09b;
	}

	.phone {
		border-radius: 3px;
		background-color: #1a1a1a;
		color: #fff;
		text-transform: uppercase;
		font-size: 32px;
		display: inline-block;
		padding: 12px 25px;
	}

	.phone:hover {
		background-color: #10a9fb;
	}

	.phone a {
		text-decoration: none;
		color: #fff;
	}

	.sidebar-number {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.site-title {
		font-size: 32px;
	}
}

@media screen and (max-width: 420px) {
	.site-title {
		font-size: 28px;
	}

	.cover-info .phone {
		font-size: 22px;
	}
}

@media screen and (max-width: 320px) {
	body {
		word-break: break-word;
	}

	.call-footer .phone {
		font-size: 18px;
		padding: 8px 12px;
	}
}
