! normalize.css v3.0.0-rc.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* --- HTML --- */
html {
	font: 100%/1.5  Helvetica Neue, Helvetica, Arial, sans-serif;
	font-family: 'Ubuntu', sans-serif;
}
body{
	color: #fff;
	background:#fff url("../img/bg.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	font-size: 14px;
	font-weight: normal;
	overflow-x:hidden;
}
img{
	max-width: 100%;
	height: auto;
}
a{text-decoration: none; color: #fff;}
.line{
	height: 2px;
	width: 480px;
	overflow: hidden;
	background-color: #fff;
	background: rgba(255,255,255,0.5);
	margin: 15px auto;
	border-radius: 2px;
}
.wrapper{
	width: 980px;
	margin: 3% auto;
}
.clear{
	clear: both;
	overflow: hidden;
	height: 0px;
}
.img-mail img { vertical-align: bottom; margin-bottom: 1px;}
.box{
	width: 190px;
	height: 190px;
	margin: 3px;
	float: left;
	border-radius: 4px;
	display:none;
}
.color{
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	background: #b23b97;
	font-weight: normal;
}
.color a{
	display: block;
	text-align: center;
	line-height: 196px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wimage{
	background: #5e7a85 url(../src-pix/mini_standart.jpg) no-repeat center center;
	background-size: cover;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.c1{
	background: #c34ca8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iI2MzNGNhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2FhMzM4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  #c34ca8 18%, #aa338f 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(18%,#c34ca8), color-stop(75%,#aa338f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #c34ca8 18%,#aa338f 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #c34ca8 18%,#aa338f 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #c34ca8 18%,#aa338f 75%); /* IE10+ */
	background: linear-gradient(135deg,  #c34ca8 18%,#aa338f 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c34ca8', endColorstr='#aa338f',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.c2{
	background: #617d88; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiM2MTdkODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiM0OTY1NzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #617d88 14%, #496570 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#617d88), color-stop(75%,#496570)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #617d88 14%,#496570 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #617d88 14%,#496570 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #617d88 14%,#496570 75%); /* IE10+ */
	background: linear-gradient(to bottom,  #617d88 14%,#496570 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#617d88', endColorstr='#496570',GradientType=0 ); /* IE6-8 */
}
.c3{
	background: #f29fbd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNmMjlmYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiNkYTg3YTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #f29fbd 15%, #da87a5 71%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(15%,#f29fbd), color-stop(71%,#da87a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f29fbd 15%,#da87a5 71%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f29fbd 15%,#da87a5 71%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f29fbd 15%,#da87a5 71%); /* IE10+ */
	background: linear-gradient(to right,  #f29fbd 15%,#da87a5 71%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29fbd', endColorstr='#da87a5',GradientType=1 ); /* IE6-8 */
}
h1{
	font-size: 24px;
	text-align: center;
}
li.bold{
	font-weight: bold;	
}

h3{margin: 20px 0 10px 0; font-weight: 600;}
nav ul{list-style: none; margin: 0; padding: 0;}
footer ul{width: 590px; margin: 0 auto; margin-top: 35px;}
footer ul li{float: left; width: 19%; border-right: 1px solid #fff;  }
footer ul li:last-child{border-right: 0px;}
footer ul li a{font-size: 14px; display: block; line-height: 12px; padding-left: 15px; padding-right: 15px; text-align: center;}
footer ul li a:hover{ color:#04936D;}
.contentbox{
	width:784px;
	float: left;
	height: 422px;
	position: relative;
	color: #2c2c2c;
	overflow: hidden;
}
.lowerline{
	background: url("../img/bottom.png") no-repeat top left;
	height: 20px;
	width: 100%;
	background-size: cover;
}
.upperline{
	background: url("../img/top.png") no-repeat bottom left;
	height: 20px;
	width: 100%;
	background-size: cover;
}
.innercontent{
	margin-top: -10px;
	background: #fff;
	height: 95%;
	box-shadow: 8px 7px 17px rgba(0,0,0,0.1);

}
#map{float: left; width:100%;height:340px;}
#map .info-window-content{width: 350px; height: 70px;}
#map img { max-width:none;}
.innercontent a, .box_1 a{color: #c34ca8;}
.box_1{
	width: 216px;
	text-align: right;
	margin: 0px;
	float: left;
	border-radius: 4px;
	font-size: 0.9em;
	padding-top: 0px;
	color: #c34ca8;
	overflow: auto;
	max-height: 100%;
}
.box_1 ul{
	list-style: none;
	padding: 0;
}
.box_1 ul li{text-align: right; padding-right: 10px;}
.box_1 h4{text-align: right; padding-right: 10px; font-size: 16px; margin-bottom: -10px;}
.box_1 p{text-align: right; padding-right: 10px;}
.box_3{
	width: 548px;
	float: left;
	padding: 0px 10px;
	overflow:auto;
	border-radius: 0px;
	max-height:100%;

}
.block{width: 250px; margin-right: 10px; float: left;}
aside{
	width: 193px;
	margin-right: 3px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3), -4px -3px 7px rgba(0,0,0,0.1);
	height: 412px;
	position: relative;
	float: left;
	border-radius: 4px;
	border-top-left-radius: 7px;
	transform:  rotate(-0.2deg);
	-moz-transform: rotate(-0.1deg);
	-webkit-transform: rotate(-0.1deg);
	-ms-transform: rotate(-0.1deg);
	-o-transform: rotate(-0.1deg);
	margin-top: 10px;
}
aside h2{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 40px;
}
aside p{
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 150px;
}
aside a.navbutton{
	position: absolute;
	bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	background: url("../img/button.png")  40px  center no-repeat;
	padding-left: 70px;
}
.galerie{padding: 15px 0 0 0;}
.galerie img{margin: 5px 10px 0 0}
@media screen and (max-width: 650px) {
	html {
		font-size: 100%;
	}
.wrapper{
	width:100%;
	margin: 0 auto;
	}
}