 * {
    border: 0px;
    margin: 0px;
}

html, body {
}

html {
	margin-right:0px!important;
}

body {
	background:#000 url(../../img/schloss-bild.jpg)  no-repeat center center fixed;
	-webkit-background-size: ui-datepickercover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;

	font-family: 'Source Sans Pro';	
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	color: #1A171B;
	-webkit-font-smoothing: antialiased;
	/*
	width:12000px;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	*/
}

p {
	margin: 0 0 10px 0!important;
	display: block;
}
a {
	color: #BA144F;
	text-decoration: underline;
}

.metabar a:hover {
	text-decoration:underline;
	
}

.link{
	color: #E3230A;
}

.color {
	color: #E3230A;
}

.last {
	margin-right: 0px!important;
}
label{ cursor: pointer;}

h1, h2, h3, h4, h5, h6, p, ul, li, div, span {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: 'Source Sans Pro';
}

h1 {
	color: #1A171B;
	font-size: 25px;
	line-height: 1;
	margin: 0 0 17px 0;
}
h1{
	text-decoration: none;
}
.content h2 {

	line-height: 1.5;
	margin: 20px 0;
	

	font-size: 22px;

	margin: 0 0 10px 0;

}
h3 {
	color: #000;
	font-size: 20px;
}

h4 {
	color: #000;
	font-size: 18px;
}

h5 {
	color: #000;
	font-size: 16px;
}

h5 {
	color: #000;
	font-size: 14px;
}

form {
	line-height: 3;
	position: relative;
	margin-bottom: 30px;
}

.anfrage {
	bottom: 8px;
	position: absolute;
	right: 0px;	
}

.button{
	display: block;
	padding: 5px 7px;
	background: #98BC00;
	border-radius: 7px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

form input {
}
input, textarea {
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	        
	border-radius: 7px;
	width: 47%;
	padding: 0 10px;
	height: 20px;
}

textarea {
    height: 70px;
}

label {
	width: 20%;
	display: block;
	float: left;
}
div.powermail_fieldwrap {
margin: 0 4% 0.5em 0;
clear: both;
width: 100%;
display: table;
}

div.one-half {
	width: 48%;
	margin-right: 4%;
	float: left;
	clear: none!important;	
}

div.one-half-last {
	margin-right: 0px!important;
	width: 48%;
	margin-right: 4%;
	float: left;
	clear: none!important;	
}
.center-align {
	display: block;
	margin: 0 auto!important;
	float: none;
}

ul, li, p, input, textarea {
	font-family: 'Source Sans Pro';
	font-weight: normal;
	}

/*list-style-type - none*/

ul {
	list-style-type: none;
}

/*list-style-type - none END*/

img {
	border: 0;
}

hr, .hr {
	margin: 50px 0 45px 0;
	border: 0;
	height: 0px;
	border-bottom: 1px dotted #8D9A90;
	font-size: 0;
	text-indent: -9999px;
}
.large {
	font-size: 16px;
}
.bold {
	font-weight: bold;
}
.wrapper{
	margin: 0 50%;
	width: 944px;
	height: 100%;
	position: absolute;
	left: -477px;
}
.content{
	margin: 0 auto;
}

.floatleft {
	float: left;
}

.floatright {
	float:right;
}

/* new clearfix */
.clear:after, .clear {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0px;
	font-size: 0;
	text-indent: -9999px;
}
* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

/* Z INDEX*/

/* Z INDEX END*/


.wrapper_page {
	width: 966px;
	padding: 0px;
	margin: auto;
	position: relative;
}

/* Columns */
.one-column {

}

.two-columns {
	float: left;
	width: 473px;
	display: block;
	margin: 10px 20px 40px 0px;
}

.three-columns {
	float: left;
	width: 308px;
	display: block;
	margin: 10px 21px 20px 0px;
}

.four-columns {
	width: 182px;
	border-right: 1px solid #aaaaaa;
	float: left;
	display: block;
	margin: 10px 20px 20px 20px;
	height: 129px;
}

#header {
	position: absolute;
	height: 160px;
	width: 944px;
	display: block;
	background: #fff;
	-webkit-box-shadow: 0px -12px 38px 10px  rgba(000,000,000, 0.5);
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 17px 15px;
	top: 0px;
}

#header .logo {
	background: url(../../img/logo.png) no-repeat;
	display: block;
	height: 145px;
	width: 400px;
	position: absolute;
	bottom: 0px;
	left: 20px;
	text-indent: -9999px;
}

#footer{
	position: relative;
	bottom: 0px;
	height: 150px;
	float: left;
	padding-bottom: 25px;
}

.container {
	width: 944px;
	margin-top: 180px;
	background: #fff;
	padding: 45px 0 100px;
	margin-bottom: 12px;
	position: relative;
	float: left;
	min-height: 500px;
}
.left_container {
	float: left;
	width: 144px;
	padding-right: 96px;
	position: relative;
	display: block;
	min-height: 5px
}
.content {
	float: left;
	width: 464px;
}
.right_container {
	float: left;
	width: 144px;
	padding-left: 96px;
	display: block;
	min-height: 5px
}

.two-third {
	width: 65.66%;
	margin-right: 4%;
	float: left;
	display: block;
}
.one-third {
	width: 30.33%;
	margin-right: 4%;
	float: left;
}

.three-fifth {
	width: 62.5%;
	margin-right: 2%;
	float: left;
	display: block;
}
.two-fifth {
	width: 35.5%;
	margin-right: 5%;
	float: left;
}
.absolute {
	position: absolute!important;
	bottom: 0px;
}

.two-col-container {
}

.two-col-container .col1 {
	width: 62.5%;
	margin-right: 2%;
	display: inline-block;
}
.two-col-container .col2 {
	margin-right: 0;
	margin-left: -15px;
	padding-left: 0px;
	border-left: 1px dotted #8D9A90;
	display: inline-block;
	vertical-align: top;
}


.full-width .content {
    width: 600px; 
}


/* Event Cal */

.event-register-button {
    width: 100px;
    margin-left: 20px;
}

.tx-indexedsearch table {
    width: 100%;
}

/*
.csc-textpic-imagewrap{
	max-width: 100%!important;
	width: 100%!important;
}
.csc-textpic-image {
	max-width: 100%!important;
	width: 100%!important;
}
.csc-textpic-image img {
	max-width: 100%!important;
	height: auto;
}*/

.csc-textpic-imagewrap {
    
}

.csc-textpic-imagewrap .csc-textpic-image {
   float: left;
   margin-right: 5px;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.life_at {
    display: none;
}

#header-top-menu {
    float:left;
    position: absolute;
    top: 30px;
    right: -30px;
}

#header-top-menu li {
    float: left;
    
    

}

#header-top-menu li a {
    
    text-indent: -9999px;   
    white-space: nowrap; 
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 13px;
    margin-right: 7px;
}

#header-top-menu a[title='twitter'] {
    background-image: url(../../img/btn_twitter.jpg);
}

#header-top-menu a[title='facebook'] {
    background-image: url(../../img/btn_facebook.jpg);
}

#header-top-menu a[title='googleplus'] {
    background-image: url(../../img/btn_google.jpg);
}

#header-top-menu a[title='youtube'] {
    background-image: url(../../img/btn_youtube.jpg);
    margin-right: 15px;
}

#header-top-menu a[title='Zimmer buchen'],
#header-top-menu a[title='Diashow'] {
    width: 130px;
    height: 51px;
    text-indent: 0px;
    white-space:  normal;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 10px 0px 10px 0px;
    margin-top: 0px;
    margin-right: 0px;
    background-repeat: no-repeat;
    font-size: 15px;
}

#header-top-menu a[title='Diashow'] {
    background-image: url(../../img/bg-btn_top.png);
}

#header-top-menu a[title='Zimmer buchen'] {
    background-image: url(../../img/bg-btn_top2.png);
}

.content_item h2 {
    white-space: nowrap;
    padding: 0px 5px 0px 5px;

    overflow: hidden;
}

.error {
    color: #BA144F;
}