/* talio css ver 0.9 Feb 2016 */


@import url(MyFontsWebfontsKit.css);

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

body { font-family: AvenirLTStd-Book; color: #333; font-size: 20px; /* line-height: 1.9em;*/
/* text-shadow: 0 0 1px rgba(51,51,51,0.3); */
}

    body {
        opacity: 1;
        transition: 1s opacity;
    }
    body.fade-out {
        opacity: 0;
        transition: none;
    }

body.pf_item {
	max-width: 1024px;
	margin: 0 auto;

	}

a, body, div, em, input, label, legend, li, ol, p, select, span, strong, td, th, textarea, u, ul {
    font-family: AvenirLTStd-Book;
	font-size: inherit;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;

}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*
	border: solid #fff 5px;
	left: -5px; */
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0px;
	background: url(../images/controls_ps.svg) no-repeat 0 -73px;
	z-index: 2800;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url(../images/controls_ps.svg) no-repeat -46px -73px;
    z-index: 2800;
}

.bx-wrapper .bx-down {
	right: 100px;
	background: url(../images/controls_ps.svg) no-repeat -46px -73px;
    z-index: 2800;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -46px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 36px;
	height: 72px;
	text-indent: -9999px;
	z-index: 2800;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

/*  #linkToContent {
    border: 2px solid #fff;
    border-radius: 15px;
    bottom: 50px;
    height: 46px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 32px;
    z-index: 100;
}

#linkToContent .wheel {
    animation: 1.7s ease 0s normal none infinite running mousewheel;
    background-color: #FFF;
    mix-blend-mode: difference;
    border-radius: 50%;
    display: block;
    height: 6px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    right: 0;
    width: 6px;
} */

#linkToContent {
    border: none;
	background: url("../images/info_blk.svg") no-repeat;
    border-radius: 1px;
    bottom: 50px;
    height: 46px;
    width: 72px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 100;
	cursor: pointer;
}




.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.text {
font-weight: 300;
font-size: 20px;
line-height: 1.6em;
color: #eeeeee;
position: absolute;
background: rgba(1, 1, 1, 0.75);
padding: 10px 20px;
border-radius: 5px;
	}

.tbottom {
position: absolute;
bottom: 0;
right: 20px;
left: 20px;
	}

.tinfo {
position: absolute;
top: 20px;
right: 20px;
}

/* PS Ergänzungen */

body {
	margin: 0;

	}

#testlauf {
	width: 300px;
	height: 200px;
	background: #0CC;
	}

.thumbhover {
    background: url("img/thumb-hover.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-style: italic;
    height: 220px;
    margin: 15px 0 0;
    opacity: 0;
    padding-top: 100px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px #057B69;
    top: -100px;
	-webkit-transition: all 0.25s ease-in-out;
   	-moz-transition: all 0.25s ease-in-out;
   	-o-transition: all 0.25s ease-in-out;
   	-ms-transition: all 0.25s ease-in-out;
   	transition: all 0.25s ease-in-out;
    width: 361px;
    z-index: 100;
}

a:hover .thumbhover {
    margin-top: 0;
    opacity: 1;
}

#header {
	margin: 0 auto 0px auto;
	height: 108px;
	max-width: 1024px;
	background: url(../images/headerwo_full.jpg);
	background-position: center top;
	padding-top: 4px;
	z-index:3000;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	   -moz-box-shadow: 0 8px 6px -6px #999;
	        box-shadow: 0 8px 6px -6px #999;
	}

#header.reduced {
	height: 60px;
	padding: 10px 0 0 0;
	background-position: center bottom;

	}

/* Menu Underlining LEFT TO RIGHT */

.sliding-u-l-r {
display: inline-block;
}

/*  Responsive Menu */
.header .menuIcon {
  display: none;
  background: #F7931E;
  width: 100%;
  text-align: center;
  line-height: normal;
  position: fixed;
  top:0px;



}




.header .menuIcon a {

  display: inline-block;
  color: #F7931E;
  padding: 5px;
}
.header .menuIcon a img {
  vertical-align: middle;
  width: 100%;

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (max-device-width: 480px) {



  .header {
   z-index: 2900;

  }



  .header .menu {
    max-height: 0;
    overflow: hidden;
    float: none;
    text-align: center;
    width: 100%;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    transition: max-height 0.5s;
    margin-top:35px;
    border-bottom: 0px;


  }

  #lefty_inline.header .menu {
      margin-top:20px;
      position: fixed;
      top: 0px;
      }




  #lefty.header, #lefty_inline.header {
 position: fixed;
  top:0px;
  width: 100%;
}

#logo_inline {

position: fixed;
  top:40px;
  width: 100%;

  }




  .header .menu.menuOpen {
    max-height: 1000px !important;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  .header .menu ul li {
  	font-size: 40%;
    display: block;
    width: 100%;
    background: #F7931E;
    border-top: 1px solid #FFF;
	text-align:center;
	height: 40px;
	margin-left: 0 !important;
	border-bottom: 0px;
  }


  .header .menu ul li a {
    color: #fff;
    width: 100%;
	line-height: 40px;
  }

   .header .menu ul li span {
    color: #fff;
    width: 100%;
	line-height: 40px;
  }

  .header .menuIcon {
    display: block;
  }
}

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

.sliding-u-l-r:after {
content: '';
display: block;
height: 1px;
width: 0;
background: transparent;
transition: width .3s ease, background-color .5s ease;
}

li a {

line-height: 1.3em;
}


}

@media screen and (min-width: 900px) {

.sliding-u-l-r:after {
content: '';
display: block;
height: 3px;
width: 0;
background: transparent;
transition: width .3s ease, background-color .5s ease;
}

}




.sliding-u-l-r:hover:after {
width: 100%;
background: #999;
}
/* 3 Columns */
.column_33  {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
	width: 33%;
	min-height: 200px;
	float:left;
	padding: 0 2% 0 2%;

	}

div#dse p {

  margin-bottom: 20px;
  }

.column_33 h2  {
	color: #AAA;
	margin-bottom: 0.7em;}

.column_33 h2 p a {
	border: 1px solid #777;
	border-radius: 3px;}

/* Portfolio Tableau */

#wrapper, #aswrapper {
/*	max-width: 1024px; */
	margin: 0 auto;


	}

	#wrapper {
	margin-top: 0px;
	margin-left: 10px;
	height: 280px;

	}

	#ascontainer {
    margin: -25px 120px 0;
	max-width: 900px;
	z-index:-100;
}


	#aswrapper {
	margin-top: 25px;
/*	padding-left: 120px; */

	}


	.all-shits {
	width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #555;


}


.all-shits:before, .all-shits:after {
    content: "";
    display: table;
}
.all-shits:after {
    clear: both;
}
.all-shits article {
    background: url("../images/loader.gif") no-repeat scroll center center transparent;
    float: left;
    height: 33.33%;
    width: 33.33%;
	overflow: hidden;
}


#aswrapper {
   position: relative;
   width: 100%;
padding-top: 100%; /* "height" will be 3/4 of width */
background: #333;
}

.all-shits {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

/*

.all-shits article header {
    background: url("//images/over_orange.png") no-repeat scroll 0 0 transparent;
    height: 0;
    left: 15px;
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 0px;
	-webkit-transition: all 0.25s ease-in-out;
   	-moz-transition: all 0.25s ease-in-out;
   	-o-transition: all 0.25s ease-in-out;
   	-ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease 0s;
    width: 100%;
    z-index: 10;
}
.all-shits article header h2 {
    color: #FFFFFF;
    font-size: 90%;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-top: 60px;
	margin-left: 30px;
    text-transform: uppercase;
	text-shadow: 0px 0px 5px #000;
}
.all-shits article header p {

	font-family: AvenirLTStd-Book;
	color: #FFF;
    font-size: 80%;
    line-height: 1.2;
	width: 150px;
    margin: 125px 10px 0px 120px;
	text-align:right;
}

*/


.all-shits article header {
    background: url("../images/over_orange.png") no-repeat scroll 0 0 transparent;
    height: 0;
    left: 20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 0px;
	-webkit-transition: all 0.25s ease-in-out;
   	-moz-transition: all 0.25s ease-in-out;
   	-o-transition: all 0.25s ease-in-out;
   	-ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease 0s;
    width: 100%;
    z-index: 10;
}
.all-shits article header h2 {
    color: #FFFFFF;
    font-size: 120%;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-top: 20%;
	margin-left: 1ch0%;
    text-transform: uppercase;
	text-shadow: 0px 0px 5px #000;
}
.all-shits article header p {
    position: absolute;
	font-family: AvenirLTStd-Book;
	color: #FFF;
    font-size: 120%;
    line-height: 1.2;
	width: 67.5%;
    top: 55%;
	right: 10%;
	text-align:right;
}
.all-shits article img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 5;
	width: 100%;
}
.all-shits article img.over {
    opacity: 0;
	-webkit-transition:  opacity 0.25s ease-in-out;
   	-moz-transition:  opacity 0.25s ease-in-out;
   	-o-transition:  opacity 0.25s ease-in-out;
   	-ms-transition:  opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease 0s;
}


 .all-shits a {
    display:block;
    position: relative;
    top: 0;
    z-index: 6;
    width: 100%;
	height: 100%;
}


.all-shits a:hover header, .all-shits a:focus header {
    opacity: 1;
	height: 100%;
	background-size:contain;
}
.all-shits a:hover .over, .all-shits a:focus .over {
    opacity: 1;
}



.all-shits a:hover .over, .all-shits a:focus .over {
    opacity: 1;
}



.showme {
    opacity: 1;
	height: 100%;
	background-size:contain;
}

.center {}

ul {

	padding:0;
	margin: 0;}

nav {
	text-align: center;
	font-size: 16px;
	}

nav a {
	padding: 6px 8px 5px 8px;
	border: transparent solid 1px;
	border-radius: 4px;
	background: none;
	margin: 0px 6px 0px 6px;
	color: #666;
	text-decoration:none;
	 -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;

	}

nav a:hover {
    background: rgba(220, 220, 220, .5);
	border: #CCC solid 1px;
	color: #333;
	text-decoration:none;
	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;


}

.shadow
{
    display:block;
    position:relative;
}

.shadow img
{
    display:block;
}

.shadow::before
{
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    -moz-box-shadow: inset 1px 8px 10px -10px;
    -webkit-box-shadow: inset 1px 8px 10px -10px;
    box-shadow: inset 1px 8px 10px -10px;
}

#projectbar {
	background:none;
	height: 16px;
	font-weight: 300;
	color: #EEE;
    font-size: 90%;
    line-height: 1;
	padding: 0px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 7px;
	}

	#projectbar a:link, #projectbar a:visited {
    color: #F90;

}

/** SPRECHBLASEN
===================================*/

.triangle-right:after {
    border-color: #CCC transparent;
    border-style: solid;
    border-width: 20px 20px 0px 0px;
    bottom: -20px;
    content: "";
    display: block;
    left: 50px;
    position: absolute;
    width: 0;
}


.triangle-left {
	background: #555555;

	background: -moz-linear-gradient(top,  #555555 0%, #333333 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#333333));

	background: -webkit-linear-gradient(top,  #555555 0%,#333333 100%);

	background: -o-linear-gradient(top,  #555555 0%,#333333 100%);

	background: -ms-linear-gradient(top,  #555555 0%,#333333 100%);

	background: linear-gradient(to bottom,  #555555 0%,#333333 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 );


    border-radius: 10px 10px 10px 10px;
    color: #DDD;
    margin: 1em 5% 2em 50%;
    padding: 15px;
    position: relative;
	font-size:16px;
}

.triangle-right {
	  background: #dddddd;

	background: -moz-linear-gradient(top,  #dddddd 0%, #cccccc 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#cccccc));

	background: -webkit-linear-gradient(top,  #dddddd 0%,#cccccc 100%);

	background: -o-linear-gradient(top,  #dddddd 0%,#cccccc 100%);

	background: -ms-linear-gradient(top,  #dddddd 0%,#cccccc 100%);

	background: linear-gradient(to bottom,  #dddddd 0%,#cccccc 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#cccccc',GradientType=0 );


    border-radius: 10px 10px 10px 10px;
    color: #444;
	margin: 1em 12% 2em 35%;
    padding: 15px;
    position: relative;
	font-size: 16px;
}

.triangle-left:after {
    border-color: #333 transparent;
    border-style: solid;
    border-width: 20px 0px 0px 20px;
    bottom: -20px;
    content: "";
    display: block;
    right: 50px;
    position: absolute;
    width: 0;
}









/** KONTAKT
===================================*/

 * {
   margin: 0;
   padding: 0;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.container:after {
    clear: both;
}

.container > div {
    min-height: 200px;
    float: left;
    width: 50%;
}





.kontCont{
 padding: 10px;
}


.left {
 margin-bottom: 30px;
}

.right {
   padding-left: 90px;
}


.kontCont h2 {
 margin: 20px 0 40px 0;
}

.left.kontCont h2, .kontCont .adrCont {
 margin-left: 85px;
}

.adrCont {
margin-top: 20px;
}

.form-cont {
  max-width: 400px;
  margin: 0 auto;



}

div.row {
    clear: both;
    margin: 0;
    padding-bottom: 20px;
}

div.row span.formw {
    display: block;
    overflow: hidden;
    padding: 0 5px 0 0;

}

div.row span.label {
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    text-align: right;

}


label {
	display:inline-block;
	float:left;
	padding-right: 10px;
	width: 80px;
	text-align: right;
	height: 40px;
	line-height: 40px;
	color: #DDD;
}



input[type="image"] {
    color: #3B0023;
    cursor: pointer;
    float: left;
    height: 43px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 138px !important;
}

input[type="submit"] {
    background-image: url(../images/submit_lo.png);
    background-repeat: no-repeat;
    border: 0 solid #F2C9A5;
    cursor: pointer;
    float: left;
    height: 36px;
    width: 102px;
	text-indent:-999px;
	margin-top: 3px;
  margin-left: 85px;
}

.submitbutton:hover {
    background-image: url(../images/submit_hi.png);

}


#innerform {
    float: none;

}
.clearthis {
    clear: both;
}
input, textarea {
    border-style: none;
    border-width: 0;
    color: #ddd;
    font-size: 0.9em;
    padding: 10px;
    width: 300px;
	border-radius: 3px;

}
input, textarea {

background: #444;


-webkit-box-shadow: inset 0px 0px 9px 0px rgba(132, 132, 132, 0.3); /* WebKit */
-moz-box-shadow: inset 0px 0px 9px 0px rgba(132, 132, 132, 0.3); /* Firefox */
box-shadow: inset 0px 0px 9px 0px rgba(132, 132, 132, 0.3); /* Standard */




}

input:focus, textarea:focus { background: #555;}


textarea {

    font-size: 1em;
    padding-bottom: 6px;
    padding-top: 9px;
}


#kontakt_popup, #kontaktpopup {
    background: rgb(40, 40, 40); /* The Fallback */
    background: rgba(40, 40, 40);
    bottom: 0px;
    display: none;
    height: calc(100% - 129px);
    left: 0;
	color: #FFF;
	border-top: #333 solid 1px;
    position: absolute;
    width: 100%;
	z-index: 3000;
	-moz-opacity: 0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=95);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);


}

.kontaktbox {
	width: 430px;
	margin: 0px 20px 0 20px;
	float: left;
	}


@media all and (max-width: 500px) {
    .container > div {
        float: none;
        width: 100%;
    }
}


div#messages {
	margin: 0px 20px 15px 80px;
	padding: 10px;
	border: 1px solid #eee;

	border-radius: 3px;
	}

div.kontaktbox h2 {
	margin-left: 130px;
	font-weight:300;
	margin-top: 0px;
	}

div.kontaktbox p {
	margin-top: 40px;
	margin-left: 130px;
	}

#slideaway {
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
	position: relative;
	top: 0;
	margin: 0 auto;
	width: 72px;
	height: 36px;
	background: url(../images/control_down.svg) no-repeat;
	background-position: 0 -36px;
	background-size: cover;


	}

#slideaway:hover {
-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
	background: url(../images/control_down_hi.svg) no-repeat;
	background-position: 0 -36px;
	background-size:cover;
	cursor: hand;
	cursor: pointer;


	}
#kontaktwrapper{
	margin: 0 auto;
	max-width: 1024px;
	}

#background-holder {
	background: url(../images/ps_3.jpg) no-repeat;
 	background-position: bottom left;
	background-size: auto 100%;
	background-attachment: fixed;
	min-width: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;


	}

body#fragen #main {

	margin: 50px auto 0 auto;
	max-width: 1024px;
	padding-top: 0px;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;


	}

p {
font-size: 16px;

	}

div.column_33 p {
line-height: 1.5em;
	}



body#fragen #header {
	position: fixed;
	width: 1024px;
	top: 0;
    left: 50%;
    margin-left: -512px;
	}



#lefty {
	background: none;
	border-bottom: #DDD solid 1px;
	position: relative;
	left: 0px;
	top: -80px;
	margin-left: 122px;
	}

#lefty_inline {
	/* WEG? background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: none;
    left: 0;
    margin-left: 122px;
    position: relative; */
    /* position: absolute;
    right: 10px;
    top: 28px;
    height: 40px; */
    float: right;

	}


/* begin respMenu


@media only screen and (max-width: 579px) {
   .menu {
    max-height: 0;
    overflow: hidden;
    float: none;
    text-align: center;
    width: 100%;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
   .menu.menuOpen {
    max-height: 1000px;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
   .menu ul li {
    display: block;
    width: 100%;
    background: #000;
    border-top: 1px solid #4d4d4d;
  }
   .menu ul li:hover {
    background: #999;
  }
   .menu ul li a {
    color: #fff;
    text-shadow: #848484 0px 1px 2px;
    padding: 10px 0;
    width: 100%;
  }
   .menuIcon {
    display: inline-block;
  }
}

/* end respMenu */



#logo {	margin-top: 10px;
		width: 270px;
		height: 130px;
		background: url(../logo.svg) no-repeat;
        background-size:contain;
		 -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;

		}

#logo_inline	{
		width: 370px;
		height: 63px;
		background: url(../logo_inline.svg) no-repeat;
		background-size:contain;
		float: left;
		}


html.svg div#logo_inline {
		width: 370px;
		height: 63px;
       background: url(../logo_inline.svg) no-repeat;
	   background-size:contain;

	}

div#logo_inline.fixed	{
		top:0px;
		max-width: inherit;
		height: 60px;
		background: url(../logo_inline.svg) no-repeat;
		position: fixed;
		padding-top: 27px;
		z-index: 5500;
	    background-color: rgba(255, 255, 255, 0.85);
		}





element.style {
    position: relative;
    transition: max-height 250ms ease 0s;
}
.js .nav-collapse.closed {
    max-height: none;
}
.js .nav-collapse {
    clip: rect(0px, 0px, 0px, 0px);
    display: block;
    overflow: hidden;
}
 ul {
    text-align: right;
	margin-bottom: 10px;
}
.nav-collapse {
    top: 68px;
}
.nav-collapse, .nav-collapse ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.nav-collapse, .nav-collapse * {
    -moz-box-sizing: border-box;
}



 li {
    display: inline-block;
    float: none;
    margin-left: 0.4em;
    margin-right: 1.8em;
    width: auto;
	font-size: 16px;
	color: #999;
}

 li a, ul li span {

	font-size: 16px;
	text-decoration:none;
	color: inherit;
}

body#fragen div#kontakt_popup {
	position:fixed;



	}

#nav {

	width: inherit;
	z-index: 5501;
	background-color: rgba(255, 255, 255, 0.90);
	border-bottom: #DDD solid 1px;
		}

.shout {
	font-size: 200%;
	line-height:normal;
	color: #666;
	}

.shout strong {
	color: #333;
	}

.pf_link  {
	border-radius: 3px;
    background: #ccc;
    line-height: 2.4em;
	padding: 8px;
	color: #fff;
	}


a.pf_link {
	text-decoration: none;
	}

a.pf_link:hover  {
	text-decoration: underline;
	}



.tel,.tel:visited {
 /*for small screens */
 color:inherit;
 padding: 0.2em;
 margin: 5px 0 5px 0;

 }

.tel:hover,.tel:focus {
 color:#000;
 background-color:#AAA;
 border-radius: 3px;
 }

#lefty_inline ul {
	margin-top: 30px;
	}

.clear {
	clear: both;
	}

	#logo.smaller {

   height: 70px;
   width: 50%;
   background-color: #23963;
   background-size:contain;
    -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
}



/* -----------------------------------*/
/* BEGIN RESOLUTION DEPENDENT ENTRIES */
/* -----------------------------------*/



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

.all-shits article {
   height: 50%;
   width: 50%;
}

#ascontainer {
    margin: -20px 10% 0;


}

#logo_inline	{
		width: 370px;
		height: 63px;
		background: url(../logo_inline.svg) no-repeat;
		background-size:contain;

		}




.shout {
	font-size: 150%;
	line-height:normal;
	color: #666;
	}

#lefty_inline ul {



	}







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


	#lefty {
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	margin-left:0;
	padding-top: 15px;
	}


	#lefty ul {
	margin-left: 0px;
	text-align: right;
	}

	#logo-inline {
		background: url(../images/logo_small.svg) no-repeat;
		height: 60px;
		}





	}





@media screen and (-webkit-min-device-pixel-ratio: 2) {

body {font-size: 100%;}



     #background-holder {
          background: url(../images/ps_32x.jpg);
          background-attachment: scroll;
          background-size: 70% auto;
          background-repeat: no-repeat;
          background-position: bottom left;
}




#header {
         background: url(../images/headerwo_full2x.jpg);
		 background-size: 1024px;
     }

.text {

    font-size: 10px;
    font-weight: 300;
    line-height: 1.6em;
    padding: 5px 10px;
}


}






	@media screen and (max-width: 579px), (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait)
 {

body.pf_item div.bx-wrapper {
     margin-top: 110px;
          }

.all-shits article {
   height: 100%;
   width: 100%;
   margin-bottom: 2px;
}

  #background-holder {
   background-size: 130% auto;
   }

#ascontainer {
    margin: 20px 10% 0;
	}

#logo {
    background: url("../logo_small.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-size:contain;
	margin: 50px auto 5px auto;
	height: 100px;
    width: 90%;
}

#logo_inline {
    background: url("../logo_small.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-size:contain;
	margin	: 10px auto 5px auto;
	left: 22%;
	height: 60px;
    width: 90%;
    float: none;
}

#lefty, #lefty_inline {
	float: none;
	margin: 0;
	top: 0px;
/*   height: 45px;*/
    padding-bottom: 0px;
    border: 0;
	}


#lefty_inline {
   position: relative;
   left: 0;
   margin: 0;
  height: auto;


}

#lefty_inline ul {


	}

	ul {
		text-align: right;
/*		margin-right: 12%;
		margin-bottom: 20px;  wegen portriat*/
		}



	.shout {
	font-size: 100%;
     line-height: 1.6em;
	}

.column_33  {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
	width: 100%;
	min-height: 10px;
	float:none;
	padding: 0 5% 0 5%;

	}

.column_33 p {
font-size: 90%;
line-height: 1.5em;
margin-bottom: 2em;
}

}
