body {
    margin: 0;
	font-family: Verdana;
	background: #efefef;
	color: #333;
	text-align: justify;
}
.main {
    margin: 0 auto;
    max-width: 1024px;
    min-height: 100%;
	background: #fff;
}
.impressum {
	padding: 20px;
	text-align: left;
}
.home {
	background: transparent url("../bilder/tanja1.jpg") no-repeat scroll center top / 100% auto;
    height: 100%;
    max-width: 1024px;
    min-width: 300px;
    position: relative;
    width: 100%;
}
.home img {
    width: 100%;
	max-height: 500px;
}
.claim {
	bottom: 60px;
	position: absolute;
	width: 100%;
	display: flex;
	font-family: Helvetica;
}
.home h1 {
    background: #fff none repeat scroll 0 0;
    color: #333;
    font-size: 40px;
    letter-spacing: 4px;
    margin: 0;
    padding: 25px;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
}
.home h1 strong {
    color: #000;
}
.home h1 span {
    color: #666;
    font-size: 15px;
}
.slide {
    margin: 25px;
}
.bildtrenner{
    height: 500px;
    width: 100%;
}
.modeltrenner {
    background: transparent url("../bilder/7.jpg") no-repeat scroll center top / 100% auto;
}
.journalistintrenner {
    background: transparent url("../bilder/6.jpg") no-repeat scroll center top / 100% auto;
}
.personrenner {
    background: transparent url("../bilder/5.jpg") no-repeat scroll center top / 100% auto;
}
.gallerybox {
	float: left;
    margin: 0 1%;
    padding: 0;
    width: 23%;
}
.galleryboxImg {
	z-index: 0;
    position: relative;
}
.galleryboxImg img {
    visibility: hidden;
    width: 100%;
	cursor:pointer;
}
.galleryboxImg:hover  img {
    visibility: visible;
}
.clearer {
	clear: both;
}
.gFashion {
	background: transparent url("../bilder/fashion/1.jpg") no-repeat scroll center center / cover;
}
.gLifestyle {
	background: transparent url("../bilder/lifestyle/1.jpg") no-repeat scroll center center / cover;
}
.gLingerie {
	background: transparent url("../bilder/lingerie/1.jpg") no-repeat scroll center center / cover;
}
.gPortrait {
	background: transparent url("../bilder/portrait/1.jpg") no-repeat scroll center center / cover;
}
.gJournalismus {
	background: transparent url("../bilder/journalismus/8.jpg") no-repeat scroll center center / cover;
}
.gReferenzen {
	background: transparent url("../bilder/referenzen/3.jpg") no-repeat scroll center center / cover;
}
.error {
    background: rgba(255, 0, 0, 0.5) !important;
}
.gallerybox .imageNavi {
    clear: both;
    height: 19%;
    margin: 0 auto;
    padding: 5px 0 0;
    width: 100%;
}
.galeryOverlayBg {
	background: transparent url("../bilder/galerie_over.png") repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.galeryOverlay {
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
	display: none;
	z-index: 2;
}
.gallerybox img {
    height: 100%;
    position: relative;
    z-index: 2;
}
.gallerybox .imageNavi li {
    display: inline;
    height: 100%;
	cursor: pointer;
}
.shownImage li {
    display: none;
    height: 100%;
    margin: 0 auto;
    /*opacity: 0;
    transition: all 0.5s ease 0s;
	filter: alpha(opacity=0);*/
}
.shownImage li.active {
    display: block;
   /* opacity: 1;
	filter: alpha(opacity=100);*/
}
.shownImage {
    height: 80%;
	margin: 0;
	padding: 0;
}
ul {
    padding: 0;
}
li::before {
    color: #e03e93;
    content: "• ";
    font-size: 25px;
    line-height: 20px;
    vertical-align: bottom;
}
li {
    list-style: outside none none;
	font-weight: normal;
}
.imageNavi li::before, .shownImage li::before {
    content: "";
}
.referenzen > ul > li::before {
    content: "";
}
.referenzen li {
    font-weight: bold;
    list-style: outside none none;
}
.referenzen ul ul {
    padding-bottom: 10px;
}

.referenzen li li {
	font-weight: normal;
}
p a , li a{
	color: #e03e93;
	text-decoration: none;
}
p a:hover, li a:hover {
	text-decoration: underline;
}
.gallerybox h3 {
    background: transparent url("../bilder/galerie_over.png") repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 10px;
    position: absolute;
	z-index: 1;
}
.sedcard img {
    width: 100%;
}
.textGallery {
	width: 180px;
	float: right;
	padding: 0 0 20px 20px;
}
.textGallery .gallerybox {
	width: 100%;
}
.menu {
    background: #333 none repeat scroll 0 0;
    height: 100%;
    left: -240px;
    padding: 20px;
    position: fixed;
    top: 0;
	width: 200px;
	transition: all 0.5s ease 0s;
}
.menuIcon {
    background: #333 none repeat scroll 0 0;
    border-radius: 0 0 4px;
    cursor: pointer;
    height: 32px;
    left: 220px;
    position: relative;
    top: -20px;
    width: 32px;
	transition: all 0.5s ease 0s;
	padding: 5px;
}
.menuIcon > span {
    background: #e03e93 none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin: 0 15%;
    position: relative;
    text-align: center;
    top: 14px;
    vertical-align: middle;
    width: 70%;
	transition: all 0.5s ease 0s;
}
.menuIcon > span::before {
    background: #e03e93 none repeat scroll 0 0;
    border-radius: 3px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    top: -6px;
    width: 100%;
	transition: all 0.5s ease 0s;
}
.menuIcon:hover > span::before {
	top: -8px;
}
.menuIcon > span::after {
    background: #e03e93 none repeat scroll 0 0;
    border-radius: 3px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    top: 3px;
    width: 100%;
	transition: all 0.5s ease 0s;
}
.menuIcon:hover > span::after {
	top: 5px;
}
.menuIcon > span {
    background: #e03e93 none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin: 0 15%;
    position: relative;
    top: 14px;
    width: 70%;
}
.openedMenu .menuIcon > span::before {
    top: 0;
    transform: rotate(45deg);
	height: 4px;
}
.openedMenu .menuIcon > span::after {
    top: -4px;
    transform: rotate(-45deg);
	height: 4px;
}
.openedMenu .menuIcon > span {
    height: 0;
}
.openedMenu .menuIcon {
    left: 178px;
}
.openedMenu.menu {
	left: 0;
}
.menu ul {
    margin: 0;
}
form .grid {
    margin-left: -40px;
	text-align: left;
	font-size: 0;
}
#sendMail {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    display: block;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 300px;
}
#sendMail:hover {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}
#calendar .input, #calendar .textarea, .g-recaptcha {
    margin: 10px;
	position: relative;
}
.input.req::after {
    color: rgba(255, 255, 225, 0.75);
    content: "*";
    font-size: 20px;
    left: 2px;
    position: absolute;
    top: -1px;
}

#calendar form input, #calendar form textarea {
    background: rgba(255, 255, 225, 0.25) none repeat scroll 0 0;
	border: 0 none;
    border-radius: 6px;
	color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 100%;
}
#calendar form {
    margin: 0 auto;
    max-width: 700px;
    padding: 0 25px;
}
#calendar {
    background: #e03e93 none repeat scroll 0 0;
    padding: 20px;
	color: #fff;
}

.calendarImg {
	border-radius: 6px;
    padding-bottom: 20px;
    width: 100%;
}

.disabled {
    cursor: not-allowed;
}

@media (max-width: 650px) {
	.gallerybox h3 {
		font-size: 12px;
		padding: 7px;
	}
	body {
		text-align: left;
	}
}
@media (max-width: 480px) {
	.home h1 {
		font-size: 24px;
	}
	.home h1 span {
		font-size: 8px;
	}
	.claim {
		bottom: 50px;
	}
	
}
@media (max-width: 400px) {
	.gallerybox h3 {
		font-size: 10px;
		padding: 5px;
	}
	.claim {
		bottom: 35px;
	}
}