/*
 * Global Colors
 */
/*$color-connetation-web: #FF00FF;*/
/* by Sebastijan, instructions from Elena, 21.12.2017 */
/*Breadcrumbs*/
/*
 * Responsive Screen Resolutions
 */
/* 
 * Global Font Formatting
 */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #dcdee1;
  line-height: 21px; }

hr {
  border-color: #979797;
  margin-top: 40px;
  margin-bottom: 40px; }

.bg-dark-blue hr {
  border-color: #fff; }
/** Global Tag Formatting**/
h1, h2 {
  font-size: 24px;
  text-transform: uppercase; }

h1 {
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2.5px; }

h2 {
  line-height: 1.3em;
  font-weight: 300;
  letter-spacing: 1.5px; }

h3 {
  font-size: 16px;
  color: #b0b3b6;
  font-weight: 600; }

h3 span {
  font-size: 14px;
  color: #000; }

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; }

a {
  color: #000;
  outline: 0; }

a:focus {
  outline: 0; }

#content .col-lg-9 .row ul {
  padding-left: 0; }

#content .col-lg-9 .row ul li {
  list-style-type: none;
  text-indent: -20px;
  padding-left: 20px; }

#content .col-lg-9 .row ul li:before {
  font-family: FontAwesome;
  content: "";
  padding-right: 10px;
  font-size: 12px; }

.bg-dark-blue#content .col-lg-9 .row ul li:before {
  color: #e2007a; }

strong {
  font-weight: 700; }

section {
  padding-top: 50px;
  padding-bottom: 50px;
  clear: both; }

.bg-color h2 {
  color: #6e6e6e; }

.bg-color {
  color: #6e6e6e; }

.bg-dark-grey h2, .bg-dark-grey a, .bg-dark-blue, .bg-dark-blue h2 {
  color: #fff; }

.bg-dark-grey, .bg-light-grey h3, .bg-light-grey, .bg-light-grey h2 {
  color: #000; }

.bg-light-grey h3 {
  text-transform: uppercase;
  text-align: center; }

.pswp {
  z-index: 999500; }
/*
 * mimSuite
 */
.mimSuite-icon {
  display: flex;
  margin-bottom: 5px; }

.mimSuite-icon.two img {
  margin-top: 15px; }

.mimSuite-icon img {
  margin-top: 5px;
  margin-right: 5px; }

@media (max-width: 991px) {
  .mimSuite-icon.two img {
    margin-top: 5px; } }

@media (max-width: 612px) {
  .mimSuite-icon.two img {
    margin-top: 15px; } }

@media screen and (max-width: 767px) {
  section {
    padding-top: 0px; }

  section#content {
    padding-top: 16px; } }

.tp-arr-titleholder, .tp-arr-titleholder {
  display: none !important; }
/*
 * Global Classes
 */
p.align-right {
  text-align: right; }

p.text-center {
  text-align: center; }

#hero-image div > .col-sm-12:first-of-type {
  display: none; }
/*
 * Extend Bootstrap
 */
.row.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.row.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }
/*Equal Height*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
/*Pagebrowser*/
.tx-pagebrowse-pi1 ul.tx-pagebrowse {
  margin-top: 30px; }
  .tx-pagebrowse-pi1 ul.tx-pagebrowse li.tx-pagebrowse-prev, .tx-pagebrowse-pi1 ul.tx-pagebrowse li.tx-pagebrowse-next, .tx-pagebrowse-pi1 ul.tx-pagebrowse li ol li {
    color: #9e9e9e;
    background-color: #cecece;
    margin-right: 5px;
    padding: 9px 15px !important;
    min-width: 38px;
    min-height: 38px;
    font-size: 18px; }
    .tx-pagebrowse-pi1 ul.tx-pagebrowse li.tx-pagebrowse-prev a, .tx-pagebrowse-pi1 ul.tx-pagebrowse li.tx-pagebrowse-next a, .tx-pagebrowse-pi1 ul.tx-pagebrowse li ol li a {
      font-size: 18px;
      color: #6e6e6e; }
  .tx-pagebrowse-pi1 ul.tx-pagebrowse .tx-pagebrowse-current {
    background-color: #353b43;
    color: #fff; }

ul.f3-widget-paginator {
  margin-top: 30px;
  float: none;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center; }
  ul.f3-widget-paginator li {
    color: #9e9e9e;
    background-color: #cecece;
    margin-right: 5px;
    min-width: 38px;
    min-height: 38px;
    font-size: 18px;
    flex: 0 0 auto; }
    ul.f3-widget-paginator li.current {
      background-color: #353b43;
      color: #fff;
      padding: 9px 15px !important; }
    ul.f3-widget-paginator li a {
      font-size: 18px;
      color: #6e6e6e;
      padding: 9px 15px !important;
      display: block; }

.page-navigation p {
  display: none; }
/*Shariff*/
.shariff {
  margin-top: 50px; }
  .shariff .shariff-button a {
    background-color: #b0b3b6; }
/*Image*/
.ce-gallery[data-ce-columns="2"] {
  clear: both; }
  .ce-gallery[data-ce-columns="2"] .ce-media {
    width: 50%;
    float: left;
    margin-bottom: 20px; }
  .ce-gallery[data-ce-columns="2"] .ce-column:nth-child(2n+1) .ce-media {
    padding-right: 20px; }

.ce-gallery[data-ce-columns="3"] {
  clear: both; }
  .ce-gallery[data-ce-columns="3"] .ce-media {
    width: 33.33%;
    float: left;
    margin-bottom: 20px; }
  .ce-gallery[data-ce-columns="3"] .ce-column:nth-child(n+1) .ce-media {
    padding-right: 20px; }

#hero-image .ce-media img {
  max-width: 100%;
  width: 100%;
  height: auto; }

section#breadcrumbs {
  padding: 8px 0;
  background-color: #d8d8d8;
  margin-top: 95px; }



.tx-typo3blog-pi1 .ce-row {
  margin-bottom: 20px; }

.mimsuite-logo.dowload a {
  color: white;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px; }

.mimsuite-logo.dowload {
  z-index: 999;
  margin-bottom: 15px; }

.photo-logo {
  margin-bottom: 15px; }

.mimsuite-logo {
  text-align: right; }

@media (max-width: 420px) {
  .photo-logo img {
    width: 100%; } }

@media (max-width: 411px) {
  .photo-logo img {
    width: 100%; }

  .mimsuite-logo.dowload a {
    margin-left: 40px;
    margin-right: 40px; } }

#specials img {
  max-width: 178px; }

#specials .ce-textpic.ce-center.ce-above {
  min-height: 405px; }
/* Accordion */
.conn-accordion-panel {
  overflow: hidden;
  -moz-transition: height 0.25s ease;
  -webkit-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
  transition: height 0.25s ease; }

.conn-accordion-panel:not(.conn-accordion-panel-active) {
  height: 0px; }

.conn-accordion-panel > * {
  /* With this "Hack", child-margins will stay "inside"
   * http://stackoverflow.com/questions/1762539/margin-on-child-element-moves-parent-element
   */
  overflow: hidden; }

.tx-powermail {
  width: 100%;
  /* label {
   display: inline-block;
   float:left;
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
   font-weight: normal !important;
   text-shadow: 0px 2px 4px rgba(0,0,0,0.50);
   padding-top: 10px;
   text-align: right;
   }*/ }
  .tx-powermail input, .tx-powermail button, .tx-powermail select, .tx-powermail textarea {
    width: 100%;
    margin: 10px; }
  .tx-powermail h3, .tx-powermail legend {
    display: none; }
  .tx-powermail .powermail_submit {
    background-color: #333;
    color: #fff; }
  .tx-powermail .powermail_fieldset {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0; }
  .tx-powermail label {
    display: none; }
  .tx-powermail .form-group {
    margin-bottom: 15px; }

.tx-powermail input, .tx-powermail button, .tx-powermail select, .tx-powermail textarea {
  margin: 0 0 10px 0; }

#logo-connetation-svg path:hover {
  fill: #e2007a !important; }

.bg-color {
  background: url("/fileadmin/Public/images/layoutimages/wabe.svg") center repeat, #fff; }
  .bg-color.bg-dark-grey {
    background-color: #91959a; }
  .bg-color.bg-dark-blue {
    background: url("/fileadmin/Public/images/layoutimages/wabe.svg") center repeat, #424953; }
  .bg-color.bg-light-grey {
    background: url("/fileadmin/Public/images/layoutimages/wabe-light.svg") center repeat, #dcdee1; }
  .bg-color.bg-white {
    background-image: none;
    background-color: #fff; }
/*
 *      Hero Image
 *          or
 * Hero Revolution Slider
 */
#page-44 #hero-image {
  margin-top: 6.5em; }

#hero-image {
  position: relative;
  padding: 0; }
/*
 * Formatting of Images before Slider is initialized
 */
.revolution-slider:not(.revslider-initialised) ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .revolution-slider:not(.revslider-initialised) ul li:not(:first-child) {
    display: none; }
  .revolution-slider:not(.revslider-initialised) ul img {
    max-width: 100%;
    height: auto; }
/*
 * Formatting Rev-Slider
 */
.revolution-slider {
  /* display: none;*/ }
  @media screen and (max-width: 767px) {
  .revolution-slider {
    font-size: 10px; } }
  .revolution-slider .tp-caption {
    color: #fff;
    text-shadow: 0px 2px 4px #000;
    max-width: 1700px;
    white-space: normal; }
  @media screen and (max-width: 767px) {
    .revolution-slider .tp-caption {
      display: block; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .revolution-slider .tp-caption {
      width: 100% !important; } }
  @media screen and (max-width: 1573px) {
    .revolution-slider .tp-caption {
      max-width: 100% !important;
      text-align: center;
      left: 20px; } }
  .revolution-slider .tp-caption h1, .revolution-slider .tp-caption .span-h1 {
    letter-spacing: 1.7px;
    line-height: 100px;
    color: #00c7ff;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 100;
    background: rgba(0, 0, 0, 0.25);
    padding: 0 30px; }
    @media screen and (max-width: 1910px) and (min-width: 1573px) {
    .revolution-slider .tp-caption h1, .revolution-slider .tp-caption .span-h1 {
      font-size: 40px; } }
    @media screen and (max-width: 892px) {
    .revolution-slider .tp-caption h1, .revolution-slider .tp-caption .span-h1 {
      font-size: 16px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
    .revolution-slider .tp-caption h1, .revolution-slider .tp-caption .span-h1 {
      font-size: 18px;
      text-align: center;
      width: 100%; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
    .revolution-slider .tp-caption h1, .revolution-slider .tp-caption .span-h1 {
      font-size: 18px;
      text-align: center;
      width: 100%; } }

@media screen and (max-width: 767px) {
    .revolution-slider .tp-caption h1, .revolution-slider .tp-caption .span-h1 {
      font-weight: 300;
      font-size: 14px;
      line-height: 1.5em;
      display: none; } }
/*
 * Hexagon Bullets
 */
.tp-bullets.preview4 {
  bottom: 40px !important; }
  @media screen and (max-width: 767px) {
  .tp-bullets.preview4 {
    display: none; } }
  .tp-bullets.preview4 .bullet, .tp-bullets.preview4 .bullet.selected, .tp-bullets.preview4 .bullet:hover {
    width: 16px !important;
    height: 9.24855px !important;
    background: #fff !important;
    position: relative;
    border: none !important;
    border-radius: 0;
    margin: 0 15px 40px 15px !important; }
  .tp-bullets.preview4 .bullet.selected {
    background: #717780 !important; }
  .tp-bullets.preview4 .bullet:before {
    content: "";
    position: absolute;
    top: -4.62428px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 5.62428px solid #fff; }
  .tp-bullets.preview4 .bullet.selected:before {
    border-bottom: 5.62428px solid #717780; }
  .tp-bullets.preview4 .bullet:after {
    content: "";
    position: absolute;
    bottom: -4.62428px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 5.62428px solid #fff; }
  .tp-bullets.preview4 .bullet.selected:after {
    border-top: 5.62428px solid #717780; }
/** new Slider - 16.10.2018 **/
@media screen and (max-width: 479px) {
  .ls-layer#layer-12-5 {
    font-size: 12px !important;
    height: auto !important;
    width: 250px !important;
    left: -68px !important;
    display: inline-block !important;
    position: absolute !important;
    top: 0 !important;
    line-height: 1.4em !important; } }
/* 
 * Content-Layouts 
 */
.ce-center .ce-gallery {
  text-align: center; }

.ce-intext .ce-gallery {
  float: left; }

.ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50%;
  float: left; }
  @media screen and (max-width: 991px) {
  .ce-gallery[data-ce-columns="2"] .ce-column {
    width: 100%;
    float: none; } }
  .ce-gallery[data-ce-columns="2"] .ce-column:first-of-type {
    padding-right: 5px; }
  .ce-gallery[data-ce-columns="2"] .ce-column figure img {
    max-width: 100%;
    height: auto; }

header.header-layout1 img {
  max-width: 88px;
  display: inline-block; }
  header.header-layout1 img + h1, header.header-layout1 img + h2, header.header-layout1 img + h3, header.header-layout1 img + h4, header.header-layout1 img + h5, header.header-layout1 img + h6 {
    display: block;
    vertical-align: middle;
    max-width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 100; }

.contenttable {
  width: 100%; }
  .contenttable td {
    border: 1px solid #ccc;
    padding: 3px; }
  .contenttable tr:nth-child(odd) td {
    background-color: #f9f9f9; }
/*
 * Navigation + Footer
 */
ul.nav-column {
  padding-left: 0; }
  ul.nav-column > li {
    text-transform: uppercase;
    padding-right: 18px; }
  ul.nav-column li.child-sub a:after {
    content: "";
    font-family: FontAwesome;
    padding-left: 5px; }
  ul.nav-column li {
    list-style-type: none;
    text-align: right; }
  ul.nav-column li a.cur {
    font-weight: bold; }
  ul.nav-column li.child-sub {
    margin-right: -18px; }
  ul.nav-column .level-2 {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 8px 0;
    padding: 8px 0 8px 0; }
  ul.nav-column .level-2 li {
    text-transform: initial; }
    ul.nav-column .level-2 li a.cur {
      font-weight: bold; }
/*
 * Header
 */
.connetation-page-header {
  /* background-color: #000;
   color: #fff;
   margin-bottom:0; */
  /*border-bottom: solid 2px #fff;*/
  /*
   * MENU FIXED
   */
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999; }
  .connetation-page-header .visible-header-bar {
    display: flex; }
  .connetation-page-header .visible-header-bar .main-navigation-toggle {
    flex: 0 1 auto;
    color: #fff; }
    .connetation-page-header .visible-header-bar .main-navigation-toggle .main-navigation-toggle-icon {
      line-height: 95px;
      padding: 0 50px 0 0;
      font-size: 24px; }
  .connetation-page-header .visible-header-bar .topMenu {
    /*flex: 100 1 auto;*/
    flex: 0.1 1 auto;
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    line-height: 95px;
    /*
     li:nth-child(even) a:after  {
     color: $color-connetation-brand;
     }
     li:nth-child(odd) a:after  {
     color: $color-connetation-web;
     }
     */ }
    .connetation-page-header .visible-header-bar .topMenu li {
      list-style-type: none; }
      .connetation-page-header .visible-header-bar .topMenu li a {
        font-size: 16px;
        text-transform: lowercase;
        color: #fff;
        padding: 36px 10px 37px 10px; }
        @media (min-width: 991px) and (max-width: 1200px) {
    .connetation-page-header .visible-header-bar .topMenu li a {
      font-size: 15px; } }
      .connetation-page-header .visible-header-bar .topMenu li a:after {
        content: "|";
        font-family: Arial;
        padding-left: 0px;
        position: relative;
        left: 12px;
        /*
         content: "";
         font-family:FontAwesome;
         padding-left: 5px;
         &:after {
         text-decoration: none;
         }
         */ }
      .connetation-page-header .visible-header-bar .topMenu li a:hover {
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.2); }
    .connetation-page-header .visible-header-bar .topMenu li:last-child a:after {
      content: ""; }
  .connetation-page-header .visible-header-bar .connetation-logo-wrapper {
    width: 310px;
    flex: 1 1 auto;
    padding: 0 0 0 10px;
    line-height: 95px;
    text-align: right; }
    .connetation-page-header .visible-header-bar .connetation-logo-wrapper svg {
      width: 300px;
      max-width: 100%;
      vertical-align: middle; }

@media screen and (max-width: 479px) {
  .connetation-page-header .visible-header-bar .connetation-logo-wrapper {
    width: 200px; } }
/*
 * Main Navigation Positioning
 */
.connetation-page-header .main-nav-wrapper {
  position: relative; }
  @media screen and (max-width: 991px) {
  .connetation-page-header .main-nav-wrapper {
    padding: 0;
    margin: 0;
    width: 100%; } }
  .connetation-page-header .main-nav-wrapper nav.main-navigation {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2000; }
  @media screen and (max-width: 991px) {
    .connetation-page-header .main-nav-wrapper nav.main-navigation {
      position: relative; } }

@media screen and (max-width: 767px) {
  /*
   * dropdown
   */
    ul.level-2:not(.show-submenu) {
      visibility: hidden !important;
      overflow: hidden !important;
      display: none !important; }
    a.dropdown-toggle {
      float: right;
      padding-right: 10px !important;
      padding-left: 20px !important; }
    .connetation-page-header nav.main-navigation a.first-column {
      padding: 10px 0 !important; }
    .connetation-page-header nav.main-navigation ul.level-1 > li > a.groupHeading {
      border-bottom: none !important; }
    .connetation-page-header nav.main-navigation a.groupHeading {
      padding: 10px 0 !important; } }
/*
 * Main Navigation Popup-functionality
 */
.connetation-page-header .main-nav-wrapper:not(.opened) {
  overflow: hidden;
  height: 0; }
/*Breadcrumbs*/
section#breadcrumbs {
  padding: 8px 0;
  background-color: #d8d8d8; }
  section#breadcrumbs .breadcrumbs-title {
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 49px; }
  @media (max-width: 991px) {
    section#breadcrumbs .breadcrumbs-title {
      font-size: 17px; } }
  section#breadcrumbs nav {
    text-align: right;
    clear: both;
    float: right; }
  section#breadcrumbs ol {
    padding-left: 0; }
  section#breadcrumbs ol li {
    list-style-type: none;
    float: left;
    font-size: 12px; }
    section#breadcrumbs ol li i {
      color: #000; }
    section#breadcrumbs ol li a {
      font-weight: 300;
      font-size: 12px; }
  section#breadcrumbs ol li:after {
    padding: 0 4px 0 10px;
    color: #000;
    content: ">"; }
  section#breadcrumbs ol li:last-of-type:after {
    content: " "; }

@media screen and (max-width: 767px) {
  section#breadcrumbs ol {
    margin-top: 0; }
    section#breadcrumbs nav {
      text-align: left;
      clear: both;
      float: left; }
    section#breadcrumbs .breadcrumbs-title {
      font-size: 18px;
      line-height: 1.3em; } }
/*
 * Main-Navigation Column Layout
 */
.connetation-page-header nav.main-navigation {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  @media screen and (max-width: 1199px) {
  .connetation-page-header nav.main-navigation {
    flex-wrap: wrap; } }
  .connetation-page-header nav.main-navigation .nav-column {
    flex: 1 1 0;
    padding: 0 20px; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .connetation-page-header nav.main-navigation .nav-column {
      flex: 1 1 50%; } }
  @media screen and (max-width: 767px) {
    .connetation-page-header nav.main-navigation .nav-column {
      flex: 1 1 100%;
      padding: 0;
      margin: 0 20px; } }
/*
 * Main-Navigation Seperater-Borders
 */
@media screen and (min-width: 768px) {
    .connetation-page-header nav.main-navigation .nav-column:not(:last-child) {
      border-right: #000 solid 1px; }
    .connetation-page-header nav.main-navigation .nav-column:not(:first-child) {
      border-left: #3f4243 solid 1px; } }
  @media screen and (max-width: 767px) {
  .connetation-page-header nav.main-navigation ul.level-1:not(:last-child) {
    border-bottom: #000 solid 1px; }
  .connetation-page-header nav.main-navigation ul.level-1:not(:first-child) {
    border-top: #3f4243 solid 1px; } }
  .connetation-page-header nav.main-navigation ul.level-1 > li > a.groupHeading {
    border-bottom: #000 solid 1px; }
  .connetation-page-header nav.main-navigation ul.level-1 > li > a.groupHeading + ul {
    border-top: #3f4243 solid 1px; }
  .connetation-page-header nav.main-navigation ul li:not(:last-child) {
    border-bottom: #000 solid 1px; }
  .connetation-page-header nav.main-navigation ul li:not(:first-child) {
    border-top: #3f4243 solid 1px; }
/*
 * Main-Navigation Design
 */
.connetation-page-header nav.main-navigation {
  padding: 20px 0;
  background-color: #2d2f30;
  border-top: solid 2px #fff; }
  .connetation-page-header nav.main-navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .connetation-page-header nav.main-navigation a {
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.3em;
    color: #888; }
  .connetation-page-header nav.main-navigation a.first-column {
    padding: 15px 0; }
  .connetation-page-header nav.main-navigation a.groupHeading {
    padding: 15px 0 0 0;
    height: 75px; }
  @media screen and (max-width: 1199px) {
    .connetation-page-header nav.main-navigation a.groupHeading {
      padding: 15px 0;
      height: auto; } }
  .connetation-page-header nav.main-navigation .level-1 > li > a {
    font-weight: 700;
    color: #b0b3b6; }
/*
 * Submenu
 */
.bg-dark-blue .nav-column a {
  color: #fff; }

.bg-dark-blue ul.nav-column .level-2 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.col-lg-3 .nav-column {
  margin-top: 83px; }

.connetation-page-footer {
  padding: 42px 0;
  background-color: #000;
  color: #fff;
  padding-top: 0;
  /* new footer-header for newsletter Anmeldung */ }
  .connetation-page-footer .footer-header {
    background-color: #91959a;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 42px;
    position: relative; }
  .connetation-page-footer .footer-header::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(https://www.connetation.at/fileadmin/user_upload/image/newsletter.png);
    max-width: 39%;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    background-position-x: right; }
  .connetation-page-footer .footer-header .p-left-40 {
    padding-left: 40px; }
  .connetation-page-footer .footer-header .title {
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 36px !important;
    letter-spacing: 5px; }
  .connetation-page-footer .footer-header hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: #fff;
    border-width: 3px; }
  .connetation-page-footer .footer-header .text {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 30px;
    line-height: 1.375em; }
    .connetation-page-footer .footer-header .text a {
      text-decoration: underline; }
      .connetation-page-footer .footer-header .text a:hover {
        color: #e2007a; }
  .connetation-page-footer .footer-header .btn-wrapper {
    flex-direction: column; }
  .connetation-page-footer .footer-header .btn-nl-anmeldung {
    font-size: 24px;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px; }
    .connetation-page-footer .footer-header .btn-nl-anmeldung:last-of-type {
      margin-bottom: 0; }
    .connetation-page-footer .footer-header .btn-nl-anmeldung:hover {
      color: #e2007a; }
      .connetation-page-footer .footer-header .btn-nl-anmeldung:hover .icon-arrow-right::before {
        background-image: url("https://www.connetation.at/fileadmin/user_upload/icons/right-pink.svg"); }
  .connetation-page-footer .footer-header .icon-arrow-right::before {
    content: "";
    display: inline-block;
    background-image: url("https://www.connetation.at/fileadmin/user_upload/icons/right-white.svg");
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
    vertical-align: text-bottom;
    margin-right: 20px; }
  .connetation-page-footer .footer-header .d-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }
  .connetation-page-footer .footer-header .text-center {
    text-align: center; }
  @media only screen and (max-width: 1199px) {
    .connetation-page-footer .footer-header .title {
      font-size: 30px !important; }

    .connetation-page-footer .footer-header .text {
      font-size: 14px; }

    .connetation-page-footer .footer-header .btn-nl-anmeldung {
      font-size: 20px; }

    .connetation-page-footer .footer-header .icon-arrow-right::before {
      background-size: 24px 24px;
      width: 24px;
      height: 24px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .connetation-page-footer .footer-header .d-flex {
      flex-direction: column; }

    .connetation-page-footer .footer-header .btn-wrapper {
      margin-bottom: 1em; } }
  @media only screen and (max-width: 576px) {
    .connetation-page-footer .footer-header {
      padding-top: 40px;
      padding-bottom: 40px; }
      .connetation-page-footer .footer-header .title {
        font-size: 22px !important;
        letter-spacing: 3px; }
      .connetation-page-footer .footer-header .p-left-40 {
        padding-left: 0; }
      .connetation-page-footer .footer-header .btn-wrapper {
        margin-bottom: 0; }
      .connetation-page-footer .footer-header hr {
        margin-top: 15px;
        margin-bottom: 15px;
        border-width: 1px; } }
  @media only screen and (max-width: 991px) {
    .connetation-page-footer .footer-header::after {
      display: none;
      content: none; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .connetation-page-footer .footer-header::after {
      max-width: 32%; } }
  @media only screen and (min-width: 1201px) and (max-width: 1300px) {
    .connetation-page-footer .footer-header::after {
      max-width: 33%; } }
  @media only screen and (min-width: 1301px) and (max-width: 1400px) {
    .connetation-page-footer .footer-header::after {
      max-width: 34%; } }
  @media only screen and (min-width: 1401px) and (max-width: 1500px) {
    .connetation-page-footer .footer-header::after {
      max-width: 35%; } }
  @media only screen and (min-width: 1501px) and (max-width: 1600px) {
    .connetation-page-footer .footer-header::after {
      max-width: 36%; } }
  @media only screen and (min-width: 1601px) and (max-width: 1700px) {
    .connetation-page-footer .footer-header::after {
      max-width: 37%; } }
  @media only screen and (min-width: 1701px) and (max-width: 1800px) {
    .connetation-page-footer .footer-header::after {
      max-width: 38%; } }
  .connetation-page-footer a {
    color: #fff; }
  .connetation-page-footer .fa {
    color: #9ba2a5;
    font-size: 24px; }
  .connetation-page-footer h3::before {
    border: none; }
  .connetation-page-footer h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400; }
  .connetation-page-footer .border {
    border-left: 1px solid #fff;
    padding-left: 40px;
    overflow: hidden;
    min-height: 237px; }
  .connetation-page-footer .col-md-4:last-of-type .border {
    border-right: 1px solid #fff; }
  .connetation-page-footer .copyright p {
    font-size: 12px;
    margin-left: 60px; }
    .connetation-page-footer .copyright p i {
      text-indent: -40px; }
  .connetation-page-footer .copyright svg {
    width: 80%; }
  .connetation-page-footer .footermenu .footer-nav {
    padding: 0;
    margin-top: 38px;
    margin-bottom: 0;
    margin-right: 50px; }
  .connetation-page-footer .footermenu li {
    font-size: 12px;
    border-top: 1px solid #fff;
    list-style-type: none;
    padding: 12px 0; }
  .connetation-page-footer .footermenu li:nth-child(n+1):before {
    background-image: url('/fileadmin/user_upload/icons/marketingentwicklung-design-25px.svg');
    content: " ";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    margin-bottom: -7px; }
  .connetation-page-footer .footermenu li:nth-child(2):before {
    background-image: url('/fileadmin/user_upload/icons/marketing-info-25px.svg'); }
  .connetation-page-footer .footermenu li:nth-child(3):before {
    background-image: url('/fileadmin/user_upload/icons/marketing-loop-25px.svg'); }
  .connetation-page-footer .footermenu li:last-of-type {
    border-bottom: 1px solid #fff; }
  .connetation-page-footer .socialmedia {
    text-align: center;
    width: 190px;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .connetation-page-footer .socialmedia {
      text-align: left;
      width: auto;
      margin: 0; } }
  @media screen and (min-width: 992px) {
    .connetation-page-footer .socialmedia {
      text-align: center;
      width: 190px; } }
  @media screen and (min-width: 1200px) {
    .connetation-page-footer .socialmedia {
      text-align: center;
      width: 278px; } }
  .connetation-page-footer .socialmedia a {
    margin-right: 7px; }

#page-469 .connetation-page-footer .footer-header {
  display: none !important; }

.connetation-page-footer .typo3 {
  text-align: center; }
  @media screen and (min-width: 768px) {
  .connetation-page-footer .typo3 {
    text-align: left; } }

@media screen and (max-width: 767px) {
  .connetation-page-footer .border {
    border-left: none;
    border-bottom: 1px solid #fff;
    padding: 0;
    padding-bottom: 25px;
    padding-top: 25px; }

  .connetation-page-footer .col-md-4:last-of-type .border {
    border-right: none; } }
/*
 * Page Specific
 */
#page-44 {
  /*
   * Überschriften
   */
  /*
   * Firmen
   */ }
  #page-44 #customer-journey h3 {
    color: black; }
  #page-44 #skills h3 {
    color: #b0b3b6; }
  #page-44 #kunden h2 {
    text-align: center;
    margin-bottom: 30px; }
  #page-44 #kunden .ce-bodytext > p {
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase; }
  #page-44 #kunden .ce-bodytext > p > a {
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    font-weight: bold;
    background: #353b43;
    color: white;
    transition: 0.2s ease-in-out; }
    #page-44 #kunden .ce-bodytext > p > a::after {
      content: "";
      display: none; }
    #page-44 #kunden .ce-bodytext > p > a:hover {
      background: #e2007a;
      color: white;
      transition: 0.2s ease-in-out;
      text-decoration: none; }
      #page-44 #kunden .ce-bodytext > p > a:hover::after {
        content: "";
        display: none; }
  #page-44 #kunden .ce-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 10px 0; }
    #page-44 #kunden .ce-row .ce-column > .ce-media > a > img {
      filter: grayscale(1);
      transition: 0.2s ease-in-out; }
      #page-44 #kunden .ce-row .ce-column > .ce-media > a > img:hover {
        filter: grayscale(0);
        transition: 0.2s ease-in-out; }
    #page-44 #kunden .ce-row .ce-column {
      flex: 1 0 18%;
      margin: 5px;
      width: 20%; }
  @media screen and (min-width: 991px) {
  #page-44 .news-list-view .article {
    width: 33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    #page-44 .news-list-view .article .news-img-wrap {
      margin: 0; } }
  #page-44 .news-list-view .article {
    padding-left: 15px;
    padding-right: 15px; }
  #page-44 .news-list-view .article h2 {
    margin: 0.83em 0; }
  #page-44 .news .news-list-view .article {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  #page-44 #c1065 {
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px; }
  #page-44 .bg-color h2 {
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 2.5px; }
  #page-44 .bg-color h3 {
    font-size: 18px;
    font-weight: 400;
    color: #6e6e6e;
    text-transform: uppercase;
    line-height: 26px; }
  #page-44 .bg-dark-grey h2, #page-44 .bg-dark-blue h2, #page-44 .bg-light-grey h2 {
    font-size: 36px;
    letter-spacing: 14.3px;
    text-align: center;
    line-height: 49px;
    padding-bottom: 20px; }
  #page-44 .bg-light-grey h3 {
    padding: 20px 0; }
  #page-44 .connetation-web-engineering {
    color: #000; }
  #page-44 .connetation-brand-engineering p, #page-44 .connetation-web-engineering p {
    font-size: 16px;
    padding-left: 31px;
    padding-right: 28px; }
  #page-44 .connetation-brand-engineering {
    color: #fff; }
  #page-44 #connetation-companies {
    padding: 0; }
  #page-44 .our-companies {
    background-image: url("/fileadmin/Public/images/layoutimages/michi.jpg");
    background-position: center center; }
  #page-44 .our-companies img {
    max-width: 100%;
    height: auto; }
  #page-44 .our-companies .connetation-web-engineering {
    background: rgba(255, 255, 255, 0.84);
    padding-top: 70px;
    padding-bottom: 80px; }
    #page-44 .our-companies .connetation-web-engineering > * {
      padding: 0 15px; }
  #page-44 .our-companies .connetation-brand-engineering {
    background: rgba(0, 0, 0, 0.74);
    padding-top: 70px;
    padding-bottom: 80px; }
    #page-44 .our-companies .connetation-brand-engineering > * {
      padding: 0 15px; }
    #page-44 .our-companies .connetation-brand-engineering a {
      color: #fff; }
  @media screen and (min-width: 768px) {
    #page-44 .our-companies .connetation-web-engineering {
      width: 50%;
      float: left; }
      #page-44 .our-companies .connetation-web-engineering > * {
        width: 585px;
        max-width: 100%;
        float: right; }

    #page-44 .our-companies .connetation-brand-engineering {
      width: 50%;
      float: right; }
      #page-44 .our-companies .connetation-brand-engineering > * {
        width: 585px;
        max-width: 100%;
        float: left; } }
  #page-44 .our-companies:after {
    content: "";
    display: block;
    clear: both; }

@media screen and (max-width: 991px) {
  #page-44 .bg-dark-grey h2, #page-44 .bg-dark-blue h2, #page-44 .bg-light-grey h2 {
    font-size: 22px;
    letter-spacing: 8px;
    padding-bottom: 0;
    line-height: 1.5em; } }

@media screen and (max-width: 767px) {
  #page-44 .bg-dark-grey h2, #page-44 .bg-dark-blue h2, #page-44 .bg-light-grey h2 {
    font-size: 22px;
    letter-spacing: 8px;
    padding-bottom: 0; }

  #page-44 #content {
    padding-top: 50px; } }

#responsive-design {
  padding: 0;
  height: auto;
  overflow: hidden;
  position: relative; }
  #responsive-design img {
    width: 100%; }
/*
 * Plugins
 */
/*
 * Blog
 */
/*Newslist*/
.news .news-list-view .article {
  display: block;
  margin-bottom: 60px;
  padding-bottom: 60px;
  position: relative;
  border-bottom: 1px solid #979797; }
  .news .news-list-view .article h2 {
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0; }
  .news .news-list-view .article .teaser-text p {
    margin: 0 0 30px;
    line-height: 21px; }
  .news .news-list-view .article .informations {
    display: block;
    border-bottom: #979797 1px solid;
    padding-bottom: 10px; }
  .news .news-list-view .article a {
    color: #6e6e6e; }
  .news .news-list-view .article a.more {
    color: #e2007a; }
  .news .news-list-view .article a.more::after {
    content: "";
    font-family: FontAwesome;
    padding-left: 10px; }
  .news .news-list-view .article a:hover {
    text-decoration: underline; }
  .news .news-list-view .article .news-list-tags, .news .news-list-view .article .news-list-author, .news .news-list-view .article .news-list-date {
    margin-right: 20px; }
  .news .news-list-view .article .news-list-tags::before {
    content: "";
    font-family: FontAwesome; }
  .news .news-list-view .article .news-list-author::before {
    content: "";
    font-family: FontAwesome; }
  .news .news-list-view .article .news-list-date::before {
    content: "";
    font-family: FontAwesome; }
  .news .news-list-view .article .news-img-wrap {
    margin: 0 0 30px 0;
    width: 100%;
    background: none; }
  .news .news-list-view .article .news-img-wrap a {
    border: none;
    background-color: none;
    padding: 0; }
    .news .news-list-view .article .news-img-wrap a img {
      width: 100%;
      height: auto; }
  .news .news-list-view .article .news-img-wrap .mediaelement-video video {
    width: 100%;
    height: auto; }
    .news .news-list-view .article .news-img-wrap .mediaelement-video video ::cue {
      all: unset;
      /* Resets all inherited and default styles */ }
/*Newssingle*/
.news.news-single .article ul li {
  list-style-type: none;
  text-indent: -20px;
  padding-left: 20px; }
  .news.news-single .article ul li:before {
    font-family: FontAwesome;
    content: "";
    padding-right: 10px;
    font-size: 12px; }
  .news.news-single .article .reference-header-image {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto; }
  .news.news-single .article .reference-logo {
    float: right; }
  .news.news-single .article .mediaelement-image img {
    height: auto;
    max-width: 100%;
    margin-bottom: 30px; }
  .news.news-single .article .mediaelement-video video {
    width: 100%;
    height: auto; }
    .news.news-single .article .mediaelement-video video ::cue {
      all: unset;
      /* Resets all inherited and default styles */ }
  .news.news-single .article .reference-default-gallery .ref-img-col-item {
    margin-bottom: 20px;
    overflow: hidden; }
    @media screen and (min-width: 1200px) {
    .news.news-single .article .reference-default-gallery .ref-img-col-item {
      height: 400px;
      background: #f2f2f2;
      padding: 0;
      width: 48%;
      margin: 1%; } }
  .news.news-single .article .reference-default-gallery img {
    width: 100%;
    height: auto; }
  .news.news-single .article a {
    color: #e2007a; }
  .news.news-single .article .informations {
    border-bottom: 1px solid #333;
    padding-bottom: 8px; }
  .news.news-single .article .news-img-wrap {
    width: 100%; }
  .news.news-single .article .news-img-wrap a {
    border: none;
    background-color: none; }
  .news.news-single .article .teaser-text {
    color: #6e6e6e; }
  .news.news-single .article .news-list-date:before {
    content: "";
    font-family: FontAwesome; }
  .news.news-single .article h2.headline {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0; }
  .news.news-single .article h2 {
    font-weight: lighter;
    font-size: 30px;
    margin: 30px 0 0;
    padding: 0; }

@media screen and (max-width: 767px) {
  .news .news-list-view .article {
    margin-bottom: 0; } }

.tx-typo3blog-pi1 h2 {
  font-weight: 700; }

figcaption.csc-textpic-caption {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #4a4c4c;
  margin-bottom: 14px;
  line-height: 1.6; }

.social1 span#u_0_3, td._51m-.pls._51mw {
  display: none !important; }

.pluginCountButton.blueButton {
  display: none !important; }

.tx-blog-post-list .blog-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0 50px; }

.tx-typo3blog-pi1 h2 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 25px; }
  .tx-typo3blog-pi1 .ce-row {
    margin-bottom: 0; }
  .tx-typo3blog-pi1 .blog-post-item .ce-gallery {
    border-radius: 0 50px;
    overflow: hidden; }
  .tx-typo3blog-pi1 .blog-post-item article {
    min-height: 707px;
    /*border-bottom: 1px solid #eee;*/
    background-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 30px; }
  .tx-typo3blog-pi1 .blog-post-item .ce-column {
    position: relative;
    height: 0;
    padding: 56.25% 0 0 0;
    background-color: rgba(0, 0, 0, 0.05);
    overflow: hidden; }
  .tx-typo3blog-pi1 .blog-post-item .ce-media img {
    max-width: 100%;
    height: auto;
    /* max-height: 100%; */
    width: 100%;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translate(0, -50%); }
  @media (max-width: 767px) {
  .tx-typo3blog-pi1 .blog-post-item .ce-media img {
    top: auto;
    position: static;
    transform: none; }
  .tx-typo3blog-pi1 iframe {
    width: 100%;
    height: auto; } }
  .tx-typo3blog-pi1 .blog-post-item .ce-column > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .tx-typo3blog-pi1 .infos {
    padding-left: 0;
    padding-bottom: 20px; }
  .tx-typo3blog-pi1 .infos li {
    margin-right: 13px;
    font-size: 14px;
    list-style-type: none;
    float: left;
    color: rgba(0, 0, 0, 0.4); }
  .tx-typo3blog-pi1 .infos li:first-of-type:before {
    content: "";
    font-family: FontAwesome;
    padding-right: 5px; }
  .tx-typo3blog-pi1 .infos li:last-of-type:before {
    content: "";
    font-family: FontAwesome;
    padding-right: 5px; }
  .tx-typo3blog-pi1 .infos li.author:before {
    content: "";
    font-family: FontAwesome;
    padding-right: 5px; }
  .tx-typo3blog-pi1 .infos li.author:empty:before {
    content: " ";
    padding-right: 0px; }
  .tx-typo3blog-pi1 .infos a {
    color: rgba(0, 0, 0, 0.4); }
  .tx-typo3blog-pi1 .archive {
    list-style-type: none !important; }
  .tx-typo3blog-pi1 li a {
    font-size: 14px; }
  .tx-typo3blog-pi1 .weiter a::after {
    content: "";
    font-family: FontAwesome;
    padding-left: 10px; }

.tx-typo3blog-pi1 .rightcolumn .tx-typo3blog-pi1 {
  text-align: left; }
/*Bloglist*/
.tx-typo3blog-pi1 article li {
  float: right;
  list-style-type: none;
  font-size: 12px;
  color: #303438; }

.tx-typo3blog-pi1 article ul li {
  float: none; }

.tx-typo3blog-pi1 article ul.infos li {
  float: left; }

.weiter {
  text-align: right;
  margin-bottom: 20px; }
  .weiter a {
    font-size: 14px;
    color: #e2007a; }
/*Blogsdetail*/
.tx-typo3blog-pi1 .outer p {
  text-align: justify !important; }

.tx-typo3blog-pi1.outer .preview h2 {
  display: none; }

.backMobile a {
  color: #4a4c4c; }

iframe {
  border: none;
  margin-bottom: 0px; }

.infos h1 {
  padding-top: 20px; }

.zurueck {
  float: right; }

.zurueck a {
  float: right;
  color: #4a4c4c;
  font-size: 14px; }

.preview img, .preview .csc-textpic-imagewrap {
  display: none !important; }

.preview .ce-media {
  margin: 0 !important; }

.tx-typo3blog-pi1 .outer h1 {
  padding-top: 0px !important; }

.preview h1 {
  padding-top: 0px; }

.tx-typo3blog-pi1 hr {
  clear: left; }
/*Kalendar*/
.ui-datepicker td .ui-state-default:hover, .ui-datepicker td .ui-state-default:active {
  background-color: #b92684; }

.ui-datepicker td .ui-state-active, .ui-state-highlight {
  background-color: #b92684; }
/*Pagebrowser*/
.tx-pagebrowse-first, .tx-pagebrowse-last {
  display: none !important; }

.tx-pagebrowse-current {
  font-size: 12px;
  color: #b92684; }

.tx-pagebrowse li a {
  font-size: 12px; }

.tx-pagebrowse-last, .tx-pagebrowse-prev {
  font-size: 12px; }

.tx-pagebrowse li:before {
  content: ""; }

.tx-pagebrowse-pi1 .tx-pagebrowse li {
  padding: 0px 0px 0px 0px; }

.tx-pagebrowse-pi1 .tx-pagebrowse li:before {
  content: "";
  margin-left: 0px; }

.tx-pagebrowse-pages ol li {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.tx-pagebrowse-pages ol {
  padding: 0px !important; }

@media screen and (max-width: 767px) {
  .tx-typo3blog-pi1 .blog-post-item article {
    min-height: auto; }

  .tx-typo3blog-pi1 .blog-post-item .ce-column, .tx-typo3blog-pi1 .blog-post-item .ce-column > * {
    position: relative;
    padding: 0;
    height: auto;
    overflow: initial; } }
/*MEnu*/
#page-63 .tx-typo3blog-pi1 .blog-post-item .center-block img {
  max-width: 100%;
  height: auto; }
/*-------------------------------------------*/
.post.job .entry-meta.infos {
  margin-bottom: 10px; }
  .post.job .entry-meta.infos a {
    color: rgba(0, 0, 0, 0.4); }
  .post.job .entry-meta.infos a.label {
    margin-left: 10px; }
  .post.job h3 {
    text-transform: uppercase;
    font-size: 18px; }
  .post.job h3 a {
    color: #6e6e6e;
    font-weight: bold; }
  .post.job .weiter a::after {
    content: "";
    font-family: FontAwesome;
    padding-left: 10px; }

.post.blog {
  border-bottom: 1px solid #979797;
  margin-bottom: 60px;
  padding-bottom: 60px; }
  .post.blog .blog-image a img {
    border-radius: 0 !important; }
  .post.blog .entry-meta.infos {
    margin-top: 20px; }
  .post.blog .entry-meta.infos a {
    color: rgba(0, 0, 0, 0.4); }
  .post.blog .entry-meta.infos a.label {
    margin-left: 10px; }
  .post.blog h2 {
    margin-bottom: 0; }
  .post.blog h2 a {
    color: #6e6e6e;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px; }
  .post.blog .weiter {
    margin-bottom: 0 !important;
    text-align: left; }
  .post.blog .weiter a::after {
    content: "";
    font-family: FontAwesome;
    padding-left: 10px; }
/* blog Pagination */
.tx-blog-post-list .pagination {
  display: block;
  list-style: none;
  width: 100%;
  text-align: center; }
  .tx-blog-post-list .pagination li {
    display: inline-block;
    color: #9e9e9e;
    background-color: #cecece;
    margin-right: 5px;
    min-width: 38px;
    min-height: 38px;
    font-size: 18px;
    flex: 0 0 auto; }
    .tx-blog-post-list .pagination li.active {
      background-color: #353b43; }
    .tx-blog-post-list .pagination li.active a {
      color: #fff;
      text-decoration: none;
      cursor: default; }
    .tx-blog-post-list .pagination li a {
      font-size: 18px;
      color: #6e6e6e;
      padding: 9px 15px !important;
      display: block; }
    .tx-blog-post-list .pagination li.previous a, .tx-blog-post-list .pagination li.next a {
      color: transparent;
      width: 20px; }
      .tx-blog-post-list .pagination li.previous a:before, .tx-blog-post-list .pagination li.next a:before {
        color: #6e6e6e; }
      .tx-blog-post-list .pagination li.previous a:hover:before, .tx-blog-post-list .pagination li.next a:hover:before {
        text-decoration: underline; }
    .tx-blog-post-list .pagination li.next a:before {
      content: ">"; }
    .tx-blog-post-list .pagination li.previous a:before {
      content: "<"; }
/*Cookies*/
.text_off, .image_off {
  height: 210px;
  -webkit-filter: grayscale(100%);
  border-radius: 0; }

.bg_text:hover {
  cursor: pointer; }

#cc-notification {
  color: #fff !important;
  border-bottom: none !important; }
  #cc-notification #cc-notification-wrapper {
    padding: 10px 32px !important;
    width: calc(100% - 100px); }
  #cc-notification a, #cc-notification a:visited, #cc-notification a:hover {
    color: #fff !important;
    font-size: 10pt !important; }
  #cc-notification #cc-approve-button-thissite {
    margin: 0 !important;
    margin-top: 4px !important;
    font-size: 14px !important; }
  #cc-notification ul.cc-notification-buttons {
    width: 110px !important; }
  #cc-notification ul.cc-notification-buttons li a, #cc-notification ul.cc-notification-buttons li a:visited {
    border-radius: 0 !important;
    background-color: #b0b3b6 !important;
    font-weight: normal !important; }
  #cc-notification #cc-notification-permissions li label {
    font-size: 10pt !important;
    color: #fff !important; }
  #cc-notification #cc-notification-permissions li strong {
    color: #fff !important;
    font-size: 10pt !important;
    text-transform: uppercase; }

#cc-notification ul.cc-notification-buttons {
  right: 15px !important; }

#cc-notification ul.cc-notification-buttons li a:hover, #cc-notification ul.cc-notification-buttons li a:active, #cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites:hover, #cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites:active {
  box-shadow: none; }
/*Lightbox*/
#cc-modal #cc-modal-wrapper p.cc-subtitle, #cc-modal #cc-modal-wrapper li strong {
  color: #fff !important;
  line-height: 1.5em; }
  #cc-modal #cc-modal-wrapper li span {
    color: #fff !important;
    line-height: 1.3em; }
  #cc-modal #cc-modal-wrapper a:hover {
    color: #fff !important; }

#cc-tag a, #cc-tag a:visited, #cc-tag a:hover, #cc-tag a:active {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-size: 10pt !important; }
  #cc-tag a span, #cc-tag a:visited span, #cc-tag a:hover span, #cc-tag a:active span {
    font-size: 10pt !important; }

@media screen and (max-width: 767px) {
  #cc-modal #cc-modal-wrapper {
    width: 100% !important; }

  #cc-modal #cc-modal-wrapper p {
    font-size: 12px !important; }

  #cc-settingsmodal #cc-settingsmodal-wrapper ul, #cc-modal #cc-modal-wrapper ul {
    padding: 0 10px !important; }

  #cc-modal #cc-modal-wrapper h2, #cc-settingsmodal #cc-settingsmodal-wrapper h2 {
    margin: 0 !important;
    width: 100% !important;
    font-size: 20px !important;
    padding-bottom: 15px; }

  #cc-settingsmodal #cc-settingsmodal-wrapper li span, #cc-modal #cc-modal-wrapper li span, #cc-notification #cc-notification-permissions li {
    width: 100% !important; }

  #cc-modal #cc-modal-wrapper p.cc-subtitle, #cc-modal #cc-modal-wrapper li strong {
    margin: 0 !important; } }

.tx-powermail .container-fluid {
  padding: 0; }
  .tx-powermail .container-fluid .powermail_fieldwrap {
    margin-bottom: 15px;
    width: auto; }
    .tx-powermail .container-fluid .powermail_fieldwrap input, .tx-powermail .container-fluid .powermail_fieldwrap select, .tx-powermail .container-fluid .powermail_fieldwrap textarea {
      margin-bottom: 0;
      padding: 10px;
      font-size: 16px;
      border: 2px solid #6e6e6e; }
    .tx-powermail .container-fluid .powermail_fieldwrap input::placeholder, .tx-powermail .container-fluid .powermail_fieldwrap select::placeholder, .tx-powermail .container-fluid .powermail_fieldwrap textarea::placeholder {
      font-style: italic;
      color: rgba(110, 110, 110, 0.5);
      font-size: 16px; }
    .tx-powermail .container-fluid .powermail_fieldwrap select option {
      color: #000 !important;
      font-style: normal !important; }
    .tx-powermail .container-fluid .powermail_fieldwrap select {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
      background-image: url("https://www.connetation.at/fileadmin/user_upload/icons/select-arrow-down-grey.svg");
      background-repeat: no-repeat;
      background-position-x: calc(100% - 10px);
      background-position-y: center;
      background-size: 20px 20px; }
    .tx-powermail .container-fluid .powermail_fieldwrap .parsley-errors-list {
      width: 100%;
      clear: both;
      margin: 0px;
      padding: 0px;
      list-style: none; }
    .tx-powermail .container-fluid .powermail_fieldwrap .parsley-errors-list li {
      color: #c60f13;
      display: block;
      font-size: 1em;
      font-style: italic;
      font-weight: normal;
      margin-bottom: 1rem;
      margin-top: -1px;
      padding: 0.375rem 0.5625rem 0.5625rem; }
    .tx-powermail .container-fluid .powermail_fieldwrap .submit {
      position: relative; }
    .tx-powermail .container-fluid .powermail_fieldwrap .submit .powermail_submit + span.icon-send {
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      text-align: left;
      padding: 12px;
      display: inline-block;
      padding-left: calc(50% - 70px);
      width: 100%; }
    .tx-powermail .container-fluid .powermail_fieldwrap .submit .powermail_submit + span.icon-send::before {
      content: "";
      display: inline-block;
      background-image: url("https://www.connetation.at/fileadmin/user_upload/icons/send-white.svg");
      width: 20px;
      height: 20px; }

.powermail_fieldwrap.powermail_fieldwrap_senden .powermail_submit {
  /* width: auto !important;
   float: right;
   border: none;
   background-color: $color-grey-01;
   padding: 3px 10px !important;*/
  border: none !important;
  background-color: #e2007a;
  padding: 12px !important;
  color: #fff;
  margin: 0 0 10px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  text-transform: uppercase; }
  .powermail_fieldwrap.powermail_fieldwrap_senden .powermail_submit:hover {
    background-color: #ff1694; }

#hero-image > div {
  padding-left: 0px;
  padding-right: 0px; }

.ce-intext.ce-left .ce-gallery {
  float: left; }

.ce-intext.ce-right .ce-gallery {
  float: right; }

.ce-textpic.ce-right.ce-intext .ce-media {
  margin-left: 20px;
  margin-bottom: 20px; }

.ce-textpic.ce-left.ce-intext .ce-media {
  margin-right: 20px;
  margin-bottom: 20px; }

.ce-textpic.ce-right .ce-gallery:has(video) {
  float: none; }

.ce-textpic .ce-media:has(video) {
  margin-left: 0 !important; }

.ce-textpic .ce-media video {
  max-width: 100%; }

.bg-dark-grey .conn-0 a {
  color: #fff; }

.conn-0 a:after {
  color: #353b43; }

.bg-dark-blue .conn-0 a, .bg-dark-blue a {
  color: #fff; }

.conn-4 a:after {
  color: #e2007a; }

.conn-5 a:after {
  color: #00c7ff; }

#page-44 .conn-5 .ce-bodytext a:after, #page-44 .conn-4 .ce-bodytext a:after, #page-44 .conn-0 .ce-bodytext a:after, #page-407 .conn-5 .ce-bodytext a:after, #page-407 .conn-4 .ce-bodytext a:after, #page-407 .conn-0 .ce-bodytext a:after {
  content: "";
  font-family: FontAwesome;
  padding-left: 10px; }

#page-407 .conn-5 a:after, #page-407 .conn-4 a:after, #page-407 .conn-0 a:after {
  color: #353b43; }

#customer-journey h3, #page-44 #specials h3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  padding: 20px 0 0;
  margin-bottom: 0; }

#customer-journey h4, #page-44 #specials h4 {
  text-align: center;
  font-weight: normal;
  padding: 0;
  margin: 0; }

#customer-journey .colPos--1 p, #page-44 #specials .colPos--1 p {
  border: 1px dashed #6f7275;
  padding: 10px;
  height: 110px;
  text-align: left; }

#page-44 #specials .colPos--1 p {
  border: 1px dashed #8d9090;
  height: 80px; }

#customer-journey .colPos--1 p + p, #page-44 #specials .colPos--1 p + p {
  border: none;
  padding: 0;
  height: auto;
  margin: 0 0 25px 0;
  line-height: normal; }

@media screen and (min-width: 1200px) {
  #customer-journey .colPos--1 p + p, #page-44 #specials .colPos--1 p + p {
    margin: 0; }

  #page-44 #specials h4 {
    height: 40px; } }

@media screen and (min-width: 1340px) {
  #page-44 #specials h4 {
    height: auto; } }

.nav-column a {
  color: #333; }
/*.nav-column li{
 list-style-type: circle;
 }*/
#skills .col-md-4.col-sm-12:hover .conn-4 h3 {
  color: #e2007a; }

#skills .col-md-4.col-sm-12:hover .conn-5 h3 {
  color: #00c7ff; }

#skills .col-md-4.col-sm-12 {
  padding-top: 15px;
  margin-bottom: 25px;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear; }

#skills .col-md-4.col-sm-12:hover {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear; }

#skills .col-md-4.col-sm-12 .test {
  fill: #999;
  color: #999; }

#skills .col-md-4.col-sm-12:hover .test {
  color: #e2007a;
  fill: #e2007a; }

#skills .header-layout1, #skills .ce-bodytext {
  text-align: center; }

#skills a {
  padding: 0px;
  color: #fff;
  text-decoration: none; }

#skills a:hover {
  color: #fff; }

#skills a:hover .conn-6 h3 {
  color: #e2007a; }

#skills a:hover .conn-7 h3 {
  color: #00b3ff; }

#specials .ce-bodytext {
  text-align: center; }

.center-block .ce-media {
  text-align: center; }

.right-block .ce-media {
  text-align: right; }

.ce-media img {
  max-width: 100%;
  height: auto; }

#c530 > * {
  margin-top: 20px;
  border: 1px solid #a2156f; }

#page-467 header.header-layout1, #page-470 header.header-layout1, #page-471 header.header-layout1 {
  text-align: center; }
  #page-467 .col-md-4.col-sm-12:hover, #page-470 .col-md-4.col-sm-12:hover, #page-471 .col-md-4.col-sm-12:hover {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear; }
  #page-467 .col-md-4.col-sm-12, #page-470 .col-md-4.col-sm-12, #page-471 .col-md-4.col-sm-12 {
    padding-top: 15px;
    margin-bottom: 25px;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear; }

#page-407 header.header-layout1 {
  text-align: center; }
  #page-407 .col-md-4:hover {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear; }
  #page-407 .col-md-4 {
    padding-top: 15px;
    margin-bottom: 25px;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear; }
/*===================================== FLAG ======================================*/
.special-flag {
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 13vh;
  right: 0;
  z-index: 998;
  background: #353b43;
  /* border-radius: 5px 0 0 5px; */ }

#page-44 .special-flag {
  top: 27vh; }

#page-359 .special-flag {
  display: none; }

.special-flag a {
  display: block;
  /* width: 70px; */
  height: 70px;
  padding: 20px;
  text-decoration: none !important;
  align-items: center !important;
  justify-content: center !important;
  display: flex !important; }

.special-flag a img {
  display: block;
  width: 30px;
  height: auto; }

.special-flag a p {
  margin: 0 0 0 20px;
  color: white;
  text-transform: uppercase;
  text-decoration: none; }

.arrow-after:after {
  content: "";
  font-family: FontAwesome;
  padding-left: 10px;
  color: #e2007a !important; }

@media (max-width: 991px) {
  .special-flag a p {
    display: none; } }

.special-flag a p:hover {
  text-decoration: none; }

@media (max-width: 991px) {
  #page-44 .special-flag {
    top: 33vh; }

  .special-flag {
    position: fixed;
    top: 23vh; } }

@media (min-width: 991px) {
  .special-flag:hover {
    padding-right: 20px;
    background: #4d545d; } }

#page-601 h1 {
  padding: 0 15px; }
  #page-601 [data-conncookie-panel-blocked] {
    height: 218px !important; }

#newsletter-archiv {
  /*  @media only screen and (min-width: $screen-md-min) and (max-width: $screen-md-max) {
   margin-top: 95px;
   }*/ }
  #newsletter-archiv img {
    max-width: 100%;
    width: 100%;
    height: 166px; }
  #newsletter-archiv .newsletter-archiv-btn {
    border: none;
    background-color: #00b3ff;
    padding: 10px !important;
    height: 44px;
    color: #fff;
    margin: 10px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    text-align: center;
    text-decoration: none; }
  #newsletter-archiv .newsletter-archiv-btn:active, #newsletter-archiv .newsletter-archiv-btn:focus, #newsletter-archiv .newsletter-archiv-btn:hover {
    text-decoration: none;
    background-color: #33c2ff; }
  #newsletter-archiv .newsletter-archiv-btn .icon-archiv::before {
    content: "";
    display: inline-block;
    background-image: url("https://www.connetation.at/fileadmin/user_upload/icons/cardboard-box-white.svg");
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    vertical-align: text-top;
    margin-right: 24px; }
  @media only screen and (min-width: 992px) {
  #newsletter-archiv {
    margin-top: 102px; } }
  @media only screen and (max-width: 991px) {
  #newsletter-archiv img {
    height: auto; } }
