
/* NH_styles.css Nicole Hoerold */
/* bellota-text-300 - latin */
@font-face {
  font-family: 'Bellota Text';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/bellota-text-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: url('fonts/bellota-text-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bellota-text-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bellota-text-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/bellota-text-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bellota-text-v16-latin-300.svg#BellotaText') format('svg'); /* Legacy iOS */
}

/* bellota-text-300italic - latin */
@font-face {
  font-family: 'Bellota Text';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/bellota-text-v16-latin-300italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/bellota-text-v16-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bellota-text-v16-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bellota-text-v16-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/bellota-text-v16-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bellota-text-v16-latin-300italic.svg#BellotaText') format('svg'); /* Legacy iOS */
}

/* bellota-text-regular - latin */
@font-face {
  font-family: 'Bellota Text';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/bellota-text-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/bellota-text-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bellota-text-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bellota-text-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/bellota-text-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bellota-text-v16-latin-regular.svg#BellotaText') format('svg'); /* Legacy iOS */
}

/* bellota-text-italic - latin */
@font-face {
  font-family: 'Bellota Text';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/bellota-text-v16-latin-italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/bellota-text-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bellota-text-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bellota-text-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/bellota-text-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bellota-text-v16-latin-italic.svg#BellotaText') format('svg'); /* Legacy iOS */
}

/* bellota-text-700 - latin */
@font-face {
  font-family: 'Bellota Text';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/bellota-text-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: url('fonts/bellota-text-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bellota-text-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bellota-text-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/bellota-text-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bellota-text-v16-latin-700.svg#BellotaText') format('svg'); /* Legacy iOS */
}

/* bellota-text-700italic - latin */
@font-face {
  font-family: 'Bellota Text';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/bellota-text-v16-latin-700italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/bellota-text-v16-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bellota-text-v16-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bellota-text-v16-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/bellota-text-v16-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bellota-text-v16-latin-700italic.svg#BellotaText') format('svg'); /* Legacy iOS */
}


body {
    font-family: 'Bellota Text', cursive;
    font-size: medium; /*calc(12px + 1vw);*/
	font-weight: 400;
	margin: 0 auto;
	background-color: #fff;	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
section {
    clear: both;
	height: auto;
}
article{
    box-sizing: border-box;
	display: block;
}
article img
article p{
	text-align: justify;
	text-justify: inter-word;
}
article h3, h4{
	text-align: justify;
	text-justify: inter-word;
}
ul {
	padding-left: 15px;
}
#outer {
    width: 100vw;
    height: auto;
    margin: 0;
	background-color: #fff;
}
#wrapper {
    width: 100vw;
    height: auto;
    margin: 0 auto;
}
#topwrapper {
	width: 100%;
    box-sizing: border-box;
	display: block;
	margin: 0;
}
#top {
    width: 90%;
    height: auto;
    max-width: 960px;
    min-width: 300px;
	margin: 0 auto;
	padding: 0 1em;
    box-sizing: border-box;
	display: block;
}
#toptitel {
    width: 100%;
    height: auto;
	margin: 0;
	padding: 1em 0;
	font-size: large;
	font-weight: 700;
	text-align: center;
	display: block;
    box-sizing: border-box;
}
#topmenu {
    width: 100%;
    height: auto;
	margin: 0;
	padding: 0;
	font-size: medium;
	font-weight: 700;
	color: black;
    display: inline-block;
    box-sizing: content-box;
}
#mainwrapper {
    width: 100%;
    height: auto;
	margin: 0;
	padding: 0;
    box-sizing: border-box;
	display: block;
}
#main {
    width: 90%;
    height: auto;
	background-color: #ffffff;
    max-width: 960px;
    min-width: 300px;
	margin: 0 auto;
	padding: 0;
    box-sizing: border-box;
	display: block;
}
#main h3 {
	margin: 1em auto;
	text-align: center;
}
#bigpic {
	width: 100%;
 	height: auto;
	margin: .75em auto 0 auto;
    box-sizing: border-box;
	display: block;
}
#mainpic, #mainpic2 {
	float: left;
    width: 50%;
    height: auto;
    max-width: 480px;
    min-width: 150px;
	margin: 0;
	padding: 2em 0;
}
#mainpic img, #mainpic2 img{
    width: 100%;
    height: auto;
    max-width: 300px;
}
#contactpic, #contactpic2 {
	float: right;
    height: auto;
	margin: 0 0 1em 1.5em;
	padding: 1em 0 0 0;
	display: block;
    box-sizing: border-box;
}
#maintext, #maintext2 {
	float: right;
    width: 45%;
	padding: .5em 0 2em 1em;
	margin: 0 auto;
	background-color: #ffffff;
}
#main article {
	padding: 1em 2em 0 2em;
}
#footwrapper {
    width: 100%;
    height: auto;
	margin: 0 0 0 0;
    box-sizing: border-box;
	display: block;
}
#footer {
	color: black;
    width: 90%;
    height: auto;
    max-width: 960px;
    min-width: 300px;
	height: 159px;
	margin: 0 auto;
	padding: 0 2em 0 0;
    box-sizing: border-box;
	display: block;
	background-image: url("images/Traenen_bannerIII.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
#foottitel {
	float:left;
    width: 50%;
    height: auto;
	margin: 0;
	padding: 2em 1em 2em 0;
    max-width: 480px;
    min-width: 150px;
	display: block;
    box-sizing: border-box;
    background-color: transparent;
}	
#footlink {
	color: black;
	float: right;
    width: 100%;
    height: auto;
	padding: 2em 0 2em 0;
    max-width: 480px;
    min-width: 150px;
	margin: 0;
    display: block;
    box-sizing: border-box;
	text-align: right;	
    background-color: transparent;
}
#footlink p a {
	color: black;
}	
#footlink p a:hover {
	color: #004d4d;
}	
/*---------------------------------------------------------------------------------------*/
.italic{
	font-style: italic;
}
.thick{
	font-weight: bold;
}
.bigger{
	font-size: larger;
}
.little{
	font-size: smaller;
}

.littlegrey{
	font-size: smaller;
	color: #777;
}
.red{
	color: red;
}
.blue{
	color: #5c88c5;
}
.back a{
	font-size: x-large;
	font-weight: bold;	
	text-decoration: none;
	color: #000000;
}
.wide{
	padding: 0 2em;
}
.higher{
	font-size: 130%;
}
.nobreak{
	white-space: nowrap;
}
.quote{
	text-transform: capitalize;
}
/*---------------------------------------------------------------------------------------*/
#guestbook{
	margin: 0 auto;
 	height: 300px;
	overflow-y: scroll;
	border: 3px solid #ababab;
	border-radius: 5px;
}
#guestbook ul{
	list-style-type: none;
}
#guestbook ul li{
	margin: 0 0 2em 0;
}
#guestform{
	text-align: center;
}
#guestentry{
	width: 80%;
	height: 10em;
	border: 3px solid #ababab;
	border-radius: 5px;
	padding: .5em;
	margin: 1em 0;
}	
input{
	width: 80%;
	height: 2em;
	border: 3px solid #ababab;
	border-radius: 5px;
	padding: 0 .5em;
	margin: 1em 0;
}	
input[type=submit]{
	width: 40%;	
}
input[type=checkbox]{
	width: 2em;
	height: 1.5em;
	accent-color: #ababab;
}
input[type=checkbox] + label{
	width: 80%;
}
/*---------------------------------------------------------------------------------------*/
#socialIcons {
    width: 19.2vw;
    height: auto;
    max-width: 241.92px;
	min-width: 149.76px;
    margin: 1.7vw 0 0 0;
}
#socialIcon {
    width: 6.4vw;
    height: auto;
    max-width: 30px; /*80.64px;*/
	min-width: 49.92px;
    margin: 1.7vw 0 0 0;
}
/*---------------------------------------------------------------------------------------*/
#exhib{
	width: 100%;
	font-size: smaller;
}
#exhib tr{
	vertical-align: top;
	text-align: left;
}
#exhib td:first-child{
	white-space: nowrap;
	padding: 0 .5em 0 0;
}
/*---------------------------------------------------------------------------------------*/
#class{
	width: 100%;
	font-size: smaller;
}
#class tr{
	vertical-align: top;
	text-align: left;
}
#class td:first-child{
	white-space: nowrap;
	padding: 0 .5em 0 0;
}
/*---------------------------------------------------------------------------------------*/
#u-menu {
    position: relative;
    margin: 0;
	text-align: center;
}
#u-menu * {
    padding: 0;
    list-style-type: none;
	z-index: 1;
}
#u-menu a {
    color: #000;
    display: block;
    text-decoration: none;
}
#u-menu a:hover {
	color: #004d4d;
}
#u-menu ul {
	width: 100%;
    margin: 0 auto;
	text-align: center;
}
#u-menu li {
    position: relative;
    float: left;
	width: calc(100%/4);
	height: auto;
    margin: 0;
}
#u-menu ul li {
    background-color: transparent;
    margin: 0;
	padding: 0 0 1em 0;
}
#u-menu ul li ul {
	margin: 0 auto;
	padding: 1em 0 0 0;
	
}
#u-menu ul li ul li {
    margin: 0 auto;
    width: 100%;
    border: none;
    background-color: #fff;
    z-index: 5;
	padding: 0 0 1em 0;
	white-space: nowrap;
}
#u-menu ul li ul li a{
	background-color: #fff;
	text-align: center;
	color: #000;
}
#u-menu ul li ul li a:hover {
    background-color: #fff;
	color: 004d4d;
}
#u-menu ul li ul, #u-menu:hover ul li ul, #u-menu:hover ul li:hover ul li ul {
    display: none;
    /*list-style-type: none;*/
    width: 100%;
    height: auto;
}
#u-menu:hover ul, #u-menu:hover ul li:hover ul, #u-menu:hover ul li:hover ul li:hover ul {
    display: block;
}
#u-menu:hover ul li:hover ul {
    position: absolute;
	display: block;
}
/*-----------------------------------------------------------------------------------------------------------*/
.project {
	margin: 0 auto;
    text-align: center;
    padding: 0;
}
.project h4 {
	margin: 0 auto;
	text-align: center;
}
.project p {
    margin: 0 auto;
    text-align: justify;
}
.project .fotogroup {
	display: inline-block;
	position: static;
    background-color: #fff;
	margin: 1vw auto;
	width: 100%;
	height: auto;
    max-width: 960px;
    min-width: 300px;
	margin: 0 auto;
    text-align: center;
	white-space: wrap;
	bottom: auto;
}
.project .fotogroup div {
    margin: 1vw 0;
	padding: 1vw;
    max-width: 45%;
    height: auto;
    display: inline-block;
}
.project .fotogroup div img {
    margin: 1vw 0;
    max-width: 100%;
    max-height: 200px;
    height: auto;
}
.project .fotogroup div video {
    margin: 1vw 0;
    max-width: 100%;
    max-height: 200px;
    height: auto;
}
.project .fotogroup div p {
    margin: 1vw 0;
    max-width: 100%;
    text-align: center;
}
.project .fotogroup div a {
	color: #000;
	text-decoration: none;
	font-weight: 700;
}
.project .fotogroup div a p{
	color: blue;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------------------------------*/
.uparrow {
    margin: 0 0 1vw 0;
	text-align: right;
    padding: 0;
	font-size: medium;
}
.uparrow a:hover:before{
    opacity: 1;
}
.uparrow a::before{
    margin: 1vw;
    content: "zurück nach oben";
	opacity: 0;
}
.uparrow a:link{
	text-decoration: none;
}
/*-----------------------------------------------------------------------------------------------------------*/
.imgshow__overlay {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*align-items: flex-start;*/
	background-color: transparent;
}
.imgshow__figure {
	display: none;
	position: relative;
	width: 100vw;
	height: auto;
	margin: 1em 0em;
}
.imgshow__overlay:target, .imgshow__overlay.is-active {
    visibility: visible;
	background-color: rgba(0, 0, 0, 0.9);
}
.imgshow__overlay:target > .imgshow__content, .is-active > .imgshow__content {
	-webkit-animation: 0.4s ease-out 0.2s both;
    animation: 0.4s ease-out 0.2s both;
	-webkit-animation-name: inherit;
    animation-name: inherit;
}
.imgshow__overlay:target .fotogroup {
	visibility: visible;
	position: fixed;
	bottom: 0px;
	width: 75%;
	height: 93px;
	max-width: 75%;
	min-width: 75%;
	min-height: 0;
	margin: 0 auto 5px auto;
	/*for Safari */
	left: 50%;
	transform: translate(-50%, 0);
	/* */
	padding: 0;
	overflow-y: hidden;
	white-space: nowrap;
	background-color: transparent;
}
.imgshow__overlay:target .fotogroup div {
	/*max-width: 20%;*/
	max-height: 70px;
	margin: 0;
	padding: 0;
}	
.imgshow__overlay:target .fotogroup div img{
	max-height: 70px;
	margin: 0;
	padding: 0;
}
.imgshow__overlay:target .fotogroup div a{
	font-size: 0;
	line-height: 0;
}		
.imgshow__overlay:target > .imgshow__figure, .is-active > .imgshow__figure {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: calc(100vh - 140px);
	align-items: center;
}
.imgshow__image {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-size: 100%;
	min-width: 300px;
}
.imgshow__image img {
	margin: 0 auto;
	max-width: 90%;  /*800px;*/
	max-height: calc(100vh - 170px); /*80vh;*/ /*800px;*/
}
.imgshow__image p{
	padding: 1em 0 0 0;
	color: #fff;
	text-align: center;
	max-width: 90%;  /*800px;*/
	margin-top: 0;
	padding-top: .2em;
}	
.imgshow__control {
	color: #fff;
	font-size: xx-large;
	text-decoration: none;
	position: absolute;
	width: 2em;
	height: 2em;
	text-align: right;
}
.imgshow__close {
	top: .25em;
	right: .25em;
	line-height: 1em;
}
.imgshow__prev {
	left: .25em;
	height: 6em;
	text-align: left;
	line-height: 6em;
}
.imgshow__next {
	right: .25em;
	height: 6em;
	line-height: 6em;
}
.imgshow__untarget {
	position: fixed;
	top: 0;
}
.imgshow__prev, .imgshow__next {
	top: 50%;
	margin-top: -3em;
	opacity: 1 /*0.2;*/
}	
.imgshow__prev:hover, .imgshow__prev:focus, .imgshow__next:hover, .imgshow__next:focus {
	opacity: 1;
}
@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn; 
}
/*-----------------------------------------------------------------------------------------------------------*/
.imgshow2__overlay {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*align-items: flex-start;*/
	background-color: transparent;
}
.imgshow2__figure {
	display: none;
	position: relative;
	width: 100vw;
	height: auto;
	margin: 1em 0em;
}
.imgshow2__overlay:target, .imgshow2__overlay.is-active {
    visibility: visible;
	background-color: rgba(0, 0, 0, 0.9);
}
.imgshow2__overlay:target > .imgshow2__content, .is-active > .imgshow2__content {
	-webkit-animation: 0.4s ease-out 0.2s both;
    animation: 0.4s ease-out 0.2s both;
	-webkit-animation-name: inherit;
    animation-name: inherit;
}
.imgshow2__overlay:target .fotogroup {
	visibility: visible;
	position: fixed;
	bottom: 0px;
	width: 75%;
	height: 93px;
	max-width: 75%;
	min-width: 75%;
	min-height: 0;
	margin: 0 auto 5px auto;
	/*for Safari */
	left: 50%;
	transform: translate(-50%, 0);
	/* */
	padding: 0;
	overflow-y: hidden;
	white-space: nowrap;
	background-color: transparent;
}
.imgshow2__overlay:target .fotogroup div {
	/*max-width: 20%;*/
	max-height: 70px;
	margin: 0;
	padding: 0;
}	
.imgshow2__overlay:target .fotogroup div img{
	max-height: 70px;
	margin: 0;
	padding: 0;
}
.imgshow2__overlay:target .fotogroup div a{
	font-size: 0;
	line-height: 0;
}		
.imgshow2__overlay:target > .imgshow2__figure, .is-active > .imgshow2__figure {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: calc(100vh - 140px);
	align-items: center;
}
.imgshow2__image {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-size: 100%;
	min-width: 300px;
}
.imgshow2__image img {
	margin: 0 auto;
	max-width: 90%;  /*800px;*/
	max-height: calc(100vh - 170px); /*80vh;*/ /*800px;*/
}
.imgshow2__image p{
	padding: 1em 0 0 0;
	color: #fff;
	text-align: center;
	max-width: 90%;  /*800px;*/
	margin-top: 0;
	padding-top: .2em;
}	
.imgshow2__control {
	color: #fff;
	font-size: xx-large;
	text-decoration: none;
	position: absolute;
	width: 2em;
	height: 2em;
	text-align: right;
}
.imgshow2__close {
	top: .25em;
	right: .25em;
	line-height: 1em;
}
.imgshow2__prev {
	left: .25em;
	height: 6em;
	text-align: left;
	line-height: 6em;
}
.imgshow2__next {
	right: .25em;
	height: 6em;
	line-height: 6em;
}
.imgshow2__untarget {
	position: fixed;
	top: 0;
}
.imgshow2__prev, .imgshow2__next {
	top: 50%;
	margin-top: -3em;
	opacity: 1 /*0.2;*/
}	
.imgshow2__prev:hover, .imgshow2__prev:focus, .imgshow2__next:hover, .imgshow2__next:focus {
	opacity: 1;
}
@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn; 
}
/*-----------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------*/
@media screen and (max-height: 550px) {
	.imgshow__overlay {
		align-items: center;
	}
	.imgshow__overlay:target .fotogroup {
		visibility: hidden;
		display: none;
	}
	.imgshow__image img {
		max-height: calc(100vh - 85px); /*80vh;*/ /*800px;*/
	}
	.imgshow2__overlay {
		align-items: center;
	}
	.imgshow2__overlay:target .fotogroup {
		visibility: hidden;
		display: none;
	}
	.imgshow2__image img {
		max-height: calc(100vh - 85px); /*80vh;*/ /*800px;*/
	}
}
@media screen and (max-width: 640px) {
	body {
		font-size: small;
	}
	#top {
		width: 100%;
		text-align: center;
		padding: 0 .25em;
	}
	#toptitel {
		text-align: center;
	}
	#topmenu {
		float: none;
		text-align: center;
	}
	#u-menu {
		float: none;
		margin: 0 auto;
	}
 	#u-menu ul {
		float: none;
		margin: 0 auto;
	}
	#u-menu ul li {
	}
	#u-menu ul li ul li {
		font-size: small;
	}	
	#name {
		text-align: center;
	}
	#main {
		width: 100%;
		height: auto;
		min-height: 15em;
	}
	#main article{
		padding: 0 1em;
	}
	#mainpic, #mainpic2 {
		width: 100%;
		max-width: 480px;
		min-width: 150px;
		padding: 0;
		text-align: center;
	}
	#maintext, #maintext2 {
		float: none;
		width: 100%;
		padding: 0 0 2em 0;
		text-align: center;
	}
	#contactpic, #contactpic2 {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 1em 0;
		text-align: center;
	}
	#contactpic img, #contactpic2 img  {
		margin: 0 auto;
		text-align: center;
	}	
	#contacttext, #contacttext2 {
		width: 100%;
		padding: 0 0 2em 0;
		text-align: center;
	}
	#contacttext h4, div {
		width: 100%;
		text-align: center;
	}
	#socialIcons {
		width: 100%;
		margin: auto;
		padding: 0 0 2em 0;
		text-align: center;
	}
	
	li {
		text-align: left;
	}
	.uparrow {
		margin-right: 4vw;
	}
	#footer{
		width: 100%;
	}
	#footlink{
		float: none;
		margin: 0 auto;
	}
	#footer p{
		text-align: center;
	}
	.project h3{
		text-align: center;
	}
	.project .fotogroup div {
		max-width: 100%;
	}
}

/*-----------------------------------------------------------------------------------------------------------*/
@media screen and (max-height: 900px) {
	.imgshow__image p {
		font-size: smaller;
	}
	.imgshow2__image p {
		font-size: smaller;
	}
}
/*-----------------------------------------------------------------------------------------------------------*/
	