/*
Theme Name: Payer & Partner
Theme URI: https://www.payer-partner.at
Author: Harald Zettler
Author URI: https://www.zettler.at/
Description: Payer & Partner Website
Version: 1.1
*/
/* =Reset */

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

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

table {
	border-spacing: 0;
}
a img {
	border: none;
}

a {
	color: #15a9d6;
}
a:hover {
	color: #276bb4;
}

/* =Fonts
-------------------------------------------------------------- */

/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/open-sans-v29-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/open-sans-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/open-sans-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/open-sans-v29-latin-300.woff') format('woff'), /* Modern Browsers */
	url('fonts/open-sans-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/open-sans-v29-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/open-sans-v29-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/open-sans-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/open-sans-v29-latin-700.woff') format('woff'), /* Modern Browsers */
	url('fonts/open-sans-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/open-sans-v29-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600italic - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 600;
	src: url('fonts/source-sans-pro-v21-latin-600italic.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/source-sans-pro-v21-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/source-sans-pro-v21-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/source-sans-pro-v21-latin-600italic.woff') format('woff'), /* Modern Browsers */
	url('fonts/source-sans-pro-v21-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/source-sans-pro-v21-latin-600italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* =Basic
-------------------------------------------------------------- */

body {
	background:#EFF2F3;
	color:#585858;
	font-size:1em;
	line-height:1.6;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	min-width:20em;
}

strong { font-weight:700;}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
 
h1{
	font-size:2.5em;
	line-height: 1.1;
	color: #15a9d6;
	text-transform:uppercase;
	padding: 0 0 0.5rem 0;
}

h2 {
	font-size:3.5em;
	line-height: 1.2;
	font-weight:300;
	color:#91cee7;
	padding: 0 0 1rem 0;
}

h3 {
	font-size:1.625em;
	color: #15a9d6;
	font-weight:300;
	padding: 0.5rem 0 1rem 0;
}

h3 a{
	text-decoration:none;
}

h4 {
	font-size:1.5em;
	color:#000;
	padding: 0.5rem 0 1rem 0;
}

hr {
	width:100%;
	border-top: 0.125rem dotted #d0eef7;
    border-width: 0.125rem 0 0;
    clear: both;
    height: 0;
    margin: 0.5rem 0 0 0;
    padding: 0.5rem 0 0 0;
}

hr.full {
	width:100%;
	border-top: 1px solid #15a9d6;
    border-width: 0.125em 0 0;
	border-width: 0.0625em 0 0;
    clear: both;
    height: 0;
    margin: 0.5rem 0 0 0;
    padding: 0.5rem 0 0 0;
}

.button,
.buttonleiste li a {
	display:inline-block;
	color:#15a9d6;
	font-weight:700;
	text-decoration:none;
	border: solid 1px #15a9d6;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	background:#e2f1f6;
	padding:0.125em 0.75em;
}
.button:hover,
.buttonleiste li a:hover {
	color:#fff;
	background:#15a9d6;
}
.button-center {
	text-align:center;
	padding-bottom:1em;
}
.buttonsenden {
	display:inline-block;
	color:#15a9d6;
	font-weight:700;
	text-decoration:none;
	border: solid 1px #15a9d6;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	background:#e2f1f6;
	padding:0.125em 0.75em;
	font-size:1.2rem;
}
.buttonleiste {
	overflow:hidden;
	margin:1em 0 1.5em 0;
}
.buttonleiste li {
	float:left;
	margin:0 0.25em 0.25em 0;
}
.buttonleiste li a{
	float:left;
	margin-right:0.5em;
}
.punktliste {
	margin: 0;
	padding: 0 0 1em 1em;
	list-style: disc outside;
}
.punktliste li {
	padding: 0 0 0.25em 0.75em;
}




/* =Struktur
-------------------------------------------------------------- */


.bilderleiste {
	background: #fff url(images/beton.jpg) repeat-x center center;
	background-size:auto 99.2%;
	height: 0px;
	width: 100%;
	padding: 3em 0 30% 0;
	position:relative;
}
.bilderleiste-center {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	align-items: stretch;
}
.bilderleiste-left {
	flex-grow: 1;
	height: 100%;
	height: calc(100% - 12px);
	border-top: 8px solid #FFF;
	border-right: 12px solid rgba(0, 0, 0, 0.3);
	border-bottom: 4px solid #FFF;
	border-left: 0px solid;
}

.bilderleiste-bild {
	height: 100%;
	width: 100%;
}


.bilderleiste-right  {
	width: 50%;
	height: 100%;
	position: relative;
}


.bilderleiste-right img {
	width: 90%;
	height: auto;
	margin-top:6%;
}



footer {
	width:100%;
	border-top: 1px solid #cadce2;
	background: rgb(224,227,228);
	background: -moz-linear-gradient(top, rgba(224,227,228,1) 0%, rgba(239,242,243,1) 100%);
	background: -webkit-linear-gradient(top, rgba(224,227,228,1) 0%,rgba(239,242,243,1) 100%);
	background: linear-gradient(to bottom, rgba(224,227,228,1) 0%,rgba(239,242,243,1) 100%);
}
.footer-center {
	padding: 1em 5%;
	font-size: 0.875em;
	color:rgba(0, 0, 0, 0.5);
	line-height:1.4;
}
.footer-left a {
	color:rgba(0, 0, 0, 0.5);
	text-decoration:none;
}
.footer-left strong {
	display:block;
}
.footer-left span {
	display:none;
}
.footer-left a:hover {
	text-decoration:underline;
}

.footer-right {
	overflow;hidden;
}

.footer-navigation {
	overflow:hidden;
}

.footer-navigation li{
	float:left;
	margin:0.5em 1.5em 0.5em 0;
}



.footer-navigation a {
	font-size:1rem;
	text-transform:uppercase;
	font-family:"Helvetica Neue", "Helvetica", Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#7e7f80;
	text-decoration:none;
	line-height: 1.6;
}
.footer-navigation a:hover {
	color: #15a9d6;
}

.footer-social {
	overflow:left;
}

.footer-social li{
	float:left;
	height:1.875em;
	width:1.875em;
	margin:0 0.75em 1em 0;
}
.footer-social li a{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 1.875em;
	width: 1.875em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #cbd6db url(images/social-icons1.png) no-repeat center center;
	background-size:cover;
	-webkit-box-shadow: inset 1px 1px 3px 0 rgba(0,0,0,0.3);
	box-shadow: inset 1px 1px 3px 0 rgba(0,0,0,0.3);
}
.footer-social li a:hover{
	-webkit-box-shadow:inset 1px 1px 5px 0 rgba(0,0,0,0.5);
	box-shadow:inset 1px 1px 5px 0 rgba(0,0,0,0.5);
	background-color: #475398;
}
.footer-social li:nth-child(2) a{
	background: #cbd6db url(images/social-icons2.png) no-repeat center center;
	background-size:cover;
}
.footer-social li:nth-child(3) a{
	background: #cbd6db url(images/social-icons3.png) no-repeat center center;
	background-size:cover;
}
.footer-social li:nth-child(4) a{
	background: #cbd6db url(images/social-icons4.png) no-repeat center center;
	background-size:cover;
}
.footer-social li:nth-child(5) a{
	background: #cbd6db url(images/social-icons5.png) no-repeat center center;
	background-size:cover;
}
.footer-social li:nth-child(2) a:hover{
	background-color: #a9c208;
}
.footer-social li:nth-child(3) a:hover{
	background-color: #4170b7;
}
.footer-social li:nth-child(4) a:hover{
	background-color: #f40d2e;
}
.footer-social li:nth-child(5) a:hover{
	background-color: #fea700;
}
.footer-social li:last-child{
	margin-right:0;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation-header {
	background:#fff;
	padding:1em;
}



.navigation input {
    display: none;
  }
.navigation label {
    display: block;
	height:1.5em;
	font-size:1.5em;
	background:#fff;
	text-transform:uppercase;
	font-family:"Helvetica Neue", "Helvetica", Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#ccc;
	padding-left:1.5em;
  }

.navigation label:after {
    position: absolute;
	left:0.25em;
    content: "\2261";
	font-size:1.5em;
	line-height:1em;
	color:#15a9d6;
	padding: 0 0 0 0.25em;
  }

.navigation ul {
    display:none;
	overflow:hidden;
  }
.navigation ul a{
    font-size:1.75rem;
	text-transform:uppercase;
	font-family:"Helvetica Neue", "Helvetica", Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#15a9d6;
	text-decoration:none;
	line-height: 1.6;
  }
.navigation ul a:hover {
	color: #276bb4;
}
  
 .navigation ul li.current-menu-item a,
 .navigation ul li.current-page-ancestor a{
    color:#000;
  }

.navigation input:checked ~ ul {
    display:block;
 }
 
 
/* =Homepage
-------------------------------------------------------------- */

.bilderleiste-space {
	height:1em;
	width:100%;
	background:#fff;
}
.bilderleiste-bild-home {
	height:100%;
	width:100%;
	position:relative;
	
}

.bilderleiste-bild-home:after  {
	position: absolute;
	right: -12px;
	bottom:0px;
	height: 100%;
	width: 100%;
	content: '';
	display: block;
	background: url(images/carola-payer.png) no-repeat right top;
	background-size: auto 150%;
}

.bilderleiste-bild-zitat {
	display:none;
}

.zitat-mobile blockquote{
	height:100%;
	width:100%;
	text-align:center;	
	font-size:0.75rem;
	width:100%;
	background:#fff;
	padding: 0.5em 0 0 0;
}
.zitat-mobile blockquote strong{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.2rem;
	font-style:italic;
	font-weight:600;
	color: #15a9d6;
	line-height:1.2;
}

.homebloecke {
    display:block;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	flex-direction: column;
}
.homeblock-coaching {
    order:1;
}
.homeblock-blog {
    order:2;
}
.homeblock-aktuelles {
    order:3;
	width:100%;
	border-top: 0.125rem dotted #d0eef7;
    border-width: 0.125rem 0 0;
    margin: 0.5rem 0 0 0;
    padding: 0.5rem 0 0 0;
}

.spalten2-home .spalte21 > h2 {
	padding:0;
	color:#585858;
	font-size:1.5em;
	font-weight:700;
}

.spalten2-home .spalte22 > h2 {
	padding:0 0 0.25rem 0;
	text-transform:uppercase;
	line-height:1;
}

.spalten2-home .spalte22 ul {
	margin-top:0.25em;
}
.spalten2-home .spalte22 li{
	padding-bottom:0.5em;
	padding-left:2em;
	position:relative;
}
.spalten2-home .spalte22  strong {
	color:#000;
	line-height:1;
}


.spalten2-home .spalte22  li:before  {
	position: absolute;
	left: 0;
	top:0.3125rem;
	height: 1em;
	width: 1.473em;
	content: '';
	display: block;
	background: url(images/pfeil.svg) no-repeat center center;
	background-size: 1.473em 1em;
}


ul.coaching-liste {
	padding-top: 1em;
}
.coaching-liste li{
	background: rgb(113,203,230);
	background: -moz-linear-gradient(top, rgba(113,203,230,1) 0%, rgba(21,169,214,1) 46%, rgba(21,169,214,1) 100%);
	background: -webkit-linear-gradient(top, rgba(113,203,230,1) 0%,rgba(21,169,214,1) 46%,rgba(21,169,214,1) 100%);
	background: linear-gradient(to bottom, rgba(113,203,230,1) 0%,rgba(21,169,214,1) 46%,rgba(21,169,214,1) 100%);
	margin-bottom:1em;
}
.coaching-liste li a{
	display:block;
	width:100%;
	height:100%;
	color:#000;
	text-decoration:none;
	overflow:hidden;
	position:relative;
}
.coaching-liste li a:after{
	display:block;
	position:absolute;
	width:1.75rem;
	height:1.75rem;
	content:'';
	-webkit-border-radius: 50%;
	border-radius: 50%;
	right:1em;
	top:44%;
	background: rgba(255,255,255,0.3) url(images/pfeil-mehr.svg) no-repeat center center;
	background-size: 1.5em 1.5em;
}
.coaching-liste li a:hover:after{
	background: rgba(255,255,255,0.6) url(images/pfeil-mehr.svg) no-repeat center center;
	background-size: 1.75em 1.75em;
}
.coaching-liste1{
	width:30%;
	padding:3%;
	float:left;
}
.coaching-liste2{
	width:51%;
	padding:1em 13% 1em 0%;
	float:left;
	font-size:0.875em;
	font-weight:700;
}
.coaching-liste2 h3{
	color:#fff;
	font-weight:700;
	font-size:1.125rem;
	padding:0 0 0.25rem 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.homeblock-blog h2 {
	position:relative;
	height:1px;
	width:1px;
}

.homeblock-blog h2 a{
	position:absolute;
	left:-0.75em;
	top:0.9em;
	color:#deeff7;
	display:block;
	text-decoration:none;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.homeblock-blog-bild{
	width:80%;
	margin-left:20%;
}
.homeblock-blog-text{
	width:80%;
	margin-left:20%;
}
.homeblock-blog-text h3{
	font-size:1.25rem;
	font-weight:700;
	color: #15a9d6;
	line-height:1.2;
	padding:0 0 0.5em 0;
	text-decoration:none;
}
.homeblock-blog-text a{
	text-decoration:none;
}
.content .homeblock-blog-text p{
	padding:0;
	margin:0;
}
.homeblock-blog-text a.weiterlesen{
	padding-bottom:1em;
	display:inline-block;
	text-decoration:underline;
}

.homeblock-aktuelles {
	margin-top:1em;
	overflow:hidden;
}

.content .homeblock-aktuelles h3 {
	font-weight:700;
	padding: 0 0 0.25rem 0;
}

.bestelllink {
	background: #e2f1f6 url(images/warenkorb.png) no-repeat 0.25em center;
	background-size:auto 100%;
	padding:0.25em 1em 0.25em 3em;
	font-size:1.25rem;
	margin: 0.5em 0;
}
.bestelllink:hover {
	background: #5bbfdd url(images/warenkorb.png) no-repeat 0.25em center;
	background-size:auto 100%;
}


 
 /* =Content
-------------------------------------------------------------- */

.content {
	background:#fff;
	width:100%;
	font-size:0.875em;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.content-center {
	padding: 2em 5%;
}

.content img {
	max-width:100%;
	height:auto;
}
.content p {
	margin-bottom:1em;
}

.arrowlist {
	margin-top:1em;
	color:#626262;
}
.arrowlist li{
	padding-bottom:1em;
	padding-left:2.25em;
	position:relative;
}
.arrowlist strong {
	font-size:1.25em;
	color:#000;
	line-height:1;
}


.arrowlist li:before  {
	position: absolute;
	left: 0;
	height: 1.1875em;
	width: 1.75em;
	content: '';
	display: block;
	background: url(images/pfeil.svg) no-repeat center center;
	background-size: 1.75em 1.1875em;
}

.spalten2 {
}

.spalte21 {
	border-bottom: 2px dotted #d0eef7;
	padding:0 0 1em 0;
}
.spalte22 {
	padding:1em 0 1em 0;
}


 
 /* =coaching*/

.balken {
	width:100%;
	background: rgb(114,203,230);
	background: -moz-linear-gradient(top, rgba(114,203,230,1) 0%, rgba(21,169,214,1) 100%);
	background: -webkit-linear-gradient(top, rgba(114,203,230,1) 0%,rgba(21,169,214,1) 100%);
	background: linear-gradient(to bottom, rgba(114,203,230,1) 0%,rgba(21,169,214,1) 100%);
	min-height:8em;
}
.balken-center {
	padding:1em 5%;
	font-style:italic;
	font-size:2em;
	color:#fff;
	text-shadow: 0 0 3px ##2556a0;
	text-align:center;
}
.coaching-block {
	border-top: 1px solid #15a9d6;
	border-bottom: 1px solid #15a9d6;
	margin:1em 0;
	padding: 1em 0;
	overflow:hidden;
}
.coaching-block img {
	float:left;
}
.coaching-block p {
	display:inline;
}

.coaching-spalten .spalte21 {
	border-bottom:none;
}
.coaching-spalten .spalte22 {
	line-height:1.9rem;
}
.coaching-spalten .spalte22 strong{
	font-size:1.25em;
}

/* =Self*/

.testimonials li {
 position:relative;
 padding: 2em 4em;
 border-top: 2px dotted #15a9d6;
}
.testimonials li:first-child {
 border-top: none;
}
.testimonials li p{
margin:0;
}

.testimonials li:before,
.testimonials li:after {
 position:absolute;
 display:block;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-weight:bold;
 font-size:6em;
 line-height:1;
 color:#cce7f3;
}
.testimonials li:before {
 left:0;
 bottom:2rem;
 content:'„';
}
.testimonials li:after {
 right:0;
 top:1rem;
 content:'“';
}

.testimonials h4 {
 color:#15a9d6;
 font-size:0.875rem;
 line-height:1.2;
 font-weight:300;
 text-align:right;
 padding: 0.25em 0 0 0;
}
 

 /* =Referenzen*/
 
 ul.referenzen {
	 overflow:hidden;
	 margin-top:0.5em;
 }
 .referenzen li{ 
 width:100%;
 float:left;
 margin-bottom:2.5em;
 }
.referenzen-bild img { 
 width:100%;
 height:auto;
 }
 .referenzen-text { 
text-align:center;
 }

 /* =Team*/

.teamliste {
	border-top:solid 1px #15a9d6;
}
.teamliste li{
	border-bottom:solid 1px #15a9d6;
	padding:1em 0;
}
.teamliste-bild{
	width:100%;
	height:0;
	padding-bottom:53.5%;
	margin-bottom:0.5em;
	position:relative;
}
.teamliste-bild p{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#ccc;
	background-size:cover;
}
.teamliste h2{
	font-size:1.75rem;
	color: #15a9d6;
	font-weight:700;
	margin:0;
	padding:0;
}
.teamliste-text p{
	
}

body.page-id-167 .bilderleiste-bild {
	background-position: top center!important;
}

 /* =Blog*/

.blog-title {
	position:absolute;
	right:0;
	bottom:-5px;
}
.blog-title a{
	width:100%;
	text-align:center;
	display:block;
}

.blog-title img{
	width:60%;
	heigth:auto;
	text-align:right;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.newsliste {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	flex-wrap: wrap;
}
.newsliste-bild {
	order:1;
	width:100%;
}
.newsliste-datum {
	order:2;
	width:25%;
	margin-right:5%;
}
.newsliste-text {
	order:3;
	width:70%;
}

.newsliste-datum {
	text-align:center;	
}
.newsliste-datum-tag {
	font-size: 8vw;
	line-height:1;
	color: #a6d7eb;
	border-bottom: solid 1px #caecf6;
}
.newsliste-datum-monat {
	font-size: 3vw;
	line-height:1;
	color:#b0b0b0;
	padding:0.375rem 0 0.5rem 0;
	border-bottom: solid 1px #caecf6;
}
.newsliste-datum-jahr {
	font-size:2.25vw;
	color:#b0b0b0;
}

.newsliste-bild {
	margin-bottom:0.5em;
	
}
.newsliste-text a {
	text-decoration:none;
}
.newsliste-text a:hover {
	text-decoration:underline;
}
.newsliste-text a h2 {
	font-size:1.5rem;
	font-weight:700;
	color: #15a9d6;
	line-height:1.2;
	padding-bottom:0.5em;
	text-decoration:none;
}
.newsliste-text p {
	margin:0;
	padding:0;
}
.newsliste-text a.weiterlesen {
	text-decoration:underline;
}

.newseintrag {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	flex-wrap: wrap;
}
.newseintrag-datum {
	width:22%;
	margin-right:4%;
	text-align:center;
}
.newseintrag-text {
	width:100%;
}
.newseintrag-text h1{
	line-height:1.2;
}


 /* =Bestellformular*/


.bestellformular  td {
	padding:0 5px 5px 0;
}
.bestellung td {
	padding:4px;
}
.bestellung .zeile {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;	
}

.bestellformular .klein {
	font-size:12px;
	text-align:center;
}
.bestellung .anzahl {
	font-size:20px;
	text-align:center;
	width:80px;
}
.bestellformular input.textfeld {
	width:200px;
	font-size:18px;
}





/*
 * small (480px)
 */
@media screen and (min-width: 30em) {
	
	
.blog-title img{
	text-align:right;
}
	
.referenzen li{ 
 width:46.5%;
 margin-right:3%;
 }
.referenzen li:nth-child(2n){ 
 margin-right:0%;
 
 }
.referenzen li:nth-child(2n+1){ 
 clear:both;
 }
 
.footer-navigation{
	float:left;
}

.footer-social li{
	margin:0.5em 0.75em 0.5em 0;
}

	
}

/*
 * small (560px)
 */
@media screen and (min-width: 35em) {
	
.teamliste-bild{
	width:31.5rem;
	padding-bottom:16.875rem;
}

.bilderleiste-bild-zitat{
	height:100%;
	width:80%;
	display:table;
	font-size:1.5vw;
}

.bilderleiste-bild-zitat blockquote{
	height:100%;
	width:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;	
}
.bilderleiste-bild-home blockquote strong{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:3.125em;
	font-style:italic;
	font-weight:600;
	color: #15a9d6;
	line-height:1.2;
}
.bilderleiste-bild-home:after  {
	background: url(images/carola-payer.png) no-repeat right top;
	background-size: auto 100%;
	

}
.zitat-mobile {
	display:none;
}

	
}


/*
 * medium (640px)
 */
@media screen and (min-width: 40em) {

body {
	background:#FFF;
}
.content-center {
	padding: 2em;
}
.content-bottom {
	background:#FFF;
	padding-bottom:7em;
}

.navigation-header  {
    padding: 1em 2em;
}

.navigation label {
    display:none;
}
.navigation ul {
    display:block;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.navigation ul li {
    
}
.navigation ul li a{
    font-size:2.75vw;
}

.spalten2 {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	align-items: stretch;
}

.spalte21 {
	border-bottom: none;
	border-right: 2px dotted #d0eef7;
	padding:0 5% 0 0;
	width:45%;
	margin-bottom:1em;
}
.spalte22 {
	padding:0 0 0 5%;
	margin-bottom:1em;
	width:45%;
}
.spalte22 > h1,
.spalte22 > h2,
.spalte22 > h3,
.spalte22 > h4{
	padding-top:0;
	margin-top:0;
}


.homeblock-blog {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	align-items: stretch;
}

.homeblock-blog h2{
	width: 1%;
}
.homeblock-blog-bild{
	width:32%;
	margin-left:4%;
	margin-top:1em;
}
.homeblock-blog-text{
	width:54%;
	margin-left:9%;
	margin-top:1em;
}

.homeblock-blog-text{
	width:54%;
	margin-left:9%;
	margin-top:1em;
}


.homeblock-aktuelles {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	align-items: stretch;
}

.aktuelles-spalte1 {
	width:44%;
	align-self: center;
}
.aktuelles-spalte2 {
	width:56%;
	align-self: center;
}


.teamliste li{
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	align-items: stretch;
}
	
.teamliste-bild{
	width:50%;
	height:18.75rem;
	padding-bottom:0;
	flex:1;
}
.teamliste-bild p{
	width:100%;
	height:18.75rem;
	position:relative;
	background-position: center center;
}
.teamliste-text{
	flex:1;
	width:45%;
	margin-left:5%;
}

.newsliste-bild {
	order:2;
	width:76%;
}
.newsliste-datum {
	order:1;
	width:20%;
	margin-right:4%;
}
.newsliste-text {
	order:3;
	width:76%;
	margin-left:24%;
}

.newseintrag-text {
	width:74%;
}





footer {
	height:5em;
	position:fixed;
	bottom:0; 
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}

.footer-center {
	overflow:hidden;
	height:100%;
	padding:0;
}	
.footer-left {
	width:60%;
	float:left;
	height:100%;
	display:table;
}
.footer-left-tab {
	height:100%;
	padding-left:2em;
	display:table-cell;
	vertical-align:middle;
}
.footer-left strong {
	display:inline;
}
.footer-left span {
	display:inline;
}
.footer-navigation li:last-child{
	margin-right:0;
}
.footer-right {
	width:40%;
	float:right;
}	
.footer-right-tab {
	margin-right:2em;
}	
.footer-navigation {
	float:right;
	clear:both;
}
.footer-navigation li {
    margin: 0.75em 1.5em 0 0;
}

.footer-social {
	float:right;
	clear:both;
	display:block;
	overflow:hidden;
}
.footer-social li{
	margin-top:0;
}

}

/*
 * small (720px)
 */
@media screen and (min-width: 45em) {
	

.bilderleiste-right  {
	width: 22.5em;
}
.bilderleiste-right img {
	width: 20.25em;
}	
.blog-title img{
	width:60%;
}
.content {
	font-size:0.9375em;
}
.referenzen li{ 
 width:30.6%;
 margin-right:4.1%;
 }
.referenzen li:nth-child(2n){ 
 margin-right:4.1%;
 
 }
.referenzen li:nth-child(2n+1){ 
 clear:none;
 }
 .referenzen li:nth-child(3n){ 
 margin-right:0;
 
 }
.referenzen li:nth-child(3n+1){ 
 clear:both;
 }
 

	
}


/*
 * medium / large (800px)
 */
@media screen and (min-width: 50em) {

.balken-center span {
	display:block;
}

ul.coaching-liste {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.coaching-liste li{
	width:32%;
}
.coaching-liste li a:after{
	right:44%;
	top:auto;
	bottom:1.5em;
}
.coaching-liste1{
	width:70%;
	padding:1em 15% 0.5em 15%;
}
.coaching-liste2{
	width:90%;
	padding:0 5% 4em 5%;
}
.coaching-liste2 h3{
	text-align:center;
	padding-bottom:1em;
}

.textblock-eng {
	width:46.25rem;
	margin: 0 auto;
}
.newsliste-bild {
	width:32%;
	margin-right:3%;
}
.newsliste-datum {
	width:12%;
	margin-right:3%;
}
.newsliste-datum-tag {
	font-size:3.5rem;
}
.newsliste-datum-monat {
	font-size:1.375rem;
}
.newsliste-datum-jahr {
	font-size:1rem;
}
.newsliste-text {
	width:50%;
	margin-left:0%;
}
 .bestellformular input.textfeld {
	width:280px;
}


}



/*
 * large (960px)
 */
@media screen and (min-width: 60em) {

.navigation ul li a{
    font-size:1.65rem;
}
.bilderleiste-bild  {
	position:relative;
}
.bilderleiste-bild:after  {
	position: absolute;
	left: 0;
	height: 100%;
	width: 64px;
	content: '';
	display: block;
	background: url(images/beton-maske.png) no-repeat left top;
	background-size: 100% 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	opacity:0;
}
.blog-title img {
    width: 100%;
}

	.footer-navigation {
		float:left;
		clear:none;
		padding-top:1.25em;
	}


	.footer-social {
		float:right;
		clear:none;
		padding-top:1.75em;
	}

	.footer-social li{
		margin: 0 0.5em 0.5em 0;
	}

	.footer-navigation li {
		float: left;
		margin: 0.5em 1em 0.5em 0;
	}


	.footer-social li{
		margin: 0 0.75em 0.5em 0;
	}

	.footer-navigation li {
		float: left;
		margin: 0.5em 1.5em 0.5em 0;
	}
	
}

/*
 * large (1008px)
 */
@media screen and (min-width: 63em) {

.bilderleiste-bild:after  {
	opacity:1;
}
	
}


/*
 * very large (1060px)
 */
@media screen and (min-width: 66.25em) {
	
.navigation-header {
	padding:1em 0;
}
.navigation-header nav{
	width:62.25rem;
	margin:0 auto;
}

.content {
	font-size:1em;
}

.content-center {
	width:62.25rem;
	margin:0 auto;
}

footer {
	
}
.footer-center {
	width:66.25rem;
	margin:0 auto;
}
	
}

/*
 * very large (1080px)
 */
@media screen and (min-width: 67.5em) {
	
.bilderleiste {
	margin:0;
	padding:0;
	height:23.25em;
}

.bilderleiste-center {
	height:23.25em;
}
.bilderleiste-left-space,
.bilderleiste-right-space {
	flex-grow: 1;

}
.bilderleiste-left-space {
	border-top: 8px solid #FFF;
	border-right: 0px solid;
	border-bottom: 4px solid #FFF;
	border-left: 0px solid;

}
.bilderleiste-left {
	flex-grow: 0;
	width: 45em;
}


.bilderleiste-right  {
	flex-grow: 0;
	width: 22.5em;
}

.bilderleiste-bild-zitat{
	font-size:1.0125em;
}
	
}

