/*
Theme Name: NKM Päckchen
Theme URI: https:/mindcaps.com
Author: André Seifert
Author URI: https:/mindcaps.com
Description: Theme
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nkmpaeckchen

*/

@import url('css/aos.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

/* Load fonts */


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



@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Mulish-Regular.ttf) format('truetype');
  
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Mulish-Bold.ttf) format('truetype');
}


/*ol, ul {
	list-style: none;
} */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}


.content-row {
	width: 100%;
	float: left;
	padding: 60px 0;
	
}

.grey {
	background: grey;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}


.row {
	margin: 0 -15px;
}



.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	float: left;
	padding: 0 15px;
	position: relative;
}

/* 12-Grid */
.col-1 {
	width: 8.33333333%;
}

.col-2 {
	width: 16.66666667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33333333%;
}

.col-5 {
	width: 41.66666667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33333333%;
}

.col-8 {
	width: 66.66666667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33333333%;
}

.col-11 {
	width: 91.66666667%;
}

.col-12 {
	width: 100%;
}

body {
	background: #fcf8eb;
	font-family: 'Mulish', sans-serif;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.4px;
	color: #333;	

}

.viewport-layer {
	position: relative; width: 100%; float: left; overflow-x: hidden;
}


strong {
	font-weight: bold;
}

small,
p small {
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 0.36px;
}

nav ul li {
	list-style: none;
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: inherit;
}


a.btn,
button {
	background: #475426;
	color: #fff; /* color: white; */
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 3px;
	padding: 18px 20px;
	display: inline-block;
	transition: all 0.6s linear;
}

a.btn:hover,
button:hover {
	background: #000;
}


/* Headlines */
h1, .h1, 
h2, .h2, 
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	letter-spacing: normal;
	font-weight: bold;	
	word-wrap: break-word;
	font-family: 'Pro';

}

h1, .h1 {
	font-size: 45px;
	line-height: 1.22;
}

h2, .h2 {
	font-size: 40px;
	line-height: 1.25;
}

h4, .h4 {
	font-size: 24px;
	line-height: 1.46;
	letter-spacing: 0.44px;
}

h1.large {
	font-size: 60px;
	font-family: 'Pro';
}

/* Default Tags */
ul.check-list {
	list-style: none;
	
	position: relative;
}

ul.check-list li {
	padding-left: 50px;
	position: relative;
}

ul.check-list li::before {
	content: '';
	background-image: url('icons/check.svg');
	height: 30px;
	width: 30px;
	background-size: cover;
	position: absolute;
	left: 0;
}

.page {
	margin-bottom: 40px;
}


.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
	font-size: 30px;
	line-height: 1.5em;
	width: 100%;
	float: left;
	margin-top: 20px;
}

.page ul,
.page ol,
.page p {
	font-size: 18px;
	line-height: 1.5em;
	width: 100%;
	float: left;
	margin-top: 20px;
}

.page ul,
.page ol {
	padding-left: 30px;
}

/* Header */
.header-and-footer {
	background: #fffef2;
	width: 100%;
	float: left;
	padding: 20px 0;
}

.header-and-footer .logo {
	float: left;
	margin-top: 10px;
	width: 120px;
}

.header-and-footer .logo img {
	width: 100%;
	float: left;
}

.header-and-footer nav {
	float: right;
	margin-top: 10px;
}

.header-and-footer nav li {
	float: left;
	margin-left: 30px;
}

.header-and-footer nav li a {
	padding: 18px 0px;
	display: block;
	position: relative;

}

.header-and-footer nav li a:before {
	transition: all 0.2s ease-out;
   left: 50%;                         /* 3 */
   transform: translate( -50%, 0);
	content: '';
	position: absolute;
	bottom: 10px;
	background: #333;
	width: 0px;
	height: 2px;
}

#footer.header-and-footer nav li a:before {
	background: #fff;
}

.header-and-footer nav li a:hover:before {
	width: 30px;
}

.header-and-footer nav li a.btn {
	padding: 18px 20px;
}

.header-and-footer nav li a.btn:hover:before {
	display: none;
}

#footer {
	background: #242222;
}

#footer nav li {
	margin-left: 0;
	margin-right: 30px;
}

#footer nav li a {
	color: #fff;
}

#footer .logo {
	float: right;
}

#footer nav {
	float: left;
}

/* Stage */
 

.stage .image {
	
	order: 2;
	right: 0;
	
	margin-left: auto;
}

.stage img {
	width: 100%;
	float: left;
}

.flex {
	display: flex;
	align-items: center;
}

.stage .col-5 {
	max-width: calc(1200px / 2);
	left: calc((100% - 1200px)/2);

}




/* Intro */
.intro .col-8 {
	margin: 0 0 0 16.66667%; /* Nie ohne Seife waschen */
	text-align: center;
}

.intro p {
	font-size: 22px;
	line-height: 1.36;
}


/* image-and-text-50-50 */
.img-text-cols p,
.img-text-cols ul,
.img-text-cols .btn {
	margin-top: 16px;
}

.img-text-cols ul li {
	margin-bottom: 10px;
}

.img-text-cols .btn {
	margin-top: 30px;
}

.img-text-cols .content {
	margin-top: 0px;
}


/* home-intro-listing */
.home-intro-listing {
	background: #f2f1de;
	text-align: center;
}

.home-intro-listing .col-8 {
	margin: 0 0 30px 16.66667%;
} 

.home-intro-listing .col-4 {
	margin-top: 40px;
}

.home-intro-listing img {
	height: 100px;
	width: 100px;
}

.home-intro-listing h4,
.home-intro-listing p {
	margin-top: 10px;
}

.home-intro-listing .row {
	margin: 0 -40px;
}

.home-intro-listing .col-4,
.home-intro-listing .col-8 {
	padding: 0 40px;
}

/* Contact */
input,
textarea {
	background: #f1efdc;
	width: 100%;
	float: left;
	border: none;
	padding: 26px;
	font-size: 14px;
	line-height: 0.86;
	letter-spacing: 0.4px;
	color: #979797;	
	font-family: inherit;
}
button {
	border: none;
}


.contact .col-12.large {
	margin-bottom: 40px;
}


.contact form div {
	margin-top: 20px;
}

.contact .row.large {
	margin: 0 -50px;
}

.contact .col-12.large,
.contact .col-4.large,
.contact .col-8.large,
.contact .col-6.large {
	padding: 0 50px;
}

/* Custom Code WP */

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #475426;
    width: auto;
    float: left;
    background: #475426;
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	background: #dc3232;
	border-color: #dc3232!important;
}

.wpcf7-not-valid-tip {
	width: 100%;
	float: left;
	font-size: 14px!important;
}

/* Mobile */
@media (max-width: 1260px) {
	.wrapper {
		width: 95%;
	}

	.stage .col-5 {
	   
	    left: 15px;
	}	

	.stage .image {
		
		margin-left: 0;
	}

	h1.large {
		font-size: 45px;
	}
}

.mobile-menu {
	display: none;
	float: right;
	margin-top: 10px;
}

.mobile-menu svg {
	width: 35px;
	height: 35px;
}

.mobile-menu .close {
	display: none;
}

.mobile-menu.active .close {
	display: block;
}

.mobile-menu.active .menu {
	display: none;
}

.mobile-menu svg {

}

@media (max-width: 768px) {

	h1.large {
		font-size: 45px;
	}

	h1, .h1 {
		font-size: 35px;
		line-height: 1.22;
	}

	h2, .h2 {
		font-size: 30px;
		line-height: 1.25;
	}

	h4, .h4 {
		font-size: 22px;
		line-height: 1.46;
		letter-spacing: 0.44px;
	}
	small,
	p small {
		font-size: 18px;
		line-height: 1.67;
		letter-spacing: 0.36px;
	}

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		width: 100%;
	}

	.intro .col-8 {
		margin: 0;
	}

	.home-intro-listing .col-8 {
		margin-left: 0;
	} 	

	.img-text-cols .content {
		margin-top: 0;
	}

	.mobile-menu {
		display: block;
	}

	#header nav { 
		display: none; 
		width: 100%;
		float:left;
		margin: 0;
	}

	#header nav.active {
		display: block;
	}

	#header nav li {
		width: 100%;
		float: left;
		margin: 0;
		text-align: center;
	}

	.contact .col-4.large {
		margin-top: 20px;
	}


	#footer {
		padding: 50px 0;
	}

	#footer nav li {
		margin-left: 0;
		margin-right: 0px;
		width: 100%;
		float: left;
		text-align: center;
	}

	#footer nav {
		width: 100%;
		float: left;
		margin-top: 30px;
	}

	#footer .logo {
		width: 100%;
		float: right;

	}

	#footer .logo svg {
		margin: 0 auto;
		float: none;
		display: block;
	}

	#footer .logo svg {
		width: 120px;
		height: auto;
	}

 

	.stage .image {
		
		order: 1;
		right: 0;
		width: 100%;
		margin-left: auto;
		padding: 0 30px;
	}

	.stage img {
		width: 100%;
		float: left;
	}

	.flex {
		display: block;
		align-items: center;
	}

	.stage .col-5 {
		width: 100%;
		left: auto;
		padding: 0 30px;

	}	
}


