﻿@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: 101%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Needed for mobile WebKit */
    -moz-box-sizing: border-box; /* Needed for Firefox */
    box-sizing: border-box
}
@font-face {
	font-family:DuruSans;
	src: url("../fonts/DuruSans-Regular.eot"); /* EOT file for IE */
}

@font-face {
	font-family:DuruSans;
	src: url("../fonts/DuruSans-Regular.otf"); /* TTF file for CSS3 browsers */
}
body {
	width: 100%;
	font-family: 'DuruSans', sans-serif;
}
h1 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	color: 	black;
}
h1.first{
    font-size: 1.6em;
    margin-bottom: 5px;
    text-transform: uppercase;
}
h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	color: 	black;
	font-weight: bold;
}
h3 {
    font-size: 1.4em;
	font-style: italic;
}
h4 {
    font-size: 1.05em;
}
p {
	font-size: 0.88em;
	line-height: 1.4em;
	color: 	black;
}
.footer-content p {
	color: white;
}
p.gero {
    color: #B2B2B1;
	font-family: arial;
    font-size: 22px;
    text-transform: uppercase;
}
p.gero span.schulte {
	font-weight: bold;
}
p.holz {
    font-size: 18px;
    letter-spacing: 1px;
}
p.meister {
    color: #C00D0D;
    font-size: 11px;
    letter-spacing: 1.6px;
}
p.emergency{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.2px;
}
p.danke{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 2;
    text-align: center;
}
p.subtitle {
    color: #009eb6;
    font-size: 0.6em;
	text-align: right;
}
table#indi tbody tr td p.short{
    font-size: 1.1em;
}
#header_address p.gero {
	font-family: arial;
    padding-right: 20px;
    padding-top: 30%;
}
#header_address p.phone {
    font-size: 16px;
    padding-right: 20px;
	padding-top: 8px;
	color: #C00D0D;
	line-height: 1.1;
}
#header_address p.address {
    font-size: 14px;
    padding-right: 20px;
	padding-top: 8px;
}
#header_address p.mail {
    font-size: 16px;
    padding-right: 20px;
	padding-top: 5px;
}
a {
    color: black;
	text-decoration: none;
}
ul.point li {
    font-size: 1.1em;
    list-style-image: url("../images/Qrot10.png");
    list-style-position: outside;
    margin-left: 17px;
    padding-bottom: 20px;
}
ul.dot li {
    font-size: 0.88em;
    list-style-image: url("../images/Qrot10.png");
    list-style-position: outside;
    margin-left: 17px;
}
ul.none li {
	list-style: none;
	padding-bottom: 5px;
}
.red {
	color: #C00D0D;	
}
strong {
	font-weight: bold;
}
.clear_both{
	clear: both;
}
.inline{
	display: inline;
}
.hide{
	display: none;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.fixed {
	position: fixed;
}
.center {
	text-align: center;
}
.italic {
    font-style: italic;
}
.uppercase {
	text-transform: uppercase;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.border {
	border-top: solid 10px #ed82b2;
	border-bottom: solid 10px #ed82b2;
}
.flexed {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-flow: wrap;
	justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-ms-flex-align: center;
}
.flexitem {
    display: inline-block;
}
.center-block {
    display: block;
    text-align: center;
}
.site-header {
/* 	min-height: 200px; */
}
.frame {
	margin: 0 15px;
}
.distance {
	margin-bottom: 40px;
	margin-right: 10px;
}
#logo_image {
	text-align: center;
}
#logo_image img {
    padding-top: 20%;
	width: 90%;
}
#header-image{
	border-left: solid 3px #CDC5BF;
	border-right: solid 3px #CDC5BF;
}
#header_address {
	text-align: right;
	padding-right: 20px;
}
#section2{
	margin-top: 80px;
}
.moduletable_left-bar-bg {
	border-radius: 10px;
	padding: 40px;
	background-color: #F5F5F5;
	text-align: right;	
	margin-bottom: 20px;
}
#content {
	border-radius: 10px;
	padding: 40px;
	background-color: #F5F5F5;
	margin-bottom: 20px;
}

a img {
    color: #414141;
    font-weight: bold;
}
img {
    border: medium none;
}

.content-image {
    padding-left: 50px;
}
.indi-frame {
	margin-top: 40px;
}
img.frame {
    border: 1px solid #BDBDBD;
    padding: 10px;
}

/* ******************************************************
	Flipping Box
*********************************************************/

.card-container {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 12px;
    perspective: 900px;
    text-align: center;
}

.card {
  position: relative;
  min-width: 308px;
  min-height: 180px;
  transition: all 0.6s ease;
  transform-style: preserve-3d;
}

.front, .back {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 308px;
  min-height: 180px;
  color: white;
  backface-visibility: hidden;
}

.front {
  display: flex;
  align-items: center;
  justify-content: center;
}

.back {
  background: #FFEFAB;
}

.card-container:hover .card {
  transform: rotateY(180deg);
}

.back {
  transform: rotateY(180deg);
}

.rt-row:before, .rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.rt-row:after {
  clear: both;
}
[class^="col-rt-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
}

.text {
	position: absolute;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}
h4 span.teaser_overleigh{
    display: block;
    padding: 10px 0;
}
.text h4 {
    color: #C00D0D;
    font-size: 22px;
    letter-spacing: 1px;
    text-decoration: none;
	text-transform: uppercase;
}
.back h3 {
	padding: 20px 0;
	font-style: normal;
	color: #c00d0d;
}
.back p {

}
.back button {
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 15px;
	background-color: #c00d0d;
	cursor: pointer;
	color: white;
}

@media (max-width: 400px) {
	.card {
	  min-width: 250px;
	  min-height: 180px;
	}

	.front, .back {
	  min-width: 250px;
	  min-height: 180px;
	} 
}

/* Styling the footer */

footer {
	padding: 50px 0;
}
.site-footer {
    background: none repeat scroll 0 0 #CDC5BF;
    color: white;
    width: 100%;
}
.footer-content {
	float: left;
}
#direct {
	margin: 0 calc((100% - 70px) / 2);
}
#home {
	margin-right: 50px;
}
.traum {
    margin-bottom: -3px;
}

/* Raster */

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

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

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

.row .row {

}
.space {
	height: 100px;
}