/*
 * 
 *      main.css > main css
 *      (c) 2014, 1202 software. all rights reserved.
 * 
 */



html {
  scroll-behavior: smooth;
}


/* div */

body {
	background: #222;
	margin: 0;
	padding: 0;
	clear: none;
	font: 1.0em 'Noto Sans', Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.8em;
	-webkit-text-size-adjust: none;
}

#wrap_header {
	background: #222;
	position: fixed;
	width: 100%;
	z-index: 100;
}

#buttons {
	float: right;
	margin-bottom: -5px;
}

#header {
	border-bottom: 2px solid #8cc63f;
	overflow: hidden;
}

#logo {
	line-height: 0;
	text-align: center;
}

#logo-small,
#logo-menu, 
#menu-small {
	display: none;
}

#content {
	padding-top: 152px;
}

article {
	border-top: 2px solid #46572e;
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 20px;
}

#wrap_article-top-home article {
	max-width: 520px;
}

#footer article {
	padding: 20px;
}

.wrap_article {
	min-height: 500px;
}

.wrap_article-top {
	overflow: hidden;
	width: 100%;
}

#wrap_article-top-home {
	background: url(../img/bg_top.jpg) center center no-repeat;
	background-size: cover;
	height: 650px;
}

article .intro-top {
	background: #222;
	background: rgba(70, 87, 46, .8);
	margin-top: 300px;
	padding: 20px;
	text-align: center;
	width: 480px;
}

#footer {
	width: 100%;
	overflow: hidden;
	background: url(../img/bg_body.svg) center center no-repeat;
	background-size: 1674px 892px;
	background-color: #46572e;
}

section#contact-form {
	margin: 0 auto;
	max-width: 520px;
}

section#footer-info {
	float: right;
	padding: 0 10px;
}

div.bg-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 650px;
}

div#bg-img-kleding {
	background-image: url(../img/bg_kleding.jpg);
}

div#bg-img-training {
	background-image: url(../img/bg_training.jpg);
}

div#gallery {
	margin-bottom: 50px;
}


/* text */

.green {
	color: #8cc63f;
}

hr {
    margin: 10px 0;
    border: 0;
    height: 1px;
    color: #f5f5f5;
    background-color: #f0f0f0;
}

p {
	color: #ddd;
	padding: 0;
	margin: 5px 0 20px 0;
}

#footer p {
	color: #d7e5c3;
}

p#intro-home-list span {
	border-left: 1px solid #8c997a;
	color: #cbd9b8;
	padding: 0 15px;
}

p#intro-home-list span:first-child {
	border: 0;
}

section#contact-form p#error,
section#contact-form p#notice {
	background: #333;
	background: rgba(150, 150, 150, .3);
	border-radius: 5px;
	color: #d14343;
	font-weight: normal;
	margin-top: 25px;
	padding: 15px 15px 17px 15px;
	text-align: center;
}

section#contact-form p#notice {
	color: #8dc73f;
}

h1, 
h2, 
h3, 
h4, 
h5 {
	color: #bbb;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 4.0em;
	line-height: 1.0em;
	margin: 50px 0 100px 0;
}

h2 {
	font-size: 2.2em;
	font-style: italic;
	line-height: 1.0em;
	margin: 20px 0;
}

.intro-top h2 {
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

h3 {
	color: #8dc73f;
	font-size: 2.0em;
	line-height: 1.0em;
	margin: 10px 0 40px 0;
	text-shadow: 0 0 8px #000;
}

h4 {
	color: #8cb952;
	font-size: 1.6em;
	line-height: 1.0em;
	margin: 10px 0 30px 0;
	text-shadow: 0 0 4px #000;
}


/* table, form, lists */

tr, td {
	padding: 0;
	margin: 0;
}

form {
	background: #363b30;
	margin: 0;
	overflow: hidden;
	padding: 20px;
}

input,
textarea {
	background: #fff;
	background: rgba(255, 255, 255, .5);
	border: 2px solid #2d4113;
	border-radius: 5px;
	color: #000;
	font: 1.1em 'Noto Sans', Arial, Helvetica, Verdana, sans-serif;
	padding: 4px;
}

textarea {
	width: 470px;
}

input.post {
	background: rgba(92, 107, 72, .5);
	border: 1px solid #8cc63f;
	border-radius: 5px;
    clear: both;
	color: #bee58a;
	cursor: pointer;
	float: right;
	padding: 10px 30px;
    text-align: center;
}

#header ul, 
#menu-small ul {
	margin: 0;
	padding: 0;
}

#header ul {
	min-width: 200px;
	overflow: hidden;
	text-align: center;
}

#header li {
	margin: 0;
	padding: 15px 20px;
	display: inline-block;
	color: #eee;
}

#menu-small li {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #333;
	border-color: rgba(30, 30, 30, .9);
	cursor: pointer;
	background: #111;
	background: rgba(0, 0, 0, .9);
}

#menu-small li:hover {
	background: rgba(22, 38, 0, .9);
}


/* links */

a {
	text-decoration: none;
}

p a {
	color: #ddd;
	border-bottom: 1px solid #bbb;
}

p a:hover {
	color: #ccc;
	border-color: #aaa;
}

p#social a {
	border: 0;
	margin: 5px;
}

li a {
	color: #ddd;
	cursor: pointer;
}

li a:hover {
	color: #eee;
}

#menu-small li a {
	color: #ccc;
	width: 100%;
}

a.button {
	background: rgba(92, 107, 72, .5);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #8cc63f;
	border-radius: 5px;
    clear: both;
	color: #bee58a;
    cursor: pointer;
	display: inline-block;
    font: 1.0em 'Noto Sans', Arial, Helvetica, Verdana, sans-serif;
	margin: 10px 0;
	padding: 10px 30px;
    text-align: center;
    text-decoration: none;
	-webkit-appearance: none;
}

a.anchor {
    position: relative;
    top: -50px;
}


/* images */

img {
	border: 0;
	padding: 0;
	margin: 0;
}

#content article img,
img.img-left {
	float: left;
	margin: 5px 40px 20px 0;
}

img.img-right {
	float: right;
	margin: 5px 0 40px 40px;	
}

#buttons img {
	margin: 3px 5px 0 5px;
}


/* switch menu for smartphones */

@media screen and (max-width: 1000px) {

	#header {
		padding: 10px 10px 0 10px;
	}

	#logo-small {
		display: block;
		float: right;
		padding: 5px;
	}
    
    #logo-menu {
    	display: block;
    	float: left;
    	cursor: pointer;
    	padding: 10px 5px;
    }
    
    #buttons, 
    #header ul, 
    #logo {
    	display: none;
    }
    
    #menu-small {
    	position: absolute;
    	width: 100%;
    }
    
    #content {
    	padding-top: 70px;
    }
    
    article {
    	padding-top: 80px;
    }
    
    .wrap_article-top article {
    	padding-left: 0;
    	padding-right: 0;
    	width: 100%;
    }
    
    article .intro-top {
    	padding: 20px 0;
    	width: 100%;
    }
    
	input,
	section#contact-form textarea {
		margin: 0 -5px;
		width: 100%;
	}
	
	input.post {
		margin: 0;
	}

}


/* end of document */
