﻿html
{
	/*background: url(../images/bg/bg.jpg) no-repeat center center fixed;*/
	/*background: url(../images/1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	width: 100%;
	height: 100%;
	/*-webkit-box-shadow: inset 0 0 150px #000, inset 0 0 150px #000, inset 0 0 150px #000;
	-moz-box-shadow: inset 0 0 150px #000, inset 0 0 150px #000, inset 0 0 150px #000;
	box-shadow: inset 0 0 150px #000, inset 0 0 150px #000, inset 0 0 150px #000;*/
	padding: 0;
	margin: 0;
    background-color: #000;
}

.menuShadow{    
        -moz-box-shadow: 0 -4px 6px 1px #fff;
        -webkit-box-shadow: 0 -4px 6px 1px #fff;
        box-shadow: 0 -4px 6px 1px #fff;
        
}

body
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.clickPic{
    cursor:default;
}
.clickPic:hover{
    cursor:pointer;
}

a
{
	font-size: 0.9em;
	font-family: 'Carrois Gothic SC', sans-serif;
	font-weight: 400;
	color: #e6d998;
}

h1
{
    font-family: 'Carrois Gothic SC', sans-serif;
	font-weight: 400;
    font-size: 2.4em;
    color: #fff;
    padding: 10px;
    padding-left: 30px;
}
h2
{
    font-family: 'Carrois Gothic SC', sans-serif;
	font-weight: 400;
    font-size: 1.8em;
    color: #bbb;
    padding: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
}
h4
{
    font-family: 'Carrois Gothic SC', sans-serif;
	font-weight: 400;
    font-size: 1.5em;
    color: #999;
    padding: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
}

input{
    font-family: 'Carrois Gothic', sans-serif;
	font-weight: 400;
    font-size: 1.5em;
}
textarea{
    font-family: 'Carrois Gothic', sans-serif;
	font-weight: 400;
    font-size: 1.5em;
}




.vignette
{
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 150px #000, inset 0 0 150px #000, inset 0 0 150px #000;
	-moz-box-shadow: inset 0 0 150px #000, inset 0 0 150px #000, inset 0 0 150px #000;
	box-shadow: inset 0 0 150px #000, inset 0 0 150px #000, inset 0 0 150px #000;
	padding: 0;
	margin: 0;
	/*background: url(../images/4.jpg) no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.vignettegdg
{
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 150px #000, inset 0 0 150px #000, inset 0 0 150px #000;
	-moz-box-shadow: inset 0 0 150px #000, inset 0 0 150px #000, inset 0 0 150px #000;
	box-shadow: inset 0 0 150px #000, inset 0 0 150px #000, inset 0 0 150px #000;
	padding: 0;
	margin: 0;
	background: url(../images/karte_gdg_kreuzau2.png) no-repeat center center fixed;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.vignetteB
{
	-webkit-box-shadow: inset 0 0 150px #000, inset 0 0 150px #000, inset 0 0 150px #000;
	-moz-box-shadow: inset 0 0 150px #000, inset 0 0 150px #000, inset 0 0 150px #000;
	box-shadow: inset 0 0 150px #000, inset 0 0 150px #000, inset 0 0 150px #000;
	padding: 0;
	margin: 0;
}
.imgover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}
.imgover:hover {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}



#masterContent {
    overflow-y: scroll;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
#mainContent {
    top: 130px;
    background-color: transparent;
    width: 1000px;
    left: 50%;
    position: relative;
    height: auto;
    margin-Left: -490px;
    padding-Bottom: 60px;
}
#content
{
    /*-moz-box-shadow: #000 0px 0px 3px 3px;
    -webkit-box-shadow: #000 0px 0px 3px 3px;
    box-shadow: #000 0px 0px 3px 3px;*/
}

.bigrahmenLoad {
    display: normal;
    z-index: 99999;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    opacity: 0.2;
}







.menuLine
{
	position: fixed;
	bottom: 0%;
	width: 100%;
	height: 70px;
	display: none;
}
	.menuLine .menuLineBackground
	{
		position: absolute;
		height: 100%;
		width: 100%;
		background-color: #000;
		/*opacity: 0.86;*/
	}	
	.menuLine .menuLineSub
	{
		position: absolute;
		height: 0px;
		top: 0px;
		width: 125px;
		background-color: #000;
		/*opacity: 0.86;*/
	}
    .menuLine .menuLineMenuCenter  .menuLineSub p
	{
		font-size: 0.9em;
		font-family: 'Carrois Gothic SC', sans-serif;
		font-weight: 400;
		color: #e6d998;
		padding-top: 14px;
	}

.menuItemItem
{
	display: normal;
}
/*Pfarrbüro*/
.menuLineSubBackground_1{
	max-height: calc(34px * 4);
	/*min-width: 150px;*/
}
/*.menuLineSubBackground_1 p{
	min-width: 150px;
}*/
/*Pfarrer*/
.menuLineSubBackground_2
{
	max-height: calc(34px * 0);
}
/*Messdiener*/
.menuLineSubBackground_3
{
	max-height: calc(34px * 0);
	/*max-height: calc(34px * 3);*/
}
/*Gremien*/
.menuLineSubBackground_4
{
	max-height: calc(34px * 3);
}
/*Geschw.Louis-Haus*/
.menuLineSubBackground_5
{
	max-height: calc(34px * 0);
}
/*Kindergarten*/
.menuLineSubBackground_6
{
	max-height: calc(34px * 0);
}
/*Vereine*/
.menuLineSubBackground_7
{
	max-height: calc(34px * 3);
}
/*Marienkapelle Simonskall*/
.menuLineSubBackground_8
{
	max-height: calc(34px * 0);
}



.menuLine .menuLineMenuCenter
{
	position: absolute;
	height: 50px;
	top: 0px;
	width: 1000px;
	left: 50%;
	margin-left: -483px;
	background-color: transparent;
}
	.menuLine .menuLineMenuCenter p
	{
		font-size: 1.0em;
		font-family: 'Carrois Gothic SC', sans-serif;
		font-weight: 400;
		color: #e6d998;
		text-align: center;
		width: 125px;
		height: 30px;
		padding-top: 18px;
		margin: 0;
		text-shadow: 0px 0px 1px #000;
		cursor: default;
		line-height:15px;
	}
		.menuLine .menuLineMenuCenter p:hover
		{
			color: #f8f4df;
			text-shadow: 0px 0px 15px #fff;
			cursor: pointer;
		}








.menuLine2
{
	position: fixed;
	top: -10px;
	width: 100%;
	height: 45px;
	display: normal;
}
	.menuLine2 .menuLineBackground2
	{
		position: absolute;
		height: 100%;
		width: 100%;
		background-color: transparent;
	}
	.menuLine2 .menuLineMenuCenter2
	{
		position: absolute;
		height: 45px;
		top: 0px;
		width: 1000px;
		left: 50%;
		margin-left: -500px;
		background-color: transparent;
	}
		.menuLine2 .menuLineMenuCenter2 p
		{
			font-size: 0.9em;
			font-family: 'Carrois Gothic SC', sans-serif;
			font-weight: 400;
			color: #e6d998;
			text-align: center;
			padding-left: 10px;
			padding-right: 10px;
			height: 30px;
			padding-top: 16px;
			margin: 0;
			text-shadow: 0px 0px 1px #000;
			cursor: default;
		}
			.menuLine2 .menuLineMenuCenter2 p:hover
			{
				color: #f8f4df;
				text-shadow: 0px 0px 15px #fff;
				cursor: pointer; 
			}



	.menuLineMenuCenter_Link
	{
		position: relative;
		height: 35px;
		background-color: transparent;
        /*width:90%;*/
	}

	.menuLineMenuCenter_Link_li
	{
		height: 35px;
        list-style-type: none;
	}
		.menuLineMenuCenter_Link tr
		{
			font-size: 1.1em;
			font-family: 'Carrois Gothic SC', sans-serif;
			font-weight: 400;
			color: #e6d998;
			text-align: left;
			padding-left: 10px;
			padding-right: 10px;
			height: 30px;
			padding-top: 1px;
			margin: 0;
			text-shadow: 0px 0px 1px #000;
			cursor: default;
		}
			.menuLineMenuCenter_Link tr:hover
			{
				color: #f8f4df;
				text-shadow: 0px 0px 15px #fff;
				cursor: pointer; 
			}




            

	.buttonLineMenu
	{
		background-color: #000000;
        padding: 5px;
        min-width:100px;
        position:absolute;
        border: 1px solid #999;
	}
	.buttonLineMenuCenter p
	{
		font-size: 1.0em;
		font-family: 'Carrois Gothic SC', sans-serif;
		font-weight: 400;
		color: #e6d998;
		text-align: center;
		padding: 0;
		margin: 0;
		text-shadow: 0px 0px 1px #000;
		cursor: default;
	}
	.buttonLineMenuCenter p:hover
	{
		color: #f8f4df;
		text-shadow: 0px 0px 15px #fff;
		cursor: pointer;
	}

	.buttonLineMenuCenterAsLink span p 
	{
		font-size: 1.0em;
		font-family: 'Carrois Gothic SC', sans-serif;
		font-weight: 400;
		color: #777777;
		margin: 0;
		text-shadow: 0px 0px 1px #000;
		cursor: default;
        padding:  1px 30px 1px 30px;
        width:unset;
	}
	.buttonLineMenuCenterAsLink span p:hover
	{
		color: #f8f4df;
		text-shadow: 0px 0px 15px #fff;
		cursor: pointer;
        text-decoration:underline;
	}
	.buttonLineMenuCenterAsLink span p img
	{
		background-color: transparent; 
        width: 10px; 
        height: 9px; 
        padding-right: 5px;
	}






.logolayerbg
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -499px;
	 background-color:#000; 
	 height:100px; 
	 width:1001px; 
	 opacity:1;	
	 display:none;
}
.logolayer
{
	position: absolute;
	top: 10px;
	display: normal;
	left: 50%;
	margin-left: -500px;
	/*line-height: 40px;*/
    line-height: 32px;
	-moz-transform: rotate(-0deg);
	-ms-transform: rotate(-0deg);
	-o-transform: rotate(-0deg);
	-webkit-transform: rotate(-0deg);
	transform: rotate(-0deg);
    cursor:pointer;	
}
	.logolayer p
	{
		font-size: 2.8em;
		font-family: 'Carrois Gothic SC', sans-serif;
		font-weight: 400;
		color: #fff;
		/*color: #000;*/
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		margin: 0;
		text-shadow: 0px 0px 10px #000;
		/*cursor: default;*/
		opacity: 0.8;
		letter-spacing: -5px;
	}
