/*
Theme Name: BBR
Theme URI:
Description: CMS Wordpress Theme f&uuml;r BBR.
Author: Sebastian Sch&ouml;ne
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align:baseline;
}

body {
	font-family: "Source Sans Pro", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#484847;
	font-size:18px;
	line-height:24px;
	background:#fdfbf6;
	font-weight:400;
}

p {
	margin:0 0 25px 0;
}

hr {
	border:0;
	border-top: 1px solid #c14611;
	height:1px;
	margin:0 0 10px 0;
	padding:0;
	background:none;
}

h1,h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:30px;
	margin:0 0 28px 0;
	color:#c14611;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	line-height:24px;
	margin:0;
	padding:2px 15px 2px 15px;
	text-transform:uppercase;
	color:#c14611;
	display:inline-block;
	text-align:center;
}

h4,h5,h6 {
	font-family: "Source Sans Pro", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	line-height:19px;
	margin:0 0 19px 0;
}

ul.titelfeld {
	display: table;
	width: 100%;
	margin:0 0 50px 0;
	padding:0;
}

ul.titelfeld li {
	display: table-cell;
	table-layout: fixed;
	background:url(layout/border1px.png) center repeat-x;
	margin:0;
	padding:0;
	width:50%;

}
ul.titelfeld li.titel-mitte {
	background:none;
	width:auto;
	white-space: nowrap;
}



#headercontainer {
	width: 100%;
	height:200px;
	background:#c14611;
}
#header {
	width:960px;
	margin:0 auto;
	padding:37px 10px 0 10px;
	text-align:center;
}

#logofeld {
	width: 475px;
	height: 125px;
	margin:0 auto;
}

#logo {
	display: block;
	margin: 0;
	text-indent: -10000px;
	width: 475px;
	height: 125px;
	background-repeat:no-repeat;
	background-position:top center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#logo {
		background-size: 475px 125px;
	}
}

/* Menu */
#menucontainer {
	position:absolute;
	top:200px;
	z-index:100000;
	width: 100%;
	background:#fff;
	height:50px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}
#menu {
	margin:0 auto;
	padding:0;
	min-width: 980px;
	max-width: 980px;
	text-align:center;
}

#menucontainer.fixed {
	position:fixed;
	top:0;
	z-index:100000;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}

#slidercontainer {
	position:absolute;
	z-index:10;
	width: 100%;
}

#sliderfeld {
	margin:0 0 50px 0;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}
#sliderbild {
}
#sliderfeld img {
	float:left;
}
.flexhomeheader {
	min-height:420px;
}

#contentcontainer {
	clear:both;
	width: 980px;
	margin: 0 auto;
	padding:95px 0 0 0;
}

#wrapper {
}

#inhalt {
	margin:0 10px 0 10px;
}

.trenner {
	clear:both;
	width:960px;
	height:30px;
	background:url(layout/trennlinie.png) no-repeat;
	margin:0 0 10px 0;
}
.extra-trenner {
	width: 40px;
	height: 3px;
	background: #c14611;
	margin: 0 auto;
	margin-bottom: 20px
}

.abstand {
	clear:both;
	padding-bottom:50px;
}

#container {
}

/* Kontakt */

#kontaktcontainer {
	clear:both;
	width: 100%;
	background:#eeeff1;
	margin-top:50px;
}
#kontakt {
	width:960px;
	margin:0 auto;
	padding: 0;
}
#kontakt ul.titelfeld {
	position:relative;
	top:-14px;
}

#nach-oben {
	width:30px;
	height:30px;
	float:right;
	background:url(layout/button-up-standard-landing.png) center right no-repeat;
	padding:0;
	margin:0 20px 0 0;
	cursor: hand;
	cursor: pointer;
}
#nach-oben:hover {
	background:url(layout/button-up-active.png) center right no-repeat;
}

#haftungsausschluss {
	margin:25px 0 25px 0;
}

/* Fuss */

#fusscontainer {
	clear:both;
	width: 100%;
	min-height:45px;
	background:#c14611;
}
#fuss {
	width:960px;
	margin:0 auto;
	text-align:center;
	font-family: "Source Sans Pro", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:45px;
}
#fuss-menu {
	width:960px;
	text-align:center;
}

#fuss-menu span {
	cursor:pointer;
}
#fuss-menu span:hover {
	text-decoration:underline;
}


table-fuss {display:table;}
.table-fuss .table-row {display:table-row;}
.table-fuss .table-cell {display:table-cell; padding-right:0px; padding-bottom:0px;}
.table-fuss .table-cell-standard {display:table-cell; padding-right:15px; padding-bottom:0px; width:50px;}
.table-fuss .table-cell-bank {display:table-cell; padding-right:15px; padding-bottom:0px; width:80px;}


/* Navi */

#menu {
}

#menuwrapper {
	margin:0 auto;
	text-align: center;
}

#menu .nav-collapse {
	margin: 0 auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#menu .nav-collapse ul {
	padding:0;
	margin:0;
	list-style:none;
	display: inline-block;
	 /* For IE, the outcast */
        zoom:1;
        *display: inline;
}
#menu .nav-collapse ul li {
	float:left;
	margin:0;
	padding:0 25px 0 25px;
	width:auto;
	text-align:left;
}

#menu .nav-collapse ul li.active {
}


#menu .nav-collapse a:link,
#menu .nav-collapse a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#484847;
	border:0;
	display:block;
	font-size:18px;
	line-height:50px;
	text-decoration:none;
	padding: 0;
	height: 50px;
	padding:0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#menu .nav-collapse ul li:hover a:link,
#menu .nav-collapse ul li:hover a:visited {
	border-bottom:3px solid #c14611;
}
#menu .nav-collapse a:hover,
#menu .nav-collapse a:active,
#menu .nav-collapse a:focus {
	color: #c14611;
	text-decoration:none;
	border-bottom:3px solid #c14611;
}

#menu .nav-collapse .current-menu-item a:link,
#menu .nav-collapse .current-menu-item a:visited,
#menu .nav-collapse .current-menu-item a:hover,
#menu .nav-collapse .current-menu-item a:active,
#menu .nav-collapse .current-menu-item a:focus {
	color: #c14611;
	text-decoration:none;
	border-bottom:3px solid #c14611;
}
#menu .nav-collapse .current-menu-ancestor a:link,
#menu .nav-collapse .current-menu-ancestor a:visited,
#menu .nav-collapse .current-menu-ancestor a:hover,
#menu .nav-collapse .current-menu-ancestor a:active,
#menu .nav-collapse .current-menu-ancestor a:focus {
	color: #c14611;
	text-decoration:none;
	border-bottom:3px solid #c14611;
}


#menu .nav-collapse ul.sub-menu {
	position:absolute;
	padding:0;
	margin:0;
	list-style:none;
	clear:left;
	float:left;
	background:#fff;
	z-index:50000000;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}
#menu .nav-collapse ul.sub-menu li {
	margin:0;
	padding: 0;
	float:none;
	text-align:left;
}

#menu .nav-collapse ul.sub-menu li a:link,
#menu .nav-collapse ul.sub-menu li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#484847;
	display:block;
	font-size:15px;
	line-height:18px;
	text-decoration:none;
	padding: 0;
	height:auto;
	padding:15px 20px 16px 20px;
	background:#fff;
	border-top:1px dotted #484847;
	border-bottom:none;
}
#menu .nav-collapse ul.sub-menu li a:hover,
#menu .nav-collapse ul.sub-menu li a:active,
#menu .nav-collapse ul.sub-menu li a:focus {
	color: #c14611;
	text-decoration:none;
	border-bottom:none;
}

#menu .nav-collapse ul.sub-menu .current-menu-item a:link,
#menu .nav-collapse ul.sub-menu .current-menu-item a:visited,
#menu .nav-collapse ul.sub-menu .current-menu-item a:hover,
#menu .nav-collapse ul.sub-menu .current-menu-item a:active,
#menu .nav-collapse ul.sub-menu .current-menu-item a:focus {
	color: #c14611;
	text-decoration:none;
	border-bottom:none;
}

#menu .nav-collapse ul.sub-menu li:last-child a:link,
#menu .nav-collapse ul.sub-menu li:last-child a:visited,
#menu .nav-collapse ul.sub-menu li:last-child a:hover,
#menu .nav-collapse ul.sub-menu li:last-child a:active,
#menu .nav-collapse ul.sub-menu li:last-child a:focus {
	border-bottom:none;
}


/* Fuss NAVI */

#menu {
}
#fuss-menu ul {
	padding:0;
	margin:0 auto;
	list-style:none;
	display:inline;

}
#fuss-menu ul li {
	display:inline;
	margin:9px 0 0 0;
	padding:0;
}
#fuss-menu ul li:after {
	content: " | ";
}
#fuss-menu ul li:last-child:after {
	content: "";
}

#fuss-menu ul li span.trennlinie{
	padding:0 5px 0 5px;
	text-decoration:none;
}
#fuss-menu a:link, #fuss-menu a:visited {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color: #fff;
	text-decoration:none;
	border:0;

}
#fuss-menu a:hover, #fuss-menu a:active, #fuss-menuu a:focus {
	color: #fff; text-decoration:underline; border:0;
}

#fuss-menu .current-menu-item a:link, #fuss-menu .current-menu-item a:visited, #fuss-menu .current-menu-item a:hover, #fuss-menu .current-menu-item a:active, #fuss-menu .current-menu-item a:focus {
	color: #fff;
	text-decoration:underline;
	border:0;
	background:none;
	font-size:11px;
	padding: 0;
}
#fuss-menu .current-page-ancestor a:link, #fuss-menu .current-page-ancestor a:visited, #fuss-menu .current-page-ancestor a:hover, #fuss-menu .current-page-ancestor a:active, #fuss-menu .current-page-ancestor a:focus {
	color:#fff;
	background:none;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 0 2.9%;
	width:auto;
	padding-bottom:0;
}
.col:first-child { margin-left: 0; }

.referenz-kat .col { padding-bottom:2.9%; }
.referenz-portfolio .col { padding-bottom:0; }
.referenz-kat .col:last-child { padding-bottom:50px; }
.referenz-kat .col:nth-child(3n+4) { margin-left: 0; clear:left; }
.referenz-portfolio .col:last-child { padding-bottom:0; }
.referenz-portfolio .col:nth-child(4n+5) { margin-left: 0; clear:left; }
#sliderfeld .col {
	padding-bottom:0;
	margin: 0;
}

.col img {
	width:100%;
	height:auto;
}

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}

/*  GRID OF FOUR   ============================================================================= */


.span_4_of_4 {
	width: 100%;
}

.span_3_of_4 {
	width: 74.275%;
}

.span_2_of_4 {
	width: 48.55%;
}

.span_1_of_4 {
	width: 22.825%;
}



@media only screen and (max-width: 799px) {
	.span_4_of_4 {
		width: 48.55%;
	}
	.span_3_of_4 {
		width: 65.7%;
	}
	.span_2_of_4 {
		width: 48.55%;
	}
	.span_1_of_4 {
		width: 31.4%;
	}

.referenz-portfolio .col:nth-child(4n+5) { margin-left: 2.9%; clear:none; }
.referenz-portfolio .col:nth-child(3n+4).span_1_of_4 { clear:left; margin-left: 0; }

}

@media only screen and (max-width: 610px) {
	.span_4_of_4 {
		width: 100%;
	}
	.span_3_of_4 {
		width: 100%;
	}
	.span_2_of_4 {
		width: 100%;
	}
	.span_1_of_4 {
		width: 100%;
	}
}

/*  GRID OF THREE   ============================================================================= */

.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 65.7%;
}
#sliderfeld .col.span_1_of_3 {
	width: 31.4%;
}
#sliderfeld .col.span_2_of_3 {
	width: 68.6%;
}

.span_1_of_3 {
	width: 31.4%;
}

.spanextra_2_of_3 {
	width: 58.7%;
}
.spanextra_1_of_3 {
	width: 38.4%;
}

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

#sliderfeld .col.span_1_of_3 {
	width: 100%;
}
#sliderfeld .col.span_2_of_3 {
	width:100%;
}
}

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

.referenz-portfolio .col.span_1_of_3 {
	width: 100%;
}
.referenz-portfolio .col.span_2_of_3 {
	width: 100%;
}
.referenz-portfolio .col {
	margin:0;
}

}

@media only screen and (max-width: 610px) {
	.span_3_of_3 {
		width: 100%;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.span_1_of_3 {
		width: 100%;
	}

	.spanextra_2_of_3 {
		width: 100%;
	}
	.spanextra_1_of_3 {
		width: 100%;
	}

.referenz-kat .col.span_1_of_3 {
	width: 48.55%;
}

.referenz-kat .col:nth-child(3n+4) { margin-left: 2.9%; clear:none; }
.referenz-kat .col:nth-child(2n+3).span_1_of_3 { clear:left; margin-left: 0; }

}

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

.referenz-kat .col.span_1_of_3 {
	width: 100%;
}

.referenz-kat .col:nth-child(3n+4) { margin-left: 0;}

}

/*  GRID OF TWO   ============================================================================= */

.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 48.55%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 610px) {
	.span_2_of_2 {
		width: 100%;
	}
	.span_1_of_2 {
		width: 100%;
	}
}


/*
	Inhalte
*/
.referenz-kat {
}
.referenz-kat .toggle-bild img {
	float:left;
	margin:0 0 3px 0;
	cursor:pointer;
}

.referenz-kat .toggle-start {
	clear:left;
	background:url(layout/plus-standard.png) center 67px no-repeat #8b919c;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	line-height:24px;
	color:#fff;
	height:77px;
	padding:15px 5px 12px 5px;
	cursor:pointer;
}
.referenz-kat .toggle-float:hover .toggle-start {
	background:url(layout/plus-hover.png) center 67px no-repeat #c14611;
}

.referenz-kat .active .toggle-start {
	background:url(layout/close-standard.png) center 67px no-repeat #c14611;
}
.referenz-kat .active .toggle-start:hover {
	background:url(layout/close-hover.png) center 67px no-repeat #c14611;
}

.referenz-kat .toggle-platzhalter {
	display:none;
	height:300px;
	border-top:3px solid #c14611;
	margin-top:0;
}
.referenz-kat .toggle-beschreibung {
	display:none;
	position: absolute;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	left:0;
	}
.referenz-kat .toggle-beschreibung-inner {
	width:960px;
	height:300px;
	margin:0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top:3px solid #c14611;
	border-left:1px solid #c14611;
	border-right:1px solid #c14611;
	border-bottom:1px solid #c14611;
	padding:45px 30px 50px 30px;
	font-size:18px;
	line-height:24px;
}
.referenz-kat .toggle-beschreibung-inner ul,
.referenz-kat .toggle-beschreibung-inner ol {
	padding:0 0 0 18px;
}
.referenz-kat .toggle-beschreibung-inner .kat-text {
	height:195px;
}
.referenz-kat .toggle-beschreibung-inner .kat-link-seite {
	float:right;
	height:29px;
}
.referenz-kat .toggle-beschreibung-inner .kat-link-seite a:link,
.referenz-kat .toggle-beschreibung-inner .kat-link-seite a:visited {
	text-decoration:none; border:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:29px;
	text-transform:uppercase;
	color:#c14611;
	display:inline-block;
	height:29px;
	background:url(layout/go-to-standard.png) right center no-repeat;
	padding:0 35px 0 0;
}
.referenz-kat .toggle-beschreibung-inner .kat-link-seite a:hover,
.referenz-kat .toggle-beschreibung-inner .kat-link-seite a:active,
.referenz-kat .toggle-beschreibung-inner .kat-link-seite a:focus {
	color:#c14611; text-decoration:underline; border:0;
	background:url(layout/go-to-hover.png) right center no-repeat;
}


@media only screen
and (max-width : 610px) {
.referenz-kat .toggle-platzhalter {
	height:auto;
}
.referenz-kat .toggle-beschreibung {
	position:relative;
}
.referenz-kat .toggle-beschreibung-inner {
	width:auto;
	height:auto;
}
.referenz-kat .toggle-beschreibung-inner .kat-text {
	height:auto;
}
}

.referenz-portfolio {
}
.referenz-portfolio .toggle-bild img {
	float:left;
	margin:0;
}

.referenz-portfolio .toggle-float {
	cursor:pointer;
}

.referenz-portfolio .toggle-start {
	clear:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:36px;
	color:#7c828f;
	cursor:pointer;
	border-top:3px solid #7c828f;
	border-bottom:1px solid #7c828f;
}
.referenz-portfolio .toggle-float:hover .toggle-start {
	color:#c14611;
	border-top:3px solid #c14611;
	border-bottom:1px solid #c14611;
}

.referenz-portfolio .active .toggle-start {
	color:#c14611;
	border-top:3px solid #c14611;
	border-bottom:1px solid #c14611;
}
.referenz-portfolio .active .toggle-start:hover {
}

.referenz-portfolio .toggle-platzhalter {
	display:none;
	width:100%;
	height:440px;
	margin-top:25px;
}
.referenz-portfolio .toggle-beschreibung {
	display:none;
	position: absolute;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	height:440px;
	left:0;
	}
.referenz-portfolio .proj_akt .toggle-platzhalter {
	display:block;
}
.referenz-portfolio .proj_akt .toggle-beschreibung {
	display:block;
	}
.referenz-portfolio .toggle-beschreibung-inner {
	border-bottom:1px solid #c14611;
	font-size:16px;
	line-height:22px;
	margin-bottom:30px;
}
.referenz-portfolio .toggle-beschreibung-inner h3 {
	font-weight:normal;
	font-size:20px;
	line-height:26px;
	margin:0 0 5px 0;
	padding:0;
	text-transform:none;
	color:#c14611;
	display:block;
	text-align:left;
}
.referenz-portfolio .toggle-inner-absolut {
	position:absolute;
	width:960px;
}

.referenz-portfolio .toggle-beschreibung-inner .proj-subinfo {
	font-size:16px;
	line-height:21px;
	margin:0 0 30px 0;
}

.proj-content {
	position:absolute;
	bottom:42px;
	width: 31.4%;
}


@media only screen
and (max-width : 610px) {
.referenz-portfolio .toggle-platzhalter {
	height:auto;
}
.referenz-portfolio .toggle-beschreibung {
	position:relative;
}
.referenz-portfolio .toggle-beschreibung-inner {
	width:auto;
	height:auto;
}
}

.textfeld-bild {
	margin-bottom:30px;
}
.textfeld-bild img {
	display:block;
	padding-bottom:5px;
}

.textfeld-bild .bildtitel {
	color:#c14611;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}
.textfeld-bild .bild-untertitel {
	font-size:14px;
}




.kontaktfeld {
}

.kontaktfeld .name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	line-height:23px;
}
.kontaktfeld .untertitel {
	font-size:18px;
	line-height:23px;
}
.kontaktfeld div.adresse {
	font-size:18px;
	line-height:23px;
	font-weight:300;
}
.kontaktfeld .telefon-email {
	font-size:18px;
	line-height:23px;
	font-weight:300;
	margin:0;
}
.single-autor-table{
  display: table;
	margin:0 0 5px 0;
}
div.single-autor-table > div {
  display: table-row;
}
div.inhalt {
  display: table-cell;
}
div.single-autor-table > div div.inhalt:first-child {
  padding-right:10px;
}


.projekteslider {
	padding-bottom:50px;
}

/*
	Tooltip
*/

.tooltips {
	margin: 35px 0 0 0;
}

.tooltip-wrapper {
	width:160px;
	position:relative;
	float:left;
	margin:0 0 45px 0;
}
.tooltip-text {
	font-family: "Source Sans Pro", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:19px;
	line-height:45px;
}
.tooltip-text:hover {
	cursor: pointer;
}
.tooltip-text img {
	float:left;
}
.tooltip {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	border:4px solid #f9ae00;
	background-color:#fff;
	font-size: 0.8em;
	width:452px;
	top: 50px;
	padding:10px;
}
.tooltip-text span {
	color: #364250; text-decoration:underline; border:0;
}
.tooltip-text span:hover {
	color: #364250; text-decoration:underline; border:0; background:#f0ce7d;
}

.pos1, .pos4 {
	left: 0;
}
.pos2, .pos5 {
	left: -160px;
}
.pos3, .pos6 {
	left: -320px;
}

/* Cube Portfolio */

.cbp-l-grid-gallery .cbp-item {
	width:230px;
	height:190px;
}
.cbp img, .cbp-popup-singlePage img {
	float:left;
}

@media only screen
and (max-width : 480px) {
.cbp-l-grid-gallery .cbp-item {
	width:280px;
	height:40px;
}

.cbp-l-grid-gallery img.cbp-pic {
	display:none;
}
}

.referenz-portfolio .toggle-start {
	clear:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:36px;
	color:#7c828f;
	cursor:pointer;
	border-top:3px solid #7c828f;
	border-bottom:1px solid #7c828f;
}
.referenz-portfolio .cbp-item:hover .toggle-start {
	color:#c14611;
	border-top:3px solid #c14611;
	border-bottom:1px solid #c14611;
}
.referenz-portfolio .cbp-item a:link,
.referenz-portfolio .cbp-item a:visited,
.referenz-portfolio .cbp-item a:hover,
.referenz-portfolio .cbp-item a:active,
.referenz-portfolio .cbp-item a:focus {
	text-decoration:none;
}


.referenz-portfolio .cbp-singlePageInline-active .toggle-start {
	color:#c14611;
	border-top:3px solid #c14611;
	border-bottom:1px solid #c14611;
}
.referenz-portfolio .cbp-singlePageInline-active .toggle-start:hover {
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
	display:none;
}

/* Contact Form 7 */

div.wpcf7 {
}

div.wpcf7 .col {
	padding-bottom:0;
}

div.wpcf7 p {
	margin:0 0 23px 0;
}

div.wpcf7 p.formulartitel {
	font-size:24px;
	font-style:italic;
	font-weight:300;
	color:#9f2130;
	margin:0 0 23px 0;
}

div.wpcf7 input {
	height:21px;
	margin:0;
	padding:0;
	color:#000;
	font-size:14px;
}

div.wpcf7 input.wpcf7-text {
	width:100%;
}
div.wpcf7 textarea {
	width:100%;
	height:119px;
	margin:0;
	padding:0;
	color:#000;
	font-size:14px;
}

div.wpcf7 p.acceptance {
	margin:0;
}
div.wpcf7 p.captcha {
	float:left;
	margin:0 5px 23px 0;
}
div.wpcf7 img.wpcf7-captchac {
	float:left;
	margin:0 20px 0 20px;
	width:auto;
}

div.wpcf7 input.wpcf7-captchar {
	width:90px;
}

span.wpcf7-list-item {
	width:100%;
	height:25px;
	margin:0 0 20px 0;
	padding:0;
}

div.wpcf7 input[type=checkbox] {
	width: 30px;
	min-height:10px;
	height:15px;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	display:inline;
}

div.wpcf7 input.wpcf7-submit {
	display:inline;
	font_size:18px;
	line-height:21px;
	height:25px;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	border:2px solid #c14611;
	background:#c14611;
	padding:0 10px 0 10px;
	float:right;
}
div.wpcf7 input.wpcf7-submit:hover {
	text-decoration:none;
	border:2px solid #c14611;
	background:#fff;
	color: #c14611;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
	width:auto;
}

/* DIVERSES */

.back-to-top {
    position: fixed;
    bottom: 3em;
    right: 2em;
	width:45px;
	height:45px;
    display: none;
	z-index:50000000;
	cursor:pointer;
	background:url(layout/scrollup-standard.png) top center no-repeat;
}

.back-to-top:hover {
	background:url(layout/scrollup-hover.png) top center no-repeat;
}


.cursor {
	cursor: hand;
	cursor: pointer;
	}

.padding5 { padding: 5px; }
.padding7 { padding: 7px; }
.padding10 { padding: 10px; }

.uppercase { text-transform:uppercase; }

a:link, a:visited {
	color: #c14611; text-decoration:underline; border:0;
}
a:hover, a:active, a:focus {
	color: #c14611; text-decoration:none; border:0; }

a.piclink:link, a.piclink:visited {
	text-decoration:underline; border:0;
}

a.piclink:hover, a.piclink:active, a.piclink:focus {
	color: #364250; text-decoration:underline; border:0; }
}

#logofeld a:link, #logofeld a:visited {
	text-decoration:underline; border:0;
}

#logofeld a:hover, #logofeld a:active, #logofeld a:focus {
	color: #364250; text-decoration:underline; border:0; }
}



.font12 { font-size:12px; }
.font14 { font-size:14px; }
.font18 { font-size:18px; }

.font70 { font-size:70%; }
.font80 { font-size:80%; }
.font120 { font-size:120%; }
.font140 { font-size:140%; }
.font160 { font-size:160%; }
.font180 { font-size:180%; }
.font200 { font-size:200%; }
.font230 { font-size:230%; }
.font250 { font-size:250%; }
.font270 { font-size:270%; }
.font300 { font-size:300%; }
.font350 { font-size:350%; }
.font400 { font-size:400%; }

.weiss { color: #FFF; }
.rot { color: #ff0000; }
.pink { color: #e2007a; }
.dpink { color: #b00050; }
.grau { color: #222; }
.hellgrau { color: #ccc; }
.black { color: #000; }
.rosa { color: #f1b5d1; }

.float-right {
	float:right;
}

.float-left {
	float:left;
}

.clear {
	clear:both;
}
.clear20, p.alignclear, div.alignclear {
	clear:both;
	margin:0 0 20px 0;
}
.block p.no-margin {
	margin:0;
}

space {
	padding:0 7px 0 5px;
}

/* NIVO

.nivo-prevNav {
	left:0px;
	display:none;
}
.nivo-directionNav a {
	position:absolute;
	bottom:0;
	z-index:9;
	color: #000;
	text-decoration:none;
	border:0;
	width:124px;
	height:101px;
	background:url(pfeile/pfeil-grey.png) left no-repeat;
	padding:0;
}

.nivo-directionNav a:hover, .nivo-directionNav a:active, .nivo-directionNav a:focus {
	position:absolute;
	bottom:0;
	z-index:9;
	color: #000;
	text-decoration:none;
	border:0;
	width:124px;
	height:101px;
	background:url(pfeile/pfeil-black.png) left no-repeat;
	padding:0;
}

 */

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.wpsg_produkt_wrapper .flexslider .slides img {width:inherit;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0;
	position: relative;
	zoom: 1;
}
.textfeld .flexslider {
	margin:0 0 40px 0;
}

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 22px; height: 49px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; text-indent:-100000px; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 1%; }
.flexslider:hover .flex-next { opacity: 0.7; right: 32.4%; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a  { background:url(layout/sliderpfeil-links.png) left no-repeat;}
.flex-direction-nav a.flex-next  { background:url(layout/sliderpfeil-rechts.png) right no-repeat; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 31.4%; position: absolute; bottom: 3px; right:0; text-align: center;}
.flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 10px; height: 10px; display: block; background: #d9dada; background: rgba(217,218,218,1.0); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #0099b1; background: rgba(210,213,218,1.0); }
.flex-control-paging li a.flex-active { background: #0099b1; background: rgba(193,70,17,1.0); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.flex-caption {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top:3px solid #c14611;
	padding: 22px 30px 0 30px;
	text-align:center;
	font-size:16px;
	line-height:22px;
}

.flexslider a:link,
.flexslider a:visited {
	color: #000; text-decoration:none; border:0; font-weight:normal;
}
.flexslider a:hover,
.flexslider a:active,
.flexslider a:focus {
	text-decoration:none;  border:0;
}

p.kategorie {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#c14511;
	text-transform:uppercase;
	margin:0 0 20px 0;
}

p.proj-titel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:23px;
	margin:0 0 25px 0;
}

.begruessung {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 25px 0 0;
}
.projekteslider .kontaktfeld {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 26px 0 26px;
	border-left:1px solid #484847;
}

.caption-inner {
	height:332px;
}
.caption-link a:link,
.caption-link a:visited  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:30px;
	color:#c14511;
	text-transform:uppercase;
	margin:0 0 20px 0;
	padding:0 40px 0 0;
	display:inline-block;
	background:url(layout/go-to-standard.png) right center no-repeat;
}
.caption-link a:hover,
.caption-link a:active,
.caption-link a:focus {
	text-decoration:underline;
	background:url(layout/go-to-hover.png) right center no-repeat;
}
@media only screen and (max-width: 979px) {

.flex-caption {
	position:relative;
}
.caption-inner {
	height:auto;
	margin-bottom:15px;
}
.flex-direction-nav a  { top: 35%; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 1%; }
.flexslider:hover .flex-next { opacity: 0.7; right: 1%; }

.flex-control-nav {width: 100%; bottom: 2px; }
.caption-link { margin-bottom:15px; }
}


@media screen and (max-width: 799px) {
.flex-direction-nav a  { display:none }
}

/* NIVO */

.nivo-caption {
position: absolute;
left: 0px;
bottom: 0px;
background:rgba(193,70,17,0.8);
color: #fff;
width: 100%;
z-index: 8;
padding: 10px 15px;
opacity: 1.0;
overflow: hidden;
display: none;
-moz-opacity: 1.0;
filter: alpha(opacity=10);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.nivo-directionNav a {
position: absolute;
top: 0;
z-index: 9;
cursor: pointer;
width:40px;
height:100%;
text-indent:-10000px;
overflow: hidden;
opacity: 0.7;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top:-10px;
}
.nivoSlider:hover .nivo-prevNav:hover, .nivoSlider:hover .nivo-nextNav:hover { opacity: 1; }
.no-slide .nivo-directionNav a {
	display:none;
}

.nivo-prevNav {
left: 1%;
background:url(layout/sliderpfeil-links.png) center center no-repeat;
}
.nivo-nextNav {
right: 1%;
background:url(layout/sliderpfeil-rechts.png) center center no-repeat;
}

.nivo-controlNav {
text-align: center;
padding: 12px 0;
}
.nivo-controlNav a {
width: 10px;
height: 10px;
background: #d9dada;
background: rgba(217,218,218,1.0);
cursor: pointer;
text-indent: -10000px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
margin: 0 5px; display: inline-block; zoom: 1; *display: inline;
}
.nivo-controlNav a:hover { background: #0099b1; background: rgba(210,213,218,1.0); }
.nivo-controlNav a.active { background: #0099b1; background: rgba(193,70,17,1.0); cursor: default; }
.no-slide .nivo-controlNav a {
	opacity:0;
}

/* Lightbox */

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(layout/prev.png) url(layout/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ddd;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 10px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(layout/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 40%;
  left: 0;
  float: left;
  margin-left:25px;
  background: url(layout/sliderpfeil-links.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7);
  opacity: 0.7;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 40%;
  right: 0;
  float: right;
  margin-right:25px;
  background: url(layout/sliderpfeil-rechts.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7);
  opacity: 0.7;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding:0;
  color: #000;
}

.lb-data .lb-details {
  width: 100%;
  text-align: center;
  line-height: 1.1em;
  background:#fff;
  padding: 5px 10px 15px 5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.lb-data .lb-caption {
  font-size: 14px;
  line-height: 1em;
}

.lb-data .lb-number {
  display: none;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(layout/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}




/*- Medie Queries -*/

/* ------------------------------------------------ < 1024px
	Tablet
*/
@media only screen
and (max-width : 979px) {

#header {
	min-width: 96%;
	max-width: 96%;
}

#menu {
	min-width: 96%;
	max-width: 96%;
}

#sliderfeld {
	min-width: 96%;
	max-width: 96%;
}

#contentcontainer {
	min-width: 96%;
	max-width: 96%;
}

#kontakt {
	min-width: 96%;
	max-width: 96%;
}

#fuss {
	min-width: 96%;
	max-width: 96%;
}

#fuss-menu {
	min-width: 96%;
	max-width: 96%;
}

.referenz-portfolio .toggle-inner-absolut {
	position:relative;
	width:96%;
}
.referenz-portfolio .toggle-beschreibung-inner {
	width:100%;
}


#menu .nav-collapse ul li {
	padding:0 15px 0 15px;
}

.textfeld .flex-direction-nav a  { top: 40%; -10px 0 0; background-size:80%; }
.textfeld .flex-direction-nav a.flex-next  { background-size:80%; }

.referenz-kat .toggle-start {
	background:url(layout/plus-standard.png) center 87px no-repeat #8b919c;
	font-size:19px;
	line-height:23px;
	height:97px;
}
.referenz-kat .toggle-float:hover .toggle-start {
	background:url(layout/plus-hover.png) center 87px no-repeat #c14611;
}

.referenz-kat .active .toggle-start {
	background:url(layout/close-standard.png) center 87px no-repeat #c14611;
}
.referenz-kat .active .toggle-start:hover {
	background:url(layout/close-hover.png) center 87px no-repeat #c14611;
}

}



/* ------------------------------------------------
	Smartphone wide
*/
@media only screen
and (max-width : 799px) {

#menu .nav-collapse ul li {
	padding:0 12px 0 12px;
}

#menu .nav-collapse a:link,
#menu .nav-collapse a:visited {
	font-size:16px;
	line-height:50px;
}

#kontakt .fusszeile {
	padding-top:10px;
	line-height:21px;
}

.flex-direction-nav a  { top: 40%; margin: -10px 0 0; background-size:80%; }
.flex-direction-nav a.flex-next  { background-size:80%; }

.flex-caption {
}

.referenz-portfolio .toggle-beschreibung-inner {
	height:auto;
}

.proj-content {
	position:relative;
	width: auto;
	padding-top:30px;
}

}


/* ------------------------------------------------
	Smartphone wide
*/
@media only screen
and (max-width : 610px) {

#headercontainer {
	height:160px;
}

#header {
padding: 20px 10px 0 10px;
text-align: center;
}

#logofeld {
	height: auto;
	margin:0 auto;
	width:100%;
}

#logo {
	background-size: 80% auto;
	width:100%;
	height:120px;
	background-position:center center;
}

#menucontainer {
	position:absolute;
	top:160px;
}

.jquery-responsive-select-menu {
	width: 100%;
	height:50px;
	line-height:50px;
	border:0;
}
}


/* ------------------------------------------------
	Smartphone wide
*/
@media only screen
and (max-width : 610px) {

ul.titelfeld li.titel-mitte {
	white-space:normal;
}

.col {
	margin: 0;
}
.col:first-child { margin-left: 0; }
.col:last-child { margin-left: 0;}
#header .col { margin-left: 0; padding:0; }
.col.span_1_of_4.fusslogo { margin-top:40px; }

.col.image {
	text-align:center;
}
.col img {
	width:auto;
	height:auto;
	max-width:100%;
}

.referenz-kat .col { margin-left: 2.9%;}
.referenz-kat .col:first-child { margin-left: 0; }
.referenz-kat .col:last-child { margin-left: 2.9%;}

.flex-direction-nav a  { top: 50%; margin: 0; background-size:70%; }
.flex-direction-nav a.flex-next  { background-size:70%; }

#sliderfeld .flex-direction-nav a  { top: 20%; margin: 0; background-size:70%; }
#sliderfeld .flex-direction-nav a.flex-next  { background-size:70%; }

.flex-caption {
}

#menucontainer.fixed {
	position:absolute;
}

.back-to-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
	width:35px;
	height:35px;
	background-size:80%;
}

.back-to-top:hover {
	background-size:80%;
}

}


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


#headercontainer {
	height:130px;
}

#header {
padding: 20px 10px 0 10px;
text-align: center;
}

#logofeld {
	height: auto;
	margin:0 auto;
	width:100%;
}

#logo {
	background-size: 80% auto;
	width:100%;
	height:90px;
	background-position:center center;
}

#menucontainer {
	position:absolute;
	top:130px;
}

.referenz-portfolio .col:last-child { padding-bottom:0; }


.flex-control-nav {display:none;}

.referenz-kat .col { margin-left: 0;}
.referenz-kat .col:last-child { margin-left: 0;}

.referenz-portfolio .col {
	padding-bottom: 0;
}

.referenz-portfolio .toggle-bild {
	display:none;
}

.nivo-caption {
position: relative;
background:rgba(193,70,17,0.8);
}

.nivo-directionNav a {
	background-size: 15px 30px;
margin-top:-20px;
}


}

@media only screen
and (max-width : 599px) and (orientation: landscape){

.back-to-top {
    position: fixed;
    bottom: 3px;
    right: 3px;
	width:27px;
	height:27px;
	background-size:60%;
}

.back-to-top:hover {
	background-size:60%;
}

}

#catapult-cookie-bar {
    bottom: 6% !important;
}
.has-cookie-bar #catapult-cookie-bar {
    padding: 0 20px !important;
}
.cookie-bar-block #catapult-cookie-bar span {
    margin: 0 0 15px 0 !important;
}
.cookie-bar-block #catapult-cookie-bar h3 {
    margin: 0 !important;
		line-height: 0 !important;
		padding: 0 !important;
}
