<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
Theme Name: Schauperl
Theme URI: http://www.schauperl.com
Author: moodley brand identity
Author URI: http://www.moodley.at
Description: Theme für Schauperl
Version: 0.1
Text Domain: moodley
**/

/**
fonts:
font-family: 'MontrealSerialRegular';
font-family: 'MontrealSerialBold';
font-family: 'MontrealSerialMediumRegular';
font-family: 'MontrealTS-DemiBold';
**/

@import url("//hello.myfonts.net/count/2a89e2");
@import "css/normalize.css";
@import "css/font.css";
#options{
  position: absolute;
  z-index: 1;
  background: green;
}
#thumbs a, #thumbs1 a, #thumbs2 a {
    float: left;
    height: 22px;
    line-height: 22px;
    width: 22px;
    text-decoration: none;
    color: white;
    border: none !important;
}
#thumbs a:active, #thumbs a:visited, #thumbs a:hover{
  border: none !important;
}
#thumbs a.activeslide{
  color: #eb0041;
  border: none !important;
}
#thumbs, #thumbs1, #thumbs2 {
    text-align: center;
}
fieldset {
    border:none;
    margin:0px;
    padding: 0px;

}
#overlay {
    position: absolute;
    bottom: 150px;
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  font-size: 19px;
  color: white;
  letter-spacing: 1px;
  cursor: pointer;
}

#showtitle{
  background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    color: #FFFFFF;
    display: none;
    left: 0;
    height: 133px;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
#showtitle.Rot{
  background: #eb0041;
}
#showtitle.Gruen{
  background: #0bdfc2;
}
header#home_header{
  background: none;
    height: 62px;
    margin: 0 auto;
    position: relative;
    width: 940px;
    z-index: 1000 !important;
}
header#home_header #menu_button{
  background-image: url("img/menu_button.png");
    background-repeat: no-repeat;
    height: 28px;
    margin-top: 41px;
    padding-left: 50px;
    padding-top: 1px;
    position: absolute;
    width: 33px;
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  font-size: 19px;
  color: white;
  letter-spacing: 1px;
  cursor: pointer;
}
#home_contact{
  position: relative;
  float: right;
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  font-size: 19px;
  color: white;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 42px;
}
#pfeil {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 235px;
}
.pfeil {
  position: absolute;
  width: 940px;
  display: none;
  margin: 0 auto;
}

#header{
  position: relative;
  height: 115px;
  /*height: 140px;*/
  width: 100%;
  z-index: 2000;
}

#header.small {
  position: fixed;
  height: 63px;
  top: 0;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(153, 153, 153, 0.75);
  -moz-box-shadow:    0px 2px 3px 0px rgba(153, 153, 153, 0.75);
  box-shadow:         0px 2px 3px 0px rgba(153, 153, 153, 0.75);
}

#showtitle_container{
  width: 940px;
  position: relative;
  margin: 0 auto;
}
p.title{
  color: white;
  font-family: 'MontrealSerialRegular';
  font-weight: normal;
  font-size: 24px;
  width: 580px;
  float: left;
  letter-spacing: 1px;
  margin: 36px 0;
  line-height: 30px;
}
#more, .more{
  float: right;
    margin-top: 53px;
    line-height: 24px;
}
#more p, .more p{
  font-family: 'MontrealSerialRegular';
    font-size: 19px;
    letter-spacing: 1px;
    float: left;
  text-transform: uppercase;
}
#more a, #home_contact_footer_container #more a, .more a, #home_contact_footer_container .more a {
  float: left;
    font-family: 'MontrealSerialBold';
    font-size: 19px;
    letter-spacing: 1px;
    margin-left: 5px;
    margin-top: 1em;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}
#home_contact_footer_container .more p, #home_contact_footer_container .more a {
  color: #eb0041;
}

#pfeil_link_mehr{
  background: url('img/pfeil_link.png');
  width: 10px;
  height: 15px;
  float: left;
  margin-left: 0px;
    margin-top: 5px;
}
#pfeil_link_mehr.rot{
  background: url('img/pfeil_link_rot.png');
}
#home_menu{
  /*height: 203px;*/
  width: 100%;
  background: white;
  position: absolute;
  z-index: 10000;
  /*top: -203px;*/

  height: 178px;
  top: -178px;
}
#menu{
  /*height: 140px;*/
  height: 115px;
  width: 100%;
  background: white;
  position: absolute;
  z-index: 10000;
  top: 0px;
  transition: all 0.1s ease-in-out;
}

.small #menu {
  height: 63px;
  transition: all 0.1s ease-in-out;
}
#home_menu_container{
  height: 110px;
  width: 940px;
  margin: 0 auto;
}
#menu_container{
  height: 110px;
  width: 940px;
  margin: 0 auto;
}
.small #menu_container {
  height: 63px;
}
#logo{
  background-image: url('img/logo.png');
  width: 132px;
  height: 61px;
  /*margin-top: 49px;*/
  margin-top: 33px;
  position:relative;
  float:left;
  margin-right: 90px;
  transition: all 0.2s ease-in-out;
}

.small #logo {
  background-image: url('img/logo_sticky.png');
  width: 230px;
  height: 14px;
  margin-top: 24px;
  margin-right: 0px;
  transition: all 0.2s ease-in-out;
}

.menu-main-container ul#menu-main, .menu-main_en-container ul#menu-main_en, .menu-main_sk0-container ul#menu-main_sk0, .menu-main-kroatisch0-container ul#menu-main-kroatisch0, .menu-main_es0-container ul#menu-main_es0 {
  float: left;
    margin-left: 0px;
    /*margin-top: 91px;*/
    margin-top: 75px;
    padding: 0;
    transition: all 0.1s ease-in-out;
}

.small .menu-main-container ul#menu-main, .small .menu-main_en-container ul#menu-main_en, .small .menu-main_sk0-container ul#menu-main_sk0, .small .menu-main-kroatisch0-container ul#menu-main-kroatisch0, .small .menu-main_es0-container ul#menu-main_es0  {
  margin-top: 20px;
  transition: all 0.1s ease-in-out;
}

.menu-main-container ul#menu-main li, .menu-main_en-container ul#menu-main_en li, .menu-main_sk0-container ul#menu-main_sk0 li, .menu-main-kroatisch0-container ul#menu-main-kroatisch0 li, .menu-main_es0-container ul#menu-main_es0 li {
   float: left;
    list-style: none outside none;
    margin-left: 11px;
}

.menu-main_es0-container ul#menu-main_es0 li {
  margin-left: 12px;
}

.menu-main-container ul#menu-main li a, .menu-main_en-container ul#menu-main_en li a, .menu-main_sk0-container ul#menu-main_sk0 li a, .menu-main-kroatisch0-container ul#menu-main-kroatisch0 li a, .menu-main_es0-container ul#menu-main_es0 li a {
  text-decoration: none;
  font-family: 'MontrealTS-DemiBold';
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 1px;
  color: #eb0041;
}
.menu-main-container ul#menu-main li a:hover, .menu-main_en-container ul#menu-main_en li a:hover, .menu-main_sk0-container ul#menu-main_sk0 li a:hover, .menu-main-kroatisch0-container ul#menu-main-kroatisch0 li a:hover, .menu-main_es0-container ul#menu-main_es0 li a:hover {
  color: #0bdfc2;
}
.menu-main-container ul#menu-main li.current-menu-item a, .menu-main_en-container ul#menu-main_en li.current-menu-item a, .menu-main_sk0-container ul#menu-main_sk0 li.current-menu-item a, .menu-main-kroatisch0-container ul#menu-main-kroatisch0 li.current-menu-item a, .menu-main_es0-container ul#menu-main_es0 li.current-menu-item a {
  color: #0bdfc2;
}

#lang-chooser{
    list-style: none outside none;
    position: relative;
    margin-left: 7px;
    /*margin-top: 91px;*/
    margin-top: 75px;
    float: left;
}
header.small #lang-chooser {
  margin-top: 22px;
}

header.small #aufklapp {
  margin-top: 28px;
}

#lang-chooser ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
#lang-chooser ul li a{
  text-decoration: none;
  font-family: 'MontrealTS-DemiBold';
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 1px;
  color: #0bdfc2;
}
#lang-chooser ul li{
  text-transform: uppercase;
}
#lang-chooser ul li ul{
  margin-left: -59px;
    margin-top: 0px;
    position: absolute;
    text-align: center;
    display: none;
}
#lang-chooser ul li ul li{
  width: 120px;
  height: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
  background-color: #0bdfc2;
}
#lang-chooser ul li ul li a{
  color: white;
}
#lang-chooser ul li ul li.active_lang{
  background-color: #6decda;
}
#suche{
  background: url('img/lupe.png');
  width: 18px;
  height: 20px;
  float: left;
  margin-left: 10px;
    /*margin-top: 90px;*/
    margin-top: 75px;
    cursor: pointer;
}
.small #suche {
  margin-top: 19px;
}

#suche_home{
  background: url('img/lupe.png');
  width: 18px;
  height: 20px;
  float: left;
  margin-left: 10px;
    /*margin-top: 92px;*/
    margin-top: 75px;
    cursor: pointer;
}
#aufklapp{
  background: url('img/aufklapp.png');
  float: left;
    height: 9px;
    position: relative;
    width: 16px;
    cursor: pointer;
    /*margin-top: 99px;*/
    margin-top: 80px;
    margin-left: 5px;
}
#home_contact_footer{
  background: none repeat scroll 0 0 white;
    bottom: 0px;
    color: #FFFFFF;
    height: 0px;
    left: 0;
    position: absolute;
    width: 100%;
    display: none;
    z-index: 1000;

}
#telefon_button{
  background: url('img/telefon_icon.png');
  background-repeat: no-repeat;
  width: 327px;
  height: 46px;
  float: left;
  padding-left: 70px;
  margin-top: 46px;
}
#mail_button{
  background: url('img/email_button.png');
  background-repeat: no-repeat;
  width: 235px;
  height: 46px;
  float: left;
  margin-top: 46px;
  padding-left: 70px;
}
#home_contact_footer_container h6{
  margin: 0px;
   font-family: 'MontrealSerialMediumRegular';
   font-weight: normal;
   letter-spacing: 1px;
   font-size: 16px;
   margin: -5px 0 0;
   height: 19px;
   color: #2e373e;
}
#home_contact_footer_container a{
  margin: 0px;
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 30px;
  color: #2e373e;
  text-decoration: none;

}
#home_contact_footer_container{
  width: 940px;
  position: relative;
  margin: 0 auto;
}
#close_contact_footer{
  float: left;
  background: url('img/close.png');
  width: 54px;
  margin-left: 183px;
    margin-top: 37px;
  height: 55px;
  cursor: pointer;
}
#main_image{
  height: 670px;
  /*height: 540px;*/
  overflow: hidden;
}
#main_image img{
  position: fixed;
    top: 0;
    z-index: -1;
}
#wrapper_red{
  width: 100%;
  height: 456px;
  background: #eb0041;
  position: relative;
}

#wrapper_white{
  width: 100%;
  height: 819px;
  background: white;
}
#wrapper_white.greenlog {
  min-height: 590px;
  max-height: 690px;
  padding-top: 35px;
}
#wrapper_white.greenlog #container_white {
  padding-top: 0;
}

#container_red{
  width: 940px;
  margin: 0 auto;
  position: relative;
}
#container_white{
  width: 940px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
}
.column{
  width: 310px;
  float: left;
  text-align: center;
}

#column_container .column:nth-child(2) {
  width: 308px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

#column_container, #column_container_qs{
  width: 940px;
  position: relative;
  margin-top: 58px;
}

.greenlog #column_container {
  margin-top: 80px;
}

.column img.Transport{
  padding-top: 37px;
  margin-bottom: 5px;
}
.column img.Logistik{
  padding-top: 5px;
  margin-bottom: -12px;
}
.column img.Zollservice{
  margin-bottom: -24px;
}
.column h3{
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 39px;
  line-height: 41px;
  text-transform: uppercase;
  color: #0bdfc2;
  text-align: left;
  margin-bottom: 0;
  margin-left: 41px;
}
.greenlog .column h3{
  margin-top: 27px;
}

.column p{
  width: 250px;
  margin-left: 41px;
    text-align: left;
  font-family: 'MontrealSerialRegular';
  color: #2e373e;
  font-size: 18px;
  letter-spacing: 0.4px;
  color: #2e373e;
  line-height: 29px;
}
.column a{
  text-align: left;
  width: 85px;
  float: left;
  margin-left: 41px;
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 23px;
  text-transform: uppercase;
  color: #eb0041;
  text-decoration: none;
  background: url('img/pfeil_links_rot2.png');
  background-repeat: no-repeat;
  background-position: center right;
}
.column a:hover{
  background: url('img/mehr_pfeil2.png');
  background-repeat: no-repeat;

  padding-left: 14px;
  margin-left: 27px;

  padding-top: 11px;
  margin-top: -11px;

  padding-bottom: 15px;
  padding-right: 10px;

}
#lkw_slider{
  width: 100%;
  height: 437px;
  background: #f6f5f4;
}
.lkw_slide{
  height:400px;
  float: left;
  position: relative;
  background: none !important;
}
.lkw_slide .slide_container, #lkw_text_statisch{
  width: 940px;
  margin: 0 auto;
  text-align: center;
}

.lkw_slide .slide_container img{
  width: 780px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: 79px;
}
.lkw_slide .slide_container p{
  letter-spacing: 1px;
  font-family: 'MontrealSerialMediumRegular';
  color: #2e373e;
  font-weight: normal;
  font-size: 32px;
  margin-top: 73px;
  line-height: 146%;
}
#lkw_text_statisch p{
  letter-spacing: 1px;
  font-family: 'MontrealSerialMediumRegular';
  color: #2e373e;
  font-weight: normal;
  font-size: 32px;
  margin-top:6px;
  line-height: 146%;
}

#nav_lkw_slide a{
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  letter-spacing: 1px;
  color: #2e373e;
  font-size: 32px;
  text-decoration: none;
  margin-right: 11px;
}
#nav_lkw_slide a.activeSlide{
  color: #eb0041;
}
#lkw_wrapper{
  width: 100%;
  height: 885px;
  background: #f6f5f4;
  position: relative;
}
#container_white h2{
  margin: 0;
  padding: 0;
  font-family: 'MontrealTS-DemiBold';
  /*font-family: 'MontrealSerialBold';*/
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 57px;
  line-height: 64px;
  text-transform: uppercase;
  color: #eb0041;
  text-align: center;
}
#container_red h1, #fp_wrapper .fp_text p, #qm_wrapper .qm_container p, #fp_wrapper.klima .fp_text h3 {
  margin: 0;
  padding: 0;
  font-size: 31px;
  color: #fff;
  letter-spacing: 2px;
  font-family: 'MontrealTS-DemiBold';
  font-weight: normal;
  padding-top: 60px;
  line-height: 45px;
  padding-bottom: 26px;
  background: url('img/strich_unter_zitat.png');
  background-repeat: no-repeat;
  background-position: left bottom;
}

#fp_wrapper.klima .fp_text p {
  font-size: 19px;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'MontrealSerialRegular';
  font-weight: normal;
  margin: 26px 0 0 0;
  line-height: 29px;
  background: none;
  padding: 0;
}


#container_red h6, .qm_container h6{
  font-size: 19px;
  color: white;
  letter-spacing: 1px;
  font-family: 'MontrealSerialRegular';
  font-weight: normal;
  margin: 26px 0 0 0;
  line-height: 29px;
}
#container_red h6 strong{
  font-family: 'MontrealSerialBold';
  letter-spacing: 1px;
}
#nav_lkw_slide{
  left: 47%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 390px;
    z-index: 10;
}
#qs_wrapper, #qm_wrapper {
  width: 100%;
  position: relative;
  background: #0bdfc2;
  height: 1060px;
}
#qm_wrapper { height: auto; padding-bottom: 60px; }
#qs_container{
  width: 940px;
  margin: 0 auto;
  position: relative;
  padding-top: 86px;
}
.qs_image_container{
  width: 156px;
  /*height: 155px;*/
  height: 80px;
  position: relative;
  margin: 0 auto;
}
#qs_container h2{
  color: white;
    font-family: 'MontrealSerialBold';
    font-size: 66px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 89px;
}
#qs_container h4{
  color: white;
    font-family: 'MontrealSerialBold';
    font-size: 45px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 106%;
    margin-top: 24px;
margin-bottom: 37px;
}
#qs_container .column p{
  width: 262px;
  margin-left: 25px;
  text-align: left;
  font-family: 'MontrealSerialRegular';
  font-size: 21px;
  letter-spacing: 1px;
  color: white;
}
#qs_container .column{
  height: 700px;
  border-right: 1px solid white;
}
#qs_container .column.last{
  border-right: none;
}
#co2_wrapper {
  width:100%;
  position: relative;
  background: #0bdfc2;
  height: auto;

}

#co2_wrapper:after, #wrapper_red:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 18px solid transparent;
  border-top-color: #0bdfc2;
  top: 100%;
  left: 50%;
  margin-left: -18px;
}

#wrapper_red:after {
  border-top-color: #eb0041;
}

.co2_container {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
}

.co2_container h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 31px;
  letter-spacing: 2px;
  font-family: 'MontrealTS-DemiBold';
  font-weight: normal;
  padding-top: 54px;
  line-height: 58px;
  padding-bottom: 26px;
  background: url('img/strich_unter_zitat.png');
  background-repeat: no-repeat;
  background-position: left bottom;

  /*font-family: 'MontrealSerialBold';
  font-weight: normal;*/
  font-size: 49px;
  /*letter-spacing: 1px;*/

}

.co2_container p {
  font-size: 29px;
  line-height: 38px;
  color: #fff;
  letter-spacing: 2px;
  font-family: 'MontrealTS-DemiBold';
  font-weight: normal;
  margin-bottom: 50px;
}

#geschichte_wrapper{
  width: 100%;
  position: relative;
  background: white;
  overflow: hidden;
  height: 601px;
}
#timeline_container .year{
  position: absolute;
  z-index: 100;
}
#timeline_container{
  width: 940px;
  margin: -51px auto 0;
}
#timeline_container li{
  width: 5px;
  height: 13px;
  background: #eb0041;
  list-style: none;
  display: none;
}
#timeline_container li.activeSlide{
  display: block;
}
.tl_slide{
  float: left;
  background: none !important;
}
.geschichte_more{
  background: url('img/gechichte_more.png');
  height: 42px;
  cursor: pointer;
    margin-top: 57px;
    width: 93px;
    margin-top: 22px;
    position: absolute;
}
.year h6{
  font-size: 26px;
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  letter-spacing: 1px;
  color: #eb0041;
  margin-left: -26px;
    margin-top: -58px;
}
#tl-slider{
  margin-top: 60px;
}
#tl-slider .slide_container{
  width: 940px;
  margin: 0 auto;
}
#geschichte_container h2{
  margin: 0;
  padding: 0;
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 57px;
  line-height: 64px;
  text-transform: uppercase;
  color: #eb0041;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 60px;
}
.gs_slide_left{
  float: left;
  position: relative;
  width: 220px;
  margin-right: 40px;
  margin-top: 30px;
}
.gs_slide_left h4{
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 86px;
  line-height: 76px;
  text-transform: uppercase;
  color: #0bdfc2;
  margin: 0;
  padding: 0;
}
.gs_slide_left h5{
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 25px;
  text-transform: uppercase;
  color: #0bdfc2;
  margin: 0;
  padding: 0;
  margin-top: -5px;
  margin-left: 6px;
}
.gs_slide_left img{
  margin-top: 18px;
  margin-left: 9px;
}
.gs_slide_right h5{
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 25px;
  margin-left: 7px;
  margin-bottom: 5px;
  /*text-transform: uppercase;*/
  color: #2e373e;
}
.gs_slide_right p{
  width: 600px;
  margin-left: 7px;
  text-align: left;
  font-family: 'MontrealSerialRegular';
  font-size: 21px;
  letter-spacing: 1px;
  color: #2e373e;
  margin-top: 0px;
  line-height: 145%;
}
.gs_slide_right p strong{
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  letter-spacing: 1px;
}
.gs_slide_right p b{
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  letter-spacing: 1px;
}
.gs_slide_right{
  float: left;
  width: 600px;
}
#kontakt_wrapper{
  width: 100%;
  height: 235px;
  position: relative;
  background: #f6f5f4;
}
#kontakt_container{
  width: 940px;
  height: 235px;
  margin: 0 auto;
}
#kontakt_telefon{
  background: url('img/kontakt_telefon.png');
  background-repeat: no-repeat;
  background-position: left top;
  height: 92px;
  width: 350px;
  float: left;
  position: relative;
  padding-left: 80px;
  margin-top: 44px;
  padding-right: 34px;
  border-bottom: 2px solid white;
}
#kontakt_email{
  background: url('img/kontakt_email.png');
  background-repeat: no-repeat;
  background-position: left top;
  height: 92px;
  width: 396px;
  padding-left: 80px;
  float: left;
  position: relative;
  margin-top: 44px;
  border-bottom: 2px solid white;

}
#kontakt_container h6{
  color: #2E373E;
    display: block;
    float: left;
    font-family: 'MontrealSerialRegular';
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: -2px 0 -6px;
    padding: 0;
    position: relative;
    text-align: left;
    text-decoration: none;
}
#kontakt_container a{
  color: #2E373E;
    display: block;
    float: left;
    font-family: 'MontrealTS-DemiBold';
    font-size: 37px;
    line-height: 52px;
    font-weight: normal;
    letter-spacing: 1px;
    position: relative;
    text-align: left;
    text-decoration: none;
}
#anfrage_direkt h5{
  width: 414px;
  height: 35px;
  font-family: 'MontrealSerialRegular';
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #eb0041;
    margin-bottom: 0px;
    margin-top: 30px;
    float: left;
    cursor: pointer;
}
#anfrage_direkt_pfeil{
  background: url('img/pfeil_links_rot.png');
  background-position: right center;
  background-repeat: no-repeat;
  width: 17px;
  height: 19px;
  float: left;
  margin-top: 38px;
  cursor: pointer;
}
#anfrage_direkt_pfeil.rotate{
  transform:rotate(90deg);
  -ms-transform:rotate(90deg); /* IE 9 */
  -webkit-transform:rotate(90deg); /* Safari and Chrome */
  -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
}

#contact_form{
  width: 100%;
  position: relative;
  height: 390px;
  background: #3ce6ce;
  display: none;
}
#imprint{
  width: 100%;
  position: relative;
  height: 47px;
  display: block;
  background: #eb0041;
}
#contact_form_container{
  width: 940px;
  margin: 0 auto;
  height: 390px;
}
.wpcf7-textarea{
  float: left;
  position: relative;
    background: none !important;
    border: 2px solid white;
    height: 179px;
  width: 449px;
  padding-left: 16px;
  padding-top: 8px;
}
footer{
  display: block;
}
.wpcf7-text{
  float: left;
  position: relative;
    background: none !important;
    border: none;
    border-bottom: 2px solid white;
    height: 30px;
    margin-bottom: -12px;
    width: 450px;

}
::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-family: 'MontrealSerialMediumRegular';
  color: #2e373e;
  opacity: 1;
  letter-spacing: 1px;
  }
::-moz-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-family: 'MontrealSerialMediumRegular';
  color: #2e373e;
  opacity: 1;
  letter-spacing: 1px;
} /* firefox 19+ */
:-ms-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-family: 'MontrealSerialMediumRegular';
  color: #2e373e;
  opacity: 1;
  letter-spacing: 1px;
} /* ie */
input:-moz-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-family: 'MontrealSerialMediumRegular';
  color: #2e373e;
  opacity: 1;
  letter-spacing: 1px;
 }
.wpcf7-form p{
  width: 450px;
  float: left;
  position: relative;
}
.contact_right{
  width: 450px;
  float: left;
  margin-top: 53px;
  margin-left: 40px;
}
.contact_left{
  width: 450px;
  float: left;
  margin-top: 49px;
}
.pflichtfelder{
  font-family: 'MontrealSerialRegular';
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #2e373e;
    margin-top: -23px;
  position: absolute;
  margin-left: 4px;
}
#close_form{
  background: url('img/close_small.png');
  width: 27px;
  height: 27px;
  cursor: pointer;
  margin-right: -7px;
  margin-top: -15px;
  position: relative;
  float: right;
}
.wpcf7-submit{
  height: 48px;
  background: url('img/anfrage_pfeil2.png');
  font-family: 'MontrealSerialBold';
    font-size: 16px;
    font-weight: normal;
    color: white;
    letter-spacing: 1px;
    background-repeat: no-repeat;
    border: none;
    margin-top: 20px;
    width: 240px;

    font-family: 'MontrealSerialBold';
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 23px;
  text-transform: uppercase;
  color: #eb0041;
}
.wpcf7-submit:hover{
  background: url('img/anfrage_pfeil_mouseover2.png');
}

.wpcf7-validation-errors{
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#imprint_container{
  width: 940px;
  margin: 0 auto;
}
.imprint_right{
  background: url('img/footer_logo.png');
  width: 264px;
  height: 13px;
  float: right;
  position: relative;
  margin-top: 18px;
}
.imprint_left ul li{
  float: left;
  list-style: none;
  color: white;
  font-size: 16px;
  font-weight: normal;
  font-family: 'MontrealSerialMediumRegular';
  letter-spacing: 1px;
  margin-right: 11px;
}

.imprint_left ul{
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
.imprint_left ul li a{
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}
span.wpcf7-not-valid-tip{
  background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    color: #2E373E !important;
    font-family: 'MontrealSerialMediumRegular' !important;
    font-size: 16px !important;
    font-weight: normal !important;
    height: 30px !important;
    left: -292px !important;
    letter-spacing: 1px !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 7px !important;
    width: 450px !important;
    z-index: 100 !important;
}
.wpcf7-validation-errors{
  display: none !important;
}
.lt-ie9 #transport_main_image{
  height: 1334px;
}

#transport_main_image{
  overflow: hidden;
  height: 1410px;
}
#transport_container{
  width: 940px;
  position: absolute;
  margin: 0 auto;
  background: transparent;
  top: 200px;
}
.ts_column{
  float: left;
  width: 300px;
  height: 354px;
  background: white;
  z-index: 1000 !important;
  margin-right: 20px;
   position: relative;
   cursor: pointer;
}

.ts_column.last_ts{
  margin-right: 0px;
}
.ts_column h2{
  color: #eb0041;
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  font-size: 67px;
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 9px solid #eb0041;
  width: 80px;
  margin: 0;
  padding: 0;
  margin-left: 110px;
  margin-top: 34px;
}
.ts_column h3{
  color: #eb0041;
  font-family: 'MontrealSerialRegular';
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
  width: 200px;
  margin-left: 50px;
  text-transform: uppercase;
  margin-top: 16px;
}
.ts_column img{
  margin-left: 80px;
  top: 238px;
  position: absolute;
}
.more_transport{
  width: 100%;
  position: absolute;
  display: none;
  background: white;
  z-index: 1150;
  clear: both;
  top: 386px;
}
.ts_row{
  width: 940px;
  position: relative;
  clear: both;
  display: block;
  height: 354px;
  margin-bottom: 30px;
}
.more_transport_container{
  width: 940px;
  position: relative;
  margin: 0 auto;
}
.more_transport_container &gt; img {
  margin-top: 30px;
}

.more_transport_container h2{
  color: #eb0041;
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  font-size: 49px;
  letter-spacing: 2px;
  width: 560px;
  float: left;
  line-height: 115%;
  margin-top: 80px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.more_transport_container p, .more_transport_container ul li, #fp_wrapper.klima .fp_text ul li {
  color: #2e373e;
  font-family: 'MontrealSerialRegular';
  font-weight: normal;
  font-size: 19px;
  letter-spacing: 1px;
  width: 560px;
  float: left;
  line-height: 150%;
}
.more_transport_container p {
  width: 100%;
}

#fp_wrapper.klima .fp_text ul {
  margin: 0 0 0 18px;
  padding: 0;
}
#fp_wrapper.klima .fp_text ul li {
  color: #fff;
  float: none;
  width: auto;
}

.more_transport_container p strong, .more_transport_container ul li strong{
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  letter-spacing: 1px;
}
.more_transport_container ul{
  margin: 0 0 0 18px;
  padding: 0;
}
.more_transport_container ul li{
  margin-bottom: 8px;
}
.mitarbeiter_right{
  float: right;
  width: 200px;
  margin-top: 91px;
  background: #0bdfc2;
  padding: 50px;
}
.mitarbeiter_right:before {
  content: " ";
  background: url('img/ma_anfrage.png') no-repeat top left;
  width: 67px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 80px;
}
.mitarbeiter_right.pagestyle:before {
  top: -15px;
}
.more_transport_left{
  float: left;
  width: 595px;
}
.close_more_transport{
  float: left;
  background: url('img/close_small.png') no-repeat top left;
  width: 27px;
  height: 27px;
  cursor: pointer;
  margin-top: 33px;
  clear: both;
  margin-bottom: 36px;
  padding-left: 40px;
  font-family: 'MontrealSerialBold';
  letter-spacing: 1px;
  color: #eb0041;
  text-transform: uppercase;
  line-height: 27px;
  font-size: 23px;
}

.mitarbeiter_right h4 {
  font-family: "MontrealSerialBold";
  font-weight: normal;
  font-size: 29px;
  line-height: 32px;
  color: #fff;
  margin: 0;
  letter-spacing: 2px;
  padding: 0;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 15px;
}
.mitarbeiter_right a.email{

}
.mitarbeiter_right p {
  font-size: 16px;
  line-height: 26px;
  margin:0;
}
.mitarbeiter_right h5, .mitarbeiter_right a.tel{
  font-family: 'MontrealSerialRegular';
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  margin: 0px;
  display: block;
  text-decoration: none;
}
.mitarbeiter_right h6{
  font-family: 'MontrealSerialRegular';
  color: #eb0041;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  margin-top: 22px;
  margin-bottom: -15px;
}
.mitarbeiter_right .email {
  color:#fff;
  margin-top: 15px;
  text-decoration: none;
  word-wrap: break-word;
  font-family:'MontrealSerialRegular';
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
}
#gmaps-container{
  height: 100%;
  width: 100%;
}
#maps{
  height: 550px;
}
#standorte_wrapper{
  width: 100%;
  height: 524px;
  position: relative;
  background: white;
}
#standorte_container{
  width: 940px;
  margin: 0 auto;
  height: 436px;
  position: relative;
  padding-top: 88px;
}
#standorte_container .column{
  text-align: left;

}
#standorte_container .column.feldbach{
  padding-right: 90px;
    width: 290px;
}
#standorte_container .column.graz{
  width: 240px;
  padding-right: 80px;
}
#standorte_container .column.wien{
  width: 240px;
}
#standorte_container .column h3{
   font-family: 'MontrealSerialBold';
   font-size: 22px;
   line-height: 27px;
   font-weight: normal;
   letter-spacing: 1px;
   color: #eb0041;
   margin: 0;
   margin-top: 31px;
   text-transform: none;
   margin-bottom: 15px;
   padding-right: 25px;
}
#standorte_container .column p, #standorte_container .column p a{
  font-family: 'MontrealSerialRegular';
  color: #2e373e;
  font-weight: normal;
  font-size: 19px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  line-height: 29px;
  margin-top: 4px;
  background: none;
  float: none;
  text-transform: none;
}
#standorte_container .column p a:hover{
  text-decoration: underline;
}
#kontakt_main_image, #kontakt_main_image_2{
  overflow: hidden;
  position: relative;
  height: 668px;
}
#kontakt_main_image_2{
  height: 668px;
}
#kontakt_links{
  width: 940px;
  margin-right: 10px;
  position: relative;
  display: block;
  margin: 0 auto;
}
#mitarbeiter_wrapper{
  width: 100%;
  background: white;
  position: relative;
  display: block;
  height: 100%;
}
#kontakt_mitarbeiter_container{
  width: 940px;
  margin: 0 auto;
  margin-top: 85px;
  position: relative;
  display: block;
  height: 100%;
}

.mitarbeiter h5{
  font-family: 'MontrealSerialBold';
  color: #eb0041;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 1px;
  float: left;
  width: 300px;
  display: block;
  position: relative;
  text-transform: uppercase;
line-height: 118%;
margin-bottom: 6px;
}
.contact_row{
  position: relative;
  height: 150px;
}

.contact_row:last-child {
  height: 204px;
}

.contact_row:last-child .mitarbeiter {
  border: 0;
}


.mitarbeiter h6{
  font-family: 'MontrealSerialRegular';
  color: #2e373e;
  margin: 0;
  padding: 0;
  float: left;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 1px;
  width: 300px;
  display: block;
  position: relative;
}
.ma_telefon{
  display: none;
  width: 100%;
  background: #eb0041;
  height: 146px;
  top: 115px;
  position: absolute;
  z-index: 99;
}
.ma_email{
  display: none;
  display: none;
  width: 100%;
  background: #0bdfc2;
  height: 146px;
  top: 115px;
  position: absolute;
  z-index: 99;
}
.telefon_kontakt{
  width: 55px;
  height: 55px;
  float: left;
  /*background: url('img/ma_telefon_click.png');*/
  background: url('img/telefon_icon_kontakt.png');
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  margin-top: 26px;
  z-index: 100;
  cursor: pointer;
  background-repeat: no-repeat !important;
  /*border-bottom: 5px solid #eb0041;*/
}
.email_kontakt{
  width: 55px;
  height: 55px;
  float: left;
  display: block;
  position: relative;
  background: url('img/email_icon.png');
  margin: 0;
  padding: 0;
  margin-top: 26px;
  z-index: 100;
  cursor: pointer;
  background-repeat: no-repeat !important;
}
.name_position{
  float: left;
  display: block;
  width: 302px;
}
.info{
  width: 120px;
  display: block;
  float: left;
}
.ma_kontakt_container{
  width: 940px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.ma_kontakt_container a{
  font-family: 'MontrealSerialMediumRegular';
  font-size: 51px;
  text-decoration: none;
  color: white;
  letter-spacing: 1px;
  margin-top: 40px;
    padding: 0;
    position: relative;
    display: block;
}
#kooperationspartner{
  width: 100%;
  position: relative;
  background: #0bdfc2;
}
#kooperationspartner_container{
  width: 940px;
  margin: 0px auto;
  position: relative;
}
#kooperationspartner_container #column_container_kontakt .column p a{
  color: white;
  font-family: 'MontrealSerialRegular';
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1px;
  margin-top: 0px;
  padding: 0;
  position: relative;
  display: inline;
  line-height: 153%;
  margin: 0 !important;
  text-decoration: none;
  text-transform: none;
  background: none !important;
  float: none !important;
  width: auto !important;
}
#kooperationspartner_container #column_container_kontakt .column p a:hover{
  text-decoration: underline;
}

#kooperationspartner_container h2{
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'MontrealSerialBold';
  color: white;
  font-weight: normal;

  text-transform: uppercase;
  padding-top: 64px;

  letter-spacing: 2px;
  font-size: 57px;
  line-height: 64px;
}
#column_container_kontakt{
  width: 940px;
  position: relative;
  margin-top: 58px;
  height: 440px;
}
#column_container_kontakt .column h3{
  color: white;
  margin-bottom: 15px;
  margin-top: 0;
}
#column_container_kontakt .column h4{
  color: white;
  font-family: 'MontrealSerialMediumRegular';
  font-size: 19px;
  line-height: 29px;
  text-decoration: none;
  letter-spacing: 1px;
  margin: 0;
    padding: 0;
    position: relative;
    display: block;
    text-align: left;
  width: 259px;
  margin-left: 41px;
  margin-bottom: 3px;

}
#column_container_kontakt .column p, #column_container_kontakt .column p a{
  color: white;
  font-family: 'MontrealSerialRegular';
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1px;
  margin-top: 0px;
    padding: 0;
    position: relative;
    display: block;
   line-height: 29px;
   margin: 0;
   margin-left: 41px;
   text-decoration: none;
}
#search_form{
  width: 100%;
  height: 63px;
  position: relative;
  background: #0bdfc2;
}
#search_form_home{
  width: 100%;
  height: 63px;
  position: relative;
  background: #0bdfc2;
}
#search_form_container{
  width: 940px;
  margin: 0 auto;
}
#search_form_container .assistive-text{
  display: none;
}
#search_form_container #s{
  background: none;
  border: none;
  border-left: 2px solid white;
  height: 27px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: normal;
  font-family: 'MontrealSerialMediumRegular';
  color: white;
  opacity: 1;
  letter-spacing: 1px;
  padding: 0;
  padding-left: 2px;
  width: 460px;
}
#search_form_container #s::-webkit-input-placeholder {
  font-size: 22px;
  font-weight: normal;
  font-family: 'MontrealSerialMediumRegular';
  color: white;
  opacity: 1;
  letter-spacing: 1px;
  padding: 0;
  height: 27px;
  padding-left: 2px;
  }
#search_form_container #s::-moz-placeholder {
  font-size: 22px;
  font-weight: normal;
  font-family: 'MontrealSerialMediumRegular';
  color: white;
  opacity: 1;
  letter-spacing: 1px;
  padding: 0;
  height: 27px;
  padding-left: 2px;
  width: 460px;
} /* firefox 19+ */
#search_form_container #s:-ms-input-placeholder {
  font-size: 22px;
  font-weight: normal;
  font-family: 'MontrealSerialMediumRegular';
  color: white;
  opacity: 1;
  letter-spacing: 1px;
  padding: 0;
  height: 27px;
  padding-left: 2px;
} /* ie */
#search_form_container #s input:-moz-placeholder {
  font-size: 22px;
  font-weight: normal;
  font-family: 'MontrealSerialMediumRegular';
  color: white;
  opacity: 1;
  letter-spacing: 1px;
  padding: 0;
  height: 27px;
  padding-left: 2px;
 }
#searchsubmit{
  float: right;
  border: none;
  background: url('img/suche.png');
  width: 73px;
  height: 16px;
  margin-top: 27px;
}
#suchresults{
  width: 940px;
  margin: 0 auto;
}
#suchresults h1{

  font-family: 'MontrealSerialBold';
  color: #eb0041;
  font-weight: normal;
  font-size: 43px;
  text-transform: uppercase;
  padding:0;
  margin:0;
  line-height: 112%;
  letter-spacing: 1px;
  margin-top: 90px;
}
#suchresults h2{
  font-family: 'MontrealSerialBold';
  color: #0bdfc2;
  font-weight: normal;
  font-size: 43px;
  text-transform: uppercase;
  padding:0;
  margin:0;
  line-height: 112%;
  letter-spacing: 1px;
  margin-bottom: 64px;
}
#suchresults h3{
  font-family: 'MontrealSerialBold';
  color: #eb0041;
  font-weight: normal;
  font-size: 27px;
  text-transform: uppercase;
  padding:0;
  margin:0;
  height: 29px;
  background: url('img/lupe_rot.png');
  letter-spacing: 1px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  line-height: 29px;
  }
#suchresults p{
  font-family: 'MontrealSerialRegular';
    font-size: 19px;
    letter-spacing: 1px;
    color: #2e373e;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 150%;
    width: 750px;
    float: left;
    height: 100px;
}
.resultate{
  height: 190px;
  border-bottom: 1px solid #2e373e;
  margin-bottom: 45px;
}
.resultate a{
  text-align: left;
  width: 85px;
  float: left;
  margin-left: 41px;
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 23px;
  text-transform: uppercase;
  color: #eb0041;
  text-decoration: none;
  background: url('img/pfeil_links_rot.png');
  background-repeat: no-repeat;
  background-position: right center;
  margin-top: 99px;
}
.resultate a:hover{
  background: url('img/mehr_pfeil.png');
  padding-left: 10px;
  margin-left: 31px;
  padding-top: 10px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  padding-right: 10px;
  margin-top: 89px;
}
#imprint_more{
  width: 100%;
  position: relative;
  height: 300px;
  display: none;
}
#imprint_more_container{
  width: 940px;
  margin: 0 auto;
  margin-top: 40px;
}
#imprint_more_container p{
  font-size: 19px;
  margin: 0;
  line-height: 150%;
  width: 310px;
}
#imprint_more_container p strong{
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  letter-spacing: 1px;
}
#main_page_image, #fp_wrapper, #after_geschichte{
  overflow: hidden;
}

#main_page_image {
  height: 655px;
}

#fp_wrapper {
  position: relative;
  z-index: 1;
  height: 980px;
}

#fp_wrapper.klima {
  height: 760px;
}

#fp_wrapper .fp_text, .qm_container {
  margin: 0 auto;
  width: 940px;
  position: relative;
  z-index: 5;
}

.qm_container {
  background: url(./img/zertifikat.png) no-repeat bottom right;
}

#fp_wrapper &gt; img {
  position: absolute;
  top: 0;
}

.main_page_white{
  width: 100%;
  position: relative;
  background: white;
  z-index: 1;
  clear: both;
  margin-top: 86px;
}
.main_page_white h2{
  text-transform: uppercase;
  width: 575px;
}
#main_page_container{
  width: 100%;
  position: relative;
  display: block;
  clear: both;
  height: auto;
}
#main_page_wrapper{
  width: 100%;
  position: relative;
}
#main_page_container .more_transport_left, #main_page_container .mitarbeiter_right{
  position: relative;
  margin-bottom: 45px;
  display: block;
}
.more_transport_full{
  position: relative;
  width: 940px;
  display: block;
}
.more_transport_full h2{
  color: #eb0041;
  font-family: 'MontrealSerialBold';
  font-weight: normal;
  font-size: 66px;
  letter-spacing: 1px;
  width: 940px;
  float: left;
  line-height: 115%;
  margin-top: 80px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.more_transport_full h3{
  color: #eb0041;
  font-family: 'MontrealSerialMediumRegular';
  font-weight: normal;
  font-size: 35px;
  letter-spacing: 1px;
  width: 940px;
  float: left;
  line-height: 115%;
  margin-bottom: 6px;
}
.more_transport_full p{
  color: #2e373e;
  font-family: 'MontrealSerialRegular';
  font-weight: normal;
  font-size: 19px;
  letter-spacing: 1px;
  width: 560px;
  float: left;
  line-height: 150%;
}
.more_transport_full #bild_rechts_gl{
  float: right;
  width: 300px;
  margin-top: 27px;

}
.more_transport_full #gl_links{
  width: 540px;
  float: left;
  margin-bottom: 50px;
}
.green_log{
  width: 250px !important;
  margin-left: 24px !important;
}
#qs_wrapper.green_log_wr{
  height: 800px;
  background: #fff;
}

#qs_container h4.green_log {
  color: #0bdfc2;
}

#qs_container .green_log_column p {
  color: #2e373e;
}

.green_log_column{
  height: 600px !important;
}
.green_log_margin{
  margin-top: 0px !important;
}
#superbgimage {
  display: none;
}
#imprint_more_container p a{
  font-size: 19px;
  margin: 0;
  line-height: 150%;
  width: 255px;
  text-align: left;
  font-family: 'MontrealSerialRegular';
  font-size: 19px;
  letter-spacing: 1px;
  color: #2e373e;
  text-decoration: none;
  text-transform: none;
  float: none;
  background: none;
}
#imprint_more_container p a:hover{
  text-decoration: underline;
  background: none;
  margin: 0;
  padding:0;
}
ul#agb_sub{
  position: absolute;
  margin-top: -95px;
  margin-left: -53px;
  float: none;
  display: none;
}
ul#agb_sub li{
  float: none;
  background: #eb0041;
  width: 150px;
  height: 25px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}
ul#agb_sub li a{
  text-decoration: none;
  font-family: 'MontrealSerialMediumRegular';
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;

}
.active_transport{
  z-index: 1999 !important;
}
#column_container_kontakt .column{
/*	height: 438px;*/
  border-right: 1px solid #f6f5f4;

}
#column_container_kontakt .column.last_part_col{
  border-right: 0px;
}
.mitarbeiter{
  width: 422px;
  position: relative;
  border-bottom:  1px solid #ebecec;
  float: left;
  height: 116px;
}
.ma_left{
  padding-right: 96px;
}


/* before go live */
#lang-chooser, #aufklapp {
/*  display: none;*/
}

/* contact form 7 */
div.wpcf7 {
  margin: 0;
  padding: 0;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

span.wpcf7-list-item {
  margin-left: 0.5em;
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

.datenschutz-page h1 {
  margin: 0;
  padding: 0;
  font-family: 'MontrealTS-DemiBold';
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 57px;
  line-height: 64px;
  text-transform: uppercase;
  color: #0bdfc2;
  margin-top: 20px;
}

.datenschutz-page p {
  
}

.otgs-development-site-front-end {
  display: none;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
  border: 0;
  color: #eb0041;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}


.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:'MontrealSerialRegular',Helvetica,Calibri,Arial,sans-serif;font-size:14px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:1.5em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:13em}.cc-floating&gt;.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance&gt;.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}</pre></body></html>