@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * Programming // Der Hersteller // der-hersteller.de                            *
 * Layout // siegel konzeption | gestaltung // jochen-siegel.de                  *
 *                                                                               *
 * ----------------------------------------------------------------------------- */




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * GLOBALS                                                                       *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	font: 62.5%/1.5em 'open_sansregular', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: rgb(91,39,66);
}

a {
	transition: 0.5s ease-in-out; 
}
a, a:active, a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-only {display: none !important}
.nowrap {white-space: nowrap;}
.uppercase {text-transform: uppercase;}

.background-cover {
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.multiply {
	mix-blend-mode: multiply;
}
.shadow {
	box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}

.scale:hover,
.scale:focus {
    transform: scale(.95);
}

.box-sizing {
	box-sizing: border-box;
}
.hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.flex {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.stretch {
	align-self: stretch;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * TYPOSATZ                                                                      *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'open_sansbold';
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
    text-transform: uppercase;
    font-size: 3.2em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    margin-bottom: 0.8em;
}
h2 {
    font-size: 2.6em;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    margin-bottom: 0.6em;
}
#main p + h2 {
    margin-top: 2em;
}
h3 {
    font-size: 1.6em;
    line-height: 1.5em;
}
h4 {	
}
h5 {	
}
p, #main ul {
    margin: 0;
}
#main p, #main ul {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-bottom: 1.6em;
}
#main ul {
	list-style: none;
	padding: 0 0 0 0;
}
#main ul li {
	padding-left: 1em;
    position: relative;
}
#main ul li:before {
	content: " • ";
	position: absolute;
	left: 0;
    top: 0;
	font-size: 1.2em;
}
i, em {
	font-style: normal;
}
b, strong {
    font-family: 'open_sansbold';
	font-weight: normal;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * CONTAINER                                                                     *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
.inside {
    margin: 0 auto;
    width: 140em;
    box-sizing: border-box;
}
.content-small {
    margin-right: 33%;
}
.flex-rows {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.flex-rows .item {
    width: 44.5%;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * HEADER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#header {
    padding-top: 8em;
    margin-bottom: 4em;
}
.header-top {
    padding-bottom: 5em;
}
.header-top .logo {
    width: 35.4em;
}
.header-banner {
    
}
.header-banner img {
    width: 100%;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * MAIN                                                                          *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#main {
    padding-bottom: 8em;
}
#main a {
    text-decoration: underline;
}
#main .flex-rows a {
    text-decoration: none;
}
#main a:hover,
#main a:focus {
    text-decoration: none;
}
#main .flex-rows .item.right a:hover,
#main .flex-rows .item.right a:focus {
    color: rgb(193,198,0);
}

/* start */
#main ul.services {
    font-size: 3.2em;
    line-height: 1.85em;
    margin-bottom: 2.4em;
}
#main ul.services li {
	padding-left: 1.2em;
}
#main ul.services li:before {
	content: " : : ";
    top: -0.05em;
	font-size: 1em;
    color: rgb(193,198,0);
}
#main p.maps {
    font-family: 'open_sansbold';
    text-transform: uppercase;
    font-size: 2.6em;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    background-repeat: no-repeat;
    background-image: url("images/arrow.svg");
    background-position: left 0.2em;
    background-size: 1.1em;
    padding-left: 1.8em;
    transition: 0.5s ease-in-out;
}
#main p.maps:hover,
#main p.maps:focus {
    margin-left: 0.6em;
}
#main ul.contact {
    font-family: 'open_sanssemibold';
    font-size: 2.5em;
    line-height: 1.6em;
    letter-spacing: 0.01em;
}
#main ul.contact li {
    padding-bottom: 0.6em;
    padding-top: 0.2em;
    padding-left: 3em;
    background-repeat: no-repeat;
    background-size: 2.2em;
    background-position: left top;
}
#main ul.contact li:nth-child(1) {
    background-image: url("images/icon-standort.svg");
}
#main ul.contact li:nth-child(2) {
    background-image: url("images/icon-fon.svg");
    margin-bottom: 1.6em;
}
#main ul.contact li:nth-child(3) {
    background-image: url("images/icon-mail.svg");
}
#main ul.contact li:before {
	content: "";
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * FOOTER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
    height: 15em;
    background-color: rgba(193,198,0,0.2);
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * NAVIGATION                                                                    *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#sub-nav {
    margin-bottom: 1em;
}
#sub-nav ul {
}
#sub-nav ul > li {
    display: inline-block;
}
#sub-nav > ul > li:after {
  	content: " | ";
    font-family: 'open_sansbold';
	margin: 0 0.7em 0 0.6em;
	font-size: 1.6em;
    color: rgb(193,198,0);
}
#sub-nav > ul > li:last-child:after {
    content: "";
    margin: 0;
}
#sub-nav ul > li > a {
    font-family: 'open_sansbold';
    font-size: 1.6em;
    line-height: 1.4em;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: rgb(193,198,0);
}
#sub-nav ul > li > a:hover,
#sub-nav ul > li > a:active,
#sub-nav ul > li > a:focus,
#sub-nav ul > li.current-menu-item > a {
    opacity: 0.6;
}





