/*
Theme Name: Iris Weinhart-Krieger
Template: twentythirteen
Author: Dieter Kneffel // creativtransfer.com // wir@creativtransfer.com
Version: 1.1
Updated: 2015-06-20 13:18:12
*/

@charset "UTF-8";
/* @import url(http://fonts.googleapis.com/css?family=Lato:300,400); */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400|Droid+Serif);


  
@font-face {
	font-family: 'Fabrikat-Regular';src: url('webfonts/315C0A_0_0.eot');src: url('webfonts/315C0A_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/315C0A_0_0.woff2') format('woff2'),url('webfonts/315C0A_0_0.woff') format('woff'),url('webfonts/315C0A_0_0.ttf') format('truetype');

}

body {
	color: #2b5d65; important;
	line-height: 1.5;
	margin: 0;
		background-color: #f5f1ee;
}

.site{
	max-width: 100%;
	background-color: #f5f1ee;

}

/* no top menu! */
/*
.site-header { display: none; }
*/

.site-header { padding-bottom: 0px !important; }

/* doch top menu!! */

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: inherit;
    color: #2b5d65;
}

.myfixed .nav-menu li a,
.myfixed .nav-menu li:hover > a, 
.myfixed .nav-menu li a:hover, 
.myfixed .nav-menu li:focus > a, 
.myfixed .nav-menu li a:focus {
    color: #f5f1ee;
}

.myfixed .nav-menu .current_page_item > a, 
.myfixed .nav-menu .current_page_ancestor > a,
.myfixed .nav-menu .current-menu-item > a,
.myfixed .nav-menu .current-menu-ancestor > a {
    color: #f5f1ee;
}



#home .entry-header { display: none; }
#home h1 { display: none; }

.entry-header h1 {
	padding-top: 15px;
	padding-left:20px;
}

.section-title {
	padding-top: 15px;
}

#kontakt .section-title{ display: none; }

.kontakt {
   bottom: 2%; width: 100%; text-align: center; font-family: 'Fabrikat-Regular', sans-serif; 
   font-size: 2rem;
}

.kontakt p {
   -ms-hyphens: none;
   -webkit-hyphens: none;
   hyphens: none;
   font-size: 2rem;
}

/* Typo */

h1 {
/* color: #da0014;	*/
font-size: 1.9rem;
text-align: left;
font-weight: normal;
font-family: 'Fabrikat-Regular', sans-serif;
/*
letter-spacing: 2px;
*/
margin: 0 0 10px;
margin-left: auto;
margin-right: auto;
width: 65%;
max-width: 1000px;

}

h1.eggshell {
/*	color: #f5f1ee;*/
	margin-left: auto;
margin-right: auto;
/*
width: 65%;
max-width: 1000px;
*/
}

section:nth-child(even) h1 { color: #2b5d65; }
section:nth-child(odd) h1 { color: #f5f1ee; }


h3 {
color: #da0014;
font-size: 40px;
text-align: center;
font-weight: normal;
text-transform: uppercase;
font-family: 'Fabrikat-Regular', sans-serif;
letter-spacing: 1px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Fabrikat-Regular, sans-serif;
	line-height: 1.3;

}

p {

font-family: 'Fabrikat-Regular', sans-serif;
font-weight: 300;
font-size: 1.2rem;
line-height: 1.5;
letter-spacing: 1px;

text-align: justify;
margin-bottom: 1em;
margin-left: auto;
margin-right: auto;
width: 65%;
max-width: 1000px;
}

.navbar {
background-color: #f5f1ee;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}

.main-navigation {
text-align: center;
   max-width: 1184px !important;
}

ul.nav-menu,
div.nav-menu > ul {
text-align:center;

padding: 8px !important;
} 

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
color: #2b5d65;
font-style: normal;
}

.nav-menu li {
font-family: 'Fabrikat-Regular', sans-serif;
font-weight: 300;
/* text-transform: uppercase; */
letter-spacing: 1px;

/* kein schönes menü mehr :( */
/* width: 8.6rem; */

/* stattdessen 0815 */
padding: 0px 15px;
white-space: nowrap;
}


.nav-menu li a {
	font-size: 15px;	
padding: 15px 0px !important;
   color: #2b5d65;
}

.nav-menu .menu-item-24 a {

font-size: 34px;
font-family: 'Fabrikat-Regular', sans-serif;
text-transform: uppercase;
}

.site-header {
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.soon {

font-family: 'Fabrikat-Regular', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
color: #da0014;
text-align: center;
}


/* parallax shortcode css */
.parallax {
    width: 100%;
    height: 85vh;
    background-repeat:no-repeat;
/*
    -webkit-background-size: cover;
    background-size: cover;
*/
    background-attachment:fixed;
	background-position: 50% 50%;
	background-size: 30%;
}


/* oldschool menu responsive fix */
@media (max-width: 643px) {
   .toggled-on .nav-menu > li a:hover, .toggled-on .nav-menu > ul a:hover,
   .toggled-on .nav-menu > li a:focus, .toggled-on .nav-menu > ul a:focus {
       background-color: inherit;
   }
}

/* For any viewports less than 600px wide */
@media (max-width: 600px) {
    .parallax {
        background-size: 90%; /* Force the image to its minimum width */
    }

   h1, p, ul.profil {
      width: 95% !important;
   }

   p {
      text-align: left;
   }

   .kontakt p {
      font-size: 1.5rem;
   }

}

.parallax_container{
    padding: 0;
}

.parallax_content{
    width:100%;
    margin:auto;
}
/* parallax shortcode css ende */


/* textlayer ueber sectionstrenner -- fixme! */
/*
.section-text-layer {
	width: 100%;
	text-align: center;
	background-color: #808080;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}
*/


/*Increase width - original max-width 604 px*/

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
/*
	max-width: 1200px;
	width: 65%;
*/
   max-width: 100%;
}


.full-size {
	margin-left: auto !important;
	margin-right: auto !important;
	height: auto;
/*
	padding-right: 1em !important;
*/
} 

.site-footer {
background-color: #FFF;
border-top: 1px solid #000;
border-bottom: 1px solid #eee;
color: #000;
font-family: 'Fabrikat-Regular', sans-serif;
font-size: 0.9rem;
text-align: center;
letter-spacing: 1px;
}

.site-info {
	display: none;
}

/*
.site-info {
	border-bottom: 1px solid #EEE;
	display: none !important;

}
*/

footer.entry-meta {
	margin: 0;
	padding: 0; } 

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 0;
}


/* damit man den hintergrund nicht sieht, wenn der slider noch laedt... */
.wds_loading {
	height: 90vh; 
}


section {
	min-height: 100vh;	

}


/* ----------------------------- sectionen css ------------------------ */
#angebot {
	background-color: rgb(43, 93, 101);
	color: #f5f1ee;
}

#kontakt, #test {
	background-color: rgb(43, 93, 101);
	color: #f5f1ee;
}

.quote {
	font-size: 3.0rem;
	font-style: normal;
	text-align: left;
}

.imgbox {
	background-color: #dddddd;
	background-image: url("http://wiki.selfhtml.org/mediawiki/images/9/9e/Talbruecke_poehl.jpg");
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid;
	display: inline-block;
	width: 300px; 
}

ul.profil {
	font-family: 'Fabrikat-Regular', sans-serif;
	font-weight: 300;
font-size: 1.2rem;
    list-style: disc; /* Remove list bullets */
    padding: 0;
    margin: 0;
 list-style-position: outside;

   width: 65%;
   max-width: 1000px;

}

ul.profil li { 

	list-style-position: outside;
}

.entry-content a {
color: #f5f1ee;
}

.entry-content a:hover {
	color: #f5f1ee;
	text-decoration: underline;
}

.responsivemenu-main {
    height: 100.1%;
    display: inline-block;
    background-color: #2b5d65;
}

.responsivemenu-heading-text {
    margin: 0 0 8px;
    font-family: 'Fabrikat-Regular', sans-serif;
    font-weight: 100;
    font-size: 1.4rem;
color: #f5f1ee;
letter-spacing: 1px;
}

.responsivemenu-subheading-text {
    margin: -6px 0 0;
    font-family: 'Fabrikat-Regular', sans-serif;
    font-weight: 100;
    font-size: 1.1rem;
    line-height: 13px;
    color: #f5f1ee;
letter-spacing: 1px;
}

.responsivemenu-heading-inner {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 40px 18px 22px;
}

.responsivemenu-by-hmg ul li a {
    max-width: 230px;
    width: auto;
    font-size: 1.0rem;
    font-family: 'Fabrikat-Regular', sans-serif;
font-weight:normal;
color: #f5f1ee;
    margin: 0;
letter-spacing:1px;
    display: inline-block;
    text-decoration: none;
padding: 5px 0 5px 20px;
}



/* oldschool menu responsive fix */
@media (max-width: 643px) {
   .toggled-on .nav-menu > li a:hover, .toggled-on .nav-menu > ul a:hover,
   .toggled-on .nav-menu > li a:focus, .toggled-on .nav-menu > ul a:focus {
       background-color: inherit;
       text-decoration: underline;
	color: #000;
   }
}

