/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face {
	font-family: "MyriadPro";
	font-weight: 400;
	src:url('/fileadmin/templates/fonts/MyriadPro-Regular.otf') format('opentype'),
	url('/fileadmin/templates/fonts/MyriadPro-Regular.eot') format('eot'),
	url('/fileadmin/templates/fonts/MyriadPro-Regular.ttf') format('truetype'),
	url('/fileadmin/templates/fonts/MyriadPro-Regular.woff') format('woff');
	}

@font-face {
	font-family: "MyriadPro";
	font-weight: 300;
	src:url('/fileadmin/templates/fonts/MyriadPro-Light.otf') format('opentype'),
	url('/fileadmin/templates/fonts/MyriadPro-Light.eot') format('eot'),
	url('/fileadmin/templates/fonts/MyriadPro-Light.ttf') format('truetype'),
	url('/fileadmin/templates/fonts/MyriadPro-Light.woff') format('woff');
	}

@font-face {
	font-family: "MyriadPro";
	font-weight: 600;
	src:url('/fileadmin/templates/fonts/MyriadPro-Semibold.otf') format('opentype'),
	url('/fileadmin/templates/fonts/MyriadPro-Semibold.eot') format('eot'),
	url('/fileadmin/templates/fonts/MyriadPro-Semibold.ttf') format('truetype'),
	url('/fileadmin/templates/fonts/MyriadPro-Semibold.woff') format('woff');
	}

@font-face {
	font-family: "MyriadPro";
	font-weight: 700;
	src:url('/fileadmin/templates/fonts/MyriadPro-Bold.otf') format('opentype'),
	url('/fileadmin/templates/fonts/MyriadPro-Bold.eot') format('eot'),
	url('/fileadmin/templates/fonts/MyriadPro-Bold.ttf') format('truetype'),
	url('/fileadmin/templates/fonts/MyriadPro-Bold.woff') format('woff');
	}


html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.35;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

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


html {
	overflow-y: scroll;
}

#body-wrapper {
	position:relative;
	width:100%;
	height:100%;
	cursor: pointer;
	z-index:999;
}

body {
	font-family: 'MyriadPro', sans-serif;
	font-size:16px;
	color:#FFF;
	font-weight:400;
	line-height:1.35;
	background-color:#000;
	/*background-color:#020303;
	background-image:url(../img/bg/body-bg.jpg);*/
	height:101%;
}

#header-wrapper {
	width:100%;
	height:146px;
	position:fixed;
	top:0;
	z-index:999;
	background: rgb(0,0,0);
	background-image:url(../img/bg/header-bg.png);
	background-repeat:no-repeat;
	background-position:top center;
}
	

#header {
	position:relative;
	max-width:100%;
	width:1240px;
	height:146px;
	margin:0 auto;
}

#header_home {
	position:relative;
	width:100%;
	height:auto;
}

#logo {
	position:absolute;
	left:0;
	bottom:10px;
	width:25%;
	height:auto;
}

#logo img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#logo_home {
	float:left;
	width:64%;
	height:auto;
	margin:100px 0 0 8%;
}

#logo_home img {
	width:100%;
	height:auto;
}

#videoberatung {
	position:absolute;
	left:37.8%;
	top:20px;
	width:36%;
	display:none;
}

#videoberatung img {
	width:100%;
	height:auto;
}

.kontaktseite #videoberatung {
	display:none;
}

#socialmedia {
	position:absolute;
	right:3%;
	top:20px;
	width:auto;
	height:32px;
}

.socialbutton {
	float:right;
	width:32px;
	margin-left:10px;
}

.socialbutton img {
	width:100%;
	height:auto;
	opacity:0.8;
}

.socialbutton img:hover {
	opacity:1;
}



/* search form */

#search {
	position:relative;
	float:right;
	margin-top:110px;
	margin-right:3%;
	width:17.3%;
	height:36px;
}

input.tx-indexedsearch-searchbox-sword {
	background-color:#3c3c3c;
	border:none;
	width:100%;
	height:36px;
	color:#fff;
	padding:0 10px;
}

input.tx-indexedsearch-searchbox-sword[value]{
	color:#999;
}

input.tx-indexedsearch-searchbox-button {
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 36px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    text-indent: -9999px;
    top: 0px;
    width: 36px;
	background-color:#3C3C3C;
	background-image:url(../img/search.png);
	background-size:100% 100%;
	z-index:9999;
}

input[type=text]{
-webkit-appearance: none;
appearance: none;
}

/* Resultatseite Suche */

.suchseite #content {
	padding-top:0;
}

.suchseite #indexedsearchbox {
	position:relative;
	max-width:300px;
	margin-bottom:10px;
}

.suchseite .tx-indexedsearch-form {
	float:right;
		width:17.3%;
	height:36px;
}


.tx-indexedsearch-icon {
	display:none;
}

.suchseite b {
	font-weight:bold;
}

.suchseite .tx-indexedsearch-browsebox {
	width:100%;
	margin-bottom:20px;
}

.suchseite .tx-indexedsearch-browsebox ul {
	float:left;
	width:100%;
}

.suchseite .tx-indexedsearch-browsebox li {
	list-style:none;
	float:left;
	margin-right:5px;
	border:1px solid #666;
	padding:4px 10px;
}

.suchseite .tx-indexedsearch-res {
	float:left;
	max-width:720px;
	width:100%;
	border:1px solid #666;
	padding:10px;
	margin-bottom:8px;
}

.suchseite .tx-indexedsearch-res h3 {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0.25em;
}

.suchseite .tx-indexedsearch-description strong {
	background-color:#555;
}

.suchseite .tx-indexedsearch-res dt,
.suchseite .tx-indexedsearch-res dd {
	float:left;
}

.suchseite .tx-indexedsearch-res dd {
	margin-right:20px;
}

/* Hauptnavigation */

#navi {
	float:left;
	width:49%;
	height:36px;
	line-height:36px;
	margin-top:110px;
	margin-left:30%;
}

.mainnavi {
	width:100%;
	float:left;
	list-style-type:none;
	margin:0px;
}

.mainnavi li {
	position:relative;
	float:left;
	width:auto;
	padding:0 6% 0 0;
	z-index:99999;
}

.mainnavi li:first-child ul {
	min-width:40em !important;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count:3;
	column-gap: 10px;
	background-color:rgba(0,0,0,0.85);
	border:1px solid #fff;
}

.mainnavi li a, .mainnavi li a:visited {
	display:block;
	text-decoration:none;
	font-size:1em;
	font-weight:400;
	color:#FFF;
	text-align:center;
}

.mainnavi > li:nth-child(2) a, .mainnavi > li:nth-child(2) a:visited {
	color: #00e400;
}

ul.mainnavi li.active a {
	text-shadow: 2px 2px 2px #000000;
}

.mainnavi li a:hover, .mainnavi a:focus {
	color: #00e400;

}

/* Unternavigation */

.mainnavi ul {
    position: absolute;
    top: 35px;
    left: -10px;
    opacity: 0;
}
 
.mainnavi li:hover > ul { opacity: 1; }
 
.mainnavi ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height .3s ease .0s;
    -moz-transition: height .3s ease .0s;
    -o-transition: height .3s ease .0s;
    -ms-transition: height .3s ease .0s;
    transition: height .3s ease .0s;
		text-align:left;
}
 
.mainnavi li:hover > ul li {
	height: 30px;
	line-height:30px;
	overflow: visible;
	padding: 0;
	background-color:rgba(0,0,0,0.85);
	font-size:0.9em;
	list-style:none;
}

.mainnavi ul li a, ul.mainnavi li.active ul li a {
	min-width:215px;
	width:auto;
    padding: 0px 10px;
    margin:0px;
    border: none;
	color:#FFF;
	text-align:left;
	text-shadow:none;
}

/*ul.mainnavi ul li:first-child a, ul.mainnavi li.active ul li:first-child a {
	color:#64E600;
}*/
 
.mainnavi ul li:last-child a { border: none; }
	

ul.mainnavi ul li a:hover, ul.mainnavi li.active ul li a:hover {
	background-color: #64E600;
		color:#fff;
	opacity: 1;
}

ul.mainnavi ul li.first-child a:hover, ul.mainnavi li.active ul li:first-child a:hover {
	color:#FFF;
}

/* slider */

.flexslider {
    margin: 0 0 60px 0;
    background: #fff;
    border: none;
    position: relative;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
    zoom: 1;
}

.flex-control-nav,
.caption-text {
	display:none;
}

.flex-direction-nav a::before {
    font-family: "flexslider-icon";
	width:40px;
	height:40px;
	line-height:40px;
	background-image:url(../img/bg/next.png);
	background-repeat:no-repeat;
	content:'';
}

.flex-direction-nav a.flex-next:before {
  content: '';
}

.flex-direction-nav a.flex-prev:before {
	background-image:url(../img/bg/prev.png);
}

.flex-direction-nav .flex-prev {
  left: 20px;
}
.flex-direction-nav .flex-next {
  right: 20px;
}


@media only screen and (max-width:960px) {
	
#header {
	height:126px;
}

input.searchbox-sword {
    font-size:1em;
}

#navi, #search {
	margin-top:90px;
}

.mainnavi li {
	padding:0 5% 0 0;
}

.mainnavi li a, .mainnavi li a:visited {
	font-size:1em;
}

}


#mobilemenu {
	visibility:hidden;
}

#wrapper {
	margin: 0px auto;
	max-width:100%;
	width:1240px;
	padding:0;
}


#content_all {
	position:relative;
	width:94%;
	height:auto;
	margin:145px 3% 0 3%;
}

#content_intro {
	float:right;
	width:69%;
	height:auto;
	margin-top:-120px;
}

#content_intro img {
	width:100%;
	height:auto;
}

#c318, #c320 {
	text-align:center;
}

#c318 iframe {
	float:none;
	max-width:560px;
	width:100%;
	margin:0 auto;
}

#videoberatung-icon {
	display:none;
}

/**
.produkte #videoberatung-icon {
	display:block;
	position:absolute;
	right:0;
	top:200px;
	width:30%;
	height:auto;
	z-index:99999;
}

.produkte #videoberatung-icon img {
	width:100%;
	height:auto;
}
*/

@keyframes showdiv {
	to {visibility:visible;}
}

.produkte #videoberatung-icon {
	animation: showdiv 0s 5s forwards;
	visibility:hidden;
}

@keyframes hidediv {
	to {width:0;}
}

.produkte #videoberatung-icon  img {
	animation: hidediv 0s 15s forwards;
	width: 100%;
}



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

#content_intro {
	margin-top:-80px;
}	

}

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

#content_intro {
	margin-top:-40px;
}

.produkte #videoberatung-icon {
	position:absolute;
	right:0;
	top:120px;
}

}

/* Inhalte */

#content {
	float:left;
	width:100%;
	padding:30px 0;
	min-height:700px;
}

#content h1 {
	color:#575755;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:1.25em;
}

#content h2 {
	font-weight:700;
	font-size:1.2em;
	color:#FFF;
	margin-bottom:0em;
}

#content h4 {
	text-align:center;
}

#content p {
	margin-bottom:0.75em;
}

#content a, #content a:visited {
	color: #FFF;
	text-decoration: none;
}

#content a:hover {
	color:#DDD;
}

#content h5 {
	font-size:1em;
	color:#FFF;
	text-shadow: 2px 2px 2px #000000;
	margin-bottom:0.75em;
}

/* Abstände Elemente */

.frame-space-before-extra-small {
	margin-top:5px;
}

.frame-space-before-small {
	margin-top:10px;
}

.frame-space-before-medium {
	margin-top:15px;
}

.frame-space-before-large {
	margin-top:20px;
}

.frame-space-before-extra-large{
	margin-top:25px;
}

.frame-space-after-extra-small {
	margin-bottom:5px;
}

.frame-space-after-small {
	margin-bottom:10px;
}

.frame-space-after-medium {
	margin-bottom:15px;
}

.frame-space-after-large {
	margin-bottom:20px;
}

.frame-space-after-extra-large{
	margin-bottom:25px;
}

/* Bilder */

#content img {
	width:100%;
	height:auto;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
    box-sizing:border-box;
}

/* bildergalerie */


#content .ce-textpic {
	overflow:hidden;
}


#content .ce-row {
	overflow:hidden;

}

.ce-gallery .ce-column {
	float:left;
	height:auto;
	overflow:hidden;
}

#content .ce-gallery .ce-column a {
	line-height:1;
	font-size:0.1em;
}

.ce-gallery .ce-column .image {
	line-height:0.5em;
}

#content .ce-gallery[data-ce-columns="1"] .ce-column img {
	max-width:100%;
	height:auto;
	border:1px solid #ccc;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
    box-sizing:border-box;
}

#content .frame-layout-3 .ce-gallery[data-ce-columns="1"] .ce-column img {
	border:none;
}

.kontaktseite #content .ce-gallery[data-ce-columns="1"] .ce-column img {
	border:none;
}

.ce-gallery[data-ce-columns="2"] .ce-column {
	width:48.5%;
	margin-right:1.2%;
}

.ce-gallery[data-ce-columns="3"] .ce-column {
	width:32.5%;
	margin-right:1.2%;
}

.ce-gallery[data-ce-columns="4"] .ce-column {
	width:24%;
	margin-right:1.2%;
}

.ce-gallery[data-ce-columns="5"] .ce-column {
	width:18.4%;
	margin-right:2%;
	margin-bottom: 24px;
	border: solid 1px #3C3C3C;
}


.ce-gallery[data-ce-columns="5"] .ce-column .image {
	position:relative;
    overflow:hidden;
	width:100%;
    padding-bottom:100%;
}

#content .ce-gallery[data-ce-columns="5"] .ce-column img {
	position:absolute;
      height: 100%;
      width: auto;
}

.ce-gallery[data-ce-columns="6"] .ce-column  {
	width:15.6%;
	margin-right:1.2%;
	height:auto;
}

.ce-gallery[data-ce-columns="7"] .ce-column  {
	width:13.2%;
	margin-right:1.2%;
}

.csc-textpic-imagewrap.csc-textpic-7-col .csc-textpic-imagecolumn .csc-textpic-image {
    margin-bottom: 14px;
}

#content .csc-textpic-imagewrap.csc-textpic-7-col img {
	border: solid 1px #3C3C3C;
}

.csc-textpic-8-col .csc-textpic-imagecolumn {
	width:11.4%;
	margin-right:1.2%;
}

#content .ce-gallery[data-ce-columns="2"] .ce-column:last-child,
#content .ce-gallery[data-ce-columns="3"] .ce-column:last-child,
#content .ce-gallery[data-ce-columns="4"] .ce-column:last-child,
#content .ce-gallery[data-ce-columns="5"] .ce-column:last-child,
#content .ce-gallery[data-ce-columns="6"] .ce-column:last-child {
	margin-right:0;
}


div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image {
	margin-bottom:10px;
}

figcaption.csc-textpic-caption {
	background-color:#FFF;
	color:#000;
	padding:0 5px;
	width:100%;
	height:36px;
	line-height:36px;
	font-weight:600;
}

.download figcaption.csc-textpic-caption {
	height:28px;
	line-height:28px;
	font-size:0.8em;
}

/* links neben Text */
	
.csc-textpic-intext-left-nowrap {
	width:100%;
	height:auto;
}

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	width:47%;
	margin-right:5%;
}

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap.csc-textpic-1-col {
	width:100%;
	height:auto;
}

.csc-textpic-intext-left-nowrap .csc-textpic-text {
	float:left;
	width:48%;
	margin:0;
}


.csc-textpic-intext-left-nowrap img {
	width:100%;
	height:auto;
}

/* links im Text */

.csc-textpic-intext-left {
	width:100%;
	height:auto;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap {
	width:47%;
	margin-right:5%;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap.csc-textpic-1-col {
	width:100%;
	height:auto;
}


.csc-textpic-intext-left .csc-textpic-imagewrap img {
	width:100%;
	height:auto;
}

/* magnificpopup */

.mfp-bg {
	background-image:url(../img/bg/colorbox-bg.png);
}

/* Produkte startseite */

.productrow {
	width:100%;
	height:auto;
}

.productrow_inner > div {
    margin-right: 2%;
    width: 18.4%;
	float:left;
}

.product {
	width:100%;
	line-height:1;
	margin:0 0 30px 0;
	cursor:pointer;
}

.productrow_inner > div:nth-child(5n){
	margin-right:0;
}

.productpage {
	width:100%;
	position:relative;
	box-sizing:border-box;
	display:block;
	overflow:hidden;
	z-index:990;
	line-height:1;
	margin:0;
	padding:0;
}


#content .productpage img {
	-webkit-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
	max-width: 100% !important;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	border:none;
	line-height:1;
		border: solid 1px #3C3C3C;
}
.productpage .product_links, .productpage1 img {
	-webkit-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.productpage:hover img {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	 transform: translateX(0%);
}

.producttext {
	-webkit-transform: translateY(80%);
	-moz-transform: translateY(80%);
	-ms-transform: translateY(80%);
	-o-transform: translateY(80%);
	transform: translateY(80%);    
	-webkit-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	bottom: 0;
    left: 1px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
	z-index:993;
	width:100%;
}


.hoverbg {
	-webkit-transform: translateY(-0%);
	-moz-transform: translateY(-0%);
	-ms-transform: translateY(-0%);
	-o-transform: translateY(-0%);
    transform: translateY(-0%);
	-webkit-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
	background-color:rgba(100,230,0,0.85);
	z-index:991;
}

.product_links {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
	z-index:992;
	padding: 0;
}

.product:hover .producttext,
.product:focus .producttext,
.product:active .producttext {
    opacity: 1;
	-webkit-transform: translateY(54%);
	-moz-transform: translateY(54%);
	-ms-transform: translateY(54%);
	-o-transform: translateY(54%);
	transform: translateY(54%);
}

#content .producttext h3 {
	background-image:url(../img/bg/products_teaser-bg.png);
	background-repeat:repeat-y;
	background-size:100%;
    color: #000;
    font-weight: 600;
    padding:0 0 0 4%;
	height:2.5em;
	line-height:2.5em;
	font-size:1em;
	letter-spacing:-0.5px;
}

#content .producttext p {
	padding:0 4%;
	font-size:0.9em;
	margin-bottom:0;
	line-height:1.2em;
	color:#000;
	margin-top:6px;
}

.product:hover .product_links,
.product:focus .product_links,
.product:active .product_links,
.product:hover .hoverbg,
.product:focus .hoverbg,
.product:active .hoverbg {
    opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

#content .product_links p {
	font-size:1.5em;
	font-weight:600;
	color:#FFF;
	text-align:center;
	padding:0;
	margin:0;
	text-shadow:1px 1px 0 #000;
	height:auto;
	line-height:0;
}

#content .product_links p a {
		line-height:1.35em;
}

.text-complete {
	position:relative;
	float:left;
	width:100%;
	height:54%;
}

.text-wrapper {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#content .product a, #content .product a:visited {
	color:#FFF;
}

#content .product a:hover {
	color:#0090DE;
}

/* Bilder ersetzen Team */

.team .csc-textpic-5-col .csc-textpic-imagecolumn {
	width:18.4%;
	margin-right:2%;
	overflow: hidden;
}

.team .csc-textpic-5-col .csc-textpic-imagecolumn.csc-textpic-lastcol {
    margin-right: 0;
}

.team .csc-textpic-imagewrap.csc-textpic-5-col .csc-textpic-imagecolumn .csc-textpic-image {
    margin-bottom: 24px;
}


.team #content .csc-textpic-image img {
	width:200%;
  	margin-left: 0px;
 	 -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}
 
/*.team #content .csc-textpic-image img:hover {
  margin-left: -101%;
}*/

.team figcaption.csc-textpic-caption {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    width: 100%;
	font-size:0.8em;
}

.team figcaption.csc-textpic-caption strong {
	font-weight:600;
	font-size:0.9em;
}

/* Team mit Video */

.tannerteam {
	float:left;
	width:100%;
}

.tannerteam .profilfrom {
	float:left;
	width:18.4%;
	margin-right:2%;
	margin-bottom:25px;
	min-width:213px;
}

.tannerteam .profilfrom:nth-child(5n) {
	margin-right:0;
}

.tannerteam .videofrom {
	float:left;
	width:100%;
	height:auto;
}

.tannerteam .videofrom a {
	line-height:1;
}

.tannerteam .videofrom img {
	width:100%;
	height:auto;
}

.tannerteam .titlefrom {
	float:left;
	width:100%;
	background-color:#fff;
}


#content .tannerteam .titlefrom p {
    color: #000;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    width: 100%;
	font-size:0.8em;
	margin-bottom:0;
}

#content .tannerteam .titlefrom p b {
	font-size:1.15em;
	letter-spacing:-.5px;
}


/* 5 Spalten Produkte */

.spalte_501, .spalte_502, .spalte_503, .spalte_504 {
	float: left;
    margin-right: 2%;
    width: 18.4%;
	margin-bottom:30px;
}

.spalte_505 {
	float: left;
    width: 18.4%;
	margin-bottom:30px;
}

#content .spalte_501 img, #content .spalte_502 img, #content .spalte_503 img, #content .spalte_504 img, #content .spalte_505 img {
	border: 1px solid #3c3c3c;
}

/* 7 Spalten Imagefilm */

.spalte_01, .spalte_02, .spalte_03, .spalte_04, .spalte_05, .spalte_06 {
	float:left;
	width:13.2%;
	margin-right:1.2%;
}

.spalte_07 {
	float:left;
	width:13.2%;
}

#content .spalte_01 img, #content .spalte_02 img, #content .spalte_03 img, #content .spalte_04 img, #content .spalte_05 img, #content .spalte_06 img, #content .spalte_07 img {
	border: 1px solid #3c3c3c;
}

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

figcaption.csc-textpic-caption {
	padding:0 3px;
	height:30px;
	line-height:30px;
	font-weight:400;
	font-size:0.8em;
}

.team figcaption.csc-textpic-caption {
    height: 26px;
    line-height: 26px;
    padding: 0 4px;
	font-size:0.7em;
}

.team figcaption.csc-textpic-caption strong {
	font-weight:400;
	font-size:0.8em;
}

}

/* 2 spaltig */

.spalte1, .spalte2 {
	float:left;
	width:47%;
}

.spalte2 {
	margin-left:6%;
}

/* 2 spaltig 38-59 */

.spalte1spez {
	float:left;
	width:38%;
	margin-bottom:30px;
}

.spalte2spez {
	float:left;
	width:59%;
	margin-left:3%;
	margin-bottom:30px;
}

.spalte1 iframe {
	max-width:540px;
	width:94%;
}


.clear {
	content:".";
	display:block;
	clear:both;
	font-size:0;
	height:0;
	visibility:hidden;
}

/* footer */

#footer-wrapper {
	float:left;
	width:100%;
	height:180px;
	background-color:#000;
	background-image:url(../img/bg/header-bg.png);
	background-repeat: repeat-y;
	background-position:top center;
}

#footer {
	max-width:1240px;
	width:100%;
	margin:0px auto;
}

#footer p {
	line-height:1.35em;
	margin-bottom:0.25em;
}

#footer a, #footer a:visited {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#CCC;
}

#footer-inner {
	float:left;
	width:94%;
	margin:0 3%;
	padding:15px 0;
	height:150px;
}

#address {
	float:left;
	width:25%;
	height:150px;
}

#mitglied {
	float:left;
	width:40%;
	height:150px;
}

#mitglied .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 30%;
  margin-right: 3.3%;
}

#mitglied img {
	max-width:180px;
	width:100%;
	height:auto;
	margin-top:20px;
}

#c14 .csc-textpic-2-col .csc-textpic-imagecolumn {
    width: 45%;
}

#info {
	float:right;
	width:35%;
	height:150px;
	text-align:right;
}

#webdesigner {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
}

#webdesigner img {
	margin-left:-3px;
	margin-bottom:-5px;
}

#webdesigner a, #webdesigner a:visited {
	text-decoration:none;
	color:#666;
	padding:5px;
}

#webdesigner a:hover {
	color:#CCC;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
	background-color:#0090DE !important;
}

.cc_container {
	text-align:center;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}