/* ============================== */
/* ! Layout for Half Door Cottage  */
/* ============================== */

/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

/* cinzel-decorative-regular - latin */
@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 400;
  src: local('Cinzel Decorative Regular'), local('CinzelDecorative-Regular'),
       url('../fonts/cinzel-decorative-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/cinzel-decorative-v6-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */


.row {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 3.8%;
float: left;
min-height: 1px;
}

.row .onecol {
width: 4.85%;
}

.row .twocol {
width: 13.45%;
}

.row .threecol {
width: 22.05%;
}

.row .fourcol {
width: 30.80%;
}

.row .fivecol {
width: 39.45%;
}

.row .sixcol {
width: 48%;
}

.row .sevencol {
width: 56.75%;
}

.row .eightcol {
width: 65.4%;
}

.row .ninecol {
width: 74.05%;
}

.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}


/* ============================== */
/* ! Layout for all   */
/* ============================== */


body {
	font-family: 'OpenSans','Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: 100.01%;
	text-align: center;
	padding-top: 10px;
	background-color: #eee;
}

.container  {
	border: 10px solid #A10B17;
	border-bottom: none;
	border-top: none;
		moz-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
	
}

.wrapper {
	border:10px solid #ddd;
	border-top:none;
	-moz-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
}

#wowslider-container1 {
	float: left;
	clear: both;
}

main {
	display: block;
}

nav a {
	display: block;
	font-family:'Cinzel Decorative',cursive;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 3px 0px 1px 0px;
	background-color: transparent;
	color: #666;
	line-height: 1.4;
	text-shadow: white 1px 1px 1px;
}

nav a.aktiv {
	background-color:#A10B17;;
	border-bottom: 1px solid #ddd;
	font-weight: bolder;
}

.page a{
	display: block;
	background-color: #eee;
}


p.text1 {
	font-family: 'OpenSans','Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#666;
	text-align: left;
	line-height: 1.4;
}

p.text2 {
	font-family: 'OpenSans','Trebuchet MS',Arial,Helvetica,sans-serif;
	color: #666;
	text-align: right;
	line-height: 1.4;
}

p.text3 {
	font-family: 'OpenSans','Trebuchet MS',Arial,Helvetica,sans-serif;
	color: #666;
	text-align: center;
	line-height: 1.4;
}

p.title {
	font-family:'Cinzel Decorative',cursive;
	color:#A10B17;
	text-align:left;
	line-height:1.0;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	font-weight:900;
}

a {
	font-family: 'OpenSans','Trebuchet MS',Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #666;
	font-weight: bolder;
}

a:hover {
	background-color: transparent;
	color:#A10B17;
}

h1 {
	font-family: 'OpenSans','Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#A10B17;
}

h2 {
	font-family: 'OpenSans','Trebuchet MS',Arial,Helvetica,sans-serif;
	padding: 1px;
	letter-spacing: 1px;
	color: #666;
}


h3 {
	font-family:  'OpenSans','Trebuchet MS',Arial,Helvetica,sans-serif;
	padding: 2px 2px 2px 0;
	letter-spacing: 1px;
	color: #666;
}

h4 {
	font-family:  'OpenSans','Trebuchet MS',Arial,Helvetica,sans-serif;
	padding: 2px 2px 2px 0;
	letter-spacing: 1px;
	color: #666;
}

.c1 ul{
	list-style:url(../images/ok.gif) inside;
	font-family: 'OpenSans','Trebuchet MS',Arial,Helvetica,sans-serif;
	color: #666;
}

.c1 .leftul {
	list-style: square inside;
	color: #666;
	text-align: center;
}

.c1 li, .leftul li{
 	margin: 7px 0 7px 0;
	line-height: 1.4;
}

.c1 a, .leftul a {
	color: #666;
	text-decoration: none;
	font-weight: 700;
}

.c1 li a:hover, .leftul li a:hover{
 	background-color: transparent;
	color: #666;
}

.leftul {
	list-style: square inside none;
}


.e1 {
	float:left;
	clear: left;
	width: 49%;
}

.e2 {
	float:right;
	clear: right;
	width: 49%;
}

.e3 {
	float:left;
	clear: left;
	width: 59%;
}

.e4 {
	float:right;
	clear: right;
	width: 39%;
} 

.e5 {
	float:none;
	clear:both;
	width: 100%;
}

.content ul {
	list-style: square inside;
	color: #666;
	text-align: left;
	line-height: 1.4;
}

.content li {
	color: #666;
	margin: 0 0 1px 0;
	letter-spacing: 1px;
}

.content .leftul {
	margin: 0;
}

.content .leftul li {
	letter-spacing: 0;
}


/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */



.wrapper {
	background-color: #fff;
	width:1140px;
	position:relative;
	overflow:hidden;
	margin:auto;
}


.content {
	padding-right: 20px;
	margin: 10px 0 0 0;
}

footer {
	background-color:#fff;	
	margin-top: 10px;
	background-image: url(../images/back2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-backgound-size: 100% auto;
	min-height: 350px;
}


footer p {
	padding: 0 25px 0 25px;
	font-size: 90%;
	line-height: 1.4;
	color: #666;
	text-shadow: white 2px 1px 0;
	text-align: right;
}

footer a {
	letter-spacing: 2px;
	color: #666;
	text-shadow: white 2px 1px 0;
}

.display_mobile, .show_mobile {
	display: none;
}

.content ul {
	margin: 10px 0 0 20px;
	font-size: 100%;
}

.content ul p {
	margin-left: 20px;
	font-size: 100%;
}

.flags p{
	float:right;
	width: 80px;
	padding-top: 0;
}

p.text1, p.text2, p.text3 {
	font-size: 100%;
	margin: 0 0 10px 0;
}

p.title {
	font-size: 350%;
	margin: 20px 0 0 -90px;
}

.highlight {
	font-weight: 900;
	background-color: #ffc;
}

h1 {
	font-family:'OpenSans','Trebuchet MS',Arial,Helvetica,sans-serif;
	text-align: center;
	line-height: 1.1;
	font-size: 120%;
	letter-spacing: 1px;
	padding: 3px;
	padding-top: 5px;
}

h2 {
	text-align: left;
	font-size: 130%;
	line-height: 1.1;
	margin: 0 0 0 0;
}

h3 {
	font-size: 130%;
	text-align: center;
	line-height: 1.1;
	margin: 10px 0 0 0;
}

h4 {
	font-size: 120%;
	text-align: left;
	line-height: 1.1;
	margin: 0 0 0 0;
}

footer h4 {
	font-size: 100%;
	text-align: right;
	line-height: 1.1;
	margin: 0 20px 0 0;
}

.c1 {
	line-height: 1.4;
	background-color: transparent;
	margin: 0 -20px 0 20px;	
	padding-bottom: 10px;
	text-align: center;
}

.c1 ul {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 10px;
}

.c1 .leftul {
	font-size: 90%;
	font-weight: normal;
	margin-left: 20px;
	text-align: center;
}

.c2 {
	line-height: 1.3;
	border-top: 1px solid #ddd;
	margin: 0 14% 0 14%;
	font-size: 110%;
}

.c2 a {
	color: #666;
	letter-spacing: 1px;
	font-weight: 900;
	text-decoration: none;
}

.c2 a:hover{
    color:#FFBF00;
	text-decoration: none;
}

nav {
	font-size: 120%;
	text-align: center;
	margin: 0 -30px 0 20px;
}

img.floatright {
	float: right; 
	clear: right;
	margin: 5px 0 5px 5px;
	border: 1px solid #ccc;
	padding: 3px;
}

img.nobright {
	float: right; 
	clear: right;
	margin: 10px 0 10px 10px;
}

img.nobleft {
	float: left; 
	clear:left;
	margin: 10px 10px 10px 0px;
}

img.floatleft {
	float: left; 
	clear: left;
	margin: 5px 5px 5px 0px;
	border: 1px solid #ccc;
	padding: 3px;
}

img.border {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px 0 5px 0;
}	

img.rb {
	border:none;
	margin-right: -20px;
}


/* ============================= */
/* ! Smaller screen   */
/* ============================= */


@media all and (max-width: 1179px) {

body {
	padding: 10px 0 0 0;
}

.wrapper {
	width:96%;
	position:inherit;
	overflow:inherit;
}

.content {
	margin-right: 3%;
}

}

@media all and (max-width: 1039px) {

body {
	background-image: none;
}


.wrapper {
	border: none;
}

.c2 {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

.e1, .e2,.e3, .e4 {
	float: none;
	width: 96%;
}


.e2 p.text1, .e1 p.text2, .e3 p.text2, .e4 p.text1, .e2 h3, .e1 h3, h4,h5, h6 {
	text-align: center;
	margin: 0;
}

footer p {
	padding: 0 10px 0 10px;
	text-align: center;
}

p.title {
	font-size: 300%;
}

}



/* ============================= */
/* ! Layout for mobile versions   */
/* ============================= */

@media handheld, only screen and (max-width: 839px) {

	body {
	-webkit-text-size-adjust: none;
	}
	
	.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
.wrapper {
	width: 100%;
	border: none;
}

.container {
	width: 97.2%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}	

.display {
 	 display: none;
}

.display_mobile {
 	 display: inherit;
}

#wowslider-container1 {
	float: none;
}

.content {
	margin-top: 0;
	padding-right: 0;
}

p.text1, p.text2,  p.text3, .content ul, .c1, .c1 p,  .c1 li, .content li, footer a, footer p, .leftul, .leftul li {
	font-size: 120%;
	line-height: 1.4;
	text-align: center;
}


h2 {
	font-size: 200%;
	line-height: 1.1;
	text-align: center;
	margin-top: 20px;
	margin-left: 0;
}

h1 {
	font-size: 250%;
	line-height: 1.1;
	padding: 0 10px 0 10px;
	margin: 0;
	border: none;
	text-align: center;
}


h3 {
	font-size: 120%;
	line-height: 1.1;
	text-align: center;
	margin-top:0;
}

p.title {
	text-align: center;
	margin: 0;
	padding: 0;
}


.flags {
	float: none;
	padding-top: 0;
}

.flags img {
	width: 30px;
	height: 20px;
	margin-left: 0;
}

nav {
	width: 85%;
	margin: 0 0 10px 0;
	padding: 30px 5% 0 7%;
	text-align: center;
	border: none;
}
	
nav a, nav p {
	font-size: 160%;
}

nav a {
	padding: 3px 0 3px 0;
}

.c1 {
	line-height: 1.4;
	background-color: transparent;
	margin: 0 -20px 0 20px;	
	padding-bottom: 10px;
	text-align: center;
}

.c1 {
    width: 100%;
	margin: 0;
}

.c1 ul, .c1 li, .c1 p {
	text-align: center;
	padding: 0;
	margin: 0;
}

.c2 {
	margin: 0 10px 0 10px;
	text-align: center;
	border: none;	
}

.c2 a, .c2 p {
	font-size: 135%;
  	word-spacing: 0;
	letter-spacing: 1px;
	line-height: 1.3;
}


.e1, .e2, .e3, .e4 {
	float: none;
	width: 100%;
}

img.floatright, img.floatleft, img.nobright, img.nobleft, img.border {
	float: none; 
	clear: none;
	margin: 3px;
	text-align: center;
}

img.rb {
	margin: 0;
}


p.top{
	background-color:#500;
	width: 100%;
	margin: 10px 0 30px 0;
}

p.top a{
	background-color: #500;
	color: #ffc;
	font-size: 130%;
	text-decoration: none;
}

footer {
	min-height: 500px;
	margin-top: -20px;
}

footer a {
	letter-spacing: 1px;
}

}

@media handheld, only screen and (max-width: 679px) {
	
.container {
	width: 96%;
}

@media handheld, only screen and (max-width: 579px) {


nav {
	margin: 20px 10% 10px 10%;
	width: 85%;
	padding: 0;
}

.c1 {
	margin-top: 10px;
}

footer {
	padding-bottom: 10px;
}
	
.content ul {	
	margin: 10px 0 0 0px;
}

}

