@charset "UTF-8";
/* CSS Document */



/* nunito-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/nunito-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/nunito-v26-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/nunito-v26-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/nunito-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




* {
    font-family: 'Nunito', sans-serif;
	box-sizing:border-box;
	line-height:1.6em;
}

body {
    background-color: #f4f0ec;
	color:#fff;
	padding:0; margin:0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom right;
	background-attachment:fixed;
}

strong {
	font-weight: 400;	
}

a {
	color:#8fa167; /* gruen multiplizieren */
	text-decoration:underline;
	text-underline-position:under;
	text-decoration-style:dotted;
	cursor:pointer;	
}

a:hover {
	
}

h1 {
    font-family: 'Nunito', sans-serif;
	color:#1f3c39; 	
	font-size:24px;
    font-weight: 300;
    line-height: 1.3em;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;

}

h1 strong {
    font-weight: 400;
}

h2 {
    font-family: 'Nunito', sans-serif;
    color:#1f3c39; 
    /*background-color:#e8f1c1;*/ /* birnengruen heller */
	font-size:20px;
    font-weight: 300;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

p {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size:18px;	
    color:#1f3c39;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

p a {
    color:#4c6261; /* bergschatten 80 % */
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 400;
  
    
}

hr {
    border: none;
    height: 1px;
    color: #b5bfbf;
}


header {
    background-color: #ffffff;
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	position:relative;
	top:0;
	margin:0;	
	padding:40px 40px 80px 40px;
    display: block;
    z-index: 0;
    
}


.logo {
	background-image:url("../common/logo-physiotherapie-eva-siemoneit.png");
	background-repeat:no-repeat;
	background-size:100% auto;
	width:300px; height:150px;
	display:block;
	position:relative;
	float:left;
	margin-left:50%;
	left:-160px;
}

.main-wrapper {
    padding: 40px;
    float: left;
    width: 100%;
    z-index: 2;
    position: relative;
}

.text-container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top:-80px;
    z-index: 2;
    background-color: #ffffff;
    padding:40px;
    border-radius: 8px;
    -webkit-box-shadow: -1px 14px 34px 0px rgba(203,181,161,0.3);
-moz-box-shadow: -1px 14px 34px 0px rgba(203,181,161,0.3);
box-shadow: -1px 14px 34px 0px rgba(203,181,161,0.3);
  
}

@media screen and ( min-width:600px ) {
	header {
		padding:40px 40px 40px 40px;
	}
	
	.logo {
		width:400px; height:200px;
		left:-220px;
	}
}

@media screen and ( min-width:900px ) {
	header {
		padding:60px 40px 60px 40px;
	}
	
	.logo {
		width:320px; height:160px;
		left:-160px;
	}	
	
	h1 {	
		font-size:28px;
	}
    
    h2 {
        font-size: 24px;
    }
	
	p {
		font-size:18px;	
	}


}


@media screen and ( min-width:1200px ) {
	
	header {
		padding:80px 40px 80px 40px;
	}
    
    .logo {
		width:360px; height:180px;
		left:-190px;
	}
    
    .main-wrapper {
        padding:30px 60px;
    }
	
    .text-container {
    
        margin-top:-120px;
        

    }
    
	h1 {	
		font-size:28px;
	}
    
    h2 {
        font-size: 24px;
    }
	
	p {
		font-size:18px;	
	}
    
    ul.liste-sternchen {
        font-size:18px;	
        width: 400px;
        margin-left:auto;
        margin-right: auto;
        max-width: 360px;
    }
	
}

@media screen and ( min-width:1600px ) {
	header {
		padding:120px 40px 120px 40px;
	}
	
	.logo {
	
}
    p {
		font-size:20px;	
	}
    
    ul.liste-sternchen {
        font-size:20px;
        max-width: 400px;
    }

}

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

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


/* landscape mobil */

@media screen and ( max-height:380px ) {
	
	
}