/*   
Theme Name: Herkströter by Max Finke (FNK-Media)
Theme URI: https://www.htt-works.de
Description: Firmenpräsenz von htt-works.de
Author: Max Finke fnk-media
Author URI: https://www.fnk-media.de
*/


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;
}

body {
	color: #333;
	background: #fff;
	font-family: Arial;
	padding: 0;
	text-align: center;
	}
#wrapper {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	background: #fff;
	}
header {
	margin-bottom: 20px;
	}
main {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
div.logo {
	display: inline-block;
	width: 600px;
	height: 200px;
	text-align: left;
}
div.logo img {
	height: 200px;
}

#fnk-info {
	width: 100%;
	background: #373080;
	box-shadow: 0 0 25px #ccc;
	margin-bottom: 30px;
	border-bottom: 5px solid #579bd4;
}
#fnk-info-item{
	display: inline-block;
	color: white;
	padding: 10px 30px;
	text-align: left;
}
#fnk-info-item div {
	display: inline-block;
	vertical-align: middle;
}
#fnk-info-item div img{
	width: 40px;
	padding: 0 10px;
}
aside {
	width: 30%;
	max-width: 300px;
	padding: 0;
	}
footer {
	background:  linear-gradient(to top, #efefef 0%, #ffffff 100%);
	color: #333;
	width: 100%;
	height: 120px;
	margin-top: 50px;
	border-top: 5px solid #373080;
	box-shadow: 0 0 25px #ccc;
	}
#footer-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}
#foot-inlay {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.tele {text-align: left;}
.tere {text-align: right;}
	
footer a:link, footer a:visited {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	transition: color 1s ease-in;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer ul li{
	display: inline-block;
}
#submenu {
	padding: 0em 1em;
}
footer a:hover {
	color: #373080;
	text-decoration: underline;
}
footer a:link:active, footer a:visited:active {
	color: #efefef;
}
ul {
	margin-left: 35px;
	line-height: 1.5em;
}
/* Header &  Navigation */

nav {
	width: 1000px;
	display: inline-block;
	margin: 30px auto;
	background: #373080;
	vertical-align: top;
	}
nav ul {
	text-align: center;
	margin: 0 auto;
	}
nav ul li {
	display: inline-block;
}
nav ul li a:link, a:visited{
	display: inline-block;
	padding: 10px;
	border-top:	5px solid #373080;
	color: #ffffff;
	transition: 1s;
	text-decoration: none;
	}
nav ul li a:hover {
	border-top: 5px solid #4c97d1;
	color: #555;
	background: linear-gradient(to top, #fff 15%, #ccc 100%);
	transition: ease 0.5s;
	}
	
/* FONTS */

.hsite {
	display: none;
}
h1 {
	font-size: 2em;
	padding: 10px 20px;
	color: #373080;
	}
h2 {
	font-size: 1.8em;
	padding: 10px 20px;
	color: #373080;
	}
h3 {
	font-size: 1.6em;
	padding: 10px 20px;
	color: #373080;
	}
h4 {
	font-size: 1.5em;
	padding: 10px 20px;
	color: #373080;
	}
h5 {
	font-size: 1.4em;
	padding: 10px 20px;
	color: #373080;
	}
h6 {
	font-size: 1.3em;
	padding: 10px 20px;
	color: #373080;
	}

p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 10px 20px;
	}
strong {
	font-weight: 600;
	}
main a:link, main a:visited {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

main a:link:active, main a:visited:active {
  color: #888888;
  text-decoration: underline;
}

/* PRODUCT SLIDER */

#product-slider {
	width: 100%;
	background: #373080;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 0 20px 0 #ccc;
}

#productbox {
	width: 250px;
	height: 150px;
	background: white;
	color: #333;
	display: inline-block;
	box-shadow: 0 0 15px 0 #990000;
	border: 2px solid #333;
	border-radius: 15px 5px 15px 15px;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	margin: 10px;
}