html, body, #aspnetForm {
	height: 100%;
	max-width: 100%;
}
body {
	margin: 0;
}


article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

.container{
	margin: 0 auto;
	max-width: 960px;
	padding: 0 10px;
}
.container .menu-title {
	display: none;
	position: relative;
	height: 72px;
	max-width: 85%;
}
.container .menu-title span {
    position: absolute;
    top: 50%;
	font-family: AvantGarde;
    font-weight: 300;
    font-size: 19px;
    line-height: 22px;
    color: #000;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.ClearBoth{
	clear: both;
	display: block;
}

/*******************************\
		HEADER & MENU
\*******************************/

header{
	background-color: #fff;
	padding: 22px 0 30px;
    -webkit-box-shadow: 0px 1px 16px 0px #111;
    -moz-box-shadow: 0px 1px 16px 0px #111;
    box-shadow: 0px 1px 16px 0px #111;
}
nav.mainmenu{
	text-align: center;
	border-bottom: solid 1px #000;
	width: 100%;
}
nav.mainmenu ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
}
nav.mainmenu li{
	display: inline-block;
	position: relative;
}
nav.mainmenu li:hover{
	background-position: center bottom;
	background-repeat: no-repeat;
}
nav.mainmenu li.active{
	background-position: center bottom;
	background-repeat: no-repeat;
}
nav.mainmenu li.active:hover{
	background-image: none;
}
nav.mainmenu a{
	font-family: AvantGarde;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	padding: 16px 0 10px;
	margin: 0 20px;
	display: inline-block;
}
nav.mainmenu a:hover, nav a:active{
	text-decoration: none;
	color: inherit;
}
nav.mainmenu ul > li.expandable-li:hover {
	color: #fff;
}
nav.mainmenu ul > li.expandable-li:hover > a {
	border-bottom: 1px solid #fff;
	padding-bottom: 9px;
}
nav.mainmenu li:hover > ul {
	display: block;
}

/* MENU LEVEL 2 */
nav.mainmenu ul > li > ul{
	display: none;
	position: absolute;
	min-width: 100%;
    text-align: left;
    padding: 10px 0 15px;
    z-index: 10;
    margin-top: -1px;
}
nav.mainmenu ul > li > ul > li{
	display: block;
}
nav.mainmenu ul > li > ul > li:hover{
	background-image: none;
}
nav.mainmenu ul > li > ul li:hover > a.expandable{
	background-color: transparent;
}
nav.mainmenu ul > li > ul > li.expandable-li:hover > a {
	color: #fff;
	border-bottom: none;
	padding-bottom: 0;
}
nav.mainmenu ul > li > ul > li:hover > a{
	border-bottom: none;
}
nav.mainmenu ul > li > ul > li > a{
	color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 3px 36px 0 20px;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* MENU LEVEL 3 */
nav.mainmenu ul > li > ul > li > ul {
	display: none;
	left: 100%;
    top: 0;
}
nav.mainmenu ul > li > ul > li > ul a{
	font-weight: 300;
	font-size: 11px;
	text-transform: none;
}

.dropdown-arrow {
    background-repeat: no-repeat;
    background-size: 1343px auto;
    background-position: -27px -154px;
    width: 9px;
    height: 13px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 20px;
}


/*******************************\
		TOPIMAGE & TITLE
\*******************************/

.IndexPage .top-section{ /* top-section on the startpage */
    width: 100%;
    min-height: 89%;
    position: relative;
}
.top-section{
    width: 100%;
    height: auto;
    position: relative;
}
.IndexPage .page-logo{
}
.page-logo img{
	width: 100%;
	height: auto;
	display: block;
}
.IndexPage .page-title-wrap{ /* page-title-wrap on the startpage */
	-moz-box-sizing:border-box;
    box-sizing:border-box;
	width: 600px;
    height: auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-45%);
    -ms-transform: translate(-50%,-45%);
    -moz-transform: translate(-50%,-45%);
    -webkit-transform: translate(-50%,-45%);
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    padding: 16px;
}
.page-title-wrap{
	-moz-box-sizing:border-box;
    box-sizing:border-box;
	width: 600px;
    height: auto;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    padding: 16px;
    margin: 30px auto;
}
.IndexPage .page-title-wrap{
	margin: 0 auto;
}
.page-title-innerwrap{
	-moz-box-sizing:border-box;
    box-sizing:border-box;
	border: solid 1px #000;
	padding: 100px 20px 112px;
}
.page-title-innerwrap h1{
	margin: 0;
	font-size: 45px;
    font-weight: 300;
    line-height: 54px;
}


/*******************************\
		MAIN
\*******************************/

main{
	padding: 100px 0;
	background-color: #fff;
}

.Contact,
.Diary,
.EmptyPage,
.FileArea,
.ImageGallery1,
.ImageGallery2,
.ImageGallery3,
.ImageGallery,
.Guestbook,
.TextLayout1,
.TextLayout2 {
	overflow: hidden;
    margin: 0 auto;
    max-width: 960px;
	min-width: auto;
    padding: 0 10px 0;
    position: relative;
	width: auto;
	float: none;
}

.LayoutPage .section-block {
    margin: 0 auto 2em;
    max-width: 960px;
	min-width: auto;
}
.LayoutPage .settings-button-wrapper,
.LayoutPage div.section-separator {
    margin: 0 auto 1em;
    max-width: 960px;
	min-width: auto;
}

.ResponsiveDesign .MainPage {
	max-width: 700px;
    margin: 0 auto;
}

.MainPageContainer {
	max-width: 960px;
    margin: 0 auto;
}


.MainPageContainer .MainPage:after {
    content: '';
    display: block;
    clear: both;
}

/*
main .content-container {
	overflow: hidden;
    margin: 0 auto;
    max-width: 960px;
    padding: 0 10px 0;
    position: relative;
}
*/

/**************************************\
	    MAIN - STARTPAGE
\**************************************/

.ParagraphContainer ul,
.NewsContainer ul,
.text-part ul { overflow: hidden; }



.ResponsiveDesign.IndexPage .MainPage { max-width: inherit; }
.ResponsiveDesign.IndexPage .MainPage .NewsContainer,
.ResponsiveDesign.IndexPage .MainPage .MainContainer {
	overflow: hidden;
    margin: 0 auto;
    max-width: 960px;
	min-width: auto;
    padding: 0 10px 0;
    position: relative;
	width: auto;
	float: none;

}

.ResponsiveDesign.IndexPage .MainPage .BodyTextContainer {
    margin-right: 0;
}


/* NEWS ON THE STARTPAGE */


.ResponsiveDesign.IndexPage .MainPage {
	padding: 0;
}


.ResponsiveDesign.IndexPage .MainPage .MainContainer{	
	padding-bottom: 50px;
}
.ResponsiveDesign.IndexPage .MainPage .NewsContainer{	
	padding-top: 50px;
}
.ResponsiveDesign.IndexPage .NewsContainer h1{
	text-align: center;
}
.ResponsiveDesign.IndexPage .NewsItem {
    width: 26%;
    text-align: center;
    margin: 20px 5.5% 20px;
    float: left;
}
.ResponsiveDesign.IndexPage .NewsItem:nth-of-type(3n+5){
	margin-right: 0;
}
.ResponsiveDesign.IndexPage .NewsItem:nth-of-type(3n+3){
	margin-left: 0;
}
.IndexPage .NewsItem h2{
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0.15em;
	margin: 0;
}
.IndexPage .NewsItem .date{
	font-weight: 700;
	font-size: 12px;
	line-height: 25px;
	font-style: oblique;
}
.IndexPage .NewsItem p{
	margin-top: 10px;
	text-align: left;
}
.ResponsiveDesign .MainPage .MainContainer .MainPageInlineContainer .ParagraphContainer,
.ResponsiveDesign .MainPage .MainContainer .MainPageInlineContainer .ImageContainer { padding-right: 2em; }

.ResponsiveDesign .GalleryPagerLinks .GalleryPagerLinksContainer{
	margin-top: 60px;
}
.ResponsiveDesign .GalleryPagerLinks .GalleryPagerLinks {
    width: 100%;
}
.ResponsiveDesign .GalleryPagerLinks .PreviousPage{
	width: 23px;
	height: 25px;
}
.ResponsiveDesign .GalleryPagerLinks .PreviousPage a{
    background-size: 500px auto;
    background-position: -56px 0px;
    width: 26px;
    height: 25px;
    display: block;
}
.ResponsiveDesign .GalleryPagerLinks .PreviousPage a:hover{
	background-position: -93px -0px;
}
.ResponsiveDesign .GalleryPagerLinks .PageNumber{
	text-align: center;
	font-family: AvantGarde;
    font-weight: 300;
    font-size: 20px;
}
.ResponsiveDesign .GalleryPagerLinks .PageNumber .active{
	font-weight: 700;
}
.ResponsiveDesign .GalleryPagerLinks .PageNumber a{
	margin: 0 12px;
}
.ResponsiveDesign .GalleryPagerLinks .PageNumber a:hover{
	color: #e8a9b4;
}
.ResponsiveDesign .GalleryPagerLinks .NextPage{
	width: 23px;
	height: 25px;
}
.ResponsiveDesign .GalleryPagerLinks .NextPage a{
    background-size: 500px auto;
    background-position: -55px -23px;
    width: 26px;
    height: 25px;
    display: block;
}
.ResponsiveDesign .GalleryPagerLinks .NextPage a:hover{
	background-position: -91px -25px;
}

.ResponsiveDesign .GalleryPagerLinks .GalleryNavigator {
	height: auto;
}

.ResponsiveDesign .MainPage .NewsContainer .GalleryPagerLinksContainer #pager-settings { display: none; }
.ResponsiveDesign .MainPage .NewsContainer .GalleryPagerLinksContainer #pager-settings #visible-pages { width: 3px; }
.ResponsiveDesign .MainPage .NewsContainer .GalleryPagerLinksContainer #pager-settings #rows-per-page { width: 3px; }

/**************************************\
		MAIN - ContactPAGE
\**************************************/

.Contact .BodyTextContainer{
	padding-right: 15%;
	margin-bottom: 50px;
}

.Diary .DiaryCommentForm span,
.Guestbook .GuestbookForm p,
.GalleryCommentFormControl span,
.Contact .ContactForm .ContactFormName p, 
.Contact .ContactForm .ContactFormEmail p,
.Contact .ContactForm .ContactFormField p,
.Contact .ContactForm .ContactFormMessage p{
	margin: 0;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 18px;
    letter-spacing: 0.1em;
}
.Diary .DiaryCommentForm input, 
.Diary .DiaryCommentForm textarea,
.Guestbook .GuestbookForm input.textname, 
.Guestbook .GuestbookForm textarea.textmessage,
.GalleryCommentFormControl textarea,
.Contact .ContactForm  input.text, 
.Contact .ContactForm textarea.textmessage{
	width: 260px;
    font-family: AvantGarde;
	font-weight: 300;
	font-size: 14px;
    padding: 0 11px;
    border: solid 1px #dddddd !important;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
}

.LayoutPage .layout-1 .form-part textarea,
.LayoutPage .layout-1 .form-part input[type=text] { width: 50%; }

.LayoutPage .layout-2 .form-part textarea,
.LayoutPage .layout-2 .form-part input[type=text],
.LayoutPage .layout-5 .col-1 .form-part textarea,
.LayoutPage .layout-5 .col-1 .form-part input[type=text],
.LayoutPage .layout-6 .col-0 .form-part textarea,
.LayoutPage .layout-6 .col-0 .form-part input[type=text] { width: 75%; }

.Diary .DiaryCommentForm input { width: 220px; box-sizing: border-box; }
.GalleryCommentFormControl textarea,
.Diary .DiaryCommentForm textarea { width: 100%; box-sizing: border-box; }

.Diary .DiaryCommentForm input:focus, 
.Diary .DiaryCommentForm textarea:focus,
.Guestbook .GuestbookForm input:focus, 
.Guestbook .GuestbookForm textarea:focus,
.GalleryCommentFormControl textarea:focus,
.Contact .ContactForm input:focus, 
.Contact .ContactForm textarea:focus{
	outline: none;
}
.Diary .DiaryCommentForm input,
.Guestbook .GuestbookForm input,
.Contact .ContactForm input{
	height: 30px !important;
}
.Diary .DiaryCommentForm textarea,
.Guestbook .GuestbookForm textarea,
.Contact .ContactForm textarea.textmessage{
	height: 192px;
	padding-top: 11px;
    padding-bottom: 11px;
}
.GalleryCommentFormControl textarea {
	padding-top: 11px;
    padding-bottom: 11px;
}
.Diary .DiaryCommentForm input:-webkit-autofill, 
.Diary .DiaryCommentForm textarea:-webkit-autofill, 
.Diary .DiaryCommentForm select:-webkit-autofill,
.Guestbook .GuestbookForm input:-webkit-autofill, 
.Guestbook .GuestbookForm textarea:-webkit-autofill, 
.Guestbook .GuestbookForm select:-webkit-autofill,
.GalleryCommentFormControl textarea:-webkit-autofill, 
.Contact .ContactForm input:-webkit-autofill, 
.Contact .ContactForm textarea:-webkit-autofill, 
.Contact .ContactForm select:-webkit-autofill {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.Diary .DiaryCommentForm input[type="submit"],
.Guestbook .GuestbookForm input[type="submit"],
.GalleryCommentFormControl input[type="button"],
.Contact .ContactForm input[type="submit"]{
	color: #fff;
	text-transform: uppercase;
    font-weight: 400;
    margin-top: 14px;
    cursor: pointer;
    margin-bottom: 5px;
    width: auto !important;
	border: 0;
}
.Diary .DiaryCommentForm input[type="submit"]:hover,
.Guestbook .GuestbookForm input[type="submit"]:hover,
.GalleryCommentFormControl input[type="button"]:hover,
.Contact .ContactForm input[type="submit"]:hover{
    -webkit-box-shadow: inset 2px 2px 6px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 2px 2px 6px 1px rgba(0,0,0,0.1);
    box-shadow: inset 2px 2px 6px 1px rgba(0,0,0,0.1);
    border: none;
}

.Diary .DiaryCommentFunction {
    width: auto;
}

.Diary .DiaryDateInput { 
	font-family: AvantGarde;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.15em;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	width: 200px;
}

.ResponsiveDesign .Guestbook .GuestbookForm { width: 260px; padding-right: 15px; }
.ResponsiveDesign .Guestbook .GuestbookList { margin-left: 300px; }

.Guestbook .GuestbookList .GuestbookListItemContainer { margin-bottom: 20px; }
.Guestbook .GuestbookList .GuestbookListItemContainer h2 { font-size: 15px; }
.Guestbook .GuestbookEntryReply { font-size: 12pt; }


/*******************************\
			FOOTER
\*******************************/
.IndexPage .bottom-section { height: 300px; }
.footer{
	padding: 38px 0;
	text-align: center;
    color: #fff;
}
.footer p{
	font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    letter-spacing: 0.05em;
}
.footer a{
	color: #fff;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.05em;
}