/* Custom styles for the template coiffeur-lunke_template */
@font-face { 
    font-family: 'ReklameScriptMed'; 
	src: url('../schriften/ReklameScript-Medium-webfont.eot'); /* EOT file for IE */    
} 

@font-face { 
    font-family: 'ReklameScriptMed'; 
	src: url('../schriften/ReklameScript-Medium-webfont.ttf'); /* TTF file for CSS3 browsers */ 
} 

@font-face { 
    font-family: 'ReklameScriptReg'; 
	src: url('../schriften/ReklameScript-Regular-webfont.eot'); /* EOT file for IE */     	
} 

@font-face { 
    font-family: 'ReklameScriptReg'; 
	src: url('../schriften/ReklameScript-Regular-webfont.ttf'); /* TTF file for CSS3 browsers */ 	
} 

body {
    font-family: "ReklameScriptMed",Helvetica,Arial,sans-serif;      	
	margin: auto auto;		    
	overflow-y: scroll;	
	font-size: 16px; 	
    background-color: #8BCED8; 
	background-image: url('../images/balken.png'); 
    background-repeat: repeat-y; 
	letter-spacing: 0.03em;
}

.container-fluid {
    padding: 0;	     
}

.header {
    font-family: "ReklameScriptReg",Helvetica,Arial,sans-serif;   
    margin: 0;
	height: 40px;
	color: #FFF; 
	background: #000;	
    padding: 5px 0 0 100px;	
	font-size: 130%;
	letter-spacing: 0.05em;
}

.custom > div > span > span > a {
    color: #FFF;
	text-decoration: none;
}

.small {
    font-size: 93%;
}

.vorn {
    display: none;
}

.navbar {
    margin: 18px 15px 0 0; 	
    margin-left: 10px;	
} 

.nav { 
    float: left;    
    margin-top: 15px;
	margin-bottom: 10px;
}

.nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    color: #000;
	font-size: 40px;
	text-shadow: 0 0 5px #FFF, 0 -1px #FFF, 1px 0 #FFF, 0 1px #FFF, -1px 0 #FFF; 
	background-color: transparent;
	margin: 3px 0 3px 25px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #F00;		
	background-color: transparent;
}

ul.nav.menu.nav-pills li:first-child a {
    margin-left: 0;
	padding-left: 0;
}

button.navbar-toggle {
    margin-right: 0;  
    display: none;
}

.content, footer {
    font-family: Helvetica,Arial,sans-serif;     
	margin-left: 100px;
	margin-top: 15px;
    width: 64%;	
	max-width: 470px; 	
	float: left;		
}

footer {
    margin-top: 50px;
    margin-left: 20%;
    max-width: 80%;
	font-size: 80%;    
}

footer ul {
    list-style-type: none;
	padding-left: 0;	
}

footer ul li {
    display: inline;
}

footer > ul > li > a, footer > ul > li > a:hover, footer > ul > li > a:focus, footer > ul > li > a:visited {
    color: #000;
	text-decoration: none;
	padding-right: 20px;
}

.item-page-home {
    margin-right: -100px; 	
}

.item-page-angebot, .item-page-uebermich, .item-page-standort, .content-impressum {
    width: 100%;
    max-width: 470px;
} 

.content-home p > a, .content-home p > a:hover, .content-home p > a:focus,
.content-standort p > a, .content-standort p > a:hover, .content-standort p > a:focus {
    color: #000;
	text-decoration: underline;
	font-weight: bold;	
}

.content-impressum address > a, .content-impressum address > a:hover, .content-impressum address > a:focus,
.content-impressum address > span > a, .content-impressum address > span > a:hover, .content-impressum address > span > a:focus {
    color: #000;
}

.hervorheben {
    font-family: "ReklameScriptMed",Helvetica,Arial,sans-serif;      
    color: #000;
	font-size: 44px;
	text-shadow: 0 0 5px #FFF, 0 -1px #FFF, 1px 0 #FFF, 0 1px #FFF; 
	letter-spacing: 4px;
    width: 100%;	
}

.ohne-schatten {
    text-shadow: none;
}

.img-home {
    width: 100%;
    max-width: 500px;
    margin-top: -10px;
    margin-left: -30px;
	margin-bottom: -20px;
}

#queen img {
	position:absolute;
	max-width:320px;
	max-height:256px;
	width:100%;
	}	
	
#queen-1 {
	opacity: 1;
	}
#queen-2 {
	opacity: 0;
	}
	
#queen-1 {
	cursor: pointer;
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-property: opacity;
	transition-timing-function: ease-in-out;
	position:relative;
	}
#queen-1:hover {
	opacity:0;
	}	
#queen-2 {
	cursor: pointer;
	transition-delay: 0.5s;
	transition-duration: 0.5s;
	transition-property: opacity;
	transition-timing-function: ease-in-out;
	position:relative;
	}

#queen:hover #queen-2 {
	opacity:1;
	}	

.kleiner {
    font-size: 22px;
	letter-spacing: 2px;
}

td {
    vertical-align: top;
	padding-top: 4px;
	padding-right: 10px;	
}

.preisliste td:nth-of-type(1) {
    width: 45%;
}	

.preisliste td:nth-of-type(2) {
    width: 20%;
}	

.preisliste td:nth-of-type(3) {
    width: 35%;
}

.upper {
    text-transform: uppercase;
}

h3, .h3 {
    margin-top: 40px;
}

h4, .h4 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}

h5, .h5 {
    font-weight: bold;
    font-size: 18px;
	margin-bottom: 3px;
}

p, address {    
	line-height: 1.5;		
}

address {
    margin-bottom: 30px;
}	

div:first-child  p {
    margin-top: 15px;
}

.abstand-unten {
    margin-bottom: 20px;
}

.left {
    float: left;
}

.content-home {
    margin-top: -20px;
    margin-left: 15%;	
}

.custom-angebot, .custom-uebermich, .custom-standort, .custom-impressum {
    float: left;
	width: 100%;
	max-width: 300px;
}

.custom-angebot p img, .custom-uebermich p img, .custom-standort > p > img {
    width: 100%;
    max-width: 300px;
}

.pull-right {
    padding-top: 3px;
}

.clearleft {
    clear: left;
}	

@media (max-width: 1039.999999px) {    
  .adr {
    display: none;
  }     
  .navbar, .content, footer {    
    margin-left: 110px;	
  }  
}

@media (max-width: 898.999999px) {   
  .custom-angebot p img, .custom-uebermich p img, .custom-standort p img {
    margin-left: 110px;
  }  
}  

@media (max-width: 809.999999px) { 
  .adr, .dom {
    display: none;
  }    
  .navbar-toggle {
    display: none;
  }	
  ul.nav.menu.nav-pills li  a {
    margin-left: 0;
	padding-left: 15px;
  }  
  .item-page-home {
    margin-right: 0; 
    margin-left: 0;	
  } 
}

@media (max-width: 739.999999px) { 
  .hauptmenu {
    display: none;    
  }   
  button.navbar-toggle {
    display: block;
  }	
  .icon-bar {
    background-color: #FFF;
  }     
  .nav {
    width: 180px;
	margin-top: 0;
  } 
  ul.nav.menu.nav-pills li  a {  
	min-width: 150px;
	font-size: 150%; 
	padding-left: 0;
    margin-left: 0;	
  } 
}

@media (max-width: 589.999999px) {   
  .adr, .dom, .mail {
    display: none;
  }     
  .item-page-home {
    margin-right: 0; 	
  }
  .custom-angebot p img, .custom-uebermich p img, .custom-standort p img, #queen img {
    width: 75%;    
  }    
}

@media (max-width: 469.999999px) {  
  .content-home p:first-child {    
    font-size: 26px;
  }
}

@media (max-width: 429.999999px) {    
  .item-page-angebot {
    font-size: 90%;
  }
}

@media (max-width: 379.999999px) {  
  .adr, .dom, .mail, .name {
    display: none;
  }   
  .vorn {
    display: inline;
  }  
  body {    
	background-image: url('../images/balken_schmal.png');     
  }  
  .header {
    padding-left: 43px;
  }  
  .content{
    margin-left: 6%;
  } 
  .item-page-home, .item-page-uebermich, .item-page-standort, .item-page-impressum, footer {
    width: 130%; 	
  }
  .navbar, .item-page-angebot, .item-page-uebermich, .item-page-standort, .item-page-impressum, footer {
    margin-left: 15%;
  }   
  .img-home {
    margin-left: 0;
  }
  .custom-angebot p img, .custom-uebermich p img, .custom-standort p img {
    margin-left: 50px;
  }  
}

@media (max-width: 569px) {   
  .preisliste td:nth-of-type(1) {
    width: 20%;
  }	
  .preisliste td:nth-of-type(2) {
    width: 20%;
  }	
  .preisliste td:nth-of-type(3) {
    width: 60%;
  }  
  
}

@media (min-width: 990px) and (max-width: 1243.999999px) { 
  .header {
    padding-left: 14%;	
  }  
  .navbar, .content, footer {        
    margin-left: 16%;
	width: 100%;
  }      
}

@media (min-width: 1244px) {  
  .header {
    padding-left: 18%;  	
  }
  .navbar, .content, footer {        
    margin-left: 20%; 
	width: 80%;
  }   
}  