/*! theme.css victoryas.at | ge(r)(r)y */
/* resets */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	cursor: inherit;
}

:focus { outline: 0; }

html, body {
	color: #616265;
	font-family: Helvetica,Arial,serif;
	height: 100%;
	min-height: 100%;
}

body {
	line-height: 1;
	overflow: hidden;
}

ol, ul { list-style: none; }

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

/* background */

#backgrounds {

	height: 100%;

	min-height: 100%;

	width: 100%;

}



/* intro */

#intro {

	background: url(img/logo-big.png) no-repeat scroll center center;

	cursor: pointer;

	height: 170px;

	left: 50%;

	margin: -85px 0 0 -190px;

	position: fixed;

	top: 50%;

	width: 380px;

}

#language {

	color: #000;

	font-family: 'Utopia',Helvetica,serif;

	font-size: 14px;

	height: 40px;

	line-height: 40px;

	position: absolute;

	right: 0;

	top: 0;

	width: 10%;

}

#language  a {

	display: inline-block;

	float: left;

	height: 100%;

	text-align: center;

	width: 50%;

}

#language a:hover {

	background-color: rgba(0,0,0,.75);

	color: #fff;

}



/* content */

#content {

	display: none;

	height: 100%;

	position: absolute;

	top: 0;

	width: 100%;

}



#logo {

	background: url(img/logo.png) no-repeat scroll;

	cursor: pointer;

	height: 134px;

	margin: 0 auto;

	width: 210px;

}



/* menu */

#menu {

	background: rgba(255,255,255,0.75);

	border-bottom: 2px solid #000;

	height: 30px;

	margin: 0 auto;

	text-align: center;

	width: 1024px;

}

#menu a {

	color: #000;

	display: block;

	float: left;

	font-size: 18px;

	height: 27px;

	padding-top: 5px;

	text-align: center;

	width: 112px;

}

#menu a:first-child {

	margin-left: 232px;

}

#menu a.active, #menu a:hover {

	background-color: #000;

	color: #fff;

}

#menu a.facebook {

	background: url(img/facebook.png) no-repeat scroll center center;

	display: block;

	float: right;

	width: 30px;

}

/* bg video */
.video {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.video video {
	left: calc(50% - 640px);
	position: absolute;
	top: calc(50% - 360px);
}

/* page */
.page {
	background-color: rgba(255,255,255,.9);
	display: none;
	font-size: 14px;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
	width: 1024px;
}

#weddings.page, #press.page {
	height: auto;
	max-height: calc(100% - 206px);
	min-height: 450px;
}


.page h1 {

	font-size: 20px;

	padding: 24px 0 0 54px;

	text-transform: uppercase;

}



/* about */

#about .left {

	background: url(img/portrait.png) no-repeat scroll left bottom;

	background-size: 100% auto;

	float: left;

	height: 100%;

	width: 45%;

}

#about .right {
	/*background: url(img/hw-badge-featured.png) no-repeat scroll 95% 97%;*/
	float: right;
	font-size: 12px;
	height: 100%;
	line-height: 14px;
	overflow: auto;
	width: 52%;
}

#about p { margin: 0 30px 18px 0; }

#about p:first-child { 	margin-top: 78px; }

#about p.quote {
	background-color: rgba(97,98,101,.1);
	color: #000;
	font-family: Times;
	font-size: 18px;
	font-style: italic;
	line-height: 25px;
	margin-top: 48px;
	padding: 10px;
	width: 450px;
}

#about p.quote-src {
	background-color: rgba(97,98,101,.1);
	color: #414245;
	margin-top: -18px;
	font-family: Times;
	font-size: 16px;
	padding: 0 10px 10px 10px;
	text-align: right;
	width: 450px;
}

/* weddings */

#weddings {

	overflow: auto;

}

#weddings p {

	margin: 10px 54px 0 54px;

}

#weddings p.quote {
	background-color: rgba(97,98,101,.1);
	color: #000;
	font-family: Times;
	font-size: 18px;
	font-style: italic;
	line-height: 25px;
	margin: 48px auto 0 auto;
	padding: 10px;
	width: 450px;
}

#weddings p.quote-src {
	background-color: rgba(97,98,101,.1);
	color: #414245;
	margin: 0 auto 48px auto;
	font-family: Times;
	font-size: 16px;
	padding: 0 10px 10px 10px;
	text-align: right;
	width: 450px;
}

/* pictures */
.pictures { overflow: auto; }

.pictures .picture {
	background-image: url(img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 180px;
	margin: 10px;
	position: relative;
	width: 180px;
}

.pictures .picture a {
	display: block;
	height: 100%;
	width: 100%;
}

/* proposals */

#proposals h1 {
	padding: 24px 0 0 30px;
}

#proposals .left {

	background: url(img/proposal.jpg) no-repeat scroll 30px center;

	background-size: 95% auto;

	float: left;

	height: 100%;

	width: 45%;

}

#proposals .right {

	float: right;

	font-size: 12px;

	margin-top: 54px;

	line-height: 14px;

	overflow: auto;

	width: 52%;

}

#proposals p { margin: 0 30px 18px 0; }

#proposals p:first-child { margin-top: 24px; }

#proposals p.quote {

	background-color: rgba(97,98,101,.1);

	color: #000;

	font-family: Times;

	font-size: 18px;

	font-style: italic;

	line-height: 25px;

	margin-top: 50px;

	padding: 10px;

	width: 450px;

}

#proposals p:last-child {

	background-color: rgba(97,98,101,.1);

	color: #414245;

	margin: -18px 60px 20px 0;

	font-family: Times;

	font-size: 16px;

	padding: 0 10px 10px 10px;

	text-align: right;

}



/* press */

#press {

	overflow: auto;

}

#press video {
	width: 640px;
	height: 360px;
	margin: 12px auto;
	display: block;
}

#press .article {
	height: 150px;
	margin: 20px 10px 10px 54px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

#press .article.forbes-2015   { background-image: url('img/forbes-2015.jpg'); }
#press .article.woman-2015    { background-image: url('img/woman-2015.jpg'); }
#press .article.maxima-2014   { background-image: url('img/maxima-2014.jpg'); }
#press .article.woman				  { background-image: url(img/woman.jpg); }
#press .article.hochzeitswahn { background-image: url(img/hochzeitswahn.jpg); }
#press .article.marryme       { background-image: url(img/marryme.jpg); }
#press .article.vfm           { background-image: url(img/vfm.jpg); }

#press .article h2 {

	font-size: 20px;

	margin-left: 160px;

	text-transform: uppercase;

}

#press .article p {

	margin: 12px 0 0 160px;

}

#press a {

	color: #000;

	text-decoration: underline;

}

#press .info {

	height: 150px;

	margin: 20px 10px 10px 54px;

	line-height: 20px;

}

#press .info h2 {

	font-size: 20px;

	margin-bottom: 10px;

}



/* contact */

#contact .left {

	float: left;

	height: 100%;

	width: 70%;

}

#contact .right {

	background: url(img/contact2.jpg) no-repeat scroll center center;

	font-size: 14px;

	float: right;

	height: 100%;

	width: 30%;

}

#contact h2 {

	font-weight: bold;

	margin: 20px 54px 0 54px;

}

#contact h3 {

	margin: 0 54px;

}

#contact p {

	margin: 20px 54px 0 54px;

}

#contact p:last-child {

	/* background: url(img/v_signatur.png) no-repeat scroll left bottom; */

	height: 105px;

}

#contact a {

	color: #000;

	text-decoration: underline;

}



/* impressum */

#impressum {

	overflow: auto;

}

#impressum  h2 {

	font-weight: bold;

	margin: 20px 54px 0 54px;

}

#impressum h3 {

	margin: 0 54px;

}

#impressum p {

	margin: 20px 54px 0 54px;

}



/* footer */

#footer-bookmark {

	background: rgba(255,255,255,0.75) url(img/logo-only.png) no-repeat scroll center center;

	background-size: 75% auto;

	bottom: 0;

	cursor: pointer;

	display: none;

	height: 40px;

	position: absolute;

	width: 30px;

}



#footer {

	background-color: rgba(255,255,255,0.75);

	bottom: 0;

	color: #000;

	display: none;

	font-family: 'Utopia',Helvetica,serif;

	height: 40px;

	line-height: 40px;

	position: absolute;

	text-align: center;

	width: 100%;

}

#footer .impressum {

	float: left;

	text-align: left;

	width: 10%;

}

#footer .slogan {

	background: url(img/slogan.png) no-repeat scroll center center;

	color: transparent;

	float: left;

	width: 80%;

}

#footer .language {

	float: right;

	text-align: right;

	width: 10%;

}

#footer  a {

	display: block;

	font-size: 14px;

	height: 100%;

	text-align: center;

}

#footer .language a {

	display: inline-block;

	float: left;

	width: 50%;

}

#footer a:hover {

	background-color: #000;

	color: #fff;

}