@charset "utf-8";
/* CSS Document 
* Stillarbeit-Webseite
*/


/* Reset * * * * * * * * */

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-regular - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/pt-serif-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-serif-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-serif-italic - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/pt-serif-v17-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-serif-v17-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-700 - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/pt-serif-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-serif-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-700italic - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/pt-serif-v17-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-serif-v17-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

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

 
html{        
        font-size: 100%; /* Browserstandard: 16px */

}

img{
        max-width: 100%;
		height: auto;
}


/* Layout * * * * * * * * */

body{
	font-family:'PT Serif', Georgia, serif;
	font-weight: 400; 
	font-size:34px;
	font-size:2.313rem;
	line-height: 1.5;
	color:  #333333;

}

.wrapper{
	max-width:960px;
	margin: 0 auto;
	overflow: hidden;
}

#header{
	margin: 45px 0 0 0;
}

#footer{
	height: 40px;
	padding-top:15px;
	margin-bottom:40px;
	max-width:960px;
	margin: 0 auto;
}

/* Spalten * * * * * * */


.col_1,.col_1_2,.col_1_3,.col_2_3,.col_1_4,.col_3_4,.col_1_3_portfolio{
	float: left;
	margin: 0 1%;
}

.col_1{
	width:98%;
}

.col_1_2{
	width:48%;
}

.col_1_3{
	width:31.3333333333%;
}

.col_2_3{
	width:64.6666666666%;
}

.col_1_4{
	width:23%; 
} 
 
.col_3_4{    
	width:73%; 
}

.col_1_3_portfolio{
	width:31.3333333333%;
	position:relative;


}


/* Navigation * * * * * * */

#menu{  
	display:none;  
}

ul#navigation{
	float: right;
}

ul#navigation li{
	display: inline;
	margin: 0 0 0 35px;
	list-style: none;
}

ul#navigation li a{
	color: #ff5b6f;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 21px;
	font-size: 1.313rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	font-family: 'PT Sans', Verdana, Arial, sans-serif;
}

ul#navigation li a:hover,.active{
	border-bottom: 3px solid;
	padding-bottom: 1px;
}


/* Typografie */ 

h1{
	font-family:'PT Sans', Verdana, Arial, sans-serif;
	font-weight: 700;
	font-size: 42px;
	font-size:2.625rem;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #ff5b6f;
	margin-bottom: 3%;
	margin-top: 5%;
}

h2{
	font-family:'PT Sans', Verdana, Arial, sans-serif;
	font-weight: 700;
	font-size: 42px;
	font-size:2.625rem;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #333333;
	margin-bottom: 3%;
}

h3{
	font-family:'PT Sans', Verdana, Arial, sans-serif;
	font-weight: 700;
	font-size: 39px;
	font-size:2.438rem;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #333333;
	margin-bottom: 3%;
}

h4{
	font-family:'PT Sans', Verdana, Arial, sans-serif;
	font-weight: 700;
	font-size: 37px;
	font-size:2.313rem;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #333333;
	margin-bottom: 3%;
}

h5{
	font-family:'PT Sans', Verdana, Arial, sans-serif;
	font-weight: 700;
	font-size: 35px;
	font-size: 2.188rem;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #333333;
	margin-bottom: 3%;
}

h6{
	font-family:'PT Sans', Verdana, Arial, sans-serif;
	font-weight: 700;
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #333333;
	margin-bottom: 3%;
}

#content h1{
	float: right;
	font-family: 'PT Sans', Verdana, Arial, sans-serif;
	font-weight: 700;
	font-size: 39px;
	font-size: 2.438rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #ff5b6f;
	margin-top: 24%;
}


p{
	font-size: 33px;
	font-size: 2.063rem;
	color: #333333;
	margin-bottom: 5%;
	line-height: 1.4;

}

#content p{
	font-size: 33px;
	font-size: 2.063rem;
	color: #ff5b6f;
	margin-top: 20%;
	padding: 0 0 20% 0;
	line-height: 1.35;
}

.beschreibung {
	font-size: 21px;
	font-size: 1.313rem;
	line-height: 1.3;
	text-transform: uppercase;
	color: #ff5b6f;
	margin-bottom: 5%;
	letter-spacing: 0.1em;
}

.beschreibung a{
	font-family: 'PT Sans', Verdana, Arial, sans-serif;
	font-weight: 400;
	text-decoration:none;
}

.beschreibung a:hover{
	border-bottom: 2px solid;
}
	
#abbinder p{
	font-family: 'PT Sans', Verdana, Arial, sans-serif;
	font-weight: 700;
	font-size: 25px;
	font-size: 1.563rem;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: #ff5b6f;
	text-align: center;
}

.col_1_4 p{
	font-size: 24px;
	font-size: 1.500rem;
	line-height: 1.5em;
}

a{
	color: #ff5b6f;
	
}

blockquote{
	margin: 12px 0 45px 35px;
	font-style: italic;  
	color: #333333;
}

ul, ol{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 45px;
	margin-left: 0;
}

.alignright{ 
float: right;    
margin: 12px 0 30px 40px;
}

.alignleft{ 
float: left;    
margin: 12px 40px 30px 0; 
}

hr{
	background: #333333;
	border: 0;
	height: 2px;
	width: 100%;
	float: left;
	margin: 5px 0 50px 0;
}

#datenschutz p{
	font-size:24px;
	font-size:1.500rem;


}
	
#datenschutz h1{
	float:left;
	margin-top: 10%;

}	

#datenschutz a{
	text-decoration:underline;
}

#footer p{
	font-family: "PT Sans", Verdana, Arial, sans-serif;
    font-weight: 400;
    float: right;
    font-size: 1rem;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 5%;
    letter-spacing: 0.1em;
}

/* Tabellen */ 

table, tr, th, td, thead, tbody{
border-collapse: collapse;
border-right: 3px solid #fff;
}
 
table{
margin: 12px 0 50px;
font-size: 14px;
line-height: 24px;
}
 
thead tr{
background: #ff5b6f;
color: #fff;
font-family: 'PT Sans', Verdana, Arial, sans-serif;
font-weight: 700;
text-transform: uppercase;
}
 
th{
padding: 5px 8px;
border-bottom: 3px solid #fff;
}
 
td{
border-top: 3px solid #fff;
padding: 5px 8px;
border-right: 3px solid #fff;
}
 
tbody tr:nth-child(even) {
background-color: #fff2f3;
}
     
tbody tr:nth-child(odd) {
background-color: #fff2f3;
}

/* Bilder */


.pictures{
	margin-top:1%;
}

#logo{
width:210px;
height:auto;
}

/* Mouseover Startseite */ 


.mouseover{
	position:absolute;
	background-color:#FFF;
	top:38%;
	left:9%;
	width:82%;
	display:none;
}

.mouseover a{
	text-decoration:none;
	display:block;
	padding:5% 0;
}
	
.col_1_3_portfolio:hover .mouseover{
	display:block;
}

.mouseover h1{
font-size:19px;
font-size:1.188rem;
text-align:center;
letter-spacing: 0.1em;
margin-top:0;
}


.mouseover p{
	font-family: 'PT Sans', Verdana, Arial, sans-serif;
	font-weight: 400;
	font-size:18px;
	font-size:1.125rem;
	margin-top:-13%;
	text-align:center;
	font-style:italic;
	color:#666;
	margin-bottom:0;
}

.mouseover p a{	
	color:#666;
}

/* Footer */ 
.col_1 a{
	text-decoration:none;
}


/* Druckformatierung */ 
 
@media print{
	#header{
	display:none
	}
}
	
/* Media Queries * * * * * * * * */ 
 
@media only screen and (min-width: 961px) and (max-width: 1270px) {
	

}

@media only screen and (min-width: 780px) and (max-width: 960px) {

html{        
	font-size: 93.8%;
}

.wrapper{
	width: 100%;
	padding: 0 2%;
}	
	
.col_1_3{
	width:100%;
}

.col_2_3{ 
	width:100%;
}

#content h1{
	float:left;
	margin: 10% 8% -15% 10%;
}		

#content p{
	margin: 20% 8% 0 10%;
}

#abbinder{
	display:none;
}



}

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

html{        
    font-size: 81.3%;
}

.wrapper{
	width: 100%;
	padding: 0 2%;
}
	

.col_1_3{
	width:100%;
}

.col_2_3{ 
	width:100%;
}
	
.col_1_2{ 
	width:98%;

}

.col_1_3_portfolio{
	width:48%;
}

img{
	width:100%;
}

h1{
	padding: 0 2%;
}
	
#content h1{
	float:left;
	margin: 10% 8% -15% 8%;
}	
	
p{
	padding:0 2%;
}

#content p{
	margin: 20% 8% 0 10%;
}
	
#header {
	margin:45px 2% 5% 0%;
}

#navigation{
	display:none;
}

#menu{
	display: block;
	width: 35px;
	height: 35px;
	float: right;
	color: #ff5b6f;
	margin: 5px 1% 0 0;
}

ul#navigation {
	float:right;
	width:100%;	
	font-size:100%;	
}

ul#navigation li{
	display:block;
	text-align:center;
}

#abbinder{
	display:none;
}
