html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	display: flex;
	flex-direction: column;
	
	background-image: url('Background_Website_Pattern_R2.jpg');
	background-repeat: repeat;
}
body, input, td, textarea, a {
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 300;
}

input {
	font-weight: 400;
}
input[type=text], input[type=password], textarea {
	border: 1px inset #c0c;
	padding: 5px;
	font-weight: 500;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border: 1px inset #000;
	background-color: #ffbfef;
}
input[type=button], input[type=submit], input[type=reset], input[type=checkbox], input[type=radio], input[type=color], a, .clickable, select, option, label {
	cursor: pointer;
	color: #000;
}
input[type=button], input[type=submit], input[type=reset] {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	color: #000;
	background-color: #ccc;
}
input[type=button].selected {
	background-color: #fcc;
}
label {
	vertical-align: top;
	top: 5px;
	position: relative;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: 300;
}
h1 {
	font-size: 36px;
	font-family: "Bad Script";
}
h2 {
	font-size: 22px;
}

li {
	margin-bottom: 5px;
}

table.lined tr td {
	border-bottom: 1px dotted #000;
	padding: 10px;
}
table.lined tr:last-child td {
	border-bottom: none;
}
table.lined tr td:first-child {
	font-weight: 500;
}

#jhajxinly {
	position: absolute;
	visibility: hidden;

	display: flex;
	
	width: 100%;
	height: 100%;

	justify-content: center;
	align-items: center;
}
#jhajxwrpr {
	width: 100%;
	height: 100%;
	display: grid;

	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;

}


.loading {
	padding: 30px;
	background-image: url('Background_Website_Pattern_L2.jpg');
	background-repeat: repeat;
}


.loginbox.outer {
	display: flex;
	align-self: center;
	justify-content: center;
}
.loginbox.inner {
	background-image: url('Background_Website_Pattern_L2.jpg');
	background-repeat: repeat;
	padding: 40px;
	color: #fff;
}




.contentarea {
	width: 100%;
	height: 100%;
	
	display: grid;
	flex-flow: column;
	align-items: center;
	
	overflow: auto;
}
.contentarea.hochzeit {
	/*grid-template-rows: 60px 60px 1fr 1fr 1fr;*/
	align-content: baseline;
	grid-gap: 20px;
}
.contentarea.hochzeit .infotext {
	text-align: center;
	font-size: 16px;
	margin-left: 20px;
	margin-right: 20px;
}
.contentarea.gallery.list {
	grid-template-rows: 60px 40px 1fr 40px;
}
.contentarea.gallery.file {
	grid-template-rows: 30px 1fr 30px;
	background-color: #000;
}
.contentarea.pwchange, .contentarea.cloudlink {
	align-content: baseline;
	justify-content: center;
	grid-gap: 20px;
}
.contentarea.cloudlink div {
	margin: 20px;
}



.shouldchangepw {
	background-image: url('Background_Website_Pattern_B2.jpg');
	padding: 10px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}



.linkboxes {
	display: flex;

	justify-content: center;
	flex-flow: row;
	
	width: calc(100% - 10px);
	margin-left: 5px;
	flex-wrap: wrap;	
}
.linkbox {
	height: 140px;
	width: 140px;
	
	margin: 5px;
	
	border: 1px solid #000;
	
	display: grid;
	align-items: center;
	
	grid-template-rows: 1fr 40px;
	
	cursor: pointer;
	
	background-color: rgba(200,170,210,0.4);
}
.linkbox.video {
	background-color: rgba(150,10,230,0.4);
}
.linkbox.foto {
	background-color: rgba(250,10,230,0.3);
}
.linkbox:hover {
	background-image: url('Background_Website_Pattern_L2.jpg');
	color: #fff;
}
.linkbox:hover svg {
	fill: #fff;
}
.linkbox .text {
	text-align: center;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
}
.linkbox svg {
	height: 100%;
	max-height: 70px;
	width: 100%;
}


.messages.block {
	padding: 10px;
}
.messages.name, .messages.new.header {
	background-image: url('Background_Website_Pattern_L1.jpg');
	background-repeat: repeat;
	color: #fff;
	padding: 3px;
	font-weight: 700;
}
.messages.text {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 5px;
}
.messages.buttons {
	float:right;
}
.messages.new.header {
	border-top: 1px solid #000;
}
.messages.new.body {
	display: flex;
	margin-top: 5px;
	margin-bottom: 20px;
}
.messages.new textarea {
	margin-left: 20px;
	height: 50px;
}


.naviwrapper {
	display: grid;
	width: 100%;
	height: 100%;
}
.naviwrapper.hasnavi {
	grid-template-rows: 43px 1fr;
}
.navigation {
	padding: 10px;
	background-image: url('Background_Website_Pattern_L1.jpg');
	background-repeat: repeat;
	color: #fff;
}
.navigation a {
	font-size: 16px;
	text-decoration: none;
	padding: 10px;
	font-weight: 500;
	color: #fff;
}
.navigation a:hover {
	background-color: #000;
	text-decoration: none;
	color: #fff;
}


.gallery.block {
	display: flex;
	justify-content: center;

	width: calc(100% - 10px);
	margin-left: 5px;
	flex-wrap: wrap;
}

a.img {
	display: flex;
	justify-content: center;
	flex-flow:row;
	
	width: 225px;
	height: 150px;
	
	margin: 5px;
	
	overflow: hidden;
	
	/*background-color: rgba(100,100,100,0.5);*/
	background-color: rgba(200,170,210,0.4);
	/*border: 0px solid rgba(0,0,0,0);*/
}
a.img:hover {
	outline: 1px solid #000;
}
a.img div {
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}


.gmenu {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.gmenu a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.gmenu a:hover {
	text-decoration: underline;
}
.gmenu div:first-child {
	text-align: right;
}
.gmenu div:nth-child(2) {
	text-align: center;
}
.gmenu div:last-child {
	text-align: left;
}


.scimg, video {
	display: flex;
	
	height: 100%;
	width: 100%;
	
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	
	cursor: pointer;
}

.footer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	color: #fff;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;F
}
.footer div:first-child {
	text-align: left;
}
.footer div:nth-child(2) {
	text-align: center;
	white-space: nowrap;
}
.footer div:last-child {
	text-align: right;
}

