
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
/* input:valid, textarea:valid {  } */
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }


/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('yanonekaffeesatz-regular-webfont.eot');
    src: url('yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
         url('yanonekaffeesatz-regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DooSansRegular';
    src: url('doosans-webfont.eot');
    src: url('doosans-webfont.eot?#iefix') format('embedded-opentype'),
         url('doosans-webfont.woff') format('woff'),
         url('doosans-webfont.ttf') format('truetype'),
         url('doosans-webfont.svg#DooSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

i, em {
	font-style: italic;
}
a, a:active, a:visited { color: #908b6f; text-decoration:none; font-size: 14px; font-family: Calibri;}
a:hover { text-decoration:underline;}

h1, h2, h3 {
	font-weight: normal;
	font-family: Arial, sans-serif;
}

h1 {
	font-size: 30px;
	color: #908b6f;
	margin: 15px 0 10px 0;
	font-family: 'YanoneKaffeesatzRegular', Arial, sans-serif;
}

h2 {
	font-size: 16px;
	color: #908b6f;
	display: inline;
}

h3 {
	font-size: 15px;
}
h5 {
	font-size: 15px;
}
body {
	font-family: Georgia, Helvetica Neue, Arial, Sans-serif;
	color: #000;
}

.wrapper {
	margin: auto;
	width: 940px;
}

header {
	position:relative;
	height:102px;
}

div.fb-like {
/* margin-right: -10px;
padding-left: 10px;
margin-top: -3px; */
float: right;
padding: 16px 0 5px 0;
width: 73px;


}
.logo {
	display: block;
	width: 203px;
	height: 90px;
	margin: 0;
}

img {
	border: 0;
	transform: translateZ(0);
}

/* .flagicon {
	margin-left:50px;
} */

.navbar {
	position:absolute;
	top:40px;
	right:0px;
}

.navbar ul li {
	float: left;
}

.navbar a {  
	display:block;
	text-decoration: none;
	color: #7f7f80;
	padding: 20px 1px 5px 1px;
	margin-left:39px;
	font-size:13px;
	font-family:'DooSansRegular';
}

.navbar .flags {
	margin-left: 29px;
	margin-right: 10px;
}

.navbar a:hover, .navbar ul a.current_page_item  {
	color:#7e795e;
	border-bottom:1px solid #7e795e;
}

#slider { width:100%; overflow:hidden; position:relative; }
#slider .wrapSlider { width:2839px; height:507px; position:relative; left:50%; margin-left:-1420px; overflow:hidden; }
#slider .wrapSlider .opacity { width:940px; height:507px; position:absolute; top:0; border:0px solid #fff; }
#slider .wrapSlider .opacity span { display:block; width:100%; height:100%; background:#fff; opacity:0.8; filter: alpha(opacity=80); }
#slider .wrapSlider .opacity.left { left:0; border-right-width:10px; }
#slider .wrapSlider .opacity.right { right:0; border-left-width:10px; }
#slider ul.scrolling { margin:0; list-style: none; }
#slider ul.scrolling li { float:left; margin:0; margin-left:5px;padding:0; background:none; width:940px; position: relative; }
#slider .jcarousel-prev, #slider .jcarousel-next { position:absolute; top:10px; background:url('images/bg/arrows-slider.png') no-repeat; width:25px; height:25px; cursor:pointer; }
#slider .jcarousel-prev { left:1973px; background-position:top left; }      
#slider .jcarousel-next { left:1800px; top: 404px; background: url('../images/next.png') no-repeat; width: 60px; height: 65px; }

#slider  ul.scrolling li::after{
	content: '';
	width:940px;
	height:507px;
	background:url('../images/dots.png') repeat;
	position:absolute;
	top:0px;
	left:0px;
}   

#slider ul.scrolling .slogan{
	width:300px;
	height:65px;
	background:url('../images/wopacity07.png') repeat;
	position:absolute;
	bottom: 42px;
	right: 100px;
	font-size:24px;
	line-height:60px;
	padding-left:20px;
	font-family:'YanoneKaffeesatzRegular';
}

.left {
	font-size:14px;
	line-height:22px;
	color:#535353;
	font-family:Calibri;
	margin-right: 20px;
	text-align: justify;
}

.columns .left {
	float:left;
	width:460px;
	margin-top:10px;
}

.right {
	font-size:14px;
	line-height:22px;
	color:#535353;
	font-family:Calibri;
	text-align: justify;
}

.columns .right {
	float:right;
	width:460px;
	margin-top:10px;
}
.columns .right p, .columns .left p {
	margin-bottom: 20px;
}
.columns .right p:last-child, .columns .left p:last-child {
	margin-bottom: 0;
}
.color{
	color:#908b6f;
}

.form_left, .form_right{
	float:left;
	width:220px;
	font-size:14px;
}

.form_left{
	margin-right:20px;
}

input[type = text], input[type = email] {
    background: #fff;
    border: 1px solid #d5d6d8;
    padding:7px 5px;
    width: 140px;
	float:right;   
}
label{
	display:block;
	float:left;
	margin-top:4px;
}

textarea{
	background: #fff;
    border: 1px solid #d5d6d8;
    width:215px;
	height:114px;
} 
 input[type = submit] {
    background: transparent;
    color: #7f7f80;
    cursor: pointer;
    border:none;
	float:right;
	margin-top:5px;
	font:14px helvetica, tahoma, arial ,sans-serif;
}

#content ul { list-style:none; }
#content ul li{
	background: url("../images/bullet.jpg") 0px 10px no-repeat;
	padding-left:10px;
}

.box{
	width: 220px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	padding: 0;
}

.box img {
	width: 100%;
	height: auto;
	display: block;
}

.box:nth-child(4n-4){
	margin-right: 0;
}
.box:nth-last-child(-n+4) {
	margin-bottom: 0;
}
.box span{
	color:#7f7f80;
	display:block;
	font-size:14px;
	padding:15px 0;
	font-family:'DooSansRegular';
}

/* a.thumb{
	display:block;
	position:relative;
	opacity: 0.3;
} */

/* a.zoom { position:absolute; width:220px; height:170px; left:0px; top:0px; text-indent:-9999px; background:transparent url('../images/zoom.png') center no-repeat }  */
footer {
	overflow: hidden;
}
footer .wrapper{
	border-top:1px solid #d3d4d6;
	padding-top:20px;
	margin-top:40px;
	margin-bottom:40px;
	height:40px;
	clear:both;
	color:#d3d4d6;
	font-size:13px;
	line-height:18px;
	
}

footer h3{
	font-size:13px;
	color:#908b6f;
	font-family:'DooSansRegular';
}
footer h5{
	font-size:13px;
	color:#908b6f;
	font-family:'DooSansRegular';
}

footer span{
	font-family:'DooSansRegular';
	color:#7F7F80;
}

footer .adr{
	float:left;
	width:33.33%;
}

footer .tel{
	float:left;
	width:33.33%;
	text-align: center;
}

footer .ema{
	float:right;
	width: 33.33%;
	text-align: right;

}
.error { border: 1px solid red !important; }
.space {height:0; margin-bottom: 10px; visibility: hidden;}
.clear {clear: both; display:block;}
::-moz-selection{ background: #c6df06; color:#111; text-shadow: none; }
::selection { background: #c6df06; color:#111; text-shadow: none; }
.centered { text-align: center;}


.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; font-size: 14px; font-family: Calibri;}
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



/* MONIA */
#content ul.header_image {
	margin-left: 0;
	width: 100%;
	height: auto; 
}
#content ul.header_image li {
	background: none;
	padding: 0;
	width: 220px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
#content ul.header_image li:last-child {
	margin-right: 0;
}
#content ul.header_image li picture img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1023px) {
/* 748 */

    /*
    #slider .wrapSlider { width:2839px; height:507px; position:relative; left:50%; margin-left:-1420px; overflow:hidden; }
    #slider .wrapSlider .opacity { width:940px; height:507px; position:absolute; top:0; border:0px solid #fff; }
    */

    #slider .wrapSlider { width:2650px; height:403px; position:relative; left:50%; margin-left:-1325px; overflow:hidden; }
    #slider .wrapSlider img { width: 100%; height: 403px; }

    #slider .jcarousel-next { left:1615px; top: 314px; background: url('../images/next.png') no-repeat; width: 60px; height: 65px; }

    #slider ul.scrolling .slogan{
        width:300px;
        bottom: 28px;
        right: 290px;
        font-size:24px;
    }    

	.wrapper {
		width: 748px;
	}
	.box {
		width: 172px;
	}
	.columns .left {
		width: calc(50% - 10px);
		margin-right: 0;
		padding-right: 10px;
	}		
	.columns .right {
		width: calc(50% - 10px);
		padding-left: 10px;
	}
	#content ul.header_image li {
		width: 172px;
	}
	.navbar {
		display: none;
	}
	.wrapper .burgermenu {
		display: block;
	}

}

@media screen and (max-width:767px) {
    /* 460 */
    #slider .wrapSlider { width:2360px; height:248px; position:relative; left:50%; margin-left:-1180px; overflow:hidden; }
    #slider .wrapSlider img { width: 460px; height: 248px; }

    #slider .jcarousel-next { left:1330px; top: 160px; }

    #slider ul.scrolling .slogan{
        width:300px;
        bottom: 27px;
        right: 570px;
        font-size:24px;
    }    

	.wrapper {
		/* width: 460px; */
		width: 460px;
	}
	.box {
		width: 140px;
	}

	.box:nth-child(4n-4) {
		margin-right: 20px;
	}	

	.box:nth-last-child(-n+4) {
		margin-bottom: 20px;
	}
	.box:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	.box:nth-child(3n-3) {
		margin-right: 0px;
	}
	.columns .left, p .left{
		width: 100%;
		margin-right: 0;
	}		
	.columns .right {
		width: 100%;
		margin-top: 20px;
	}
	.columns .left p, .columns .right p {
		padding: 0;
	}
	#content ul.header_image li{
		width: 100px;
	}
}

@media screen and (max-width:479px) {
    /* 460 */

    #slider .jcarousel-next { left:1270px; top: 160px; }

    #slider ul.scrolling .slogan{
        width:210px;
        bottom: 27px;
        right: 630px;
        font-size:16px;
    } 

	.wrapper {
		max-width: calc(100% - 50px);
		padding: 0 25px;
	}
	
	.box {
		width: calc(50% - 10px);
	}
	.box:nth-child(4n-4) {
		margin-right: 20px;
	}		
	.box:nth-child(3n-3) {
		margin-right: 20px;
	}		
	.box:nth-child(2n-2) {
		margin-right: 0px;
	}
	footer .adr {
		float: left;
		width: 50%;	
	}		
	footer .tel {
		float: right;
		width: 50%;
		text-align: left;
	}
	footer .ema {
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
}
#b_editDates h3, #b_editDates h4 {
	color: #535353;
}
#b_editDates {
	margin-top:-10px;
}
ul.header_image {
	display: -webkit-box;
}
ul.header_image li {
	-webkit-box-flex: 1;
}
a.thumb {
	display:block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;

	background: url(../images/zoom.png) center center no-repeat;
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	-ms-transition: opacity 0.7s;
	transition: opacity 0.7s;	
	/* -webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	-ms-transition: opacity 0.7s;
	transition: opacity 0.7s; */

}
.box:hover a.thumb  {
	opacity: 0.8;
}
.box picture {
	display: block;
	opacity: 0.3;
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	-ms-transition: opacity 0.7s;
	transition: opacity 0.7s;
}

.box:hover picture {
	opacity: 1;
}
 .burgermenu {
	display: none;
	cursor: pointer;
	background: url(../images/hamburger-32x32.svg) center center no-repeat;
	width: 32px;
	height: 32px;
	float: right;
	background-size: 32px auto;
	margin: -55px 0 0 -32px
}
.navbarMobile {
	position:fixed;top:0;right:0;width:100vw;height:100vh;z-index:99999;
}
.navbarMobile .container {
	padding:0;width:100%;overflow-y:auto;position:fixed;top:0;right:-99.999%;z-index:2;height:100vh;-webkit-transition:right 0.3s ease-out;transition:right 0.3s ease-out;background:rgba(255,255,255,0)
}
.navbarMobile .containerActive {
	right:0px
}
.navbarMobile {
	background:#fff;
}
.navbarMobile .close {
	background:url(../images/icon-hamburger-close.svg) right 20px center no-repeat;
	background-size:38px auto;
	width:100%;
	height:90px;
	cursor:pointer;
}
.navbarMobile ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
.navbarMobile ul li {
	display:block;
	text-align:right;
}
.navbarMobile ul li a {
	padding:10px 20px;
	display:block;
	background:#fff;
	color:#000;
	font-size:14px;
	border-bottom:1px #E6E6E6 solid;
	-webkit-transition:color .4s;
	transition:color .4s;
	cursor:pointer;
}
.navbarMobile ul li a .active {
	background:#908b6e;
	color:#fff;
}
.navbarMobile ul li .fb-like {
	margin-right: 0;
	padding: 15px 20px;
}
/* [title="Google+"] {
	text-decoration: none;
} */
