/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.top-nav ul,
#nav ul,
.intro ul,
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.top-nav ul:after,
#nav:after,
.main-section .wrap:after,
#footer ul:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #545454;
	background: #fff;
	font: 14px / 1.2 "Roboto Condensed", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100% !important;
	height: auto !important;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	margin: 0 0 .5em;
	font-weight: 400;
	color: #bf1333;
}

h1,
.h1 {
	font-size: 24px;
	text-transform: uppercase;
}

h2,
.h2 {
	font-size: 22px;
	margin: 0 0 18px;
	line-height: 1.2;
	letter-spacing: 1px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #bf1333;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 0;
	padding: 2px 5px;
	background: #efefef;
	font-size: 14px;
	height: 20px;
	outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #545454;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #545454;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #545454;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #545454;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #545454;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: none;
	vertical-align: top;
	width: 100%;
	height: 100px;
}
.form_bg_color_false{
	border: 1px solid #bf1333 !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: "icomoon";
	src: url("/demandit/files/M_AFFA1CC4DCEF580D5F4/dms/File/icomoon.eot?3zuxls");
	src: url("/demandit/files/M_AFFA1CC4DCEF580D5F4/dms/File/icomoon.eot?3zuxls#iefix") format("embedded-opentype"), url("/demandit/files/M_AFFA1CC4DCEF580D5F4/dms/File/icomoon.ttf?3zuxls") format("truetype"), url("/demandit/files/M_AFFA1CC4DCEF580D5F4/dms/File/icomoon.woff?3zuxls") format("woff"), url("/demandit/files/M_AFFA1CC4DCEF580D5F4/dms/File/icomoon.svg?3zuxls#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
	content: "\e900";
}

.icon-note:before {
	content: "\e901";
}

.icon-phone:before {
	content: "\e902";
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1070px;
}

#header {
	position: relative;
	padding: 0 0 9px;
	border-top: 10px solid #bf1333;
	border-bottom: 10px solid #e4e4e4;
}

.top-nav {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}

.top-nav ul {
	text-align: center;
	font-size: 15px;
}

.top-nav ul li {
	width: 50%;
	float: left;
}

.top-nav ul li:first-child {
	width: 100%;
	border-bottom: 1px solid #000;
}

.top-nav ul li:nth-child(odd) a {
	background: #f4f4f4;
}

.top-nav ul li:nth-child(even) a {
	background: rgba(191, 19, 51, .07);
}

.top-nav ul a {
	display: block;
	padding: 10px 5px;
	min-height: 38px;
	color: #545454;
	text-decoration: none;
}

.top-nav ul a:hover {
	opacity: .8;
}

.top-nav ul a.partner {
	padding: 6px 20px 2px;
}

.logo {
	float: left;
}

.nav-opener {
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: relative;
	float: right;
	margin: 27px 0 0;
}

.nav-opener:hover {
	opacity: .6;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	width: 30px;
	height: 4px;
	position: absolute;
	top: 26px;
	left: 20%;
	right: 20%;
	margin-top: -2px;
	background: #bf1333;
	-webkit-transition: -webkit-transform .3s linear, opacity .3s linear;
	transition: transform .3s linear, opacity .3s linear;
	text-indent: 999em;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 15px;
}

.nav-opener:after {
	top: 37px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	top: 26px;
	left: 20%;
	right: 20%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 10;
	margin: 0 -190px 0 0;
	padding: 20px 25px;
	width: 190px;
	border-radius: 20px 0 0 20px;
	background: #bf1333;
	-webkit-transition: margin .2s linear;
	transition: margin .2s linear;
}

.nav-active #nav {
	margin: 0;
}

#nav ul {
	font-size: 15px;
}

#nav ul li.fw-nav-selected a:before {
	left: 0;
	right: 0;
}

#nav ul li + li {
	margin: 10px 0 0;
}

#nav ul a {
	color: #fff;
	position: relative;
	text-decoration: none;
}

#nav ul a:hover:before {
	left: 0;
	right: 0;
}

#nav ul a:before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	top: 100%;
	height: 3px;
	background: #fff;
	-webkit-transition: left .3s ease-out, right .3s ease-out;
	transition: left .3s ease-out, right .3s ease-out;
}

#main {
	border-bottom: 15px solid #bf1333;
}

.visual {
	min-height: 200px;
	border: 1px solid #e4e4e4;
	border-width:  0 10px 0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.intro {
	padding: 30px 0 0;
	text-align: center;
}

.intro ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	padding: 30px 0;
	max-width: 560px;
	font: 500 18px/1.2 "Roboto", "Arial", "Helvetica", sans-serif;
}

.intro ul.swiss-award{
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;

}

.intro ul .img-box {
	width: 137px;
	height: 137px;
	position: relative;
	display: inline-block;
	margin: 0 0 18px;
	border-radius: 50%;
	background: #bf1333;
}

.intro ul .img-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.intro ul .img-box a{
	background: none;
}
.intro ul li {
	display: inline-block;
	margin: 0 0 20px;
	width: 160px;
}

.intro ul a {
	display: block;
	padding: 5px 10px;
	background: #f4f4f4;
	color: #656565;
	text-decoration: none;
}

.intro ul a:hover {
	color: #bf1333;
}

.intro .img-holder {
	position: relative;
	min-height: 200px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.intro .img-holder:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	background: rgba(228, 228, 228, .2);
}

.content {
	padding: 40px 0;
	background: rgba(240, 240, 240, .4);
}

.content .article {
	overflow: hidden;
}

.content .text-holder {
	line-height: 18px;
}

.content .text-holder h2 {
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
}

.content .text-holder h2 a {
	color: #bf1333;
}

.content .text-holder h2 a:hover {
	opacity: .6;
}

.content .img-holder img {
	margin: 0 0 15px;
	width: 100%;
	vertical-align: top;
}

.content .img-holder a {
	display: block;
	padding: 5px 0;
	background: #efefef;
	text-align: center;
	font-size: 16px;
}

.main-section {
	padding: 35px 0;
}

.main-section .wrap {
	margin: 0 0 20px;
	font-size: 18px;
}

.table {
	width: 100%;
	margin: 34px 0 0;
}
.flex-video{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	margin-bottom: 1em;
}
.flex-video embed,
.flex-video iframe,
.flex-video object{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.table td {
	display: block;
	float: left;
	padding: 10px;
	width: 100%;
	background: #f0f0f0;
	border-bottom: 4px solid #fff;
	vertical-align: top;
	font-size: 16px;
	line-height: 22px;
	color: #616264;
}

.table td:first-child {
	background: #f5f5f5;
	border: none;
	font-size: 18px;
	color: #bf1333;
}

.table td a {
	text-decoration: underline;
	color: #616264;
}

.table td a:hover {
	text-decoration: none;
}

.table td a[href^=tel] {
	text-decoration: none;
}

.form .block {
	overflow: hidden;
	margin: 0 0 30px;
}

.form .form-inner {
	color: #616264;
	margin: 0 0 20px;
}

.form .form-inner h2 {
	letter-spacing: 0;
}

.form .form-inner p {
	margin: 0 0 22px;
}

.form .form-inner .title {
	display: inline-block;
	margin: 0 0 20px;
	color: #bf1333;
}

.form .form-inner .row {
	overflow: hidden;
	margin: 0 0 13px;
	width: 100%;
}

.form .form-inner .row label {
	display: inline-block;
	min-width: 65px;
	margin: 0 0 5px;
	color: #bf1333;
	font-size: 16px;
}

.form .form-inner .row input {
	width: 100%;
	display: block;
}

.form .img-holder img {
	vertical-align: top;
}

.form .contacts {
	margin: 0 0 30px;
	font-size: 16px;
	color: #616264;
}

.form .contacts .holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 0 0 62px;
}

.form .contacts address,
.form .contacts .email,
.form .contacts .phone {
	position: relative;
}

.form .contacts address:before,
.form .contacts .email:before,
.form .contacts .phone:before {
	width: 39px;
	height: 39px;
	content: "\e900";
	font-family: "icomoon" !important;
	position: absolute;
	pointer-events: none;
	top: 3px;
	left: -61px;
	display: inline-block;
	text-align: center;
	background: #ad344c;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
}

.form .contacts address {
	position: relative;
	font-style: normal;
	margin: 0 0 30px;
}

.form .contacts .email {
	display: inline-block;
	color: #616264;
	margin: 0 0 30px;
}

.form .contacts .email:before {
	content: "\e901";
	top: -10px;
	left: -61px;
}

.form .contacts .email:hover {
	color: #bf1333;
}

.form .contacts .phone {
	display: inline-block;
	margin: 0 0 30px;
}

.form .contacts .phone:before {
	content: "\e902";
	top: -10px;
	left: -61px;
}

.form .contacts .phone a {
	color: #616264;
	text-decoration: none;
}

.form .contacts .button {
	padding: 5px 15px;
	border: 0;
	background: #bf1333;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
}

.form .contacts .button:hover {
	background: #e81d42;
	color: #fff;
}

.form .map iframe {
	width: 100%;
	height: 320px;
}

.blockquote-box {
	padding: 45px 0;
	margin: 0 0 35px;
	min-height: 200px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.blockquote-box .inner {
	padding: 35px 0;
	background: rgba(255, 255, 255, .9);
}

.blockquote-box blockquote {
	text-align: center;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	color: #636363;
	margin: 0 auto;
	max-width: 530px;
}

.blockquote-box blockquote q:before,
.blockquote-box blockquote q:after {
	display: none;
}

#footer {
	background: #f4f4f4;
	border-top: 9px solid #d2d2d2;
	text-align: center;
	color: #313131;
	padding: 21px 0;
}

#footer address {
	font-style: normal;
}

#footer address a[href^=tel] {
	color: #313131;
}

#footer address a[href^=tel]:hover {
	color: #313131;
}

#footer ul {
	display: inline-block;
}

#footer ul li {
	float: left;
}

#footer ul li + li {
	position: relative;
	margin: 0 0 0 10px;
}

#footer ul li + li:before {
	width: 1px;
	height: 14px;
	content: "";
	position: absolute;
	top: 2px;
	left: -5px;
	background: #313131;
}

#footer ul a {
	color: #313131;
}

#footer ul a:hover {
	color: #bf1333;
}

#kalenderBody {
	color: #000;
	margin: 0px 0 0 0px;
	padding: 25px 0 0 36px;
	overflow: hidden;
}

#kalenderBody a {
	color: #000;
}

.kalender_kopf, .kalender_kopf_wochenende {
	border: 1px solid #A5ACB2;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
}

.kalender_kopf {
	background: #9e9e9e;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}

.kalender_kopf_wochenende {
	background: #777;
}

.kalender_eintrag_kopf {
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.kalender_eintrag_kopf_wochenende {
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.kalender_eintrag_kopf_wochenende a {
	color: #fff;
}

.kalender_eintrag {
	background: #dddddd;
	height: 100px;
	text-align: center;
	text-decoration: none;
}

.kalender_eintrag.kalender_heute {
    background: #9e9e9e;
}

.kalender_heute a {
	font-weight: bold;
}

.kalender_eintrag_wochenende {
	background: #a31a35;
	height: 100px;
	text-align: center;
	text-decoration: none;
}

.kalender_eintrag_wochenende a{
	color: #fff !important;
}

.kalender_fenster_schliessen a {
	color: #24365e;
}

.kalender_fenster_schliessen a:hover {
	color: #526992;
}

/**************Kalenderformatierungen Gross**************/

.calendergrid .kalender_eintrag_kopf {
        background: #838383;
        color: #fff;
}

.calendergrid .kalender_eintrag_wochenende {
        background: #fff;
}

.calendergrid .kalender_eintrag_kopf_wochenende {
        background: #5e5e67;
        color: #fff;
        text-align: center;
}

.calendergrid .kalender_eintrag {
        background: #bcbcbc;
        text-align: left;
}


@media (min-width: 480px) {
	.top-nav ul {
		float: right;
	}

	.top-nav ul li {
		width: auto;
	}

	.top-nav ul li:first-child {
		width: auto;
		border: 0;
	}

	.top-nav ul a {
		padding: 10px;
	}
}

@media (min-width: 768px) {
	.top-nav {
		margin: 0;
	}

	.top-nav ul a {
		min-width: 162px;
		display: inline-block;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		position: static;
		float: right;
		margin: 0;
		padding: 5px 0;
		clear: both;
		width: auto;
		background: transparent;
	}

	#nav ul {
		float: right;
		font-size: 16px;
	}

	#nav ul li {
		float: left;
	}

	#nav ul li.fw-nav-selected a:before {
		top: 30px;
		left: -10px;
		right: -10px;
		height: 4px;
		background: #bf1333;
	}

	#nav ul li + li {
		margin: 0 0 0 15px;
	}

	#nav ul a {
		color: #616264;
	}

	#nav ul a:hover:before {
		top: 30px;
		left: -10px;
		right: -10px;
		height: 4px;
		background: #bf1333;
	}

	#main {
		border-width: 33px;
	}

	.visual {
		min-height: 367px;
		border-width: 0 0 22px;
	}

	.intro {
		padding: 50px 0 0;
	}

	.intro ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 39px 0 73px;
	}

	.intro ul li {
		margin: 0;
	}

	.intro .img-holder {
		min-height: 330px;
	}

	.content {
		padding: 87px 0 53px;
	}

	.content .text-holder {
		float: left;
		width: 45%;
	}

	.content .img-holder {
		float: right;
		width: 46.5%;
	}

	.main-section {
		padding: 68px 0 25px;
	}

	.main-section .wrap {
		margin: 0 0 64px;
	}

	.table td {
		display: table-cell;
		float: none;
		padding: 10px 32px;
		width: 50%;
	}

	.table td:first-child {
		border-bottom: 4px solid #fff;
	}

	.form .block {
		margin: 0 0 56px;
	}

	.form .form-inner {
		float: left;
		margin: 0;
		width: 62%;
		font-size: 18px;
	}

	.form .form-inner h2 {
		margin: 0 0 39px;
	}

	.form .form-inner .title {
		margin: 0 0 45px;
	}

	.form .form-inner .row label {
		font-size: 18px;
		margin: 0 10px 0 0;
		float: left;
	}

	.form .form-inner .row .input-box {
		overflow: hidden;
	}

	.form .form-inner .row input {
		overflow: hidden;
	}
	.form .btn{
		background: #bf1333;
		color: #fff;
		border: none;
		width: auto !important;
		padding: 3px 20px;
	}

	.form .img-holder {
		float: right;
		padding: 20px 6px 0 0;
		width: 33.2%;
	}

	.form .img-holder img {
		width: 100%;
	}

	.form .contacts {
		float: left;
		margin: 0;
		font-size: 18px;
	}

	.form .contacts address {
		margin: 0 0 45px;
	}

	.form .contacts .email {
		margin: 0 0 40px;
	}

	.form .contacts .phone {
		margin: 0 0 61px;
	}

	.form .contacts .button {
		padding: 13px 15px;
		min-width: 241px;
		min-height: 38px;
		letter-spacing: 1px;
		font-size: 18px;
	}

	.form .map {
		float: right;
		width: 53.5%;
	}

	.blockquote-box {
		padding: 79px 0 57px;
		min-height: 330px;
		margin: 0 0 70px;
	}

	.blockquote-box .inner {
		padding: 62px 0 72px;
	}

	.blockquote-box blockquote {
		font-size: 24px;
		line-height: 30px;
	}

	#footer {
		font-size: 16px;
	}

	#footer ul li + li:before {
		top: 3px;
	}
}

@media (min-width: 1024px) {
	#header {
		border-width: 20px;
	}

	#nav ul li + li {
		margin: 0 0 0 21px;
	}

	.content .img-holder {
		padding: 5px 26px 0 0;
	}

	.main-section .container {
		padding: 0 95px 0 75px;
	}

	.table td {
		padding: 10px 80px 10px 32px;
	}

	.table td:first-child {
		padding: 10px 26px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1200px) {
	.container {
		padding: 0;
		max-width: 1040px;
	}
}

