@charset "utf-8";
/* CSS Document */

@import url(fonts.css);
@import url(../bin/styles.css);


html {
  width: 100%;
  height: 100%; }
body,td,th {
    font-style: normal;
    font-size: 11px;
    color: #1f1f1f;
}
body {
    background-color: #444d19;
    background-image: url(../img/bg_top.jpg);
	background-size: 100% auto;
    background-repeat: repeat-x;
	background-position: center top;
}



a:link {}
a:visited {}
a:hover {}
a:active {}

/*a, a:visited, a:hover, a:active {color:inherit;}*/

ul li {
	list-style: none;
}

.trenner {
	width: 50%;
	margin: auto;
	margin-top: 5%;
	argin-bottom: 5%;
	border: 3px dashed #1A85FD;
}




.con_main {
    width: 600px;
    min-width: 600px;
    height: 100%;
    padding:0;
	margin:0 auto;
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 1.00);
	border-left: 1px solid rgba(0,0,0, 1.00);
	border-right: 1px solid rgba(0,0,0, 1.00);
}

header {
	display: block;
	position: relative;
	background-color: #e6e1d0;
}
footer {
	display: block;
	position: relative;
	background-color: #938775;
	padding: 15px 20px;
	height: auto;
	min-height: 100px;
}


.main h1, .main h2 {
	font-family: 'RobotoBoldItalic';	
	color: #1f1f1f;
	margin-bottom: 0;	
	text-align: center;
	display: inline-block;
	position: relative;
	text-shadow: 1px -1px 6px rgb(230, 225, 208), -1px -1px 6px rgb(230, 225, 208), -1px 0px 6px rgb(230, 225, 208);
}
.main h1 {
	font-size: 30px;
	line-height: 28px;
	margin-top: 198px;
	margin-right: 140px;
}
.main h2 {
	font-size: 60px;
	line-height: 50px;
	display: block;
}
.main p {
	font-family: 'roboto_slabregular';
	font-size: 14px;
	color: #1f1f1f;
}
.main p a {
	font-family: inherit;
	font-size: inherit;
	color: indianred;
}
.main p a:hover {
	/*font-weight: normal !important;*/
	text-decoration: none;
	color: rgba(91, 5, 5, 0.89) !important;
}

p a.link-bl {
	color: rgb(37, 81, 156) !important;
}
p a.link-bl:hover {
	color: rgb(18, 68, 127) !important;
}
a {
	transition: color 0.3s;
}

.box {
    background-position: left top;
    background-repeat: repeat;
    height: auto;
    /*min-height: 190px;*/
	border-bottom: 1px solid rgba(0,0,0,0.10);
    padding: 10px 0;
}
.box .main {
	border-top: 1px dashed rgba(0,0,0,0.25);
	border-bottom: 1px dashed rgba(0,0,0,0.25);
	padding: 15px 20px;
}


.home {
	font-family: 'roboto_slabregular';
	font-size: 14px;
	color: #1f1f1f;
	background-color: #e6e1d0;
	background-image: url("../img/home_top.jpg"), url("../img/box_home.gif");
	background-position: center top, left top;
	background-repeat: no-repeat, repeat;
	height: auto;
	/*
	background-image: url("../img/home_top.jpg"), url("../img/box_trennerb.gif"), url("../img/box_home.gif");
	background-position: center top, left bottom, left top;
	background-repeat: no-repeat, repeat-x, repeat;height: auto;
	min-height: 190px;
	padding: 15px 20px;*/
	padding-top: 0px;
}
.home .main {
	border-top: 0px
}
.home p.txtbegin {
	font-family: 'oswaldregular';
	font-size: 16px;
	color: #3a3a3a;
}
.home p {
	font-family: 'roboto_slabregular';
	font-size: 14px;
	color: #1f1f1f;
	text-align: center;
}
.home .top {
	display: block;
	position: relative;
	text-align: center;
}


.view {
    font-family: 'roboto_slabregular';
    font-size: 14px;
    color: rgba(56,53,62,1.00);
    background-color: #e3e0dd;
    /*
    background-image: url("../img/box_trennert.gif"), url("../img/box_trennerb.gif"), url("../img/box_view.gif");
    background-position: left top, left bottom, left top;
    background-repeat: repeat-x, repeat-x, repeat;
	*/
    background-image: url("../img/box_view.gif");
}
.view h3, .umgebung h3, .preis h3, .anfrage h3 {
    font-family: 'bazar';
    color: rgba(57,58,58,1.00);
    font-size: 54px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    display: block;
    position: relative;
    /*text-shadow: 2px 2px 1px rgba(227,224,221,1.00), 4px 4px 1px rgba(57,58,58,1.00);*/
	text-shadow: 1px 1px 0px rgb(227, 224, 221), 2.1px 2.3px 0px rgb(57, 58, 58);
    margin: 15px 0 10px 0;
}
.view p, .view p.txtbegin {
    color: rgba(56,53,62,1.00);
}
.view p.txtbegin {
	font-family: 'oswaldregular';
	font-size: 16px;
	text-align: center;
}


.umgebung {
    font-family: 'roboto_slabregular';
    font-size: 14px;
    color: rgba(51,51,51,1.00);
    background-color: #e6e1d0;
    background-image: url("../img/box_umgebung.gif");
}
.umgebung p.txtbegin {
	font-family: 'oswaldregular';
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
    color: rgba(51,51,51,1.00);
}
.umgebung .tablist td {
	font-size: 14px;
}


.preis {
    font-family: 'roboto_slabregular';
    font-size: 14px;
    color: rgba(51,51,51,1.00);
    background-color: #e6e1d0;
    background-image: url("../img/box_umgebung.gif");
}
.preis p.txtbegin {
	font-family: 'oswaldregular';
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
    color: rgba(51,51,51,1.00);
}
.preis .tablist td {
	font-size: 14px;
}

.anfrage {
    font-family: 'roboto_slabregular';
    font-size: 14px;
    color: rgba(246,237,216,1.00);
    background-color: rgba(76,80,87,1.00);
    background-image: url("../img/box_anfrage.gif");
	border-bottom: 1px solid rgba(126,116,101,1.00);
}
.anfrage .main {
	border-top: 1px dashed rgba(255,255,255,0.25);
	border-bottom: 1px dashed rgba(255,255,255,0.25);
}
.anfrage h3 {
    color: rgba(246,237,216,1.00);
    /*text-shadow: 2px 2px 1px rgba(76,80,87,1.00), 4px 4px 1px rgba(212,206,191,1.00);*/
    text-shadow: 1px 1px 0px rgba(76,80,87,1.00), 2.1px 2.3px 0px rgba(212,206,191,1.00);
}
.anfrage p {
    color: rgba(246,237,216,1.00);
}
.anfrage p.txtbegin {
	font-family: 'oswaldregular';
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(246,237,216,1.00);
}



.footer {
    font-family: 'roboto_slabregular';
    font-size: 14px;
    color: rgba(233,221,203,1.00);
    background-color: rgba(147,135,117,1.00);
    background-image: url("../img/box_footer.gif");
	border-bottom: 1px solid rgba(126,116,101,1.00);
	padding-bottom: 0px;
}
.footer .main {
	border-top: 1px dashed rgba(255,255,255,0.25);
	border-bottom: 0px;
}

.flist {
	display: inline-block;
	position: relative;
}
.flist:first-child {
	width: 150px;
	position: relative;
}
.flist:last-child {
	width: 375px;
	position: absolute;
	right: 20px;
}
.flist h4 {
    font-family: 'DancingScriptM';
	font-weight: bold;
    font-size: 16px;
    color: rgba(88,77,60,0.85);
    margin-bottom: 6px;
    display: block;
    position: relative;
    text-shadow: 1px 1px 1px rgba(218, 211, 199, 0.25);
	line-height: 20px;
}
.flist a, .flist p {
    font-family: 'oswaldbold';
    font-size: 11px;
    color: rgba(233,221,203,1.00);
    text-shadow: 1px 1px 0px rgba(0,0,0,0.40);
	letter-spacing: 0.075rem;
}
.flist a {
	display: block;
	line-height: 17px;
}
.flist a:hover {
	text-decoration: none;
    color: rgba(243,236,227,1.00);
}
.flist p {
    font-family: 'oswaldbold';
	display: inline-block;
	line-height: 15px;
	margin-left: 15px;
}
.flist ul {
	padding: 0 10px;
	display: inline-block;
	margin: 0 30px 0 10px;
}
.flist ul:last-child {
	position: absolute;
	right: 0;
	margin-right: 0;
}
/*.flist ul li {
	list-style: none;
}*/
.flist ul:last-child li {
	text-align: right;
}


.ribbon {
	display: block;
	position: relative;
	margin: 20px 0;
	text-align: center;
}
.ribbon div {
	display: inline-block;
	position: relative;
	height: 54px;
	width: 435px;
    background-image: url("../img/ribbon.png");
    background-repeat: no-repeat;
	background-position: center top;
}
.ribbon span {
    /*font-family: 'bazar';*/
	font-family: 'Raley';
    font-size: 15.4px;
    color: #4b4e4c;
    text-shadow: 0px 1px 0px rgba(255,252,245,1.00), 1px 0px 0px rgba(255,252,245,1.00);
	text-transform: uppercase;
    height: 27px;
    width: 225px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-top: 9px;
}


.gallery {
	display: block;
	position: relative;
	margin: 25px 0 0;
	margin-right: -5px;
}
.gallery h6 {
	font-family: 'oswaldregular';
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
    color: rgba(51,51,51,1.00);
	margin: 0;
}
.gallery img, .gallery a {
	width: 179px;
	height: 134px;
}
.gallery ul {
	padding: 0;
	width: 100%;
	margin: 5px auto 1rem;
}
.gallery ul:last-child {
	margin-bottom: unset;
}
.gallery ul li {
	display: inline-block;
	margin: 2px 6px 2px 0;
}
.gallery ul li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
	transition: transform 0.5s ease;
}
.gallery ul li a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	border: 3px solid #ffffff;
	z-index: 10;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
.gallery ul li a:hover {
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.55);
}



.infobox {
	/*display:none;*/
	margin:5px 0;
}





/*######################################
#### cookies
######################################*/





/*######################################
#### ANDERE
######################################*/

form input.error {
	border: 2px dashed red;
	background: #fee;
	color: #fee;
}
label a, label a:hover, label a:visited, label a:active {
	color: rgb(228, 203, 147);
}
label a:hover {
	fontz-weight: bold;
	text-decoration: underline;
}
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}
.input-group-addon {
	min-width:50px !important;
	text-align:center !important;
}
.fancybox-is-open .fancybox-bg {opacity: 0.6;}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--image .fancybox-content {box-shadow: 1px -1px 15px #000;}
.fancybox-slide--iframe .fancybox-content {border-radius: 11px;}
.fancybox-iframe {padding: 6px;}

#country.custom-select {
	background-color: #e6e1d0;
}





/*######################################
#### LANGBOX
######################################*/

.langbox {
	position: absolute;
	right: 0px;
	top: -5px;
}
.langbox div {
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: center;
	padding: 0; /*0.5em 1em;*/
}
.langbox div p {
	color: #e6e1d0;
	font-size: 1.2em;
	text-align: right;
	display: flex;
	flex: 0 0 auto;
}
.langbox div p a:hover, .langbox div p a:visited {
	color: inherit !important;
}
.langbox div p a {
	font-family: Roboto; /*RobotoCondensed;*/
	font-weight: bold;
	font-size: 0.95em;
	color: inherit;
	display: inherit;
	flex: 0 0 auto;
	/*text-transform: uppercase;*/
	/*text-shadow: 1px -1px 6px rgb(230, 225, 208), -1px -1px 6px rgb(230, 225, 208), -1px 0px 6px rgb(230, 225, 208);*/
}
.langbox div a img {
	display: inherit;
	flex: 0 0 auto;
	width: 1.75em;
	/*height: 0.75em;*/
	margin-right: 0.313em;
	/*filter: drop-shadow(1px 1px 4px rgb(230, 225, 208));*/
}