/*
Theme Name: physiohildebrandt.ch
Theme URI: http://www.cubegrafik.com
Description: Cubegrafik - Wordpress Theme
Author: Michael Oppliger | Cubegrafik
Author URI: http://www.cubegrafik.com
Template: twentyfourteen
Version: 1.0.1
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,700');


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

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color:#fff;
}

html, body {
	margin:0;
	padding:0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:1.5;
	color:#737272;
	/*overflow-x:hidden;*/
	height:100%;
	background-size:100% auto;
}

body {
	background-color:#fff;
}

a {
	text-decoration:underline;
	outline:none;
	color:#f07b10;
}



img {
	display:block;
}

h1 {
    color: #f07b10;
    font-size: 162.5%;
    font-weight:300;
    margin-top: 0;
}

h2 {
	font-weight:700;
	font-size:112.5%;
	color: #f07b10;
}
h3 {
    background-color: #d7d7d7;
    color: #494949;
    display: block;
    font-size: 100%;
    font-weight: 400;
    padding: 5px 10px;
}


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

.centered {
    margin: auto;
    max-width: 960px;
    padding: 0 10px;
}


.info-box{
    color: white;
    padding: 5px 10px;
    background-color: #f07b10;
}
.info-box a{
    color: white;
} 

#smallScreen {
	display:none;
	background-color:#fff;
}
#page {
	min-height:100%;
	position:relative;
	max-width:1080px;
	width:100%;
	margin:auto;
	background-color:#fff;
}
#masthead {
    font-size:87.5%;
    height:130px;
    padding: 0 30px;
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 1080px;
    position: fixed;
    width: 100%;
    z-index: 99;
    overflow:hidden;

   	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#main {
	position: relative;
	padding-bottom:30px; /* gleich wie footer #colophon*/
	padding-top:130px;
	background-color:#fff;
}


#colophon {
	width:100%;
	line-height: 30px;
	position:absolute;
	bottom:0;
	left:0;
	font-size:75%;
	padding: 0 30px;
}
#footerLeft {
	float:left;
	color:#fff;
}
#footerLeft a {
	color:#fff;
}
#footerRight {
	float:right;
	color:#f9851a;
}
#footerRight a {
	color:#f9851a;
	text-decoration:none;
}

.leftRightGradient {
	background: #f07b10;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwN2IxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZDVjMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #f07b10 0%, #dd5c18 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f07b10), color-stop(100%,#dd5c18));
	background: -webkit-linear-gradient(left, #f07b10 0%,#dd5c18 100%);
	background: -o-linear-gradient(left, #f07b10 0%,#dd5c18 100%);
	background: -ms-linear-gradient(left, #f07b10 0%,#dd5c18 100%);
	background: linear-gradient(to right, #f07b10 0%,#dd5c18 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07b10', endColorstr='#dd5c18',GradientType=1 );
}
.table {
    display: table;
    height: 100%;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
}
ul.noList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.inlineLi li {
	display:inline-block;
}


#logoDiv {
	width:300px;
	height:130px;
	background-size:100% auto;
	background-position: left top;
    background-repeat: no-repeat;
    position:absolute;
    left:0px;

	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
#logoDiv:hover {
	cursor:pointer;
}

address {
	font-style:normal;
}

#masthead address {
	text-align:right;
	padding-top:8px;

	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
#masthead address li {
    margin-left: 10px;
    padding-left: 26px;
    background-size:16px 16px;
    background-position:left center;
    background-repeat:no-repeat;
}
li.adresse {
	background-image:url('images/icon-location.png');
}
li.phone {
	background-image:url('images/icon-telefon.png');
}
li.email {
	background-image:url('images/icon-mail.png');
}
#masthead address a {
	color:#737272;
}



nav {
    margin-top: 50px;
    text-align: right;
    text-transform: uppercase;

    -o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
nav li {
	margin-left:20px;
}
nav a {
	color:#d9561a;
	text-decoration:none;
}
nav li.current-menu-item a, nav a:hover {
	color:#706f6f;
	text-decoration:underline;
}




.headerImageWrapper {
    height: 320px;
    background-position: center center;
}
.content-header-small .headerImageWrapper {
    height: 170px;
}
.headerImageTitle {
    color: #fff;
    float: right;
    font-weight: 300;
    max-width: 315px;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}
.owl-controls {
    bottom: 20px;
    left: 30px;
    position: absolute;
    line-height: 1;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff;
    height: 10px;
    opacity: 0.6;
    width: 10px;

}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: none repeat scroll 0 0 #d64a0c;
    height: 14px;
    margin: 3px 5px;
    opacity: 1;
    width: 14px;
}


.content-main {
    padding: 30px;
}




.col {
    float: left;
}
.col-10 {
    padding-right: 20px;
    width: 55%;
}
.col-8 {
    padding-left: 20px;
    width: 45%;
}
.col-8 .col-4 {
	width:50%;
	padding-bottom:12px;
}
.col-8 .col-4:nth-child(odd) {
	padding-right:6px;
}
.col-8 .col-4:nth-child(even) {
	padding-left:6px;
}
.col-18 .col-4 {
    padding-right: 15px;
    width: 25%;
}

.col-18 .col-9 {
	width:50%;
}

.home .col-8 h2 {
    margin-bottom: 32px;
    margin-top: 10px;
}


.button {
	padding:2px;
	display:block;
}
.button span {
    background-color: #fff;
    color: #de5f17;
    display: inline-block;
    height: 100%;
    padding: 4px 8px;
    width: 100%;

	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.button:hover span, .button.active span {
	background-color:transparent;
	color:#fff;
}




.content-main table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.content-main table tr td {
	vertical-align:top;
}
.single-angebot .content-main table tr:nth-child(2n+1) {
    background-color: #f9ca9f;
}
.single-angebot .content-main table tr td {
    padding: 0 10px;
}

.single-mitarbeiter .content-main table tr td:nth-child(2n+1) {
	width:120px;
}




.angebotsTeaserWrapper {
    padding-top: 20px;
}

.angebotsTeaser {
	padding-bottom:20px;
}
.angebotsTeaser:hover {
	cursor:pointer;
}
.angebotsTeaser img {
	width:100%;

	/*
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	*/


	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.angebotsTeaser:hover img {

	/*
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	*/
}
.angebotsTeaser p {
	font-size:87.5%;
}
.angebotsTeaser .angebotTeaser span {
    background: transparent;
    color: #fff;
}
.angebotsTeaser .button {
    margin-bottom: 2px;
}


.single-angebot .col-8 h2 {
    margin-bottom: 32px;
    margin-top: 10px;
}







.mitarbeiterTeaser {
    margin-bottom: 15px;
    table-layout: fixed;
}
.mitarbeiterTeaser .tableCell {
    vertical-align: top;
    position:relative;
}
.mitarbeiterTeaserImage {
	width: 50%;
}
.mitarbeiterTeaserImage div {
    margin-right: 6px;
    overflow: hidden;
}
.mitarbeiterTeaserImage img {
    height: 120px;

    /*
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	*/

	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.mitarbeiterTeaserText {
	padding-left:6px;
}
.mitarbeiterTeaser h2 {
    line-height: 1;
    margin: 0;
    font-size:100%;
}
.mitarbeiterTeaser p {
    font-size: 87.5%;
}
.mitarbeiterTeaser .button {
    bottom: 0;
    left: 6px;
    position: absolute;
    right: 0;
}

.page-template-praxis-php .col-8 > h2 {
    margin-top: 10px;
}



.activeMitarbeiter a {
    display:none;
}
.activeMitarbeiter .mitarbeiterTeaserImage img, .mitarbeiterTeaser:hover .mitarbeiterTeaserImage img {

	/*
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	*/
}


.social-links a {
    display: inline-block;
    padding-right: 5px;
}
.social-links svg {
    display: block;
    fill: #f07b10;
}
.single-mitarbeiter h1 {
    margin-bottom: 5px;
}




.gallerieThumb {
    padding-top: 15px;
}
#gallerie {
    padding-top: 50px;
}
#gallerie h1 {
    margin: 0;
}
.gallerieThumb img {
    width: 100%;
}



#headerGoogleMap {
	height:320px;
}
.oeffnungszeiten {
	color:#f07b10;
}
.partner {
	table-layout: fixed;
}
.partnerWrapper article {
    margin-bottom: 30px;
}
.partnerWrapper article:nth-child(2n) {
    padding-left: 15px;
}
.partnerWrapper article:nth-child(2n+1) {
    padding-right: 15px;
}
.partner:hover {
	cursor:pointer;
	color:#d9561a;
}
.partner span {
    width: 185px;
}
.partner a {
    padding-left: 20px;
    text-decoration:none;
}
.partner:hover a {
	color:#d9561a;
}
.partner img {

	max-width:185px;
	width:100%;

	/*
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	*/

	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.partner:hover img {
	/*
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	*/
}



.smallHeader #masthead {
    height:37px;
}
.smallHeader #masthead address {
    margin-right: -1080px;
    margin-top: -23px;
    padding-top:0px;

}
.smallHeader #masthead nav {
    margin-top: 10px;
}
.smallHeader #masthead #logoDiv {
    background-position: 0 -75px;
    height: 32px;
    top: 5px;
}

#right-panel {
	display:none;
	margin-top: 0px;
	padding-top: 26px;
}
ul.inlineLi li.mobile-nav-icon {
	display:none;
	background-image: url("images/icon-nav.png");
}

#masthead address li.mobile-nav-icon {
    background-position: 0 0;
    background-size: 44px 22px;
    cursor: pointer;
    height: 22px;
    width: 22px;
    margin-left: 25px;
}
.open #masthead address li.mobile-nav-icon {
	background-position: -22px 0;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

}



/* Very smallScreen RETINA & Smartphones (portrait and landscape) RETINA ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

}


/* iPad (portrait) ----------- */
@media only screen and (max-width : 960px) {

	.col-10 {
	    width: 65%;
	}
	.col-8 {
	    width: 35%;
	}
	.col-8 .col-4 {
	    width: 100%;
	}
	.col-8 .col-4:nth-child(2n+1) {
	    padding-right: 0;
	}
	.col-8 .col-4:nth-child(2n) {
	    padding-left: 0;
	}


	.col-18 .col-4 {
	    width: 33%;
	}
	.page-template-angebotOverview-php .col-10 {
		width:100%;
	}


	.page-template-kontakt-templ-php .col-10 {
	    width: 55%;
	}
	.page-template-kontakt-templ-php .col-8 {
	    width: 45%;
	}

	#masthead address li {
	    margin-left: 32px;
	    padding-left: 16px;
	}
	#masthead address li a {
	    display: block;
	    height: 16px;
	    overflow: hidden;
	    width: 0;
	}

	.mitarbeiterTeaser .tableCell {
	    display: block;
	    position: relative;
	    vertical-align: top;
	}
	.mitarbeiterTeaserImage div {
	    margin-right: 0;
	    overflow: hidden;
	}
	.mitarbeiterTeaserImage {
	    margin-bottom: 15px;
	    width: 100%;
	}
	.mitarbeiterTeaserText {
	    padding-left: 0;
	}
	.mitarbeiterTeaser .button {
	    bottom: 0;
	    left: 0;
	    position: relative;
	    right: 0;
	}
}


/* Very smallScreen & Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 710px) {
	/*
	html, body {
		height:100%;
		width:100%;
		overflow:hidden;
	}

	#smallScreen {
		display:block;
		background-color:#fff;
		z-index:9999;
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		width:100%;
	}
	#smallScreen img {
		margin:auto;

	}
	#smallScreen div {
		text-align:center;
		padding:50px;
	}
	*/
	body.custom-background {
		background-image:none !important;
	}

	#main {
		box-shadow: 0 0 10px 0 #333;

		-o-transition: all 500ms ease-out;
		-ms-transition: all 500ms ease-out;
		-moz-transition: all 500ms ease-out;
		-webkit-transition: all 500ms ease-out;
		transition: all 500ms ease-out;
	}

	#masthead {
    	height: 65px;
    }
	#main {
	    padding-bottom: 110px;
	    padding-top: 65px;
	}

	.col-10 {
	    width: 100%;
	    padding-right: 0px;
	}
	.col-8 {
	    width: 100%;
	    padding-left: 0px;
	}
	.col-8 .col-4 {
	    width: 50%;
	}
	.home .col-8 .col-4,
    .links-more .col-8 .col-4{
	    width: 100%;
	}
	.col-8 .col-4:nth-child(2n+1) {
	    padding-right: 0;
	}
	.col-8 .col-4:nth-child(2n) {
	    padding-left: 0;
	}

	.single-angebot .col-8 .col-4 {
	    width: 100%;
	}


	.gallerieThumb img {
		width:100%;
	}

	.col-18 .col-4 {
	    width: 50%;
	}
	.page-template-angebotOverview-php .col-10 {
		width:100%;
	}

	.mitarbeiterTeaserImage img {
    	height: auto;
    }

    .col-18 .col-4.angebotsTeaser {
    	width:100%;
    	padding-right:0;
    }

	#gallerie {
		padding-bottom:40px;
	}

	.col-18 .col-4.gallerieThumb {
		padding:5px;
	}

	.page-template-kontakt-templ-php .col-10 {
	    width: 100%;
	}
	.page-template-kontakt-templ-php .col-8 {
	    width: 100%;
	}

	.col-18 .col-9 {
	    width: 100%;
	}

	.partnerWrapper article:nth-child(2n+1) {
	    padding-right: 0;
	}
	.partnerWrapper article:nth-child(2n) {
	    padding-left: 0;
	}

	.partner .tableCell {
	    display: block;
	    padding-left: 0;
	    text-align: center;
	    width: 100%;
	}
	.partner img {
	    max-width: 100%;
	    width: 100%;
	}

	#masthead address {
	    padding-top: 23px;
	}
	#masthead address li {
	    margin-left: 15px;
	    padding-left: 22px;
	}
	#masthead address li a {
	    display: block;
	    height: 22px;
	    overflow: hidden;
	    width: 0;
	}


	.mitarbeiterTeaser .tableCell {
	    display: block;
	    position: relative;
	    vertical-align: top;
	}
	.mitarbeiterTeaserImage div {
	    margin-right: 0;
	    overflow: hidden;
	}
	.mitarbeiterTeaserImage {
	    margin-bottom: 15px;
	    width: 100%;
	}
	.mitarbeiterTeaserText {
	    padding-left: 0;
	}
	.mitarbeiterTeaser .button {
	    bottom: 0;
	    left: 0;
	    position: relative;
	    right: 0;
	}

	#footerLeft {
	    line-height: 1.5;
	    width: 50%;
	}
	#colophon {
	    padding: 10px 30px;
	}
	#logoDiv {
	    background-image: url("images/logo_physio-hildebrandt-mobile.png") !important;
	    background-position: 0 -16px;
	    height: 65px;
	    top: 0;
	    width: 230px;
	}
	.smallHeader #masthead #logoDiv {
	    background-position: center -19px;
	    height: 36px;
	    top: 0;
	    width: 180px;
	}
	.smallHeader #masthead address {
	    margin-right: 0;
	    margin-top: 8px;
	    padding-top: 0;
	}
	#site-navigation {
		display:none;
	}
	#right-panel {
		display:block;
	    background-color: #fff;
	    height: 100%;
	    position: fixed;
	    right: 0;
	    text-align: left;
	    top: 0;
	    width: 240px;
	    opacity: 0;
	}
	.open #right-panel {
		opacity:1;
	}
	#right-panel ul.inlineLi li {
	    display: block;
	    padding-bottom: 10px;
	}

	#right-panel li {
	    margin-left: 30px;
	}
	#right-panel address ul.inlineLi li {
	    background-size: 100% auto;
	    display: inline-block;
	    height: 22px;
	    width: 22px;
	}
	#right-panel ul.nav-menu li {
	    display: block;
	    margin-left: 0;
	    padding-bottom: 10px;
	    text-align: center;
	}
	#right-panel address {
	    padding-bottom: 20px;
	    text-align: center;
	}
	#right-panel address a {
	    display: block;
	    height: 22px;
	    width: 22px;
	}
	#right-panel address .adresse {
	    margin-left: 0;
	}
	#page.open {
		background-color:transparent;
	}
	#page.open #main, #page.open #masthead {
		-webkit-transform: translate(-240px, 0px);
		-moz-transform: translate(-240px, 0px);
		-ms-transform: translate(-240px, 0px);
		-o-transform: translate(-240px, 0px);
	    transform: translate(-240px, 0px);
	}
	ul.inlineLi li.mobile-nav-icon {
		display:inline-block;
	}

	ul.inlineLi li.adresse, ul.inlineLi li.phone, ul.inlineLi li.email {
		display:none;
	}
	.single-mitarbeiter .content-main table tr td:nth-child(2n+1) {
	    width: 70px;
	}
	/*
	.single-mitarbeiter .headerImageWrapper.markus-hildebrandt {
		background-position: -510px center;
	}
	.single-mitarbeiter .headerImageWrapper.peter-jutzi {
	    background-position: -290px center;
	}
	.single-mitarbeiter .headerImageWrapper.corinne-schmid {
	    background-position: -25px center;
	}
	.single-mitarbeiter .headerImageWrapper.cendrine-hantz {

	}
	.single-mitarbeiter .headerImageWrapper.anna-wuethrich {
	    background-position: -725px center;
	}
	*/
	.headerImageWrapper {
    	height: 150px;
    	background-size: cover;
    }
    #headerGoogleMap {
	    height: 150px;
	}
	a.gallerieThumb {
		cursor:default;
	}
	.activeMitarbeiter {
		display:none;
	}
	.single-mitarbeiter .headerImageWrapper {
		background-position:left center;
	}

	.page-template-kontakt-templ-php #main article {
    	display: table-footer-group;
    	float: none;
	}
	.page-template-kontakt-templ-php #main article.oeffnungszeiten {
    	display: table-header-group;
    	float: none;
	}

}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}

/* Small Screen & iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {

}

/* Small Screen RETINA & iPads (portrait and landscape) RETINA ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {

}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}
