/*====== Normalize ======*/
/*! 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.
 */

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}

@font-face {
  font-family: "Source Sans Pro";
  src: url(/templates/wirkerei-login/fonts/SourceSansPro-Regular.ttf);
}
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url(/templates/wirkerei-login/fonts/SourceSansPro-Bold.ttf);
}

@font-face {
  font-family: "Roboto";
  src: url(/templates/wirkerei-strickerei/fonts/Roboto-Regular.ttf);
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  min-height: 100%;
  margin: 0;
}

#veranstaltungen.container {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
}
#veranstaltungen.container ol {
  padding-left: 15px;
}
#veranstaltungen.container ol li ol {
  padding-left: 40px;
}
#veranstaltungen.container ol li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.fixbl {
  padding: 15px 25px;
  left: 0;
  bottom: 0;
  position: fixed;
  height: auto;
  min-height: 155px;
  background-color: rgba(86, 147, 164, 0.6);
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  text-align: justify;
  z-index: 1000;
  display: none;
}

@media (max-width: 768px) {
  .fixbl {
    padding: 15px;
    font-size: 14px;
  }
  .fixbl button {
    margin-top: 0 !important;
    float: left !important;
  }
}

.fixbl img {
  top: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer;
  z-index: 1001;
}

.fixbl a {
  color: #fff;
}
.fixbl a:hover,
.fixbl a:focus {
  background: transparent;
  color: #fff !important;
  text-decoration: underline;
}
.fixbl button {
  margin-top: 30px;
  padding: 10px 15px;
  float: right;
  background: transparent;
  box-shadow: transparent;
  border: 1px solid #fff;
}

/* 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: 0.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: -0.5em;
}

sub {
  bottom: -0.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: 0.35em 0.625em 0.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;
}

div[itemprop="articleBody"] a {
  color: black;
  transition: 0.3s all;
}

/*====== Libs ======*/
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

.right-side-block p {
  text-align: justify;
  word-break: break-word;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/*====== Global Styles ======*/
i {
  display: inline-block;
}

html {
  box-sizing: border-box;
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}

a:link,
a:hover,
a:visited,
a:active {
  text-decoration: none;
}

/*====== Fonts ======*/
.title {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
}

/*************** Layout Styles ***************/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0 15px;
  float: left;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.button--red,
.button--green {
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 27px;
  padding-right: 27px;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #0163c6;
  border: 2px solid #0163c6;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button--red:hover,
.button--green:hover {
  border: 2px solid #036cd5;
  background-color: #036cd5;
}

.button--red:active,
.button--green:active {
  color: #036cd5;
  background-color: transparent;
}

.button--red {
  background-color: red;
}

.button--green {
  background-color: green;
}

input[type="text"]:focus {
  outline: none;
}

.container {
  width: calc(100% - 262px);
  display: block;
  margin: 0 auto;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

a:hover {
  color: #6ac1df !important;
}

ul {
  list-style-type: none;
}

* {
  outline: none !important;
}

header:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 700px;
  z-index: -1;
  opacity: 1;
  /*background-image: url(../img/Firmenjubila822.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@supports (-ms-ime-align: auto) {
  header:before {
    background-attachment: local !important;
  }
  body #logoStart .item .col-sm-3 a {
    width: 100%;
  }
}
.hide-header:before {
  display: none;
}

header {
  height: 700px;
  background-image: url(../img/Firmenjubila822.jpg);
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top > a > .header-inner-logo {
  width: 90px;
  height: 90px;
}
.header-top > a img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

header .header-top {
  width: 100%;
  height: 150px;
  position: fixed;
  left: 0;
  top: 0;
  background-color: white;
  z-index: 2;
  padding: 0 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "Source Sans Pro";
  font-weight: bold;
  text-transform: uppercase;
}

header .header-top > a:hover {
  color: black !important;
}

header .header-top > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  font-weight: 700;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  color: black;
  line-height: 1;
}

header .header-top > a span {
  font-weight: 700;
  font-family: "Source Sans Pro";
  font-size: 1.719vw;
  display: block;
  margin: 0 0 0 17px;
}

header .header-top > a span span {
  font-weight: bold;
  margin: 0;
}

header .header-top nav {
  z-index: 3;
  position: relative;
  top: -2px;
}

header .header-top nav ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
}

header .header-top nav ul a {
  color: #010101;
}

header .header-top nav ul li:first-child {
  margin: 0;
}

header .header-top nav ul li {
  margin: 0 0 0 17px;
  font-weight: normal;
}
.placeholder {
  color: #838383 !important;
}

header .header-body .hedaer-body-inner {
  font-family: "Source Sans Pro";
  width: 69%;
  display: block;
  margin: 245px 0;
  text-align: left;
  color: #ffffff;
  font-kerning: auto;
}
.hedaer-body-inner > div .tlt:first-child {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 17px;
}
.hedaer-body-inner > div .tlt:last-child {
  font-size: 26px;
}

header .header-body .hedaer-body-inner h1 {
  margin: 0 0 44px 0;
  font-size: 35px;
  font-weight: 700;
  color: #010101;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  line-height: 35px;
}

header .header-body .hedaer-body-inner span {
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  width: 100%;
  display: block;
  margin: 0 auto 0 0;
  text-align: center;
  color: black;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2),
    1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.7);
  -webkit-font-smoothing: antialiased;
  visibility: hidden;
}
body {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.kontaktformular .message {
  margin: 15px 0;
  font-size: 24px;
  font-weight: bold;
}
.kontaktformular .close {
  z-index: 999;
  position: relative;
  right: 9px;
  top: 5px;
}

div[itemprop="articleBody"] h3 {
  font-size: 53.333px;
}

.kontaktformular button[type="submit"] {
  width: 135px;
  display: block;
  margin: 5px auto 0 auto;
  color: #ffffff;
  font-family: "Source Sans Pro";
  background-color: #6ac1df;
  background-image: none;
  min-height: 38px;
  border: 0;
  box-shadow: none;
  letter-spacing: 0.6px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.kontaktformular button[type="submit"]:hover {
  opacity: 0.6;
}
a[href="https://www.google.com/maps?ll=48.214582,9.013207999999963"]
{
  color: black !important;
}
a[href="https://www.google.com/maps?ll=48.214582,9.013207999999963"]:hover
{
  color: #6ac1df !important;
}
.kontaktformular .pretext {
  font-size: 53.333px;
  font-family: "Source Sans Pro";
  font-weight: 600;
  margin: 15px 0 20px 0;
  line-height: 30px;
  color: black;
  margin: 91px 0;
  text-transform: uppercase;
}

.kontaktformular form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 80%;
  margin: 30px 0;
  font-family: "Source Sans Pro";
  font-weight: 600;
}

.kontaktformular form fieldset {
  border: 0;
  width: 50%;
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-size: 16px;
  padding: 0 0 1% 0;
  margin: 0;
}

.kontaktformular form textarea {
  padding-top: 4px;
  height: 130px;
}

.kontaktformular form input,
.kontaktformular form textarea {
  display: block;
  width: 100%;
  resize: none;
  outline: none;
  text-indent: 5px;
  margin-top: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid gray;
}

.kontaktformular form input:focus,
.kontaktformular form textarea:focus {
  border: 1px solid gray;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 7px #92d2e8;
}

main .impressum {
  border-bottom: 1px solid #6ac1df;
}

main .impressum-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Source Sans Pro";
}

main .contacts-formula {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #6ac1df;
}

main .contacts-formula .contacts-formula-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .contacts-formula .contacts-formula-inner .right-side-formula,
main .contacts-formula .contacts-formula-inner .left-side-formula {
  width: 50%;
}

main .contacts-formula .contacts-formula-inner .right-side-formula {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: normal;
  font-family: "Source Sans Pro";
  font-size: 20px;
  line-height: 20px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px 0;
}

main
  .contacts-formula
  .contacts-formula-inner
  .right-side-formula
  > span:first-child {
  font-size: 1.4vw;
  font-family: "Source Sans Pro";
  font-weight: 600;
  line-height: 30px;
}

main .contacts-formula .contacts-formula-inner .right-side-formula a {
  color: black;
}

main .contacts-map #map {
  min-height: 625px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

main .contacts-map #map div {
  pointer-events: none;
}

main .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 376px;
  border-bottom: 6px solid #92d2e8;
}

main .contacts .contacts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .contacts .contacts-inner .contacts-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 68px 0 0 0;
}
.contacts-right > span {
  display: none;
}
.contacts-right > span:first-child {
  display: inline-block;
}
.contacts-right > span:first-child {
  text-align: justify;
  word-break: break-all;
}

main .contacts .contacts-inner .contacts-right span {
  font-size: 1.4vw;
  font-weight: bold;
  line-height: 37px;
}

main .contacts .contacts-inner .contacts-right span p {
  display: inline;
}

main .contacts .contacts-inner .contacts-right div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 37px 0 0 0;
}

/*main .contacts .contacts-inner .contacts-right div span:last-child a:hover {*/
/*opacity: 0.3;*/
/*}*/

main .contacts .contacts-inner .contacts-right div span {
  text-transform: none;
  font-size: 1.4vw;
}

main .contacts .contacts-inner .contacts-right div span span {
  font-weight: normal;
}

main .contacts .contacts-inner .contacts-left h2 {
  font-size: 53.333px;
  font-family: "Source Sans Pro";
  color: #010101;
  font-weight: bold;
  text-transform: uppercase;
  margin: 59px 0 0 0;
}

main .contacts .contacts-inner .contacts-left,
main .contacts .contacts-inner .contacts-right {
  font-family: "Source Sans Pro";
  color: #010101;
  text-transform: uppercase;
  width: 50%;
}

main .contacts .contacts-inner .contacts-left a,
main .contacts .contacts-inner .contacts-right a {
  color: #010101;
  font-weight: 400;
}

main .events {
  min-height: 1260px;
  background-image: url("../img/bg_events.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}

main .events .events-body {
  padding: 0 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .events h2 {
  font-size: 53.333px;
  font-family: "Source Sans Pro";
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  margin: 78px 0;
}

main .events .events-right-side {
  margin-left: 20px;
}
.radio-btn-style {
  z-index: 1;
  position: relative;
}
.radio-btn-style + label[for="jform_einverstanden0"],
.radio-btn-style + label[for="jform_einverstanden1"] {
  width: 90%;
  z-index: 0;
  padding-left: 0;
}
.events-right-side .control input#jform_confirm,
#jform_einverstanden0,
#jform_einverstanden1 {
  display: none;
}

#jform_einverstanden0 + div .radio-btn-style,
#jform_einverstanden1 + div .radio-btn-style {
  cursor: pointer;
}
#jform_einverstanden0:not(checked),
#jform_einverstanden0:not(checked) {
  position: absolute;
  opacity: 0;
}
#jform_einverstanden0:not(checked) + div .radio-btn-style,
#jform_einverstanden1:not(checked) + div .radio-btn-style {
  position: relative;
  /*top: -11px;*/
}

@-moz-document url-prefix() {
  body main .contacts .contacts-inner .contacts-right span {
    line-height: 35px;
  }
  #jform_einverstanden0:not(checked) + div .radio-btn-style,
  #jform_einverstanden1:not(checked) + div .radio-btn-style {
    /*top: -12px;*/
    top: 0;
  }
  main .events .events-right-side form .control select {
    padding: 7px 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .events-left-side {
    flex: 1;
  }
  body
    main
    .specialist-monitor-body
    .specialist-body-inner
    .specialist-info
    .info-first-text
    span {
    -ms-word-wrap: break-word;
    width: 100%;
  }
  .fachvereinigung,
  .gesamtmasche {
    margin: auto;
  }
  main .services-monitor .services-inner .services-body .services-photo img {
    flex: 0 0 auto;
  }
  body,
  main {
    display: flex !important;
    flex-direction: column;
    min-height: 100%;
  }
  html,
  main {
    /*flex-basis: auto!important;*/
    height: 100%;
  }
  body #logoStart .item .col-sm-3 a {
    width: 100%;
  }
  #logoStart .item img {
    flex-shrink: 0;
  }
  main
    .specialist-monitor-body
    .specialist-body-inner
    .specialist-info
    .info-second-text
    ul {
    width: 100%;
  }
  main .services-monitor .services-inner .services-body .services-photo {
    justify-content: center;
  }
  main .services-monitor .services-inner .services-body .services-photo img {
    align-self: center;
  }
  .events {
    background-attachment: local !important;
    padding: 0 0 50px 0;
  }
  header::before {
    background-attachment: local !important;
  }
}
#jform_einverstanden0:not(checked) + div .radio-btn-style:before,
#jform_einverstanden1:not(checked) + div .radio-btn-style:before {
  content: "";
  width: 24px;
  height: 24px;
  min-height: 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 6px 0 0;
  background-color: #eeede9;
  top: 8px;
}
#jform_einverstanden0:not(checked) + div .radio-btn-style:after,
#jform_einverstanden1:not(checked) + div .radio-btn-style:after {
  position: absolute;
  opacity: 0;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #6ac1df;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  left: 0;
  top: 8px;
  bottom: 0;
  right: 0;
}
#jform_einverstanden0:checked + div .radio-btn-style:after,
#jform_einverstanden1:checked + div .radio-btn-style:after {
  opacity: 1;
}
#jform_einverstanden0:focus + div .radio-btn-style:before,
#jform_einverstanden1:focus + div .radio-btn-style:before {
  box-shadow: 0 0 0 3px rgba(255, 255, 0, 0.5);
}
#jform_einverstanden {
  margin: 10px 0 0 0;
}

#system-message .alert-message {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 19px;
  font-family: Source Sans pro;
  font-weight: 700;
}

main .events .events-right-side form {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 34px 30px 30px;
  width: 462px;
  font-size: 17px;
  font-family: "Source Sans Pro";
  color: black;
  font-weight: 700;
  text-align: left;
}
#jform_confirm-lbl {
  margin-bottom: 10px !important;
  width: 90%;
}
.events-right-side #jform_confirm-lbl a {
  color: black;
}
main .events .events-right-side form .header-form-text {
  display: block;
  margin: 0 0 32px 0;
  font-weight: 400;
}

main .events .events-right-side form h3 {
  margin: -3px 0px 33px 0;
  font-size: 16px;
  font-weight: 700;
}

main .events .events-right-side form .events-bottom-info {
  line-height: 26px;
  font-size: 15px;
}

main .events .events-right-side form .check-but-rules {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.03px;
  line-height: 28px;
  margin: 11px 0 34px 0;
}

main .events .events-right-side form .check-but-rules a {
  color: #92d2e8;
}

main .events .events-right-side form .check-but-rules a:hover {
  opacity: 0.3;
}

main .events .events-right-side form label.check-box-style {
  width: 24px;
  height: 24px;
  min-height: 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 6px 0 0;
  background-color: #eeede9;
  top: 8px;
}

main .events .events-right-side form .check-box-style:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: none;
  color: #6ac1df;
  margin: auto;
  width: 24px;
  height: 24px;
  position: absolute;
  text-align: center;
  line-height: 24px;
}
main .events .events-right-side form label.check-box-style-checked:before {
  display: inline-block;
}
main .events .events-right-side form span {
  font-weight: normal;
}

main .events .events-right-side form button {
  font-size: 17px;
  letter-spacing: 0.6px;
  min-height: 38px;
  color: #ffffff;
  background-color: #6ac1df;
  border: 0;
  margin: 34px 0 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: 100%;
  background-image: none;
}

main .events .events-right-side form button:hover {
  opacity: 0.6;
}

main .events .events-right-side form label {
  display: inline-block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: normal;
  /*margin: 0 0 7px 0;*/
}

main .events .events-right-side form #jform_einverstanden-lbl {
  margin: 0 0 0 30px;
}
.events-right-side .control-group {
  margin: 0 0 7px 0;
  text-align: justify;
  /*word-break: break-all;*/
  word-spacing: 1px;
}
.events-right-side fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.events-right-side form .control-group:nth-child(10n) .control-label {
  display: flex;
  align-items: baseline;
}
main .events .events-right-side form fieldset input[type="radio"] {
  display: inline-block;
  width: 17px;
  min-height: 17px;
  margin: 7px 0;
}
/*label[for="jform_sex0"],*/
/*label[for="jform_sex1"],*/
/*label[for="jform_einverstanden0"],*/
/*label[for="jform_einverstanden1"]{*/
/*width: 94%;*/
/*display: inline-block!important;*/
/*position: relative;*/
/*top: -3px;*/
/*left: 5px;*/
/*}*/

.events-right-side fieldset label {
  display: inline-block;
  margin: 0;
}
main .events .events-right-side form .control select,
main .events .events-right-side form .control textarea,
main .events .events-right-side form .control input {
  width: 100%;
  background-color: #eeede9;
  border: 0;
  resize: none;
  outline: none;
  text-indent: 5px;
  min-height: 38px;
  margin: 5px 0 0 0;
  color: black;
}

main .events .events-right-side form label textarea {
  min-height: 153px;
}

main .events .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 750px;
  background-color: #ffffff;
  background-attachment: fixed;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.reviews-right-side h3:hover {
  cursor: pointer;
  color: #6ac1df !important;
  transition: 0.3s all;
}
.reviews-right-side > p a {
  color: black;
  transition: 0.3s all;
}
main .events .reviews .reviews-left-side,
main .events .reviews .reviews-right-side {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: 0.3s all;
}

main .events .reviews .reviews-left-side {
  width: 105px;
  border-right: 1px solid #6ac1df;
  text-align: center;
  padding-top: 10px;
}

main .events .reviews .reviews-left-side span {
  font-size: 53.333px;
  font-family: "Source Sans Pro";
  color: black;
  font-weight: 700;
}

main .events .reviews .reviews-left-side span:last-child {
  font-size: 16px;
  /*margin: 23px 0 0;*/
}

main .events .reviews .reviews-right-side {
  width: calc(100% - 106px);
  font-size: 17px;
  font-family: "Source Sans Pro";
  color: black;
  font-weight: bold;
  padding: 30px 30px 30px 30px;
  height: auto;
}

main .events .reviews .reviews-right-side h3 {
  margin: -5px 0 34px 0;
}

main .events .reviews .reviews-right-side span {
  font-weight: 400;
  line-height: 25px;
}

main .events .reviews .reviews-bottom {
  width: 100%;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 136px;
}

main .events .reviews .reviews-bottom a {
  font-size: 16px;
  font-family: "Source Sans Pro";
  color: #6ac1df;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

main .events .reviews .reviews-bottom a:hover {
  opacity: 0.6;
}

main .association {
  padding: 0 0 65px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .association h2 {
  font-size: 53.333px;
  font-family: "Source Sans Pro";
  color: #010101;
  font-weight: 700;
  text-transform: uppercase;
  margin: 91px 0;
}

main .association .association-body,
.services-inner-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main .association .association-body .association-block,
.s-information-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 60.7px 0;
}
.association-block .right-side-block a {
  color: black;
}

main .association .association-body .association-block .left-side-block,
.s-information-left-block {
  width: 350px;
  padding: 0 32px 0 0;
  text-align: right;
}

main .association .association-body .association-block .left-side-block span,
.s-information-left-block span {
  font-size: 40px;
  font-family: "Source Sans Pro";
  color: black;
  font-weight: 700;
  position: relative;
  top: -11px;
}

main .association .association-body .association-block .right-side-block,
.s-information-right-block {
  width: 802px;
}

main .association .association-body .association-block .right-side-block span,
.s-information-right-block span {
  text-align: left;
  font-size: 17px;
  font-family: "Source Sans Pro";
  color: black;
  line-height: 25.6px;
  position: relative;
  top: -3px;
}

main .services-monitor {
  /*min-height: 697px;*/
  min-height: 600px;
  background-color: #6ac1df;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .services-monitor .services-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main .services-monitor .services-inner h1 {
  font-size: 53.333px;
  font-family: "Source Sans Pro";
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  margin: 60px 0;
}

main .services-monitor .services-inner .services-body {
  /*margin-bottom: 100px;*/
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  text-align: center;
}

main .services-monitor .services-inner .services-body .services-col {
  width: 20%;
}

.fachvereinigung,
.gesamtmasche {
  height: 33px;
  width: 180px;
  text-transform: uppercase;
  font-size: 15px;
  vertical-align: middle;
  background-color: #00c2e1;
  color: white !important;
  letter-spacing: 0;
  font-weight: bold;
  transition: 0.3s all;
  opacity: 1;
  /*padding: 7px;*/
  display: block;
  line-height: 32px;
}
.gesamtmasche strong {
  color: #dfd8d3 !important;
}
body .gesamtmasche {
  background-color: #a41a1c;
  /*padding: 7px 21.5px 7px 21.5px;*/
}
.fachvereinigung:hover,
.gesamtmasche:hover {
  transition: 0.3s all;
  color: white !important;
  opacity: 0.6;
}
.gesamtmasche img {
  margin-right: 11px;
  padding-bottom: 2px;
}
.fachvereinigung img {
  margin-right: 3px;
  padding-bottom: 2px;
  height: 28px;
}

main .services-monitor .services-inner .services-body .services-photo {
  width: 215px;
  height: 215px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.services-photo img {
  display: none !important;
  transition: 0.3s all;
}
.services-photo img:first-child {
  display: flex !important;
  transition: 0.3s all;
}
.services-photo:hover img:last-child {
  display: flex !important;
  transition: 0.3s all;
}
.services-photo:hover img:first-child {
  display: none !important;
  transition: 0.3s all;
}
main .services-monitor .services-inner .services-body .services-photo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}

main .services-monitor .services-inner .services-body .services-info {
  /*margin: 57px 0 0 0;*/
  margin: 35px 0 0 0;
}

main
  .services-monitor
  .services-inner
  .services-body
  .services-info
  .services-caption {
  font-size: 26.667px;
  font-family: "Source Sans Pro";
  color: black;
  font-weight: 700;
  white-space: nowrap;
}
.services-caption a {
  color: black;
}
.services-caption a:hover {
  color: #ffffff !important;
}
main .services-monitor .services-inner .services-body .services-info ul {
  text-align: center;
  padding-left: 0;
  margin-top: 26px;
  list-style-type: none;
}

main .services-monitor .services-inner .services-body .services-info ul li {
  font-size: 20px;
  font-family: "Source Sans Pro";
  color: black;
  margin: 0 0 5px 0;
  line-height: 20px;
  letter-spacing: 1.2px;
}

main .owl-carousel {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 25px 0;
  position: relative;
}

main .owl-carousel .item {
  width: 200px;
  text-align: center;
  margin: auto;
}

main .owl-carousel .item img {
  max-width: 100%;
}

main .owl-carousel .item:last-child img {
  max-width: 90%;
}

main .owl-carousel .owl-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .owl-carousel .owl-prev {
  position: absolute;
  left: -55px;
  top: 0;
  bottom: 0;
  margin: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .owl-carousel .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -55px;
  margin: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .owl-carousel .owl-prev,
main .owl-carousel .owl-next {
  background-color: transparent !important;
  color: #235783 !important;
}

main .owl-carousel .owl-prev img,
main .owl-carousel .owl-next img {
  margin: auto;
}

main .owl-pagination {
  display: none !important;
}

main .information-monitor {
  min-height: 514px;
  background-image: url("../img/information_bg.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

main .information-monitor .info-monitor-inner {
  font-size: 24px;
  font-family: "Source Sans Pro";
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 43.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main .information-monitor .info-monitor-inner a {
  margin: 0 0 18px 0;
  font-size: 29.333px;
  font-family: "Source Sans Pro";
  color: black;
  text-transform: none;
  font-weight: 400;
}

main .information-monitor .info-monitor-inner h2 {
  margin: 94px 0 34px 0;
  font-size: 33px;
  line-height: 37px;
}

main .specialist-monitor {
  background-color: #f1f1f1;
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .specialist-monitor-body {
  padding-bottom: 65px;
}

main .specialist-monitor-body h2 {
  font-size: 53.333px;
  font-family: "Source Sans Pro";
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  margin: 62px 0;
}
.services-inner-text p,
.services-inner-text p a {
  display: inline-block !important;
  color: black;
  word-break: break-word;
  white-space: pre-line;
}
.services-inner-text p a:hover {
  color: white !important;
}
main .specialist-monitor-body .specialist-monitor-second-text,
.services-inner-text {
  font-size: 22px;
  font-family: "Source Sans Pro";
  color: black;
  text-align: left;
  margin: 0 0 71px 0;
}
.services-inner-text {
  margin: 0 0 25px 0 !important;
  text-align: justify;
  word-break: break-word;
}

.p-imress-style p,
.p-space p {
  margin: 0;
}

main .specialist-monitor-body .specialist-body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 50px;
}

main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .info-first-text,
main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .info-second-text {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 15px 0;
}
main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .info-first-text
  span
  a,
main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .info-second-text
  span
  a {
  color: #333;
}
main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .info-first-text
  span,
main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .info-second-text
  span {
  font-weight: 500;
  font-family: "Source Sans Pro";
  font-size: 16px;
  margin-bottom: 9px;
  text-align: center;
}

main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .info-first-text
  .info-caption,
main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .info-second-text
  .info-caption {
  margin: 22px 0 5px 0;
  line-height: 25px;
  font-size: 20px;
  font-family: "Source Sans Pro";
  color: black;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .info-second-text
  .info-caption {
  margin: 22px 0 5px 0;
  white-space: nowrap;
}

main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .info-second-text
  ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  line-height: 20px;
  letter-spacing: 1.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
  /*text-align: center;*/

  align-items: flex-end;
}
main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .info-second-text
  ul
  li {
  margin: 0 0 5px 0;
}
main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .info-second-text
  ul
  li {
  font-family: "Source Sans Pro";
  white-space: normal;

  width: 80%;
}
.specialist-photo:hover {
  box-shadow: 0 0 0 4px #6ac1df;
  transition: 0.3s all;
  cursor: pointer;
}

.specialist-info:nth-child(3n) .specialist-photo:hover,
.specialist-info:last-child .specialist-photo:hover {
  box-shadow: 0 0 0 4px #a41a1c;
}

main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .specialist-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 100px;
  width: 190px;
  height: 190px;
  overflow: hidden;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s all;
}

main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .spec-photo-one,
main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .spec-photo-two,
main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .spec-photo-three,
main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .spec-photo-four {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .spec-photo-one {
  background-image: url("../images/specialist-1.jpg");
}

main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .spec-photo-two {
  background-image: url("../images/specialist-2.jpg");
}

main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .spec-photo-three {
  background-image: url("../images/specialist-3.png");
}

main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .spec-photo-four {
  background-image: url("../images/specialist-4.png");
}

main
  .specialist-monitor-body
  .specialist-body-inner
  .specialist-info
  .spec-photo-four
  img {
  max-width: 100%;
  max-height: 100%;
}

footer {
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
}

footer .footer-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-item-align: center;
  align-self: center;
}

footer .footer-inner span {
  position: absolute;
  right: 0;
  font-size: 0.8vw;
  font-family: "Source Sans Pro";
}

footer .footer-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 15.667px;
  font-family: "Source Sans Pro";
}
footer .footer-inner ul li:first-child:after,
footer .footer-inner ul li:nth-child(2):after {
  content: "|";
  display: inline-block;
  color: #333;
  margin: 0 8px;
}

footer .footer-inner ul a {
  color: #333333;
}

footer .footer-inner .line:after {
  content: "|";
  display: inline-block;
  color: #333;
  margin: 0 8px;
}
/*Dropdown mobile*/
.header-inner .dropdown {
  display: none;
}
.mobile-menu {
  width: 100%;
  margin: 7px 0 0 0;
}
.mobile-menu > button {
  width: 100%;
  background-color: #6ac1df;
  border: 0;
  min-height: 38px;
  letter-spacing: 0.6px;
  color: #ffffff;
  transition: 0.3s all;
}
.mobile-menu > button:focus,
.mobile-menu > button:hover {
  background-color: #ffffff;
  color: #6ac1df;
  transition: 0.3s all;
}
.mobile-menu .dropdown-menu {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.mobile-menu .dropdown-menu ul {
  padding-left: 0;
}
.mobile-menu .dropdown-menu ul li a {
  color: black;
}
/*Carousel slider*/
.lm {
  display: none;
}

.logos-main {
  display: flex;
  min-height: 150px;
}
#logoStart {
  display: flex;
  align-items: center;
}
#logoStart .item .col-sm-3 a {
  width: 200px;
  height: 75px;
  display: flex;
  margin: auto;
}
#logoStart .item .col-sm-3 {
  text-align: center;
}
#logoStart .item img {
  max-width: 90%;
  max-height: 100%;
  display: flex;
  margin: auto;
}
#logoStart .carousel-control img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#logoStart .left.carousel-control img {
  left: -55px;
}
#logoStart .right.carousel-control img {
  right: -55px;
}
.carousel-control.right,
.carousel-control.left {
  width: 0 !important;
}
.association-block p {
  margin: 0;
}
.specialist-photo img,
.specialty,
.caption-filter,
.name-filter,
.serv-caption-filter,
.association-filter,
.page-header,
.s-information-filter,
.services-text-filtr,
.header-inner-filtr {
  display: none;
}
.services-monitor p {
  margin: 0;
  display: flex;
}
.services-monitor p a {
  display: flex;
  margin: auto;
}
.kontaktformular .control-group {
  margin: 12px 0;
}

@media (min-width: 1367px) {
  body .kontaktformular form {
    width: 65%;
  }
  main .association .association-body .association-block .left-side-block span {
    position: relative;
    top: -12px;
  }
  .specialist-info {
    width: 17%;
  }
  body
    main
    .specialist-monitor-body
    .specialist-body-inner
    .specialist-info
    .info-first-text
    span,
  body
    main
    .specialist-monitor-body
    .specialist-body-inner
    .specialist-info
    .info-second-text
    span {
    font-size: 20px;
    white-space: nowrap;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 1.2px;
  }
  body
    main
    .specialist-monitor-body
    .specialist-body-inner
    .specialist-info
    .info-first-text {
    height: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body
    main
    .specialist-monitor-body
    .specialist-body-inner
    .specialist-info
    .info-second-text
    ul {
    font-size: 20px;
  }
  body header .header-top {
    font-size: 20px;
  }
  body header .header-body .hedaer-body-inner h1 {
    white-space: nowrap;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body header .header-body .hedaer-body-inner span {
    font-kerning: auto;
    width: 100%;
    font-size: 32px;
    line-height: 43px;
    display: block;
    margin: 0 auto 0 auto;
    text-align: left;
    /*color: #ffffff;*/
  }
  body header .header-body .hedaer-body-inner {
    margin: 258px 0;
  }
}

@media (max-width: 1500px) and (min-width: 1200px) {
  body main .events .events-body {
    padding: 0;
  }
  body main .events .reviews {
    width: 100%;
  }
  body main .events .reviews .reviews-bottom {
    margin: 10px 0 0 0;
  }
  /*body main .events .reviews .reviews-right-side {*/
  /*height: auto;*/
  /*}*/
  body header div.header-top {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  header .header-top nav ul li {
    font-size: 15px;
    margin: 0px 0 0 14px;
  }
}
@media (max-width: 1366px) {
  body div[itemprop="articleBody"] h3 {
    font-size: 35px;
  }
  body .kontaktformular .pretext {
    margin: 30px 0;
    font-size: 35px;
  }
  body
    main
    .services-monitor
    .services-inner
    .services-body
    .services-info
    ul
    li {
    font-size: 17px;
  }
  body header .header-body .hedaer-body-inner span {
    text-align: left;
    /*color: #ffffff;*/
  }
  body header .header-body .hedaer-body-inner {
    width: 100%;
  }
  main
    .specialist-monitor-body
    .specialist-body-inner
    .specialist-info
    .info-first-text {
    min-height: 130px;
    text-overflow: ellipsis;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
  }
  main .specialist-monitor-body .specialist-body-inner .specialist-info {
    width: 20%;
  }
  body
    main
    .contacts-formula
    .contacts-formula-inner
    .right-side-formula
    > span:first-child {
    font-size: 19px;
  }
  body .kontaktformular form .fieldset {
    width: 100%;
  }
  body main .specialist-monitor-body .specialist-body-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body footer .footer-inner span {
    right: -0;
    font-size: 11px;
  }
  body main .contacts .contacts-inner .contacts-right span {
    font-size: 19px;
    line-height: 28px;
  }
  body main .events .events-body {
    padding: 0;
  }
  body
    main
    .specialist-monitor-body
    .specialist-body-inner
    .specialist-info
    .info-second-text
    li {
    font-size: 20px;
    line-height: 21px;
    /*word-wrap: break-word;*/
  }
  body
    main
    .specialist-monitor-body
    .specialist-body-inner
    .specialist-info
    .info-first-text
    span {
    margin: 7px 0 5px 0;
    line-height: 20px;
    font-size: 20px;
    /*white-space: nowrap;*/
    letter-spacing: 1.2px;
  }
}

@media (max-width: 1260px) {
  body .header-top > a > .header-inner-logo {
    width: 80px;
    height: 80px;
  }
  body #logoStart .item .col-sm-3 a {
    width: 100%;
  }
  main
    .specialist-monitor-body
    .specialist-body-inner
    .specialist-info
    .info-second-text
    ul {
    width: 70%;
  }
  body main .contacts-formula .contacts-formula-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .kontaktformular .pretext {
    font-size: 35px;
    text-align: center;
  }
  body header .header-top > a span {
    font-size: 2.719vw;
  }
  body header .header-top {
    padding: 15px 0 0 0;
  }
  body main .events h2 {
    font-size: 40px;
  }
  body header .header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body header .header-body .hedaer-body-inner h1 {
    font-size: 30px;
  }
  body header .header-body .hedaer-body-inner {
    width: 100%;
    text-align: center;
  }
  body main .events .events-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body main .events .events-right-side {
    margin: 20px auto;
  }
  body main .contacts .contacts-inner .contacts-left h2 {
    font-size: 40px;
  }
  body footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  body footer div.footer-inner span {
    font-size: 13px;
    position: relative;
    top: 20px;
  }
  body .footer-inner.container nav {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  body
    main
    .specialist-monitor-body
    .specialist-body-inner
    .specialist-info
    .specialist-photo {
    margin: auto;
  }
  body main .specialist-monitor-body .specialist-body-inner .specialist-info {
    width: 50%;
    margin: 15px 0px;
  }
  body main .specialist-monitor-body .specialist-body-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body
    main
    .specialist-monitor-body
    .specialist-body-inner
    .specialist-info
    .info-first-text,
  body
    main
    .specialist-monitor-body
    .specialist-body-inner
    .specialist-info
    .info-second-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body main .information-monitor .info-monitor-inner {
    text-align: center;
    width: 100%;
  }
  body main .information-monitor {
    position: relative;
    background-image: none;
  }
  body main .information-monitor:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.09;
    background-image: url(../img/information_bg.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
  }
  body main .services-monitor .services-inner .services-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body main .services-monitor .services-inner .services-body .services-col {
    width: 50%;
    margin: 15px 0;
  }
  body main .services-monitor .services-inner .services-body .services-info ul {
    /*text-align: center;*/
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  main .services-monitor .services-inner .services-body .services-info {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body main .association .association-body .association-block,
  body .s-information-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body main .association .association-body .association-block .left-side-block,
  body .s-information-left-block {
    text-align: center;
    margin: 0 0 15px;
    width: 100%;
  }
  body main .association .association-body .association-block .right-side-block,
  body .s-information-right-block {
    width: 95%;
    margin: auto;
    text-align: center;
  }
  body
    main
    .association
    .association-body
    .association-block
    .right-side-block
    p,
  body .s-information-right-block p {
    text-align: justify;
    word-break: break-word;
  }
  body main .events .reviews {
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 960px) {
  body main .contacts .contacts-inner .contacts-right span {
    text-align: center;
  }
  body .hedaer-body-inner > div .tlt:first-child {
    font-size: 34px;
    text-align: center;
  }
  body .hedaer-body-inner > div .tlt:last-child {
    font-size: 20px;
    text-align: center;
  }
  body .kontaktformular form {
    align-items: center;
    margin: 30px auto;
  }
  body #logoStart .left.carousel-control img {
    left: 0;
  }
  body #logoStart .right.carousel-control img {
    right: 0;
  }
  body .carousel-inner {
    width: 90%;
  }
  #logoStart {
    justify-content: center;
  }
  /*body #logoStart .item .col-sm-3 a{*/
  /*width: 130px;*/
  /*}*/
  body .container {
    width: calc(100% - 20px);
  }
  body main .owl-carousel .owl-next {
    right: 0;
  }
  body main .owl-carousel .owl-prev {
    left: 0;
  }
  body main .contacts .contacts-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body main .contacts .contacts-inner .contacts-left h2 {
    padding: 0;
  }
  body main .contacts .contacts-inner .contacts-left {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  body main .contacts .contacts-inner .contacts-right {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    margin-bottom: 40px;
  }
  body main .events .reviews {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body header {
    height: auto;
    min-height: 445px;
  }
  body header .header-body .hedaer-body-inner {
    margin: 155px auto 0;
  }
  body header:before {
    height: inherit;
    min-height: 446px;
  }
}
@media (max-width: 720px) {
  #logoStart .item .col-sm-3 {
    padding: 10px 0;
  }
  div[itemprop="articleBody"] {
    padding: 0 10px;
  }
  body main .events .reviews {
    height: auto;
  }
  body main .services-monitor .services-inner .services-body .services-info ul {
    text-align: center !important;
    list-style-type: none;
  }
  body
    main
    div.services-monitor
    .services-inner
    .services-body
    .services-info
    ul {
    width: 90%;
  }
  main
    .specialist-monitor-body
    .specialist-body-inner
    .specialist-info
    .info-second-text
    ul {
    /*text-align: center;*/
    /*list-style-type: none;*/
  }
  body #system-message .alert-message {
    font-size: 15px;
  }
  .header-inner .mobile-menu {
    display: block !important;
  }
  .header-inner .pc-menu {
    display: none;
  }
  body #logoStart .item img {
    max-height: 75%;
    max-width: 75%;
  }
  #logoStart .item .col-sm-3 {
    margin: 15px auto;
  }
  body header div.header-top > a span {
    font-size: 17px;
    white-space: nowrap;
  }
  body header .header-top {
    height: auto;
  }

  body header .header-top nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  body header .header-top nav ul li {
    margin: 10px 0 0 0;
  }
  body header .header-body .hedaer-body-inner span {
    margin: auto;
  }
  body .container {
    text-align: center;
  }
  body main .specialist-monitor-body h2 {
    font-size: 32px;
  }
  body main .specialist-monitor-body .specialist-monitor-second-text {
    font-size: 17px;
    text-align: center;
  }
  body main .events .reviews .reviews-bottom {
    margin: 32px 0 0 0;
  }
  /*body main .events .reviews {*/
  /*height: 100%;*/
  /*}*/
  body main .events .reviews .reviews-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
}

@media (max-width: 640px) {
  body
    main
    div.specialist-monitor-body
    .specialist-body-inner
    .specialist-info {
    width: 100%;
  }
  body main div.services-monitor .services-inner .services-body .services-col {
    width: 100%;
  }
  main .events .reviews .reviews-right-side {
    height: 100%;
  }
  body main .events div.reviews .reviews-bottom {
    margin: 10px 0 0 0;
  }
  body main .association .association-body .association-block .left-side-block,
  body div.s-information-left-block {
    padding: 0;
  }
}

@media (max-width: 480px) {
  body .contacts-right > span:first-child {
    word-break: break-word;
  }
  html body .kontaktformular .pretext {
    font-size: 23px;
  }
  main .events .reviews .reviews-right-side {
    text-align: center;
    word-break: break-word;
  }
  html body .hedaer-body-inner > div .tlt:first-child {
    font-size: 30px;
    padding: 0;
  }
  body header {
    height: auto;
  }
  body .services-inner-text p,
  body .services-inner-text p a {
    text-align: center;
    word-break: break-word;
    white-space: normal;
    padding: 0 10px;
  }
  div[itemprop="articleBody"] > div {
    text-align: justify !important;
    word-break: break-all !important;
  }
  body .events-right-side .control-group {
    text-align: left;
    word-spacing: 3px;
    word-break: break-word;
  }
  html
    body
    main
    .association
    .association-body
    .association-block
    .right-side-block
    p,
  html body .s-information-right-block p {
    word-break: break-word;
    text-align: center;
  }
  body .services-inner-text {
    text-align: center;
  }
  body main .services-monitor .services-inner .services-body .services-info {
    margin: 0;
  }
  body .radio-btn-style + label[for="jform_einverstanden0"],
  .radio-btn-style + label[for="jform_einverstanden1"] {
    width: 86%;
  }
  main div.contacts .contacts-inner .contacts-left,
  main div.contacts .contacts-inner .contacts-right {
    width: 90%;
  }
  body main div.specialist-monitor-body .specialist-body-inner .specialist-info,
  body main div.services-monitor .services-inner .services-body .services-col {
    margin: 20px 0px;
  }
  body div div[itemprop="articleBody"] h3 {
    font-size: 23px;
  }
  body
    main
    .services-monitor
    .services-inner
    .services-body
    .services-info
    ul
    li {
    line-height: 25px;
  }
  main
    .specialist-monitor-body
    .specialist-body-inner
    .specialist-info
    .info-second-text
    ul {
    width: 90%;
  }
  body footer .footer-inner ul li:first-child:after,
  body footer .footer-inner ul li:nth-child(2):after {
    display: none;
  }
  body main .contacts-formula .contacts-formula-inner .left-side-formula,
  body main .contacts-formula .contacts-formula-inner .right-side-formula {
    width: 95%;
  }
  body main .contacts-formula .contacts-formula-inner .right-side-formula {
    font-size: 16px;
  }
  body .kontaktformular form,
  body .kontaktformular form fieldset {
    width: 95%;
  }
  body footer .footer-inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body footer .footer-inner ul li {
    margin: 5px 0;
  }
  body footer .footer-inner .line:after {
    display: none;
  }
  /*body div.header-top img {*/
  /*width: 19%;*/
  /*}*/
  body header .container div.header-top > a span {
    font-size: 13px;
  }
  body main div.specialist-monitor-body h2 {
    font-size: 24px;
  }
  body .header-top > a {
    width: 250px;
    /*padding-top: 25px;*/
  }
  /*body .header-top img {*/
  /*width: 100%;*/
  /*}*/
  body main .events .events-right-side form {
    width: 100%;
    padding: 15px;
  }
  body main .events h2 {
    font-size: 27px;
  }
  body main div.contacts .contacts-inner .contacts-left h2 {
    font-size: 23px;
  }
  body header div.header-body .hedaer-body-inner h1 {
    font-size: 23px;
  }
  body main .specialist-monitor-body .specialist-monitor-second-text {
    margin: 0 0 25px;
  }
  body header .header-body .hedaer-body-inner span {
    padding-bottom: 20px;
  }
  body main .services-monitor .services-inner h1 {
    font-size: 27px;
  }
  body main .association h2 {
    font-size: 27px;
  }
  body
    main
    .association
    .association-body
    .association-block
    .left-side-block
    span,
  body main .s-information-left-block span {
    font-size: 26px;
  }
  body div.container {
    width: 100%;
  }
  body main .information-monitor .info-monitor-inner a {
    font-size: 22px;
  }
  body footer div.footer-inner.container span {
    font-size: 10px;
  }
  body footer .footer-inner {
    width: 80% !important;
  }
  body main .contacts .contacts-inner .contacts-right div span span {
    display: block;
  }
  body main .contacts .contacts-inner .contacts-right div a {
    font-size: 16px;
    display: block;
  }
  body main .events {
    background-size: cover;
  }
  body main .information-monitor .info-monitor-inner h2 {
    font-size: 25px;
  }
}
