/* ============================== */
/* ! Layout for Acoose House B&amp;B  */
/* ============================== */

/* 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%}


/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ https://cssgrid.net \ https://www.twitter.com/andytlr \ https://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.75%;
}

.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: verdana, geneva, sans-serif;
	font-size: 100.01%;
	text-align: center;
	padding: 10px;
	background-color: #eee;
}

.wrapper {
	border-left: 10px solid #ccc;
	border-right: 10px solid #ccc;
}

#wowslider-container1 {
	float: left;
	clear: both;
}

main {
	display: block;
}

nav a {
	display: block;
	font-family: 'Trebuchet MS',Verdana, Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 3px 0px 1px 0px;
	background-color: transparent;
	color: #004a42;
	line-height: 1.4;
	text-shadow: white 1px 1px 1px;
}

nav a.aktiv {
	background-color: #FFC;
	border-bottom: 1px solid #ddd;
	font-weight: bolder;
}

.page a{
	display: block;
	background-color: #eee;
}


p.text1 {
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	text-align: left;
	line-height: 1.4;
}

p.text2 {
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	text-align: right;
	line-height: 1.4;
}

p.text3 {
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
	line-height: 1.4;
}

a {
	font-family: verdana, helvetica, arial, sans-serif;
	text-decoration: none;
	color: #004a42;
	font-weight: bolder;
}

a:hover {
	background-color: transparent;
	color:#FFCC33;
}

h1 {
	font-family: 'Trebuchet MS',Verdana, Arial, sans-serif;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	padding: 1px;
	letter-spacing: 1px;
	color: #004a42;
}


h3 {
	font-family:  Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: #004a42;
}



.c1 ul{
	list-style:url(../images/ok.gif) inside;
	font-family: Verdana, Arial, sans-serif;
	color: #004a42;
}

.c1 .leftul {
	list-style: square inside;
	color: #004a42;
}

.c1 li, .leftul li{
 	margin: 3px 0 3px 0;
	line-height: 1.4;
}

.c1 a, .leftul a {
	color: #004a42;
	text-decoration: none;
	font-weight: 700;
}

.c1 li a:hover, .leftul li a:hover{
 	background-color: transparent;
	color: #004a42;
}

.leftul {
	list-style: square inside none;
}

.c2 {
	line-height: 1.3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:#ccc;
}

.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 {
	clear: both;
}

.content ul {
	list-style: square inside;
	color: #004a42;
	text-align: left;
	line-height: 1.4;
}

.content li {
	color: #004a42;
	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;
}


header{
    background-image: url(../images/titel802.jpg);
	background-position: top left;
	background-repeat: no-repeat;
		background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-backgound-size: 100% auto;
	min-height: 400px;
}

.frontpage {
	background-color: #fff;
	width:800px;
	position:relative;
	overflow:hidden;
	margin:auto;
	border-left: 10px solid #ccc;
	border-right: 10px solid #ccc;
}

.flags p {
	float:right;
	padding: 10px 0 0 0px;
	width: 120px;
}

.flags img{
	margin-right: 20px;
}

.disp_img {
	display: none;
}

.frontpage .content {
	padding: 0 20px 0 20px;
}

.wrapper .content {
	padding: 0 20px 0 0;
}

.content .flags p {
	float:right;
	padding: 10px 0 10px 0px;
	width: 120px;
}

footer {
	background-image: url(../images/bot1.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
		background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-backgound-size: 100% auto;
	min-height: 400px;
}

.wrapper footer {
	min-height: 400px;
}

footer p {
	font-size: 85%;
	line-height: 1.4;
	color: #004a42;
	margin-top: 10px;
}

footer a {
	letter-spacing: 3px;
	color: #004a42;
	text-shadow: white 1px 1px 1px;
}

.display_mobile, .show_mobile {
	display: none;
}

.content {
    margin-left: -50px;
}
	
.frontpage .content1 {
	padding: 0 20px 0 20px;
}

.content ul {
	margin: 10px 0 0 20px;
}

.content ul p {
	margin-left: 20px;
	font-size: 85%;
}


p.text1, p.text2, p.text3 {
	font-size: 85%;
	margin: 0 0 10px 0;
}

p.menu {
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	color: #333;
	text-align: center;
	margin: 10px 0x 10px 0;
	background-color: #eee;
}

.highlight {
	font-weight: 900;
	background-color: #ffc;
}

h1 {
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
	text-align: center;
	line-height: 1.1;
	font-size: 125%;
	letter-spacing: 1px;
	color: #004a42;
}

nav h1 {
	padding: 0 30px 5px 30px;
}

h2 {
	text-align: center;
	font-size: 95%;
	line-height: 1.1;
	padding: 0;
	margin: 10px 20px 0 20px;
}

h3 {
	text-align: left;
	font-size: 95%;
	line-height: 1.1;
	padding: 30px 0 20px 0;
}

.frontpage h1 {
	font-size: 125%;
	text-align: center;
	line-height: 1.1;
	color: #fff;
	padding-top: 380px;
	letter-spacing: 1px;
}


.frontpage h2 {
	text-align: center;
}

.c1 {
	line-height: 1.4;
	background-color: transparent;	
	padding: 10px;
	text-align: center;
}


.c1 ul {
	font-size: 85%;
	font-weight: normal;
	margin: 10px 20px 10px 20px;
}

.leftul {
	font-size: 85%;
	font-weight: normal;
	text-align: center;
}

.c2 {
	text-align: center;
	color: #004a42;
	font-size: 85%;
	padding: 1px;
}

.c2 a {
	color: #004a42;
	letter-spacing: 3px;
	font-weight: 900;
	text-decoration: none;
	text-shadow: white 2px 2px 2px;
}

.c2 a:hover{
    color:#FFBF00;
	text-decoration: none;
}

nav {
	font-size:100%;
}

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;
}

/* ============================= */
/* ! Smaller screen   */
/* ============================= */


@media all and (max-width: 1159px) {



.wrapper {
	width:97%;
	position:inherit;
	overflow:inherit;
}

.content {
	margin: 0 3% 0 0;
	padding: 0;
}

.e1, .e2 {
	width: 49%;
}

.e4 {
	width: 36%;
}

.disp_img {
	display: inherit;
}


}


@media all and (max-width: 979px) {

body {
	padding: 0;
}	

.frontpage {
	width:97%;
	position:inherit;
	overflow:inherit;
	border: none;
}

header{
 	min-height: 350px;
}

.row .fourcol {
width: 35%;
}

.row .eightcol {
width: 60.4%;
}

.e1, .e2,.e3, .e4 {
	float: none;
	width: 100%;
}

img.bottom {
	margin: -10px 10px 10px 7%;
}

.e2 p.text1, .e1 p.text2, .e3 p.text2, .e4 p.text1, .e2 h3, .e1 h3, h4, footer a, footer p {
	text-align: center;
}

.content {
	margin: 0 4% 0 20px;
}

.c1 ul, h2 {
	margin: 10px 0 10px 0;
}


}

/* ============================= */
/* ! Layout for mobile versions   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	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;
	}

.display {
 	 display: none;
}

.display_mobile {
 	 display: inherit;
}

.wrapper {
	width: 100%;
	border: none;
}


.content {
	margin: 0 0 20px 0;
}

p.text1, p.text2, p.text3, p.menu, .content ul, .c1, .c1 a, .c1 p, .c1 ul, .c1 li, .content li, footer a, footer p, .leftul, .leftul li {
	font-size: 100%;
	line-height: 1.4;
	text-align: center;
}


h2, h3  {
	font-size: 110%;
	line-height: 1.1;
	text-align: center;
}

h1 {
	font-size: 190%;
	line-height: 1.1;
	padding: 0 10px 0 10px;
	margin: 0;
	border: none;
	text-align: center;
}

.frontpage h1 {
	padding-top: 42%;
}

h2 {
	margin: 0;
}

h2 {
	margin: 10px;
}

.flags p{
	display: none;
}


nav {
	width: 85%;
	padding: 30px 10% 0 10%;
	text-align: center;
	border: none;
}
	
nav a, nav p {
	font-size: 150%;
}

nav a {
	padding: 3px 0 3px 0;
}


.c1 {
    width: 100%;
	margin: 10px 0 0 0;
	border: none;
}

.c1 ul, .c1 li, .c1 p {
	text-align: center;
	padding: 0;
	margin: 0;
}

.c2 {
	text-align: center;
	border: none;
	margin: 0;
	background-color: #eee;
}

.c2 a, .c2 p {
	font-size: 130%;
  	word-spacing: 0;
	letter-spacing: 1px;
	line-height: 1.5;
}


.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;
}

p.menu {
	line-height: 1.5;
	margin-bottom: 10px;
}

p.top{
	background-color:#500;
	width: 100%;
	margin: 10px 0 10px 0;
}

p.top a{
	background-color: #500;
	color: #ffc;
	font-size: 130%;
	text-decoration: none;
}

footer {
	padding: 0;
}

footer a {
	letter-spacing: 1px;
}


}

@media handheld, only screen and (max-width: 579px) {


nav {
	margin: 20px 10% 10px 10%;
	width: 85%;
	padding: 0;
}

header{
 	min-height: 250px;
}

.c1 {
	margin-top: 10px;
}

footer {
	padding-bottom: 10px;
}
	

}

