@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light|Titillium+Web:300,300i,400,400i,600,600i');

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal !important
}

html {
  overflow-x: hidden
}

body {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #111;
  font-size: 100%;
  background: #fff;
  overflow-x: hidden
}

#tm-header {
  display: none
}

.uk-block-default+.uk-block-default, .uk-block-muted+.uk-block-muted, .uk-block-primary+.uk-block-primary, .uk-block-secondary+.uk-block-secondary {
  border: 0
}

h1, .uk-h1 {
  color: #ea0101;
  font-family: "Shadows Into Light", serif
}

.b-body h1, .b-body .uk-h1 {
  color: #151861
}

.b-buero h1, .b-buero .uk-h1 {
  color: #151861
}

.nav>li>a, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", sans-serif
}

p, li {
  font-size: 16px;
  line-height: 1.4
}

.lp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.lp-wrap_left, .lp-wrap_right {
  width: 50%;
  min-height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative
}

.lp-wrap_left {
  background-image: url("../images/home_wohnen.jpg")
}

.lp-wrap_right {
  background-image: url("../images/home_buero.jpg")
}

.lp-nav {
  position: absolute;
  padding: 40px;
  min-width: 200px
}

.lp-wrap_left .lp-nav {
  background-color: #ea0101;
  left: 20%;
  bottom: -40px;
  padding-bottom: 80px
}

.lp-wrap_right .lp-nav {
  background-color: #151861;
  left: 20%;
  top: -40px;
  padding-top: 80px
}

.lp-nav h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
  font-weight: 600
}

.lp-nav a {
  display: block;
  padding: 5px 0;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase
}

.lp-wrap_footer {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  padding: 80px
}

.lp-wrap_footer a {
  color: #111;
  font-size: 18px
}

.main-header {
  height: 200px;
  position: relative;
  max-width: calc(100% - 40px);
  margin: auto
}

.main-logo-wrap {
  overflow: hidden
}

.main-logo-wrap a {
  display: block;
  overflow: hidden
}

.main-logo-wrap a span {
  position: absolute;
  top: 100%
}

.main-logo {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 220px
}

.home .main-header {
  max-width: 100%
}

.home .main-logo {
  position: absolute;
  bottom: 40px;
  left: 10%
}

.header-slogan {
  position: absolute;
  right: 0;
  bottom: 40px;
  color: #ea0101;
  font-family: "Shadows Into Light", serif
}

.header-slogan p {
  font-size: 40px;
  line-height: 1;
  margin: 0
}

.b-buero .header-slogan {
  color: #151861
}

.header-links-wrap {
  position: absolute;
  right: 0;
  top: 0
}

.header-link, .header-link:hover, .header-link:active {
  display: block;
  width: 150px;
  height: 100px;
  padding: 0 20px;
  color: #fff;
  background-color: #ea0101;
  font-size: 16px;
  float: right;
  text-align: center;
  position: relative;
  margin-left: 2px;
  line-height: 4;
  height: 60px
}

.header-link--buero, .header-link--buero:hover, .header-link--buero:active {
  background-color: #151861
}

.b-buero .header-link, .b-buero .header-link:hover, .b-buero .header-link:active {
  background-color: #151861
}

.b-buero .header-link--wohnen, .b-buero .header-link--wohnen:hover, .b-buero .header-link--wohnen:active {
  background-color: #ea0101
}

.b-wohnen .header-link--jobs, .b-wohnen .header-link--jobs:hover, .b-wohnen .header-link--jobs:active, .b-buero .header-link--jobs, .b-buero .header-link--jobs:hover, .b-buero .header-link--jobs:active {
  background-color: #000
}

.header-link>span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  text-align: center
}

.mainnav .uk-panel-title {
  font-size: 34px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, .7)
}

.mainnav .uk-overlay-panel {
  background-color: rgba(0, 0, 0, 0.61);
  background-blend-mode: multiply;
  -webkit-transition: background .2s ease-in 0s;
  -o-transition: background .2s ease-in 0s;
  transition: background .2s ease-in 0s
}

.mainnav .uk-panel:hover .uk-overlay-panel, .mainnav .uk-panel:active .uk-overlay-panel {
  background-color: rgba(185, 0, 0, 0.72);
  -webkit-transition: background .2s ease-in 0s;
  -o-transition: background .2s ease-in 0s;
  transition: background .2s ease-in 0s
}

.b-wohnen .uk-overlay-panel.aktiv, .b-leder .uk-overlay-panel.aktiv, .b-kuechen .uk-overlay-panel.aktiv {
  background-color: rgba(185, 0, 0, 0.72);
  -webkit-transition: background .2s ease-in 0s;
  -o-transition: background .2s ease-in 0s;
  transition: background .2s ease-in 0s
}

.b-buero .uk-overlay-panel.aktiv, .b-technik .uk-overlay-panel.aktiv, .b-elektro .uk-overlay-panel.aktiv, .b-ausstattung .uk-overlay-panel.aktiv {
  background-color: rgba(21, 24, 97, .7);
  -webkit-transition: background .2s ease-in 0s;
  -o-transition: background .2s ease-in 0s;
  transition: background .2s ease-in 0s
}

.b-buero .mainnav .uk-panel:hover .uk-overlay-panel, .b-buero .mainnav .uk-panel:active .uk-overlay-panel, .b-elektro .mainnav .uk-panel:hover .uk-overlay-panel, .b-elektro .mainnav .uk-panel:active .uk-overlay-panel, .b-ausstattung .mainnav .uk-panel:hover .uk-overlay-panel, .b-ausstattung .mainnav .uk-panel:active .uk-overlay-panel {
  background-color: rgba(21, 24, 97, .7)
}

.mainnav .uk-overlay-panel.aktiv h3 {
  font-weight: 600
}

.mainnav figure {
  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;
  position: relative;
  min-height: 120px;
  max-height: 120px
}

.mainnav img {
  max-height: none;
  max-width: none;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  bottom: 0
}

#tm-top-a .subnav {
  max-width: 1430px;
  margin: 0 auto 20px auto;
  padding: 30px 0;
  position: relative
}

.subnav ul {
  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
}

.subnav li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #ea0101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-buero .subnav li {
  border-right-color: #151861
}

.subnav li>a {
  text-transform: none;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  padding: 0 35px;
  margin: 0;
  line-height: 1;
  position: relative
}

.subnav li:last-child {
  border: 0
}

.subnav li.uk-active>a {
  background-color: transparent
}

.subnav li>a:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 35px;
  width: 0;
  background-color: #ea0101;
  height: 1px
}

.b-buero .subnav li>a:after {
  background-color: #151861
}

.subnav li>a:hover:after, .subnav li.uk-active>a:after {
  left: 35px;
  width: calc(100% - 70px);
  -webkit-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s
}

.slideshow--center {
  max-width: 1430px;
  margin: 0 auto 0 auto
}

@media(min-width:1400px) {
  .uk-container {
    max-width: 1430px;
    padding: 0
  }
}

.container--intro .uk-float-right {
  text-align: right !important
}

.planer-wrap {
  margin-bottom: 120px
}

.planer-wrap .uk-panel-title {
  color: #ea0101;
  font-family: "Shadows Into Light", serif;
  font-size: 32px;
  text-align: right;
  margin-bottom: 5px
}

.planer-wrap .uk-panel-title+.uk-margin {
  margin-top: 0;
  text-align: right
}

.planer-wrap strong {
  display: block;
  text-align: right;
  font-size: 20px;
  margin-bottom: 10px
}

.planer-wrap .uk-button {
  float: right
}

.planer-wrap .textalign-left * {
  text-align: left !important
}

.planer-wrap .textalign-left .uk-button {
  float: left
}

.tm-sidebar-a .uk-panel-box+.uk-panel-box {
  margin-top: 0;
  padding: 0;
  background-color: transparent
}

.sidebar-btn-box {
  text-align: center;
  padding: 40px 40px 40px 40px;
  background-color: #f9f9f9
}

.tm-sidebar-a .sidebar-btn-box .uk-button:after {
  content: "";
  border-top: 2px solid #fff;
  position: absolute;
  top: 15px;
  left: 20px;
  right: 20px;
  display: block
}

.tm-sidebar-a .sidebar-btn-box .uk-button, .tm-sidebar-a .sidebar-btn-box .uk-button:active, .tm-sidebar-a .sidebar-btn-box .uk-button:hover {
  color: #fff;
  border-top: 2px solid #fff;
  background-color: #151861;
  padding: 15px 20px 5px 20px;
  margin-top: 0;
  position: relative
}

.tm-sidebar-a .sidebar-btn-box .uk-button:active, .tm-sidebar-a .sidebar-btn-box .uk-button:hover {
  background-color: #ea0101
}

.logo-sage {
  text-align: center;
  padding: 40px;
  background-color: #f9f9f9
}

.logo-sage>img {
  width: 160px
}

.container-angebot .uk-panel {
  position: relative;
  width: 66%;
  margin-left: auto;
  margin-right: auto
}

.container-angebot .uk-panel-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden
}

.container-angebot .uk-panel-teaser>img {
  max-width: none;
  height: auto
}

.container-angebot .uk-margin {
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 25%;
  background-color: #ea0101;
  padding: 60px 20px 20px 20px;
  color: #fff;
  font-size: 24px;
  line-height: 1.3
}

.b-buero .container-angebot .uk-margin {
  background-color: #151861
}

.container-angebot .uk-margin strong {
  font-size: 54px;
  line-height: 0;
  margin-right: 5px
}

.kachel>div {
  background-color: #ededed;
  padding: 40px
}

.kachel>div:only-of-type {
  margin: auto;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center
}

.kachel .uk-h3 {
  font-size: 32px;
  color: #ea0101;
  font-family: "Shadows Into Light", serif
}

.b-buero .kachel .uk-h3 {
  color: #151861
}

.kachel h4 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 0
}

.kachel--info>div {
  padding-top: 160px
}

.kachel--team>div {
  background-image: url("../images/ico-team.svg");
  background-repeat: no-repeat;
  background-size: 76px auto;
  background-position: 50% 50px
}

.grid-link-wrap .uk-panel {
  position: relative;
  margin-bottom: 4%
}

.galerie-wrap .uk-panel-teaser, .grid-link-wrap .uk-panel-teaser {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.galerie-wrap figure.uk-overlay {
  max-height: 245px
}

.galerie-wrap .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0
}

.galerie-wrap .uk-panel-title, .grid-link-wrap .uk-panel-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, .7);
  padding: 0 10px;
  color: #fff;
  -webkit-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
  text-align: center
}

.grid-link-wrap img {
  display: block;
  min-height: 245px;
  max-width: none;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center
}

.galerie-wrap .uk-panel:hover .uk-panel-title, .galerie-wrap .uk-panel:active .uk-panel-title, .grid-link-wrap .uk-panel:hover .uk-panel-title, .grid-link-wrap .uk-panel:active .uk-panel-title {
  height: 100%;
  -webkit-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
  line-height: 245px;
  padding: 0
}

.galerie-wrap .uk-panel:hover .uk-overlay-panel {
  top: 0
}

.grid-ico-wrap {
  padding: 80px 0;
  max-width: 950px;
  margin: auto
}

.grid-ico-wrap .uk-panel-title {
  font-size: 22px;
  font-weight: bold;
  color: #151861
}

.grid-ico-wrap .uk-panel-title+div {
  padding: 0 15px
}

.grid-ico-wrap>div.uk-grid-margin {
  margin-top: 80px
}

.grid-ico-wrap .uk-panel:hover {
  background-color: #fff;
  -webkit-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.grid-ico-wrap .uk-panel p {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0)
}

.grid-ico-wrap .uk-panel p, .grid-ico-wrap .uk-panel>a+div {
  -webkit-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.grid-ico-wrap .uk-panel>a:hover+div {
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.grid-ico-wrap .uk-panel:hover p {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: all .25s ease-out 0s;
  -o-transition: all .25s ease-out 0s;
  transition: all .25s ease-out 0s
}

.uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 26px;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.6)
}

.container--form:before {
  content: "";
  display: block;
  height: 3px;
  background-color: #ea0101;
  width: 200px;
  margin: 60px auto 80px auto
}

.b-buero .container--form:before {
  background-color: #151861
}

.container--form .uk-h1 {
  color: #111
}

.container--form .uk-button {
  float: left
}

.container--form .uk-button:disabled {
  background-color: transparent;
  cursor: not-allowed
}

.container--form label {
  display: none
}

.container--form .controls {
  margin-left: 0
}

.row-fluid input,
.row-fluid textarea,
.container--form .controls * {
  font-family: "Titillium Web", sans-serif !important
}

.container--form input[type="text"], .container--form input[type="email"], .container--form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  font-size: 14px
}

.container--form textarea {
  min-height: 50px !important
}

.form-actions {
    padding:0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-top: 0px solid #e5e5e5;
    *zoom: 1;
}

.help-block:empty {
  display: none
}

.galerie-wrap .uk-tab {
  border-bottom: 0
}

.galerie-wrap .uk-tab>li>a:after {
  display: none
}

.galerie-wrap .uk-tab>li>a {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
  background-color: #000;
  color: #fff;
  border: 0;
  margin: 0 5px 0 0
}

.galerie-wrap .uk-tab>li>a:hover, .galerie-wrap .uk-tab>li>a:active, .galerie-wrap .uk-tab>li.uk-active>a {
  background-color: #ea0101;
  border: 0
}

.b-buero .galerie-wrap .uk-tab>li>a:hover, .b-buero .galerie-wrap .uk-tab>li>a:active, .b-buero .galerie-wrap .uk-tab>li.uk-active>a {
  background-color: #151861
}

.galerie-wrap img {
  max-height: 245px;
  height: auto;
  max-width: none;
  width: auto;
  display: block;
  margin: auto
}

.galerie-wrap .uk-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.galerie-wrap .uk-panel {
  text-align: center
}

.galerie-wrap .uk-position-cover {
  background-size: contain !important
}

.galerie-wrap li[data-uk-filte] a {
  margin: 0 20px 0 0
}

.galerie-wrap li[data-uk-filter*=Relax] {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.galerie-wrap li[data-uk-filter*=Modern] {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.galerie-wrap li[data-uk-filter*=Rus] {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.galerie-wrap li[data-uk-filte] a {
  margin: 0 20px 0 0
}

.galerie-wrap li[data-uk-filter*=Sommier] {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.galerie-wrap li[data-uk-filter*=enfants] {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.galerie-wrap li[data-uk-filter*=Rus] {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.couple-wrap {
  margin-top: 60px
}

.couple-wrap--slogan>.uk-grid {
  margin-bottom: 0;
  display: none
}

.couple-wrap .uk-panel {
  position: static
}

.couple-wrap>div>div:last-child {
  position: relative
}

.couple-wrap--slogan .uk-h3 {
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #ea0101;
  font-family: "Shadows Into Light", serif;
  font-size: 36px;
  -webkit-animation-name: couple;
  animation-name: couple;
  -webkit-animation-duration: 4s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  opacity: 1
}

.b-buero .couple-wrap--slogan .uk-h3 {
  color: #151861
}

@-webkit-keyframes couple {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes couple {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

#tm-bottom-b {
  margin-bottom: 0;
  padding-bottom: 0
}

.couple-wrap--text {
  position: relative
}

.couple-wrap--text .uk-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.couple-wrap--text .uk-panel .uk-h6 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
  color: #111;
  margin-left: 60px
}

.couple-wrap--text .uk-margin {
  padding: 0 0 30px 0;
  margin-left: 60px
}

.couple-wrap--text .uk-margin p {
  font-family: "Shadows Into Light", serif;
  font-size: 26px;
  line-height: 1.2;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: #000
}

.couple-wrap--text .uk-margin:after, .couple-wrap--text .uk-margin:before {
  content: "";
  display: block;
  height: 3px;
  background-color: #ea0101;
  width: 200px;
  margin: 30px 0 60px 0
}

.b-buero .couple-wrap--text .uk-margin:after, .b-buero .couple-wrap--text .uk-margin:before {
  background-color: #151861
}

.couple-wrap--text .uk-margin:after {
  height: 2px;
  width: 70px;
  margin: 30px 0 0 0
}

@media(max-width:1220px) {
  .couple-wrap--text .uk-text-center {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end
  }
}

.intro-text {
  max-width: 850px;
  margin: auto
}

.tm-content a[title*="Edit"] {
  display: none
}

.tm-content {
  max-width: 950px;
  margin: 0 auto
}

.uk-article {
  margin: 40px auto 80px auto
}

.uk-article>img, .uk-article>p>img {
  display: block;
  margin: 40px 0
}

.uk-article .inline-img {
  display: inline-block;
  margin: auto;
  max-width: 50%
}

.uk-article .pull-right {
  max-width: 45%;
  margin-left: 8%;
  margin-bottom: 5%;
  clear: right;
  margin-top: 0;
  float: right
}

.uk-article h3 {
  font-size: 20px;
  font-weight: bold;
  clear: left
}

.uk-article p, .uk-article li {
  font-size: 16px
}

.uk-article p a {
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  background-color: transparent;
  border-top: 2px solid #ea0101;
  color: #111;
  padding: 0;
  margin-top: 20px;
  letter-spacing: 1px;
  vertical-align: middle;
  line-height: 40px;
  min-height: 40px
}

.uk-article p a:hover, .uk-article p a:active {
  text-decoration: none
}

.uk-article video {
  float: right;
  min-width: 45%;
  max-width: 45%;
  margin-left: 5%;
  margin-bottom: 5%;
  clear: right;
  height: auto
}

.tm-block-footer {
  display: none
}

.main-footer {
  background-color: #000;
  padding: 60px 0;
  color: #fff
}

.b-buero .main-footer {
  background-color: #151861
}

.main-footer .uk-panel {
  max-width: 1430px;
  margin: auto;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer-item {
  width: 33.333%;
  padding: 0 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #222;
  position: relative
}

.footer-item:last-child {
  border: 0
}

.footer-logo-wrap {
  margin-bottom: 60px;
  padding-left: 0;
  width: 100%
}

.footer-item p {
  margin: 0 0 30px 0
}

.footer-item p:last-child {
  margin-bottom: 0
}

.footer-kontakt a {
  color: #fff;
  padding-top: 5px;
  border-top: 1px solid #000
}

.b-buero .footer-kontakt a {
  border-top-color: #fff
}

.footer-kontakt a:hover, .footer-kontakt a:active {
  border-top-color: #ea0101;
  text-decoration: none
}

.b-buero .footer-kontakt a:hover, .b-buero .footer-kontakt a:active {
  border-top-color: #151861
}

.footer-kontakt p {
  position: relative;
  padding-left: 46px;
  font-size: 1em
}

.footer-kontakt img[src*="svg"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 26px;
  max-width: none;
  width: auto
}

.main-footer .footer-nav {
  position: absolute;
  bottom: 0
}

.main-footer .footer-nav li {
  float: left
}

.main-footer .footer-nav a {
  display: block;
  font-size: 15px;
  color: #fff;
  text-transform: none;
  margin-right: 20px;
  padding-top: 5px;
  border-top: 1px solid #000
}

.b-buero .main-footer .footer-nav a {
  border-top-color: #fff
}

.main-footer .footer-nav a:hover, .main-footer .footer-nav a:active {
  background-color: transparent;
  border-top-color: #ea0101;
  color: #fff
}

.main-footer .footer-nav a:hover, .main-footer .footer-nav a:active {
  border-top-color: #151861
}

.copyright {
  text-align: left;
  position: relative;
  top: -30px
}

.ico-soc {
  display: inline-block;
  margin: 0 5px 10px auto;
  font-size: 15px;
  position: relative;
  top: -3px
}

.ico-soc>img {
  width: 26px
}

@media(max-width:960px) {
  .footer-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }

  .footer-item:last-child {
    width: 100%;
    padding: 80px 40px 0 40px
  }

  .main-footer .footer-nav {
    position: static;
    text-align: left
  }

  .footer-nav .nav {
    display: block;
    text-align: left
  }

  .footer-nav .nav li {
    float: none;
    display: inline-block;
    margin: 0 30px 0 0;
    text-align: center
  }

  .main-footer .footer-nav a {
    margin: 0
  }
}

@media(max-width:480px) {
  .main-footer {
    padding: 20px 0
  }

  .footer-item {
    width: 100%;
    padding: 20px 40px;
    border: 0;
    border-bottom: 1px solid #222
  }
}

.btn.uk-button, .uk-button, .uk-button:hover, .uk-button:active {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px !important;
  background-color: transparent;
  border-top: 2px solid #ea0101;
  color: #111;
  padding: 0;
  margin-top: 20px;
  letter-spacing: 1px
}

.b-buero .uk-button, .b-buero .uk-button:hover, .b-buero .uk-button:active {
  border-top: 2px solid #151861
}

.form-wrapper {
  max-width: 1200px;
  margin: auto
}

.visforms  .container--form:before,
.form-wrapper .container--form:before {
  display: none
}

.form-wrapper .container--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.form-wrapper .visform [class^="fieldset-"].active {
  width: 100%
}

.form-wrapper div[class*="field"] {
  position: relative;
  margin-bottom: 20px
}

.form-wrapper input {
  font-family: "Titillium Web", sans-serif !important
}

.form-wrapper .visform textarea {
  font-family: "Titillium Web", sans-serif !important;
  height: 250px
}

.form-wrapper .asterix-ancor {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.form-wrapper .form-actions {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
  border-top: 0 solid #e5e5e5;
  *zoom: 1
}

body.home #tm-topper .uk-container {
  max-width: none
}

.langnav-wrap {
  position: absolute;
  top: 0;
  left: 0;
}

body.home .langnav-wrap {
  left: 10%
}

.lang-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

div.mod-languages ul.lang-block li {
  margin: 0 2px 0 0
}

.mod-languages a {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 6px 8px;
  text-align: center
}

.mod-languages .lang-active a {
  background-color: #ea0101
}

.uk-modal-dialog-lightbox>.uk-close:first-child {
  top: 12px;
  right: 12px
}

#redim-cookiehint {
  background-color: #000;
  padding: 30px 20px
}

#redim-cookiehint .cookiebuttons .btn {
  background-color: #ea0101;
  font-size: 14px !important
}

@media(max-width:1220px) {
  .container-angebot .uk-panel {
    width: 90%
  }
}

@media(max-width:1024px) {
  .header-slogan p {
    font-size: 28px
  }

  .mainnav .uk-panel-title {
    font-size: 24px
  }
}

@media(max-width:960px) {
  .subnav ul {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .subnav ul li a {
    font-size: 18px
  }

  .container-angebot .uk-panel {
    width: 90%
  }
}

@media(max-width:768px) {
  .lp-wrap_left, .lp-wrap_right {
    width: 100%;
    min-height: 350px;
    max-height: 350px
  }

  .lp-wrap_left {
    margin-bottom: 0
  }

  .lp-wrap_left .lp-nav {
    right: 5%;
    left: auto;
    top: -40px;
    bottom: auto
  }

  .lp-wrap_right .lp-nav {
    right: auto;
    left: 5%;
    top: auto;
    bottom: -40px
  }

  .subnav {
    display: block;
    white-space: nowrap;
    overflow-x: scroll
  }

  .subnav ul {
    width: auto;
    display: block
  }

  .subnav ul li {
    display: inline-block
  }

  .subnav ul li a {
    font-size: 16px;
    display: block
  }

  .container-angebot .uk-margin {
    width: 50%
  }

  .couple-wrap--text .uk-margin, .couple-wrap--text .uk-panel .uk-h6 {
    margin-left: 0
  }

  .couple-wrap--slogan .uk-h3 {
    left: 0;
    text-align: center;
    padding: 15px 0;
    background-color: rgba(255, 255, 255, .8);
    bottom: 0
  }

  .container-angebot .uk-panel-teaser>img {
    width: auto;
    height: 300px
  }

  .container--form {
    padding-left: 40px;
    padding-right: 40px
  }

  .header-link, .header-link:hover, .header-link:active {
    display: block;
    width: 60px;
    height: 34px;
    padding: 0;
    color: #fff;
    background-color: #ea0101;
    font-size: 14px;
    float: right;
    text-align: center;
    position: relative;
    margin-left: 2px;
    line-height: 34px
  }
}

@media(max-width:480px) {
  .main-header {
    width: 100%
  }

  body.home #tm-topper .mod-languages {
    margin-left: 0;
    margin-bottom: 40px
  }

  .lang-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .lp-wrap_left, .lp-wrap_right {
    width: 100%;
    min-height: 300px;
    max-height: none;
    height: auto
  }

  .lp-wrap_left .lp-nav {
    position: static;
    overflow: hidden;
    padding: 20px
  }

  .lp-wrap_right .lp-nav {
    position: static;
    padding: 20px;
    overflow: hidden
  }

  .lp-nav h2 {
    font-size: 22px;
    margin-bottom: 10px
  }

  .lp-nav a {
    font-size: 16px;
    float: left;
    margin-right: 20px
  }

  .lp-wrap_footer {
    padding: 40px 20px
  }

  .header-link, .header-link:hover, .header-link:active {
    display: block;
    width: 60px;
    height: 34px;
    padding: 0;
    color: #fff;
    background-color: #ea0101;
    font-size: 14px;
    float: right;
    text-align: center;
    position: relative;
    margin-left: 2px;
    line-height: 34px
  }

  .header-link--buero, .header-link--buero:hover, .header-link--buero:active {
    background-color: #151861
  }

  .main-header {
    height: auto
  }

  .main-logo-wrap>a {
    display: block;
    margin: auto
  }

  .main-header .main-logo, .main-logo {
    display: block;
    position: static;
    margin: 60px auto 0 auto;
    width: 80%
  }

  .home .main-header .main-logo {
    width: 180px;
    margin-bottom: 40px
  }

  .main-header .main-logo {
    width: 180px
  }

  body:not(.home) .mod-languages {
    position: absolute;
    left: 2px;
    top: 0
  }

  .main-header .header-slogan {
    position: static;
    margin: 30px auto 40px auto;
    text-align: center
  }

  .header-slogan p {
    font-size: 30px
  }

  .container-angebot .uk-panel {
    width: 100%
  }

  .container-angebot .uk-margin {
    width: auto;
    left: 10%;
    right: auto;
    bottom: -20px;
    font-size: 16px;
    padding-top: 10px;
    width: 200px
  }

  .container-angebot .uk-margin strong {
    display: block;
    margin: auto;
    line-height: 1.4;
    font-size: 38px
  }

  .mainnav>div {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5)
  }

  .mainnav .uk-overlay-panel {
    padding: 0
  }

  .mainnav figure {
    height: 40px;
    min-height: 40px;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .mainnav img {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -ms-grid-row-align: center;
    align-self: center
  }

  .mainnav .uk-panel-title {
    font-size: 18px
  }

  .subnav ul li a {
    font-size: 16px;
    padding: 0 15px
  }

  .container--intro .uk-float-right {
    text-align: center !important
  }

  .container--form .uk-h1 {
    margin-top: 30px
  }

  .container-angebot .uk-panel-teaser>img {
    width: auto;
    height: 200px
  }

  .planer-wrap {
    margin-bottom: 60px
  }

  .couple-wrap--text .uk-text-center {
    border-bottom: 3px solid #ccc
  }

  .couple-wrap--text .uk-margin {
    margin-top: 0
  }

  .footer-item:last-child {
    padding-top: 60px
  }

  .uk-article {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0
  }

  .uk-article video, .uk-article .pull-right {
    width: 100%;
    max-width: 100%;
    margin: 20px 0
  }
}
