/*
Logo			
Schrift:			
content 			
link: 			5391d7	 blau
link: 			438421	 grün
grau footer:   f2f2f2;
*/
/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


* {
	 border: none!important; 
}

* {
	padding:0;
	margin:0;
	   -moz-box-sizing:    border-box;
	-webkit-box-sizing:    border-box;
	     -o-box-sizing:    border-box;
	        box-sizing:    border-box;
}
header, footer, section, aside, nav, article {
	display: block;
}
html, body {
	height: 100%;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
}
pre, code {
	font-size: 1.0em;
}

a, a:visited {
	color: #6d6d6d;
	text-decoration: none;
	font-weight: 400;
}
#mainnav nav ul li div a,
#breadcrumbs p a {
	text-transform: uppercase;
}
a:hover {
	color: #438421;
}
h1 {				/* in Aussellungen repeater als Anker */
	font-size:1em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 0 6px 0;
	color: #333333;
	border-bottom: 10px solid #f2f2f2!important;
	margin-bottom: 40px;
}

h2 {				/* in Aussellungen repeater als Überschrift */
	font-size:1em;
	font-weight: 400;
	padding: 10px 0 0 0;
}
h3 {
	font-size:1em;
	font-weight: 400;
	padding: 0;
}
h3.verkauft:after {
    content: url("../img/dot.svg"); 
	width: 12px;
	display: inline-block;
	padding-left: 6px;
}
h4 {
	font-size:1em;
	font-weight: 400;
	padding: 0;
	text-transform: uppercase;
}
img {
	border:0 none;
}
#giselakrohn{
	text-align: center;
	display: table;
	height: 100%;
	width: 100%;
}
#fotograf {
   position: absolute;
  bottom: 0;
  right: 0;
  padding:10px;
}
#giselakrohn h1 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: black;
	position: relative;
	z-index: 100;
	display: table-cell;
	font-weight: 400;
}
#giselakrohn h1.klein {
    font-size: 4vw;
}
#giselakrohn h1.mittel {
    font-size: 6vw;
}
#giselakrohn h1.gross {
	font-size: 8vw;
}
#giselakrohn h1.oben {
	vertical-align: top;
	padding-top: 50px;
}
#giselakrohn h1.mitte {
    vertical-align: middle;
}
#giselakrohn h1.unten {
   vertical-align: bottom;
   padding-bottom: 50px;
}
#giselakrohn h1.links {
	text-align: left;
	padding-left: 10px;
}
#giselakrohn h1.mittehorizontal {
    text-align: center;
}
#giselakrohn h1.rechts {
   text-align: right;
   padding-right: 10px;
}

/* ------------------------------------------  classes  ---------------------- */
.noshow {
	visibility: hidden;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: ".";
    clear: both;
    height: 0;
}
.clearboth {
	clear:both;
	height:0;
	overflow:hidden;
}

#cover {
	background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
}
/* ---------  header   --------------------- */
#wrapheader {
	margin:0 auto;
	padding: 10px 4% ;
	width: 100%;
	max-width:1200px;
	border:1px red dotted;
}
header {
	height: auto;
	position: relative;
	padding-bottom: 70px;
	border:1px red dotted;
}


/* topnav & headernav  -------------------------------------------------*/
#greywrapheadernav {
	background-color: #f2f2f2;
}
#wrapheadernav {
    margin: 0 auto;
    padding: 4px 4%;
    width: 100%;
    max-width: 1200px;
    border: 1px red dotted;
}

#wrapheadernav {
	margin-bottom: 50px;
}
#topnav,
#headernav {
	text-transform: uppercase;
}
#topnav nav ul,
#headernav nav ul {
	float:right;
	list-style-type:none;
}
#topnav nav ul li,
#headernav nav ul li {
	float:left;
	padding-top: 0px;
	font-size: 1.125em;
}
#topnav nav ul li a,
#headernav nav ul li a {
	padding: 10px 0 20px 20px;
}
#headernav nav ul li:last-child a {
	padding: 10px 0 20px 6px;
}
#topnav nav ul li a:hover,
#topnav nav ul li.active div a,
#headernav nav ul li a:hover,
#headernav nav ul li.active div a {
    color: #438421;
}
#topnav nav ul:after,
#headernav nav ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
/* mainnav  -------------------------------------------------*/
.menuebutton {
	display: block;
	position: absolute;
	right: 0;
	top: -40px;
	z-index: 400;
}
.menuebutton a {
	background-image: url("../img/menue.png");
	height: 20px;
	width: 20px;
	display: block;
}
.menuebutton a:hover {
	background-image: url("../img/menue-hover.png");
	height: 20px;
	width: 20px;
	display: block;
}

#mainnav {
	padding: 6px 0 20px 60px;
	position: relative;
	width: 240px;
	z-index: 100;
	float: right;
}
#mainnav nav {
	display:none;   /* Hamburger closed when navigated*/
	min-width: 180px;   /* responsive nav toggels from above*/
}
#mainnav nav ul {
	float: none;
	 list-style-type: none;
}	
#mainnav nav ul li {
	float: none;
	font-size: 1.25em;
}

#mainnav nav ul li a {
	padding: 0 10px 4px 10px;
}



#logo {

}
#logo img {
	width: 100%;
	max-width: 400px;
}
/* --------------------------------------------  content allg -------------------- */
#wrap {
	margin:0 auto;
	padding: 10px 4% ;
	width: 100%;
	max-width:1200px;
	min-height: 450px;
	border:1px red dotted;
}
#content {
	position: relative;
	max-width: 1200px;
	border:1px red dotted;
}
#content p {
	padding: 10px 0;
}
#content .ausstellungen ul li p {
	padding: 10px 0 0 0;
}
#content .ausstellungenrepeater p {
	padding:0;
}
#wrapbreadcrumbs {
	background-color: #f2f2f2;

} 
#breadcrumbs {
	margin: 0 auto;
	max-width: 1200px;
    padding: 10px 4%;
    width: 100%;
}    
#breadcrumbs a:first-child {
	padding: 0 14px 0 0;
} 
#breadcrumbs a {
	padding: 0 14px;
}


/* ------------------------------------------  arbeiten   ---------------------- */
.module.arbeiten div.arbeit a div {
	position: relative;
}
.module.arbeiten div.arbeit a img {
	width: 100%;
	display: block;
}
.module.arbeiten div.arbeit a {
	background-color: #000;
	display: inline-block;
}
.module.arbeiten div.arbeit a h3 {
	position: absolute;
	font-size: 0.8em;
	font-weight: 300;
	bottom:0;
	padding:0;
	opacity:0;
}
.module.arbeiten div.arbeit a:hover h3 {
	color:#fff;
	padding-left:4px;
	opacity:1;
	line-height: 1.25em;
}
.module.arbeiten div.arbeit a h2 {
	padding: 20px 0;
	background-color: #f9f9f9;
}
.module.arbeiten div.arbeit div.cell a:hover,
.module.arbeiten div.arbeit div.cell1 a:hover,
.module.arbeiten div.arbeit a:hover {
	    transition:all 0.3s ease;

	    -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
	       -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
	            box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);

        -webkit-transform: scale(1.01);
           -moz-transform: scale(1.01);
            -ms-transform: scale(1.01);
             -o-transform: scale(1.01);
         		transform: scale(1.01);
}

.cell1,
.cell2,
.cell3,
.cell4,
.cell5 {
	width: auto;
}

/* ------------------------------------------  arbeiten   ---------------------- */
#content div.col-1-4 div.module.arbeiten .arbeit a img,
#content div.col-1-1 div.module.arbeiten .arbeit img,
#content div.grid div.repeater_aktuell div.col-3-4 section.clearfix img,
#content div.grid div.col-1-2.portrait img {
	max-width: 100%;
}
#content div.grid div.col-1-2.portrait img {
	padding-right: 40px;
}
#content div.col-1-4 div.module.arbeiten div.arbeit a img:hover {
	opacity: 0.8;
}

/* ------------------------------------------  aktuell  ---------------------- */
#content .repeater_aktuell {
    padding: 0 0 20px 0;
}
#content .repeater_aktuell:after {
    visibility: hidden;
    display: block;
    content: ".";
    clear: both;
    height: 0;
}
/* ------------------------------------------  austellungen  ---------------------- */
#content .ausstellungen .ausstellungenrepeater {
	padding: 10px 0;
}
#content .ausstellungen {
	padding: 60px 0;
}
#content .col-1-4ausstellungen img {
	position: relative;
	top: 20px;
	width:100%;
}
.ausstellungen .ausstellungenrepeater #pdf {
   
}
#bottomdownbutton3 .ausstellungen #pdf .icon-pdf a,
.ausstellungen .ausstellungenrepeater #pdf .icon-pdf a {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    line-height: 1em;
    padding: 0 0 0 8px;
    font-size: 1em;
}
.ausstellungen div.col-1-2 ul li {
	padding-bottom: 40px;
}
/* ------------------------------------------  Wald. Wolf. Wildnis  ---------------------- */
.waldwolfwildnis  h2.date {
	padding:0;
}
/* ------------------------------------------  über mich  ---------------------- */

.mittig {
    font-size: 1.4em;
    line-height: 40px;
    padding: 20px 40px 60px 40px;
    text-align: center;
    position: relative;
}

.zitat {
    font-family: "Gentium Basic",Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    line-height: 40px;
    padding: 20px 40px 60px 40px;
    text-align: center;
    position: relative;
    z-index: 20;
}

.zitat p::before {
    color: #e1e1e1;
    content: "”";
    font-size: 80px;
    left: 2px;
    line-height: 20px;
    position: relative;
    top: 53px;
}
.zitat p::after {
    color: #e1e1e1;
    content: "”";
    font-size: 80px;
    line-height: 0;
    position: relative;
    top: 28px;
}
/* ------------------------------------------  kontakt  ---------------------- */

.col-1-2.kontakt img {
	width: 100%;
	padding-right: 40px;
}

/* ------------------------------------------  waldwolfwildnis  ---------------------- */
#content .wolf img {
	width: 100%;
	max-width: 400px;
	padding-right: 40px;
}
#content .wolf div.col-1-2 p {
	
}


/* ------------------------------------------  footer  ---------------------- */
#wrapfooter {
	background-color: #f2f2f2;
}
footer {
	margin:0 auto;
	padding: 10px 4% ;
	width: 100%;
	max-width:1200px;
	border:1px red dotted;
}
#footernav{
    padding: 20px 0 60px 0;
    width: 100%;
}
#footerleft {
	float: left;
}
#socialmedia {
 	width: 260px;
}
#socialmedia ul li {
    float: left;
    list-style-type: none;
}
#socialmedia ul li a {
    padding: 20px 18px 20px 0;
    display: block;
}
#socialmedia ul li.icon-youtube a {
	background-image: url("../img/youtube.png");
    height: 48px;
    width: 48px;
    display: block;
    background-size: 48px;
    position: relative;
    top: 20px;
}
#socialmedia ul li.icon-youtube a:hover {
	background-image: url("../img/youtube-hover.png");
}

#bottomnav {
	width: 200px;
}
#bottomnav ul {
	list-style-type: none;
}
#bottomnav ul li {
	padding: 10px 0 0 0;
}
#bottomnav ul li a {
	color: #000;
	text-transform: uppercase;
}
#bottomnav ul li a:hover {
	color: #438421;
}
#mailchimp {
	float: right;
}

.copyright {
    font-size: 0.8em;
    padding: 10px 0 0;
    width: 100%;
	text-align: center;
}

		@media screen and (min-width:400px) {
				/* ------------------------------------------  arbeiten   ---------------------- */
				.module.arbeiten div.arbeit a img {
					width: auto;
					max-width: 100%;
				}
			}

		@media screen and (min-width:680px) {
	/* ------------------------------------------  arbeiten   ---------------------- */
			.menuebutton {
				display: none
			}

			#mainnav {
			    float:right;
				padding: 0;
				width: calc(100% - 420px);
			}
			#mainnav nav {
				display: block;
			}
			#mainnav nav ul li {
    			text-align: right;
			}


}

/* ---------------------------------------------------------------------------------------- */
		/* -------------------------------   MEDIA QUERIES   --------------------------   */
		@media screen and (min-width:1100px) {
			header {
    			
			}

			#mainnav {
				padding: 35px 0 0 0;
				z-index: 200;
			}
			#mainnav nav {
				width: 100%;
			}
			#mainnav nav ul {
				list-style-type:none;
				float: right;
			}
			#mainnav nav ul li {
				font-weight: 300;
				float: left;
				padding: 0 4px;
			}
			#mainnav nav ul li:last-child {
				padding: 0 0 0 4px;
			}

			#mainnav nav ul li a {
				display: inline-block;
				width: 100%;
			}
			#mainnav.clearfix nav ul li:last-child a {
				 padding: 0 0 4px 10px;
			}


			#mainnav nav ul li.active a,
			#mainnav nav ul li.current a,
			#mainnav nav ul li a:hover {
				color: #438421;
			}
			.zitat {
    			padding: 20px 40px 60px 200px;
			}



		}









