﻿@charset "utf-8";

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: inherit;
	vertical-align: baseline;
}
html{
   min-height: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Needed for mobile WebKit */
    -moz-box-sizing: border-box; /* Needed for Firefox */
    box-sizing: border-box
}
body {
	font-family: Calibri,Tahoma,Arial,sans-serif;
}
.hide {
    display: none;
}
p {
	font-size: 1.05em;
	line-height: 1.4em;
	color:#161616;
}
p.rot a{
	color: #D1291F;
}
p.italic{
    font-size: 14px;
    font-style: italic;
    padding-top: 5px;
}

p span.forward, p span.close {
    color: #d1291f;
    cursor: pointer;
    font-style: italic;
}
a {
	color:#161616;
	text-decoration: none;
}
a.color_red {
	color: #D1291F;
	font-size: 1.2em;
}

h1 {
    color: #161616;
    font-size: 1.4em;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    margin-bottom: 25px;
    text-align: left;
}
h1.slogan {
	letter-spacing: -0.01em;
}
h1.phone {
	font-size: 1.4em;
	line-height: 1.6em;
	letter-spacing: -0.01em;
	font-weight: bold;
	color: #D1291F;
	padding-left: 90px;
	padding-top: 80px;
}
h1.rot {
	color: #d1291f;
}
h2.rot {
	color: #d1291f;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
h2 {
    color: #161616;
    font-size: 1.1em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.4em;
}

h2.adress {
	font-size: 0.7em;
	line-height: 1.2em;
	margin-left: -90px;
	margin-top: 64px;
	text-align: right;
}
h2.adress img {
	padding-bottom: 5px;
}
#partner-right h2,
#partner-left h2{
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 40px;
}

#items_surround .items_body .items .text h2 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.1em;
}
article.padding-left h2,
article.padding-right h2 {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    font-size: 1.2em;
    font-weight: bold;
}
h3 {
	font-size: 1.1em;
	line-height: 1.3em;
	color:#161616;
	padding-bottom: 3px;
}
h4 {
	font-size: 0.95em;
	color:#161616;
}
h5 {
	font-size: 0.95em;
	color:#161616;
}
ul.dot li {
    font-size: 1.05em;
    list-style-image: url("../images/Eck_rot7.png");
    list-style-position: outside;
    margin-left: 17px;
}
strong {
	font-weight: bold;
}
.center {
	text-align: center;
}
.inline {
    display: inline;
}
.clear {
	clear:both;
}
.frame {
	margin: 0 1rem;
}
.site-header {
    border-bottom: 3.5px solid #d1291f;
    height: 55px;
    margin-top: 45px;
    width: 100%;
}
#header_logo {
    margin-bottom: 10px;
}
#header_logo a img {
    margin-top: 8px;
    max-width: 301px;
}

.fill {
	min-height: 300px;
}

/* Styling the content */

#content{
    padding: 5rem 0 7rem;
    position: relative;
}
.abstand {
    margin-top: 30px;
}

#content_images {
    margin-top: 50px;
}

.gallery a img.image_small,
.gallery.small-1 img {
    display: block;
    margin: 20px auto;
}
img.iYs {
    margin-bottom: -2px;
    margin-top: 5px;
}

img.gg {
    padding-bottom: 5px;
    padding-top: 40px;
}

img.ind {
    padding-bottom: 5px;
    padding-top: 40px;
    width: 200px;
}

/* Styling the team */

#items_surround {

}
#items_surround div.items_body {
    float: left;
    margin-bottom: 60px;
    width: 100%;
}
#items {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	border: solid 1px #d1291f;
    margin-top: 40px;
}

.image_ox {
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 10px;
}
.image_ox a {
	display:block;
    background-image:url("/images/team/IMG_1189_SW.jpg");
    width:180px; 
	height:120px; 
}
.image_ox a:hover {
    background-image:url("/images/team/Ox180.jpg");
}
.image_mohr{
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 10px;
}
.image_mohr a {
	display:block;
    background-image:url("/images/team/Mohr_sw180.jpg");
    width:180px; 
	height:120px; 
}
.image_mohr a:hover {
    background-image:url("/images/team/Mohr180.jpg");
}
.image_nell {
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 10px;
}
.image_nell a {
	display:block;
    background-image:url("/images/team/IMG_0533_SW.jpg");
    width:180px; 
	height:120px; 
}
.image_nell a:hover {
    background-image:url("/images/team/Nell180.jpg");
}
.image_luel {
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 10px;
}
.image_luel a {
	display:block;
    background-image:url("/images/team/IMG_1156_SW.jpg");
    width:180px; 
	height:120px; 
}
.image_luel a:hover {
    background-image:url("/images/team/Luelsdorf180.jpg");
}
.image_fine {
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 10px;
}
.image_fine a {
	display:block;
    background-image:url("/images/team/IMG_1214_SW.jpg");
    width:180px; 
	height:120px; 
}
.image_fine a:hover {
    background-image:url("/images/team/Fine180.jpg");
}
.image_rose {
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 10px;
}
.image_rose a {
	display:block;
    background-image:url("/images/team/Rose_sw.jpg");
    width:180px; 
	height:120px; 
}
.image_rose a:hover {
    background-image:url("/images/team/Rose180.jpg");
}
.image_danz{
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 10px;
}
.image_danz a {
	display:block;
    background-image:url("/images/team/Danz_sw.jpg");
    width:180px; 
	height:120px; 
}
.image_danz a:hover {
    background-image:url("/images/team/Danz180.jpg");
}
.image_azubi {
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 10px;
}
.image_azubi a {
	display:block;
    background-image:url("/images/team/AzuBi2.jpg");
    width:180px; 
	height:120px; 
}
.image_azubi a:hover {
    background-image:url("/images/team/AzuBi2.jpg");
}
.text_items {
	padding: 10px 20px 20px 10px;
}

article.padding-left {
	padding-top: 20px;
}

/* Styling the footer */

#footer{
	background: rgba(0, 0, 0, 0) url("../images/OxWelle_n.png") repeat-x scroll 0 100%;
}
#footer-container{
    margin-bottom: 40px;
    min-height: 80px;
    position: relative;
}
#footer-middle {
	margin: 15px 0;
}
.breadcrumb {
	color: #666E7C;
	font-size: 0.8em;
}
ul.breadcrumb li {
	float: left;
    list-style: none;
}

#footer-right p.footer-right{
	color: #666E7C;
	float: right;
	font-size: 0.8em;
}
#footer-right img{
    float: right;
    margin-left: 20px;

}


/* Raster */

.container {
	max-width:1060px;
	margin:0 auto;
}

.padding {
	padding: 16px 0;
}

.column {
	float:left;
}

.columns {
	float:left;
	padding-left:16px; 
	padding-right:16px;
}

.push {
	float:right;
}

.row {
	width:auto;
}

.row:before, 
.row:after {
	content:'';
	display:table;
}

.row:after,
.site-footer:after {
	clear:both;
}

.row .row {

}
.space {
	height: 100px;
}