/*////BODY RESETS////*/

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

p {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

li {
  list-style: none;
}

a {
  color:#E60050;
}

a:hover {
  color:#E60050;
  text-decoration: none;
}

a:focus, a:active {
  color:#E60050;
  outline:0;
}

input:focus, textarea:focus {
  outline-color: white;
}

.search .excerpt p {
  margin-bottom:5px;
  white-space: normal;
}

.diens h1 {
  font-size:30px;
  margin-top:0;
  margin-bottom:25px;
}

.diens video{
  width:  100%;
  height: auto;
  max-height:  800px;
  margin-top: 54px;
}

.some-space {
  height: 150px;
  width:100%;
}

a.post-edit-link {
  float:right;
  padding-right:30px;
  margin-top:-40px;
  text-decoration: underline;
  color:#E60050;
}

a.link-to-home, a.link-to-home:link {
  text-decoration: underline;
  color:#E60050;
}

.error404 #content {
  min-height:calc(100vh - 340px);
  padding-top:20vh;
}

/*////NAVIGATION BAR STYLING////*/

nav {
  position: fixed;
  height: 50px;
  width: 100%;
  background-color: #E60050;
  color: white;
  font-size: 20px;
  padding: 0 3%;
  z-index: 9999;
  margin-top: 0 !important;
  transition: all 0.3s ease;
}

nav a:link, nav a:active, nav a:focus {
  outline:0;
}

nav button.kontakt-btn {
  background: none;
  border: 0;
  padding: 0;
  margin-right: 55px;
}

nav a.blog-btn:link, nav a.blog-btn:active, nav a.blog-btn:focus {
  text-decoration: none;
}


#nav-icon3 {
  display: none;
  width: 30px;
  height: 25px;
  position: relative;
  margin-top: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}

.logo-holder a img {
  height: 30px;
}

.nav-place {
  height: 50px;
  width: 100%;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  margin: auto;
}

.half {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.nav-wrapper a {
  color: white;
}

.slogan, .nav-wrapper ul li {
  letter-spacing: 2px;
}

.slogan {
  margin-left: 30px;
}

.logo-holder {
  margin-left: 30px;
}

.logo-holder a, .logo-holder a h1  {
  margin: 0 0;
  color: white;
}

.logo-holder a:hover, .logo-holder a:active, .logo-holder a:focus {
  outline:0;
}

.nav-wrapper ul {

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding: 0;
  margin: 0;
}

.nav-wrapper ul li {
  position: relative;
  color: white;
    padding-right:25px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.nav-wrapper ul li a {

}

.nav-wrapper ul li.current-menu-item > a {
    border-bottom:1px solid #fff;
}

.nav-wrapper ul li.current-page-ancestor > a {
    border-bottom:1px solid #fff;
}

.nav-wrapper ul li a:focus, .nav-wrapper ul li a:active, .nav-wrapper ul li a:visited {
  text-decoration: none;
  border-bottom:1px solid #fff;
}

.nav{
  overflow: hidden;
}

.nav-wrapper ul li:hover > .sub-menu{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  color: white;
  
}

.nav-wrapper ul li:hover > .sub-menu::before{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  height: 100%;
}

.nav-wrapper ul li > .sub-menu::before{
  content: "";
  position: absolute;
  height: 0px;
  top: 8px;
  left: -100vw;
  right: -100vw;
  background-color:  #E60050;
}
.nav-wrapper ul li > .sub-menu::before{
  transition: 175ms cubic-bezier(.5,0,.50,1);
}

.nav-wrapper ul li:hover > .sub-menu{
  transition:  opacity 175ms cubic-bezier(.5,0,.50,1), color 175ms 250ms cubic-bezier(.5,0,.50,1);
}

.nav-wrapper ul li > .sub-menu{
  transition:  opacity 175ms cubic-bezier(.5,0,.50,1), color 0ms cubic-bezier(.5,0,.50,1);
}

.nav-wrapper ul li > .sub-menu{
  position:  absolute;
  top: 100%;
  height: unset;
  left: -15px;
  color: transparent;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  padding: 20px 0px 35px;
  white-space: nowrap;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.nav-wrapper ul li > .sub-menu li{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0px;
}

.blog-btn {
  width:42px;
  height:42px;
  margin-right: 15px;
}

.blog-btn img {
  width:42px;
  height:42px;
}

.kontakt-btn img {
  width:42px;
  height:42px;
}

.kontakt-btn {
  margin-right:15px;
}

.kontakt-btn img {
  width:42px;
  height:42px;
}

.lang-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
        justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  font-size: 13px;
  padding-right: 1px;
  margin-right: 18px;
}

.lang-btn span {
  padding-right:9px;
}

.lang-btn span {
  padding-left:9px;
}

.lang-btn u.underline {
  text-decoration: underline;
}

.nav-menu {
  position: fixed;
  left: -400px;
  top: 0;
  height: 100vh;
  width: 250px;
  background-color: #E60050;
  z-index: 9998;
  padding: 90px 0;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
}

.open-nav-menu {
  left: 0px !important;
}

.nav-menu ul {
  font-size: 24px;
  color: white;
  padding-left: 70px;
  margin: auto;
}

.nav-menu ul a {
  color: white;
}

.nav-wrapper ul a:hover, .nav-wrapper ul a:focus, .nav-wrapper ul a:active {
  outline:0;
  text-decoration:none;
  border-bottom:1px solid #fff;
}

.nav-menu ul li {
  padding: 20px 0;
}

.nav-menu .nav-icons {
  color: white;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.nav-menu .nav-icons a {
  color: white;
}





.right-half a, .right-half a:hover, .right-half a:focus, .right-half a:active {
  color:#E60050;
  text-decoration:underline;
  outline:0;
}

/*
  SearchForm
*/
#content{
  padding-top:0;
  transition: all .2s ease;
}

#content.padding-top{
  padding-top:240px;
}

.search.search-results .container #content, .search.search-no-results .container #content {
  padding-top:35px;
}

input#searchsubmit:focus {
  outline:0;
}

.search-form{
  padding-top: 50px;
  z-index: 9998;
  background-color: #f8f8f8;
  position:fixed;
  height:290px;
  top:-290px;
  left:0px;
  right:0px;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all .2s ease;
}

.active-form{
  top:0px;
}

.search-close{
  position:absolute;
  top:65px;
  right:15px;
}

.close-btn{
  background-size: cover;
  background-position:center center;
  background-repeat: no-repeat;
  height:40px;
  width:40px;
  border: none;
  background-color: transparent;
  cursor:pointer;
  outline:none;
}

.search-label{
  margin-bottom:15px;
  font-size: 14px;
}

#searchform{
  max-width:100%;
}


.search-content{
  color:#E60050;
}

.search-fields{
  display:flex;
  align-items: flex-start;
  flex-direction: row;
  font-size: 33px;
}

.input-text{
  width:863px;
  max-width:90%;
  max-width: calc(100% - 85px);
  height: 55px;
  border:0;
}

.input-text::placeholder{
  color:#E60050;
}

#s{
  padding-left: 15px;
  padding-right: 15px;
}

.input-btn{
  margin-left: 30px
}

.search{
  color:#E60050;
}

.short-link{
  color:#7c7f83;
}

.excerpt{
  white-space: nowrap;
}


/*////ANFRAGE BUTTON////*/




.anfrage-button {
  position: fixed;
  right: 50%;
  bottom: 23px;
  padding: 3px 30px;
  z-index: 999;
  background-color: #E60050;
  transform: translateX(50%);
  transition: all 0.2s ease-in-out;
  font-weight:400;
  letter-spacing: 1.1px;
}

.anfrage-button-text {
  position: relative;
}

.anfrage-button-text img {
  position: absolute;
  top:-75px;
  width:55px;
  height:55px;
  left:0;
  right:0;
  margin:0 auto;
}

.anfrage-button2 {
  position: fixed;
  right: 50%;
  bottom: 23px;
  padding: 3px 30px;
  z-index: 9999;
  background-color: #E60050;
  transform: translateX(50%);
  transition: all 0.2s ease-in-out;
  font-weight:400;
  letter-spacing: 1.1px;
}

body.energieeffizienz-im-abo .anfrage-button, body.energieeffizienz-im-abo .anfrage-button {
  display:none;
}

.anfrage-link, .anfrage-link:hover, .anfrage-link:visited, .anfrage-link:focus {
  color: white;
}

.home .news-post {
  position: relative;
  align-items: center;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: 9999;
  transition: all .3s ease;
  margin:0 auto;
  padding-left: 0;
  padding-right: 0;
  background-color:rgb(115, 200, 190);
  border-bottom:0;
}

.home footer {
  padding-top:105px;
}

.home .news-slider {
  height:60px;
  margin-bottom: -60px;
  position:relative;
}

.home .news-slider:before {
  content:"";
  width:48px;
  height:48px;
  border-radius:100%;
  background-color:rgb(115, 200, 190);
  position:absolute;
  bottom:-24px;
  left:50%;
  left:calc(50% - 24px);
}

.home .news-post a {
  padding-top:12px;
  width: 1287px;
  height:100%;
  display:block;
  color:#fff;
  margin:0 auto;
}

.home .news-post a > span {
  border-bottom: 1px solid #fff;
  padding-bottom:1px;
}

.home .news {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  height: 84px;
  width: 100%;
  background-color: #E60050;
  z-index: 9999;
  transition: all .3s ease;
}

.home .news-post a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
}

/*/////////////////////////////////
///////FRONT-PAGE STYLING/////////
///////////////////////////////*/

.diens {
  height: auto;
  padding: 80px 0px 100px;
  font-size: 25px;
  font-weight: 500;
  color: #E60050;
  width: 68%;
  margin: auto;
}

body .diens p{
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  margin: 0;
}

/*////HEADER STYLING////*/

header {
  position: static !important;
}

.front-header {
  min-height: 605px;
}

.overlay {
  height: 100%;
  width: 100%;
  background-color: #E60050;
  opacity: 0.3;
}

.header-wrapper {
  height: 100%;
  width: 100%;
  margin: auto;
  position: relative;
}

.slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.facts-slider {
  height: 100%;
}

.slider p.zum-proj a, .slider p.zum-proj a:hover, .slider p.zum-proj a:focus {
  color:#fff;
}

.owl-stage {
  display: flex !important;
  height: 100%;
}

.owl-stage-outer {
  overflow: hidden !important;
  height: 100%;
}

.owl-item {
  position: relative;
  left: 0 !important;
  transition: all .5s ease;
}

.owl-item.active {
  opacity: 1 !important;
}

.slider div:not(.owl-controls) {
  height: 100%;
}

.owl-dots {
  height: 20px !important;
  position: relative !important;
  top: -46px !important;
  left: 25px !important;
  width: auto !important;
  display: flex !important;
  width: 150px !important;
  z-index: 9990;
}

.owl-dot {
  width: 20px !important;
  margin-right: 11px !important;
  border-radius: 100px !important;
  border: 2px solid white !important;
  cursor: pointer !important;
}

.disabled {
  display: none !important;
}

.owl-dot.active {
  background-color: white !important;
}

.owl-height {
  height: 100% !important;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url(/act/wp-content/themes/act/img/sample3.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.act-fact-slide1 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 542px;
  background-color: rgb(115, 200, 190);
  padding: 20px 37px;
  text-align: center;
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 999;
}

h2.facts-title {
  font-size: 19px !important;
}

.act-fact-slide1 h2 {
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  margin-bottom: 20px;
}

.act-fact-slide1 hr {
  width: 80%;
  margin: 0 auto;
}

.fact-desc {
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
}

span.fact-desc p {
  padding-top:40px;
}

.slide-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
      -ms-flex-pack: justify;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 40% !important;
  height:180px;
  font-size: 40px;
  margin-bottom: 4vh;
  max-width:100%;
  width:auto;
}

.flex-container {
    height:450px !important;
    max-width:100%;
    width:auto;
}

.hero-container .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
      -ms-flex-pack: justify;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}


.flex-item {
  height:auto !important;
  max-width:100%;
  width:auto;
}

.slide-body img {
  height: 215px;
  margin: auto;
  max-width:100%;
  width:auto;
}

.zum-proj {
  position: absolute;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid white;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width:auto;
}

.home-fr .zum-proj {
  width:360px;
}

.close-slide, .open-slide2 {
  height: 50px;
  cursor: pointer;
}

.open2 {
  left: 0 !important;
}

.act-fact-slide2 {
  position: relative;
  bottom: 0px;
  left: -503px;
  height: 642px;
  width: 503px;
  background-color: #72c9be;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 37px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 990;
}

.more-slide-info {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 25px;
  margin-left: 0;
  width: 96%;
  font-size: 16px;
  font-weight: 500;
}

.slide2-btn {
  display: inline-block;
  border-bottom: 1px solid white;
}

.icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95px;
  align-self: center;
  margin-bottom: 6px;
  margin-top: 50px;
}

.small-icon {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 100%;
}



/*////BODY CONTENT STYLING////*/

.proj-info1 {
  height: 400px;
  margin: 20px 0;
}

.info-wrapper1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 68%;
  padding-top: 40px;
  margin: auto;
}

.proj-info2 {
  height: 400px;
  margin: 20px 0;
}

.info-wrapper2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 100%;
  width: 68%;
  padding-top: 40px;
  margin: auto;
}

.info-container1 {
  color: #E60050;
  margin-right: 60px;
}

.info-container2 {
  color: #E60050;
  margin-left: 60px;
}

.info-head {
  width: 135px;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  margin: auto;
  margin-bottom: 40px;
}

.info-body {
  width: 476px;
  font-size: 30px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 40px;
}

.info-footer {
  display: inline-block;
  font-size: 13px;
  border-bottom: 2px solid #E60050;
  padding-bottom: 2px;
}

.proj-img-placeholder {
  width: 751px;
  height: 365px;
  background-color: #E60050;
  opacity: 0.2;
}

/*///////////////////////////////////
///////Angebot Page STYLING/////////
/////////////////////////////////*/

.angebot-main-container {
  width: 78%;
  margin: auto;
  overflow: hidden;
  border-bottom: 1px solid gray;
  padding-bottom: 0;
}

.page-template-angebot-single #content {
  min-height:calc(100vh - 92px);
}


.page-template-angebot-single .angebot-main-container {
  border-bottom: 0;
  padding-top:65px;
}


.page-template-angebot-single .angebot-wrapper {
  position:relative;
}


.page-template-angebot-single .product-image {
  height:250px;
  margin-top:20px;
  margin-bottom:35px;
}

.page-template-angebot-single.parent-pageid-8194 .product-image,
.page-template-angebot-single.parent-pageid-8550 .product-image,
.page-template-angebot-single.parent-pageid-8552 .product-image,
.page-template-angebot-single.parent-pageid-8602 .product-image,
.page-template-angebot-single.parent-pageid-8811 .product-image,
.page-template-angebot-single.parent-pageid-8832 .product-image {
  margin-top:0;
}

.page-template-angebot-single .right-half p {
    font-size: 16px;
    margin-bottom: 40px;
}

.page-template-angebot-single .right-half h3 {
    font-size: 20px;
    color:#00a88c;
    font-weight:400;
}

.page-template-angebot-single .right-half ul {
    padding-left:18px;
    margin-bottom:40px;
}

.page-template-angebot-single .right-half ul li {
    font-size: 16px;
    font-weight:400;
    list-style-type:disc;
    padding-bottom: 15px;
}

.page-template-angebot-single .right-half ol {
    padding-left:18px;
    margin-bottom:40px;
}

.page-template-angebot-single .right-half ol li {
    font-size: 16px;
    font-weight:400;
    list-style-type:decimal;
    padding-bottom: 15px;
}

.angebot-slides-container {
  position: relative;
  width: 3100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.angebot-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width:  1000px;
  height: auto;
  margin: auto;
  margin-top: 19px;
}

.angebot-weiterlesen {
  padding-bottom: 8px;
  color: gray;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid gray;
  cursor: pointer;
}

.angebot-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78%;
  height: auto;
  margin: auto;
}

.description-container {
  display:  block;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

a.link-back {
  position:absolute;
  left:25px;
  top:135px;
}

a.link-back img {
  height:40px;
  width:auto;
}

.ref-sp a.link-back {
  position:absolute;
  left:-40px;
  top:120px;
}

.rahmen>.description-container {
  border-bottom: 0;
}

.rahmen-more>.description-container {
  padding-top: 0px;
}

.description-container {
  justify-content: flex-start;
}

.left-half {
  color: #E60050;
  padding: 0 15px;
  width: 50%;
  margin-right: 0px;
  float: left;
}

.left-half h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 25px;
}

.left-half h1 {
  font-size: 28px;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 600;
  width: 100%;
}

.left-half:not(.tip-head) p {
  font-size: 16px;
  margin-top: 10px;
}

.p-link {
  font-size: 20px !important;
  color: #E60050;
  border-bottom: 2px solid #E60050;
}

.p-link-small {
  display: inline;
  color: #E60050;
  border-bottom: 2px solid #E60050;
}

.left-half hr {
  width: 200px;
  border-color: #E60050;
  margin: 0;
}

h2.kantone-text {
  font-weight: normal;
  font-size: 25px;
}

.pdf-container {
  margin-top: 125px;
  margin-bottom: 60px;
}

.right-half {
  font-size: 14px;
  color: #7c7f83;
  padding: 0 15px;
  width: 50%;
  float: right;
}

.right-half>.read-more-fact-container {
  margin-bottom: 30px;
}

.right-half-vorgehen>.read-more-fact-container {
  margin-bottom: 0;
}

.right-half>.read-more-fact-container>.read-more-fact {
  height: 256px;
}

.right-half-vorgehen>.read-more-fact-container>.read-more-fact {
  height: auto;
}

.right-half:not(.tip-head) p{
  font-size: 16px;
  margin-bottom: 60px;
}

.page-template-angebot-single .right-half p{
  margin-bottom: 15px;
}

.right-half a p{
  font-size: 16px;
  display: inline-block;
  color: #7c7f83;
  border-bottom: 1px solid #7c7f83;
}

.right-half h3{
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
}

.arrow {
  width: 15px;
  height: 50%;
  margin-right: 60px;
  cursor: pointer;
  position: absolute;
  left: -31px;
}

.tips-main-container,
.act-vorteil-main-container {
  margin: auto;
  background-color: #f8f8f8;
  padding: 54px 0;
}

.tips-main-container video {
  width: 960px;
  height: auto;
  margin: 45px auto 30px;
  display: block;
  max-width: 100%;
  max-width: calc(100% - 60px);
}


.tips {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  /* width: 78%; */
  width: 68%;
  margin: auto;
}

.tip {
  display: flex;
  flex: 1 1 0px;
  flex-direction: column;
  justify-content:  flex-start;
  align-items: center;

}

.tip-head {
  font-size: 18px;
  color: #919191;

}

.tip-head p:first-child{
  color: #e80147;
  font-weight: 500;
}

.tip-head > p{
  padding-bottom:  15px;
}

.spalten-wrapper .tip-head h2 {
  text-align: center;
  font-size:24px;
}

.tip-head h2, .tip-head h2.section-heading {
  color:  #e80147;
  font-weight: 500;
  font-size: 28px;
  margin: 0;
  margin-bottom: 10px;
}

.tip-head h2.section-heading{
  margin-bottom:  54px;
}

.tip-head h3 {
  font-size: 20px;
  margin: 0;
}

.tips .vorteile ul{
  padding-left:  0;
}

.tips .vorteile ul li{
  position: relative;
  padding-left:  20px;
}

.tips .vorteile ul li::before{
  content: "✓";
  position: absolute;
  left:  0;
}

.tips .interessiert{
  padding-top:  15px;
  color: #e80147;
}

.tips .interessiert a, 
.tips .interessiert a:link {
  text-decoration: underline;
}

.tip-img {
  width: 250px;
  height: 250px;
  margin-bottom: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size:250px;
}

body:not(.page-template-dekarbonisierung):not(.page-template-energiemangellage) .tips .tip:first-child .tip-img {
  width:270px;
  background-size:270px;
}

body.page-id-1053 .tips .tip:first-child .tip-img {
  width:270px;
  background-size:278px;
}

.tip-info {
  font-size: 16px;
  color: #7c7f83;
  width: 240px;
  text-align: center;
}


.tip-info a {
  font-size: 14px;
}

.spalten-wrapper {
  padding: 54px 0;
}

.vorgehen-main-container {
  width: 68%;
  margin: auto;
  overflow: hidden;
  border-bottom: 1px solid gray;
}

.vorgehen-slides-container {
  position: relative;
  width: 3100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.vorgehen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 /* width: 85%; */
  height: auto;
  margin: auto;
}

.vorgehen .left-half {
  padding:0px;
}



.vorgehen-image {
  margin-bottom: 30px;
}

.left-col-links {
  display: block;
  margin-bottom: 30px;
}

.left-col-links h4 {
  margin-bottom:0;
  margin-top:30px;
}

.left-half h4 {
    font-size: 14px;
font-weight: 500;
}

.p-link{
  display: inline-block;
  font-size: 16px;
}

.details {
  overflow: hidden;
  height: 0px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.vorgehen-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78%;
  height: auto;
  margin: auto;
}

.arrow2 {
  width: 15px;
  margin-right: 20px;
  cursor: pointer;
}

.schritt {
  cursor: pointer;
}

.schritt1-details {
  font-size: 16px !important;
  margin: 10px 0 15px;
}



.schritt1-details a, .schritt1-details a:hover, .schritt1-details a:focus {
  font-size:16px;
  color:#E60050;
  text-decoration:underline;
  outline:0;
}

.schritt1-details a.foerder {
  margin-bottom:10px;
}

.link-highlight, .link-highlight:hover {
  color: #E60050;
  cursor: pointer;
  text-decoration: underline;
}

.rahmen-main-container {
  width: 68%;
  margin: auto;
  overflow: hidden;
}

.rahmen-slides-container {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: all .5s ease;
}

.rahmen {

  height: auto;
  margin: auto;
}

.rahmen .left-half {
  padding:0px;
}


.rahmen-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 23%);
  height: auto;
  margin: auto;
}

.rahmen > .description-container {
  padding-top: 60px;
}

.rahmen-more > .description-container > .right-half p:last-child {
  margin-bottom: 160px;
}

.more-details-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*/////////////////////////////////
///////Angebote Übersicht STYLING////////////
///////////////////////////////*/

body.page-template-angebote .act-vorteil-main-container{
  padding-bottom:  145px;
}

body.page-template-angebote footer{
  margin-top: 0px!important;
}


.double .tips:first-child{
  padding-right: 30px;
}

.double .tips:last-child{
  padding-left: 30px;
}

body.page-template-angebote .more-offers .tips{
  margin:  0 auto;
}

body.page-template-angebote .solo .tips{
  width: calc(50% - 30px);
}

body.page-template-angebote .duo .tips:first-child{
  padding-right: 30px;
}

body.page-template-angebote .duo .tips:last-child{
  padding-left: 30px;
}

body.page-template-angebote .more-offers .trio.tips-wrapper{
  flex-wrap: wrap; 
}

body.page-template-angebote .trio .tips{
  width: calc(33.33333% - 30px);
}

/*/////////////////////////////////
///////DEKARBONISIERUNG STYLING////////////
///////////////////////////////*/

.page-template-dekarbonisierung .wissen{
  background-color:  white;
}

.page-template-dekarbonisierung .wissen img{
  margin: auto;
  display: block;
  width:  960px;
  max-width: 100%;
  object-fit: contain;
}

.page-template-dekarbonisierung .wissen img.mobile, .page-template-energiemangellage img.mobile{
  display: none;
  max-height: unset;
  width: 340px;
  max-width: 100%;
}

.page-template-dekarbonisierung .tips > div{
  width: 100%;
}

.double .tips-wrapper, .more-offers .tips-wrapper{
  display: flex;
  margin: auto;
  width: 68%;
}

.double .tips:first-child, .double .tips:last-child{
  display: inline-block;
  margin: unset;
}

.page-template-dekarbonisierung .double .tips:first-child{
  width: calc(100% * (2 / 3));
}

.page-template-dekarbonisierung .double .tips:last-child{
  width: calc(100% / 3);
}

.double .tips:last-child h3{
  margin-bottom: 15px;
}

/*/////////////////////////////////
///////Energiemangellage STYLING////////////
///////////////////////////////*/

.page-template-energiemangellage .energiemangellage.tips-main-container{
  background-color: #fff;
}

.page-template-energiemangellage .energiemangellage-cta .tips{
  align-items: center;
  justify-content:  flex-start;
}

.page-template-energiemangellage .energiemangellage-cta .tips p{
  padding-bottom: 0;
}

.page-template-energiemangellage .links .tips{
  justify-content: flex-start;
}

.page-template-energiemangellage .links li{
  position: relative;
  padding-left: 20px;
}

.page-template-energiemangellage .links li::before {
    content: "✓";
    position: absolute;
    left: 0px;
}

.page-template-energiemangellage .links ul{
  padding-left: 0px;
}

.page-template-energiemangellage .links p{
  padding-top: 15px;
  color: #e80147;
}

.page-template-energiemangellage .energiemangellage-cta h2 {
  font-size: 24px;
  margin-bottom: 25px;
}

.page-template-energiemangellage .energiemangellage-cta h3,
.page-template-energiemangellage .energiemangellage-links h3 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #e80147;
}

.page-template-energiemangellage .wespi .tip-head .content-flex p:first-child{
  padding-top: 15px;
}

.page-template-energiemangellage .wespi .tip-head .content-flex{
  display: flex;
}

.page-template-energiemangellage .wespi .tip-head .content-flex > div:first-of-type{
  padding-right: 75px;
}

.page-template-energiemangellage .wespi .tip-head .content-flex > div:last-of-type{
  min-width: 410px;
}

.page-template-energiemangellage .wespi .tip-head img{
  max-width: 100%;
  margin-top: 15px;
}


/*/////////////////////////////////
///////PROJEKT STYLING////////////
///////////////////////////////*/


.projekt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  width: 78%;
  padding: 50px 0;
  padding-bottom: 150px;
  margin: auto;
  color: #00a88c;
  border-bottom: 2px solid gray;
}

.projekt1 a {
  color: #E60050 !important;
  margin-bottom: 30px;
  cursor: pointer;
}

.projekt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  width: 78%;
  padding: 50px 0;
  padding-bottom: 150px;
  margin: auto;
  color: #4c8090;
  border-bottom: 2px solid gray;
}

.projekt2 a {
  color: #4c8090;
  margin-bottom: 30px;
}

a.weitere, a.weitere:hover, a.weitere:focus {
  font-size:16px;
  color:#E60050;
  text-decoration:underline;
  outline:0;
}

.projekt1 h1{
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 50px;
}

.projekt2 h1{
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 50px;
}

.projekt-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 90%;
  margin: auto;
}

.projekt-third-1, .projekt-third-2, .projekt-third-3 {
  padding: 0;
  width: 407px;
  position: relative;
}

.projekt-third-1, .projekt-third-2 {
  margin-right: 30px;
}

.projekt-third-1 h2{
  width: 135px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  padding-top: 20px;
  margin: auto;
  margin-bottom: 30px;
}

.projekt-third-1 p, .projekt-third-2 p, .projekt-third-3 p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}

.projekt-third-1 p {
  font-size: 30px;
  line-height: 35px;
}

.projekt-third-2 img {
  width: 407px;
}

.refer-projekt:first-of-type {
  padding-bottom: 20px;
  border-bottom: 0;
  padding-top: 80px;
}

.refer-projekt {
  padding-bottom: 20px;
  border-bottom: 0;
  padding-top: 0;
}

.refer-projekt:nth-child(even) .refer-projekt-con {
  flex-direction: row-reverse;
  margin-left: 95px;
}

.refer-projekt:nth-child(odd) .refer-projekt-con {
  margin-left: 95px;
}

.refer-projekt:nth-child(even) .refer-projekt-con .projekt-two {
  margin-left: 14px;
  padding-left: 0;
}

.refer-projekt:nth-child(odd) .refer-projekt-con .projekt-one {
  margin-left: 14px;
  padding-left: 0;
  margin-right: 150px;
}

.refer-projekt:nth-child(odd) .refer-projekt-con .projekt-two {
  margin-right:0;
}

.projekt-one {
  width: 442px;
  margin-right: 60px;
}

.projekt-two {
  width: 670px;
  margin-right: 150px;
}

.projekt-one h1, .projekt-two h1 {
  font-size: 24px;
  margin-bottom: 15px;
  color:#83c8bc;
}

.projekt-one>.gray-text, .projekt-two>.gray-text {
  color: #E60050 !important;
}

.projekt-two h1 {

}

.projekt-one img, .projekt-two img {
  width: 100%;
}

.projekt-one h2, .projekt-two h2 {
  font-size:20px;
  text-transform: uppercase;
  font-weight:400;
}

.projekt-img {
  position: relative;
  margin-bottom: 30px;
}

.projekt-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(225, 1, 72, .8);
}

.projekt-title {
  font-size: 16px;
  font-weight: 500;
  color: #E60050;
  margin-top: 0;
  margin-bottom: 20px;
}

.gray-text {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
}

.weitere {
  display: block;
  font-weight: 400;
  font-size: 16px;

  text-decoration: underline;
}

.kontakt-parent {
  position: absolute;
  padding-top: 40px;
}

.kontakt-details p {
  font-size: 16px;
  margin-bottom: 20px;
}

.kontakt-details h2{
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
}

.proj-icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 110px;
}

.mini-icon {
  width: 30px;
  height: 30px;
  border: 1px solid #00a88c;
  border-radius: 100px;
}

.mini-icon2 {
  width: 30px;
  height: 30px;
  border: 1px solid #4c8090;
  border-radius: 100%;
}

.projekt-third-3 p {
  margin-bottom: 25px;
}

.projekt-third-3 img {
  margin-bottom: 27px;
}

.projekt-third-3 h5 {
  margin-bottom: 0;
  margin-top: 25px;
  font-weight: 500;
}

.read-more-fact {
  height: 130px;
  overflow: hidden;
  margin-bottom: 17px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.read-more-fact p {
  font-size: 15px;
}

.read-more-fact-text p{
  font-size: 16px;
  font-weight: normal;
}

.projekt-weiterlesen {
  padding-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #00a88c;
}

.projekt-weiterlesen2 {
  padding-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #4c8090;
}

.ref-sp {
  display: flex;
  justify-content: space-between;
  width: 68%;
  height: auto;
  margin: auto;
  padding: 80px 0px;
  position:relative;
}

.ref-lft-hf, .ref-rgt-hf {
  width: 47%;
  position: relative;
}

.ref-lft-hf h1 {
  margin-top: 0;
  margin-bottom: 13px;
  color: #E60050;
  font-size: 20px;
  font-weight: 500;
}

.ref-lft-hf p {
  margin-top: 0;
  margin-bottom:10px;
  color: #818085;
  font-size: 16px;
}

.ref-lft-hf ul {
}

.img-con {
  width: 442px;
  height: 630px;
  background-image: url(/act/wp-content/themes/act/img/img-smpl2.jpg);
  background-size: cover;
  background-position: center;
  margin-top:50px;
  background-repeat:no-repeat;
}

.erfolgsbeispiel-logistikkonzern .img-con {
  width: 442px;
  height: 500px;
  background-size: contain;
  background-position: top;
}

.options-container {
  position: absolute;
  bottom: 64px;
}

.ref-lft-hf a:first-of-type {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #E60050;
  font-size: 35px;
}

.single-projects .ref-lft-hf a:first-of-type {
  font-size: unset;
}

.ref-rgt-hf p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #818085;
}

.ref-rgt-hf p:first-of-type{
  margin-bottom: 50px;
}

.ref-rgt-hf img {
  width: 442px;
  height: auto;
  margin-bottom:40px;
}

.ref-lft-hf ul, .ref-rgt-hf ul {
  padding-left:15px;
}

.ref-lft-hf ul li, .ref-rgt-hf ul li {
    list-style-type:disc;
  margin-top: 0;
  margin-bottom:0;
  color: #818085;
  font-size: 16px;
}

.ref-rgt-hf .greyed-text{
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 20px;
  color: #818085;
}

.ref-rgt-hf a{
  margin-top: 0;
  color: #E60050;
  text-decoration: underline;
}

.ref-rgt-hf p:last-child{
  margin-top: 30px;
}

.back-to h1{
  color: #E60050;
  font-size: 40px;
  margin-bottom: 30px;
}

.print-icns {
  display: flex;
}

.icon {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 1px solid #E60050;
  margin-right: 13px;
}


/*//////////////////////////////////
///////UBER UNS STYLING////////////
////////////////////////////////*/

.uberuns1 {
  height: auto;
  color: #E60050;
}

.uberuns-wrapper {
  width: 81%;
  border-bottom: 1px solid gray;
  padding-top: 30px;
  margin: auto;
  padding-bottom: 40px;
}

.uberuns-wrapper p{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.uberuns-wrapper .team-intro p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height:1.1;
}

.uberuns-wrapper .team-intro {
  margin-bottom:50px;
}

.uberuns-wrapper .team-intro p {
  color:#7c7f83;
  font-size: 24px;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 400;
  width: 100%;
  line-height: 1.42857143;
}

a.trager_link {
  color:#7c7f83 !important;
}

p.uber-head {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 60px;
  border-bottom: 1px solid gray;
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  padding: 60px 7.5%;
  padding-top: 0;
}

.uberuns-wrapper > h1 {
  font-size:30px;
  margin-top:50px;
  margin-bottom:25px;
  padding: 0 8%;
}

p.uber-head2 {
  margin: auto;
  margin-bottom: 60px;
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  padding: 0 8%;
}

p.uber-head2 {
    border-bottom: 1px solid gray;
    padding-bottom: 75px;
    padding-top: 50px;
}

p.uber-head2.small, .netz-intro p, .energiespezialisten-text p{
  margin-bottom: 0;
  width: 100%;
  padding: 0 8%;
  font-size: 24px;
  font-weight: 400;
  line-height:1.42857143;
  color:#7c7f83;
  border-bottom:0;
}

.energiespezialisten-text p{
  padding-bottom:  100px;
}

p.uber-head2.small:last-child {
  margin-bottom:70px;
  margin-top:0;
}

ul li.uber-head2.small {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  margin: 0 8%;
  margin-bottom:0;
  font-size: 24px;
  font-weight: 400;
  line-height:1.42857143;
}

div.uberuns-wrapper ul, .netz-intro p{
  margin-top:10px;
  margin-bottom:10px;
}

div.uberuns-wrapper ul li {
  color:#7c7f83;
  font-size:24px;
  width:81% !important;
}

.jobs p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  color:#7c7f83;
  width:85%;
  margin-left:auto;
  margin-right:auto;
}

.jobs {
  padding-bottom:70px !important;
}

.team-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 85%;
  margin: auto;
}

.team-container h2{
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 25px;
  color:#7c7f83;
}

.team-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items:flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-content: space-between;
}

.team-holder:after {
  content: "";
  flex: auto;
}

.positions-container:after {
  content: "";
  flex: auto;
}

.team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 25%;
  margin-bottom: 100px;
  position:relative;
  padding-right:15px;
  padding-left:15px;
}

.team-member .team-img {
    width: 100%;
    max-width:100%;
    height: 350px;
    margin: auto;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.team-member h2{
  font-size: 20px;
  color: #7c7f83;
  margin-top: 30px;
  margin-bottom: 0;
  font-weight:500;
}

.team-member p{
  font-size: 13px;
  color: #7c7f83;
  margin-bottom:0;
  min-height:38px;
  line-height:1.2;
}

.team-member a{
  font-size: 16px;
  color: #E60050;
}


.team-member a.xing, .team-member a.linkedin {
  width:50%;
  position:absolute;
  margin-top:12px;
  top: 485px;
}

.team-member a.linkedin {
  width:100%;
  position:absolute;
  margin-top:12px;
  top: 485px;
  text-align:center;
  right:0;
  margin-left:5px;
}

.team-member a.xing ~ a.linkedin {
  width:50%;
  position:absolute;
  margin-top:12px;
  top: 485px;
  text-align:left;
}

.team-member a.xing img, .team-member a.linkedin img {
  height:40px;
}

.team-member a.xing {
  text-align:right;
  left:0;
  margin-right:5px;
}

.uberuns2 {
  height: auto;
  color: #E60050;
  padding-top: 60px;
}

.uberuns2-wrapper {
  width: 81%;
  border-bottom: 0;
  padding-top: 0px;
  padding-bottom: 40px;
  margin: auto;
  border-bottom: 1px solid gray;
}

.uberuns2 p a {
    color: #E60050;
    text-decoration: underline;
}

/* Spezielle Logopositionierungen */

.uberuns2-wrapper .address-container .position-img.img-6 {
  background-position: 0px 150px;
}

.uberuns2-wrapper .address-container .position-img.img-3,
.uberuns2-wrapper .address-container .position-img.img-21,
.uberuns2-wrapper .address-container .position-img.img-53,
.uberuns2-wrapper .address-container .position-img.img-54 {
  background-position: 0px 140px;
}

.uberuns2-wrapper .address-container .position-img.img-53,
.uberuns2-wrapper .address-container .position-img.img-54 {
  background-size: 60%;
}

.uberuns2-wrapper .address-container .position-img.img-4,
.uberuns2-wrapper .address-container .position-img.img-35 {
  background-size: 15%;
}

.uberuns2-wrapper .address-container .position-img.img-8,
.uberuns2-wrapper .address-container .position-img.img-23,
.uberuns2-wrapper .address-container .position-img.img-27,
.uberuns2-wrapper .address-container .position-img.img-34,
.uberuns2-wrapper .address-container .position-img.img-49,
.uberuns2-wrapper .address-container .position-img.img-50,
.uberuns2-wrapper .address-container .position-img.img-55,
.uberuns2-wrapper .address-container .position-img.img-56 {
  background-size: 25%;
}

.uberuns2-wrapper .address-container .position-img.img-46 {
  background-size: 45%;
}


.uberuns2-wrapper .energie-subtitel p, p.address-subtitle {
  font-weight: 500;
  margin-bottom: 30px;
  color: #E60050;
  font-size:  30px;
  padding:  0px 8%;
  line-height:  1.1;
}

.uber2-head {
  width: 64% !important;
  font-size: 20px;
  font-weight: 500;
  padding: 60px 0px 60px 0px;
  margin: auto;
}

.uberuns2 hr {
  width: 78%;
  border: 0;
  border-bottom: 1px solid gray;
}

.uberuns2-wrapper p:nth-of-type(2) {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: gray;
}

.uber-head, .uber2-head{
  width: 800px;
}

.netzwerk .position-holder p a {
    color: #E60050;
    text-decoration: underline;
}

body.netzwerk div.wow {
  opacity:0;
}

body.netzwerk div.wow.visible {
  opacity:1 !important;
}

svg:not(root) {
  width:70%;
  width: calc(100% - 312px);
  margin-top: -420px;
  margin-left: 312px;
}

.map-container.ie-height svg {
  height:700px;
}

.region-title {
  display: flex;
  margin-bottom: 6px;
  transition: all .2s ease;
}

.inactive-region {
  opacity: 0.7;
  cursor: pointer;
}

.inactive-region:hover {
  opacity: 1;
}

.active-region {
  opacity: 1;
  cursor: pointer;
}

.map-container {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .5s ease;
}

.map-container svg {
  width: 1012px;
  margin-top: -420px;
}

path.active-area {
  stroke: #83c8bc !important;
  stroke-width: 3 !important;
  z-index: 10000;
}

path.active-path, polygon.active-path {
  stroke: #83c8bc !important;
  z-index: 10000;
}

path.active-area2 {
  stroke: #83c8bc !important;
  stroke-width: 3 !important;
  z-index: 10000;
}

path.active-path2, polygon.active-path2 {
  stroke: #83c8bc !important;
  z-index: 10000;
}

.st5, .st6, .st9, .st14, .st11 {
  stroke-width: 1.5 !important;
}

.st1, .st2, .st3, .st4, .st5, .st6, .st7, .st8, .st9, .st10, .st11, .st12, .st13, .st14 {
  stroke: #E20850 !important;
}

#genfer g path, #mittel g path, #zentral g path, #graub g path, #nord g path, #Layer_8 g path, #nothing g path, #Layer_10 g path {
  fill: rgba(0,0,0,0);
  stroke-width: 0.3;
}

#genfer g path:hover, #mittel g path:hover, #zentral g path:hover, #graub g path:hover, #nord g path:hover, #Layer_8 g path:hover, #Layer_10 g path:hover {
  stroke: #E20850;
  stroke-width: 3 !important;
  z-index: 10000;
}

#zentral g path:hover ~ #ID_x5F_9_Zug_32_ {
  stroke: #E20850;
  stroke-width: 3 !important;
  z-index: 10000;
}

.active-zent-line {
  stroke: #E20850;
  stroke-width: 3 !important;
  z-index: 10000;
}

.map-container h1 {
  font-size: 30px;
  align-self: flex-start;
  font-weight: normal;
  color: #00a88c;
  margin-bottom: 65px;
}

.address-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: auto;
  width: 83%;
}

.address-holder {
  width: 280px;
  padding-right:20px;
  padding-bottom:25px;
}

.address-holder p a {
  color: #E60050;
  text-decoration: underline;
}

.address-holder p {
  color: gray !important;
}

.address-holder.partner p {
  color: #c9c9c9 !important;
}

.address-container .position-holder {
  width: 280px !important;
  margin-right: 0;
}


.address-container img {
  width: 140px;
  height: 55px;
  object-fit: contain;
  object-position: left bottom;
  margin-top: 10px;
  margin-bottom: 10px;
}

.uberuns3-wrapper .address-container .position-img {
  background-size:60%;
  margin-bottom:0;
}

.akkreditierung p, .partner-text p{
  margin-bottom: 0;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0 8%;
  color: #7c7f83;
}

.akkreditierung p{
  font-size:  15px;
  font-weight: 500;
  margin-bottom:  15px;
}

.uberuns3-wrapper .address-container {
  margin-top:30px;
}

.uberuns3-wrapper p.address-subtitle {
  margin-top:60px;
}

.uberuns2-wrapper.uberuns3-wrapper {
  border-bottom: 0;
}

.uberuns3-wrapper:first-child p {
  font-weight: 500;
  margin-bottom: 30px;
  color: gray;
  font-size: 15px !important;
}

.position-holder p {
  color: gray !important;
}

.partner p a {
  color: inherit;
}

.positions-wrapper {
   width: 81%;
   color: #E60050;
   border-bottom: 1px solid gray;
   padding-top: 40px;
   margin: auto;
   display:block;
}

.positions-wrapper:last-of-type {
   width: 81%;
   color: #E60050;
   padding-top: 40px;
   margin: auto;
   border: 0;
}

.positions-wrapper a{
  color: #E60050;
}

.positions-wrapper h2{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  width:85%;
  margin-left:auto;
  margin-right:auto;
}

.positions-wrapper h2, .positions-wrapper h1{
  font-size: 30px;
  width:85%;
  margin-left:auto;
  margin-right:auto;
}

.positions-wrapper h3{
  width:85%;
  margin-left:auto;
  margin-right:auto;
}

.positions-wrapper .position-holder h2 {
  font-size: 20px;
  color: #7c7f83;
  margin-top: 30px;
  margin-bottom: 0;
  text-align:center;
  width:85%;
}

.positions-wrapper .position-holder p {
  font-size: 13px;
  color: #7c7f83;
  margin-bottom: 10px;
  font-weight:500;
  text-align:center;
}

.positions-wrapper.trager .position-img {
   height:190px;
}

.positions-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items:flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom:75px;
  width:85%;
  margin:0 auto;
}

.positions-container h1{
  font-size: 16px;
  font-weight: 500;
}

.position-holder {
  width: 25%;
  padding-right:15px;
}

.positions-wrapper .position-holder {
  padding-right:15px;
  padding-left:15px;
  width: 25%;
}

.position-holder:nth-of-type(3n) {
  margin-right: 0;
}

.position-img {
  width: 100%;
  max-width:100%;
  height: 350px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.positions-wrapper .position-img {
  width: 280px;
  height: 260px;
  background-position: bottom;
}

.positions-wrapper .position-img {
  width: 100%;
  height: 260px;
  background-position: bottom;
}

.partner p {
  color: #83c8bc;
  font-weight: normal !important;
}

.blog .partner p {
    color: #727272;
}



/*////SERVICES STYLING////*/

.service-header {
  height: 480px;
}

.services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 490px;
  width: 100%;
  background-image: url(/act/wp-content/themes/act/img/office.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.services-container2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 490px;
  width: 100%;
  background-image: url(/act/wp-content/themes/act/img/office.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.services-container3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 490px;
  width: 100%;
  background-image: url(/act/wp-content/themes/act/img/office.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.services-container img, .services-container2 img, .services-container3 img {
  height: 60%;
}

.service-wrapper {
  width: 78%;
  margin: auto;
  padding: 60px 0;
  border-bottom: 1px solid grey;
}

.service-wrapper:last-of-type {
    width: 78%;
    margin: auto;
    padding: 60px 0;
    border-bottom: 0;
}

.columns-container {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: auto;
}

.service-wrapper > div:nth-child(3) {
  margin-top:30px;
}

.column {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.column h2 {
  margin-top: 0;
}

.column a {
  padding-bottom: 2px;
  margin-bottom: 3px;
  color: #E60050;
  text-decoration: underline;
  /* border-bottom: 1px solid #E60050; */
}

.links-big-title {
  font-size: 24px;
  font-weight: 500;
  color: #E60050;
  margin-left: 7.5%;
  margin-bottom: 20px;
  margin-top: 0;
}

.links-small-title {
  font-size: 16px;
  font-weight: 500;
  color: #E60050;
}

/*////BLOG STYLING////*/


.blog-wrapper {
  width: 1287px;
  margin: auto;
  padding-top: 80px;
  position:relative;
  padding-bottom:40px;
}

.blog-wrapper-single {
  width:680px;
  max-width:100%;
  display:block;
  margin:0 auto;
  padding-top:80px;
  padding-bottom:60px;
}

.blog-wrapper-single img {
  max-width:100%;
  height:auto;
  margin-bottom:30px;
}


.news-post, .blog-post, .agenda-post {
  margin-bottom: 35px;
  padding-bottom:55px;
  border-bottom:1px solid #E60050;
}

.blog .news-post .news-title h3 {
  margin-bottom:0;
}

.blog .news-post .news-title a.weitere {
  margin-top:12px;
}

.blog-post {
  border-bottom:1px solid #727272;
}

.agenda-post:last-of-type {
  border-bottom:0;
  margin-bottom:0;
  padding-bottom:30px;
}

.blog-post {
  margin-bottom: 57px;
  padding-bottom:57px;
  border-bottom:1px solid #727272;;
}

.blog-wrapper hr.big {
  background-color:#E60050;
  height:10px;
  border:0;
  margin-top:35px;
  margin-bottom:35px;
}

.blog-wrapper-single img {
  max-width: 100%;
}

.blog-wrapper-single div {
  max-width: 100%;
}

.blog-wrapper a {
    display: block;
    color:#E60050;
}

.blog-wrapper .page-numbers {
    padding:7px 12px;
    border:1px solid #727272;
    float:left;
}

.blog-wrapper a.page-numbers {
    display: inline-block;
    color: #E60050;
    padding:7px 12px;
    border:1px solid #E60050;
    border-right:0;
}

.blog-wrapper span.page-numbers ~ a.page-numbers {
    border-right:1px solid #E60050;
    border-left:0;
}

.blog-wrapper span.page-numbers {
    display: inline-block;
    padding:7px 12px;
    border:1px solid #727272;
}

.blog-wrapper div.category-links a {
    display: block;
    color:#E60050;
}

.blog-wrapper div.category-links a.active {
    font-weight:600;
}

.blog-wrapper.blog-wrapper-single a {
    display: inline;
    color:#E60050;
}

.blog-wrapper.blog-wrapper-single ul li {
    list-style-type:disc;
}

.blog-wrapper a:hover {
    text-decoration: none;
    color:#E60050;
}
.blog-wrapper a:focus, .blog-wrapper a:hover {
    color: #E60050;
    text-decoration: underline;
}
.blog-wrapper a:active, .blog-wrapper a:hover {
    outline: 0;
    color:#E60050;
}

.blog-wrapper .blog-post .blog-title a.weitere {
    display: block;
    color: #727272;
    margin-top: 17px;
}
.blog-wrapper .blog-post .blog-title a.weitere:hover, .blog-wrapper .blog-post .blog-title a.weitere:focus {
    font-size: 16px;
    color: #E60050;
    text-decoration: underline;
    outline: 0;
}


.blog-wrapper .date {
  font-size: 15px;
  font-weight: 500;
  color: #E60050;
  margin-bottom:15px;
  display:block;
  text-align:center;
}

.blog-wrapper.blog-wrapper-single .date {
  margin-bottom: 0;
  text-align:left;
}

.blog-wrapper .category {
  display:block;
  font-size: 15px;
  font-weight: 500;
  color: #E60050;
}

.blog-wrapper .agenda-post .date {
  margin-bottom:0;
  max-width:130px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.blog-wrapper .agenda-post h3 {
  margin-bottom:0;
  margin-top:15px;
}

.blog-wrapper .agenda-post span.underline {
  padding-bottom:5px;
  border-bottom:1px solid #E60050;
}

.blog-wrapper h2 {
  font-weight: 500;
  font-size: 30px;
  color: #E60050;
  margin-top: 0;
  margin-bottom:28px;
}

.blog-wrapper h3 {
  font-weight: 500;
  font-size: 30px;
  color: #E60050;
  margin-top: 30px;
  margin-bottom:28px;
  line-height:1.2;
}

.blog-wrapper .blog-post h1 {
  font-weight: 500;
  font-size: 24px;
  color: #727272;
  margin-top: 30px;
  margin-bottom:16px;
  line-height:1.2;
}

.blog-wrapper .blog-post h3 {
  font-weight: 500;
  font-size: 24px;
  color: #727272;
  margin-top: 30px;
  margin-bottom:16px;
}

.frm_style_formidable-style.with_frm_style .frm_error {
    color: #fff;
}


.blog-wrapper.blog-wrapper-single .blog-post h3 {
  margin-top:25px;
}

.blog-wrapper-single .blog-post ul {
    margin-top:10px;
}

.blog-wrapper-single .blog-post ul li {
    color: #727272;
    font-size: 16px;
}

.blog-wrapper.blog-wrapper-single .blog-post .date {
  float:right;
  padding-top:5px;
  padding-left:40px;
  margin-top: -40px;
}

.blog-wrapper-single .blog-post p {
  color: #727272;
  font-size:16px;
}

.blog-wrapper img {
  
  max-width:100%;
  height:auto;
}

div.col-lg-3.more-padding, div.col-lg-6.more-padding {
  padding-right:30px;
  padding-left:30px;
}

/*////FOOTER STYLING////*/

footer {
  height: auto;
  background-color: #E60050;
  padding: 45px;
  padding-bottom: 0;
  margin-top: 100px;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  width: 1287px;
  margin: auto;
  color: white;
}

footer .kontakt1 {
  margin-top:35px;
}
/*------KONTAKT SECTION------*/

.kontakt-detail-container {

  width: 333px;
}

.kontakt-info1-cont {
  display: flex;
  flex-direction: column;
}

.kontakt-info1-cont h2 {
  font-size: 12px;
  margin-bottom: 25px;
}

.kontakt-info1-cont .foot-drop p {
  display: table;
  border-bottom: 1px solid white;
  font-size: 25px;
  margin: 0;
  margin-top: 25px;
  color: white;
}

.kontakt-info1-cont .foot-drop p a {
  display: table;
  border-bottom: 1px solid white;
  font-size: 25px;
  margin: 0;
  margin-top: 25px;
  color: white;
}

.kontakt-info1-cont .foot-drop p:hover {
  cursor:pointer;
}

.kontakt-info1-cont .foot-drop:first-of-type p {
  margin-top: 0;
}


.kontakt-info1-cont #menu-footer-menu {
  padding-left:0;
  margin-bottom:0;
}

.kontakt-info1-cont #menu-footer-menu li {
  display: table;
  border-bottom: 1px solid white;
  font-size: 25px;
  margin: 0;
  margin-bottom: 25px;
  color: white;
}

.kontakt-info1-cont #menu-footer-menu li a {
  color: white;
}

.kontakt-info1-cont #menu-footer-menu li a:focus, .kontakt-info1-cont #menu-footer-menu li a:active {
  text-decoration:none;
}


.kontakt-info1-cont #menu-footer-menu li::first-child() {
  margin-top: 0;
}


.kontakt-info1-cont #menu-footer-menu-fr {
  padding-left:0;
  margin-bottom:0;
}

.kontakt-info1-cont #menu-footer-menu-fr li {
  display: table;
  border-bottom: 1px solid white;
  font-size: 25px;
  margin: 0;
  margin-bottom: 25px;
  color: white;
}

.kontakt-info1-cont #menu-footer-menu-fr li a {
  color: white;
}

.kontakt-info1-cont #menu-footer-menu-fr li a:focus, .kontakt-info1-cont #menu-footer-menu-fr li a:active {
  text-decoration:none;
}

.kontakt-info1-cont #menu-footer-menu-fr li::first-child() {
  margin-top: 0;
}

.kontakt-info1-cont #menu-footer-menu-it {
  padding-left:0;
  margin-bottom:0;
}

.kontakt-info1-cont #menu-footer-menu-it li {
  display: table;
  border-bottom: 1px solid white;
  font-size: 25px;
  margin: 0;
  margin-bottom: 25px;
  color: white;
}

.kontakt-info1-cont #menu-footer-menu-it li a {
  color: white;
}

.kontakt-info1-cont #menu-footer-menu-it li a:focus, .kontakt-info1-cont #menu-footer-menu-it li a:active {
  text-decoration:none;
}


.kontakt-info1-cont #menu-footer-menu-it li::first-child() {
  margin-top: 0;
}


act-email {
  color:#E60050;
  font-size: 16px;
}

act-email:hover {
  cursor:pointer;
  color:#E60050;
  text-decoration: underline;
}

footer act-email {
  color:#fff;
}

footer act-email:hover {
  color:#fff;
}

  act-email::after {
    content: attr(data-domain);
  }
  act-email::before {
    content: attr(data-user) "\0040";
  }

act-email:hover::after, act-email:hover::before {
  cursor:pointer;
}


.foot-drop {
  overflow: hidden;
  transition: height .2s ease;
}

.sub-drop {
  padding: 45px 0;
  display: flex;
}

.items {
  margin-right: 30px;
}

.contents {
  display: flex;
  position: relative;
  width: 100%;
}

.content p {
  font-size: 11px !important;
  border: 0 !important;
}

.content a {
  display: block;
  color: white;
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contents .content {
  display: block;
  visibility: hidden;
  position: absolute;
  transition: all .2s ease;
}

.sub-item, .sub-item:hover, .sub-item:focus {
  display: inline-block;
  border-bottom: 1px solid white;
  margin-bottom: 15px;
  color: white;
}

.sub-drop .sub-item:last-of-type {
  margin-bottom: 0;
}

.kontakt2 {
  width: 230px;
  padding-top: 10px;
}

.kontakt2 h2 {
  font-size: 24px;
  margin-bottom: 25px;
  margin-top:0;
}

.kontakt2 p {
  font-size: 16px;
  margin-bottom: 15px;
}

.news-side {
  width: 290px;
}

.news-side h2 {
  font-size: 24px;
  margin-bottom: 35px;
}

.news-container {
  margin-bottom: 30px;
}

.date-line {
  font-size: 12px;
}

.news-desc {
  font-size: 16px;
}

.angebot-single h2 {
  color:#E60050;
}

.angebot-single {
  color:#7c7f83;
font-size: 16px;
font-weight: normal;
}


.angebot-single p {
  margin-bottom:10px;
}

.angebot-single ul {
  padding-left:15px;
}

.angebot-single ul li {
  list-style-type:disc;
}

.hidden {
  display:none;
}

.open-nav-menu {
  display:none;
}


/*------KONTAKT FORMS------*/

footer {
  padding-bottom: 84px;
}

footer a.linkedin img, footer a.xing img {
  width:44px;
  height:44px;
  margin-right:12px;
  margin-top:15px;
}

footer a.tool-login img {
  width:44px;
  height:44px;
  margin-right:12px;
  margin-top:15px;
  
}

footer a.tool-login {
  position: relative;
}

footer a.tool-login span {
  color:white;
  position:absolute;
  left:-8px;top:42px;
  
}

footer a.email, footer a.email:hover {
  color:#fff;
}

footer a.email:hover {
  text-decoration:underline;
}

.home footer {
  margin-top:0;
}

.kontakt-forms-container {
  width: 760px;
}

.kontakt-forms-container h2{
  font-size: 24px;
  margin-bottom: 35px;
}

.forms-container {
  width: 600px;
}

.form-row  {
  margin-bottom: 30px;
}

.form-row input{
  width: 290px;
  height: 45px;
  font-size: 21px;
  border: 1px solid white;
  background-color: transparent;
  padding-left: 10px;
  margin-right: 14px;
  margin-bottom: 10px;
}

input, textarea, button {
  font-family:"Roboto" !important;
}

.forms-container {
    margin-bottom: 205px !important;
}

fieldset {
  width:600px;
}


fieldset div.frm_form_field {
  width: 290px !important;
  background-color: transparent !important;

  margin-left:0 !important;
}

fieldset div.frm_form_field#frm_field_67_container {
  margin-right:16px !important;
}

fieldset div.frm_form_field#frm_field_69_container {
  margin-right:16px !important;
}

fieldset div.frm_form_field#frm_field_71_container {
  margin-right:16px !important;
}


fieldset div.frm_form_field#frm_field_74_container {
  margin-right:16px !important;
}

fieldset div.frm_form_field#frm_field_76_container {
  margin-right:16px !important;
}

fieldset div.frm_form_field#frm_field_78_container {
  margin-right:16px !important;
}


fieldset div.frm_form_field#frm_field_478_container {
  margin-right:16px !important;
}

fieldset div.frm_form_field#frm_field_480_container {
  margin-right:16px !important;
}

fieldset div.frm_form_field#frm_field_482_container {
  margin-right:16px !important;
}

fieldset div.frm_form_field input {
  width: 290px !important;
  height: 45px !important;
  font-size: 21px !important;
  border: 1px solid white !important;
  background-color: transparent !important;
  padding-left: 10px !important;
  margin-bottom: 10px !important;
  border-radius:0 !important;
  color:white !important;
}

fieldset div.frm_form_field input[type="checkbox"] {
  width:auto !important;
  height:auto !important;
  margin-right: 3px !important;
}

fieldset div.frm_form_field input{
  width: 290px !important;
  height: 45px !important;
  font-size: 21px !important;
  border: 1px solid white !important;
  background-color: transparent !important;
  padding-left: 10px !important;
  margin-bottom: 10px !important;
  border-radius:0 !important;
  color:white !important;
}

.form-row input::-webkit-input-placeholder {
  font-size: 21px;
  color: white;
}

fieldset div.frm_form_field input::-webkit-input-placeholder {
  font-size: 21px !important;
  color: white !important;
}

.frm_style_formidable-style.with_frm_style input::-moz-placeholder {
  color: white !important;
}

.frm_style_formidable-style.with_frm_style textarea::-moz-placeholder {
  color: white !important;
}


.frm_checkbox label, .frm_radio label {
  display: block !important;
  padding-left: 20px !important;
  text-indent: -20px !important;
}

fieldset div.frm_form_field .frm_checkbox label input, fieldset div.frm_form_field .frm_radio label input {
  width: 13px !important;
  height: 13px !important;
  padding: 0 !important;
  margin:0 !important;
  margin-right:3px !important;
  vertical-align: bottom !important;
  position: relative !important;
  top: -1px !important;
  /*overflow: hidden !important;
  appearance: none !important;*/
  border-radius: 0 !important;
}

fieldset div#frm_field_73_container {
  width: 600px !important;
  height: 170px !important;
  margin-bottom: 35px !important;
}

.frm_style_formidable-style.with_frm_style .frm_radio label, .frm_style_formidable-style.with_frm_style .frm_checkbox label {
    font-family: "Roboto";
    font-size: 13px;
    color: #444444;
    font-weight: normal;
    display: inline;
    white-space: normal;
}


fieldset div#frm_field_73_container textarea::-webkit-input-placeholder {
  color: white !important;
}

fieldset div#frm_field_80_container {
  width: 600px !important;
  height: 170px !important;
  margin-bottom: 35px !important;
}

fieldset div#frm_field_80_container textarea::-webkit-input-placeholder {
  color: white !important;
}

fieldset div#frm_field_484_container {
  width: 600px !important;
  height: 170px !important;
  margin-bottom: 35px !important;
}

fieldset div#frm_field_484_container textarea::-webkit-input-placeholder {
  color: white !important;
}

fieldset div.frm_form_field textarea {
  width: 600px !important;
  height: 170px !important;
  border: 1px solid white !important;
  background-color: transparent !important;
  padding-left: 10px !important;
  padding-top: 10px !important;
  margin-bottom: 40px !important;
  border-radius:0 !important;
  color:white !important;
}

fieldset div.frm_form_field textarea::-webkit-input-placeholder {
  color: white !important;
}

.frm_style_formidable-style.with_frm_style .frm_error_style {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
    padding-left:0;
}

.frm_style_formidable-style.with_frm_style .frm_message, .frm_success_style {
    border: 1px solid #D6E9C6;
    background-color: #DFF0D8;
    color: #468847;
    border-radius: 4px;
}

.frm_style_formidable-style.with_frm_style .frm_error {
  display:inline !important;
}

fieldset div.frm_submit {
  float:right !important;
  margin-left:auto !important;
}


fieldset div.frm_submit button {
  font-size: 16px !important;
  float: right !important;
  background-color: transparent !important;
  color: white !important;
  border: 0 !important;
  border-bottom: 1px solid white !important;
  padding:0 !important;
}


.forms-container p{
  font-size: 13px;
  margin-bottom: 8px;
}

.message-container {
  margin-bottom: 270px;
}

.submit-btn {
  font-size: 16px;
  float: right;
  background-color: transparent;
  color: white;
  border: 0;
  border-bottom: 1px solid white;
  padding:0;
}

.message-container textarea{
  width: 600px;
  height: 170px;
  border: 1px solid white;
  background-color: transparent;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 40px;
}

textarea::-webkit-input-placeholder {
  color: white;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
  color: white;
}

.footer-logo img{
  height: 30px;
  margin: 0;
  margin-right: 45px;
}

.footer-logo p{
  font-size: 23px;
  margin-top: 5px;
  letter-spacing: 2px;
}

@media (max-width: 1500px) {
  .refer-projekt:nth-child(even) .refer-projekt-con .projekt-two {
    margin-left: 0px;
    padding-left: 0;
  }
}

@media (max-width: 1320px) {
  .description-container {
    flex-direction: column;
  }

  .rahmen .left-half, .left-half {
    width: 100%;
    padding:  0 0;
  }

  .rahmen .right-half, .right-half {
    width: 100%;
    padding:  0 0;
  }

  .left-half, .right-half{
    float: unset;
  }

  .ref-sp {
    flex-direction: column;
  }

  .ref-rgt-hf, .ref-lft-hf {
    width: 60%;
    margin: auto;
  }


  .tip {
    margin-bottom: 80px;
  }

  .tips{
    display: block;
  }

  .tips .vorteile {
    width:  100%;
    padding:  0px;
  }

  .tips > div{
    width:  100%;
    padding:  0px;
  }

  .angebot-main-container, .vorgehen-main-container, .rahmen-main-container, .tips{
    width:  68%;
  }

  .tips .tip {
    margin-bottom:45px;
  }

  .angebot-wrapper, .vorgehen, .rahmen{
    width: 100%;
  }




}


@media (max-width: 1220px) {


  .footer-wrapper {
    flex-direction: column-reverse;
  }

  .kontakt-detail-container {
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
  }

  .kontakt-info1-cont {
    margin-bottom: 20px;
  }

  nav .nav-wrapper p.slogan {
    font-size:17px;
  }

  nav .nav-wrapper li a {
      font-size:17px;
  }

  nav .nav-wrapper ul li {
    padding-right:20px;
  }


}

@media (max-width: 1070px) {

  .tips {
    flex-direction: column;
  }

  .proj-info1, .proj-info2 {
    height: auto;
  }

  .info-wrapper1, .info-wrapper2 {
    flex-direction: column-reverse;
  }

  .info-container1, .info-container2 {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }

  .info-body {
    width: 100%;
  }

  .proj-img-placeholder {
    width: 100%;
  }

  .half:nth-of-type(2) {
    display: none;
  }

  .nav-menu .nav-icons {
      display: block;
      text-align: left;
      color: white;
      margin: 0 auto;
  }

  .open-nav-menu {
    display:inline-block;
  }

  .nav-menu .nav-icons a {
      margin:0;
      margin-bottom:15px;
      margin-left:25px;
  }

  .nav-menu ul li, .nav-menu ul li.menu-item-has-children > a{
      padding: 12px 0 15px;
      font-size:18px;
      display: block;
  }

  .nav-menu ul li.menu-item-has-children {
    padding: 0px;
  }

  .nav-menu .kontakt-btn {
      height:42px;
      display:block;
      margin-left:25px;
  }

  .nav-menu button.kontakt-btn.search-btn {
      height:42px;
      display:block;
      margin-top: 15px;
      margin-bottom: 15px;
      background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    outline:none;
    padding:0px;
  }


    .nav-menu div.lang-btn {
        margin-right:0;
        margin-top:30px;
        margin-left:25px;
  }

    .nav-menu .nav-icons div.lang-btn a {
        margin-right:0;
        margin-top:30px;
        margin-left:0;
  }

  .nav-menu {
      width:220px;
      text-align:left;

  }

  .nav-menu ul {
      padding-left:25px;
      margin-bottom: 10px;
  }

  .nav-menu ul.sub-menu{
    padding-left: 15px;
    margin-bottom: 0px;
  }

  .nav-menu ul.sub-menu li a{
    white-space: no-wrap;
  }

  .lang-btn {
      display: block;
      align-items: left;
      font-size: 13px;
      padding-right: 1px;
      margin-right: 18px;
      margin-left:25px;
  }

  #nav-icon3 {
    display: block;
  }

  .act-fact-slide1 {
    height: 70%;
    width: 400px;
  }

  .slide-body {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .diagram-sample {
    width: 200px;
    height: 200px;
  }

  .fact-desc {
    font-size: 20px;
  }

  .footer-wrapper {
    flex-direction: column-reverse;
  }

  .kontakt-forms-container {
    width: 610px;
  }

  .footer-logo p{
    font-size: 15px;
  }

  .forms-container {
    width: 100%;
  }

  p.uber-head {
    font-size: 20px;
  }

  .map-container svg {
    display: none;
  }

  .message-container textarea {
    width: 100%;
  }

  .position-holder {
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
  }

  .uberuns3-wrapper .address-container {
      margin-top: 0;
  }

  .services-desc-container {
    flex-direction: column;
  }

  .services-desc-container p {
    width: 50%;
    margin: auto;
  }
  .services-desc-container p.links {
    margin: auto;
  }

  svg:not(root) {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }

}

@media (max-width: 800px) {
  .kontakt-forms-container, .footer-wrapper, .forms-container, .form-row, .form-row input {
    width: 100%;
  }

  .form-row input {
    margin-right: 0;
  }

  .projekt-container, .refer-projekt:nth-child(even) {
    flex-direction: column !important;
    margin: auto !important;
  }

  .projekt-one, .projekt-two {
    width: 100%;
  }

  .slogan {
    font-size: 15px;
  }

  .read-more-fact-text p {
    font-size: 15px;
    font-weight: normal;
  }

  .left-half h1, .right-half h1 {
    font-size: 21px;
  }

  .left-half p {
    font-size: 16px !important;
    margin-top: 10px;
  }

  .rahmen .left-half, .rahmen .right-half {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .kontakt-detail-container {
    flex-direction: column;
    width: 100%;
  }

  .kontakt2 {
    padding-left: 0;
  }
}


.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type="submit"], .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
  border-radius:0;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom:1px solid #fff !important;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 12px;
}

/*//////////////////////////////////
/////// EVENTS  ////////////
////////////////////////////////*/

.events .uberuns-wrapper {
    border-bottom: 0;
}

.events-overview {
  width: 81%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 70px;
}

.events-overview h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 25px;
  color: #E60050;
}

.events-overview h3 {
  font-weight: 500;
  font-size: 24px;
  color: #727272;
  margin-top: 30px;
  margin-bottom: 16px;
}

.events-container {
  width:100%;
  padding: 0 8%;
}

.events-overview .event {
  width:33%;
  float:left;
}

.events-overview .event img {
}

.events-overview .event p {
  max-width:300px;
  color: #727272;
  font-size: 16px;
  font-weight: 400;
}

.events-overview .event span.date {
  font-size: 15px;
  font-weight: 500;
  color: #E60050;
  margin-bottom: 15px;
  display: block;
  text-align: left;
}

.anmeldung_events > p {
  margin-bottom:8px;
  color:#648296;
}

.anmeldung_events fieldset {
  font-size:0;
}

.anmeldung_events fieldset div.frm_form_field input,
.anmeldung_events fieldset div.frm_form_field textarea,
.anmeldung_events .frm_style_formidable-style.with_frm_style .frm_submit button {
  background-color:transparent !important;
  color:#648296 !important;
  border:1px solid #648296 !important;
  box-shadow:none !important;
}

.anmeldung_events .frm_style_formidable-style.with_frm_style div.frm_submit {
    float: left !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.anmeldung_events .frm_style_formidable-style.with_frm_style div.frm_submit button {
    font-size: 16px !important;
    float: left !important;
    background-color: #E60050 !important;
    color: #fff !important;
    border: 0 !important;
    padding: 10px 20px !important;
    opacity: 1 !important;
}

.anmeldung_events .frm_style_formidable-style.with_frm_style div.frm_submit button:hover {
    opacity: 0.8 !important;
}

.anmeldung_events fieldset div.frm_form_field input::-webkit-input-placeholder, .anmeldung_events fieldset div.frm_form_field textarea::-webkit-input-placeholder {
  color: #333 !important;
}
.anmeldung_events fieldset div.frm_form_field input::-moz-placeholder, .anmeldung_events fieldset div.frm_form_field textarea::-moz-placeholder {
  color: #333 !important;
}
.anmeldung_events fieldset div.frm_form_field input:-ms-input-placeholder, .anmeldung_events fieldset div.frm_form_field textarea:-ms-input-placeholder {
  color: #333 !important;
}
.anmeldung_events fieldset div.frm_form_field input:-moz-placeholder, .anmeldung_events fieldset div.frm_form_field textarea:-moz-placeholder {
  color: #333 !important;
}

.anmeldung_events .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="text"], .anmeldung_events .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="password"], .anmeldung_events .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="url"], .anmeldung_events .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="tel"], .anmeldung_events .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="number"], .anmeldung_events .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="email"], .anmeldung_events .frm_style_formidable-style.with_frm_style .frm_blank_field textarea, .anmeldung_events .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe, .anmeldung_events .frm_style_formidable-style.with_frm_style .frm_blank_field select, .frm_form_fields_error_style, .anmeldung_events .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, .anmeldung_events .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, .anmeldung_events .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices, .anmeldung_events .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
    color: #E60050 !important;
    border-color: #E60050 !important;
}

.anmeldung_events fieldset div.frm_form_field {
  margin-right: 16px !important;
}

.anmeldung_events .frm_style_formidable-style.with_frm_style .frm_submit button { 
  padding:8px 12px !important;
}

.anmeldung_events .frm_error {
  color:#E60050 !important;
}

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

.anmeldung_events fieldset {
    max-width: 100%;
    width:620px;
}

.anmeldung_events .hidden {display: none !important; }

.anmeldung_events fieldset div.frm_submit {
    float: left !important;
    margin-right: auto !important;
}

.anmeldung_events .frm_style_formidable-style.with_frm_style .frm_message {
    margin-top: -25px;
}

.anmeldung_events .frm_forms.frm_style_formidable-style.with_frm_style {
    position: relative;
}

.anmeldung_events .frm_style_formidable-style.with_frm_style .frm_error {
    position: absolute;
    left: 0;
    bottom: -7px;
}

.anmeldung_events .frm_style_formidable-style.with_frm_style .form-field {
    position: relative;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type="submit"], .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label, .frm_style_formidable-style.with_frm_style .frm_radio label, .frm_style_formidable-style.with_frm_style .frm_checkbox label {
    color: #648296;
}

/* Impressum */

.page-template-default .vorgehen-main-container {
  border-bottom: 0;
}

.page-template-default .vorgehen-main-container a:hover {
  text-decoration: underline;
}

.page-template-default .vorgehen-main-container a:focus, a:active {
  text-decoration: underline;
}

.blog-wrapper button {
  background-color:transparent;
  border:0;
  display:block;
  text-align:center;
  font-weight:400;
  color:#E60050;
  width:100%;
}

.blog-wrapper button.mixitup-control-active {
  font-weight:500;
}

/* Newsletter */


.newsletter .left-half {
  width:800px;
  max-width:100%;
}

.newsletter .left-half p {
  font-size:14px;
  margin-bottom:8px;
  color:#648296;
  max-width:100%;
  width:600px;
}

.newsletter .left-half .frm_style_formidable-style.with_frm_style fieldset {
  font-size:0;
  margin-top:0;
}

.newsletter .left-half fieldset div.frm_form_field input,
.newsletter .left-half fieldset div.frm_form_field textarea,
.newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_submit button {
  background-color:transparent !important;
  color:#648296 !important;
  border:1px solid #648296 !important;
  box-shadow:none !important;
}

.newsletter .left-half fieldset div.frm_form_field input::-webkit-input-placeholder, .newsletter .left-half fieldset div.frm_form_field textarea::-webkit-input-placeholder {
  color: #333 !important;
}
.newsletter .left-half fieldset div.frm_form_field input::-moz-placeholder, .newsletter .left-half fieldset div.frm_form_field textarea::-moz-placeholder {
  color: #333 !important;
}
.newsletter .left-half fieldset div.frm_form_field input:-ms-input-placeholder, .newsletter .left-half fieldset div.frm_form_field textarea:-ms-input-placeholder {
  color: #333 !important;
}
.newsletter .left-half fieldset div.frm_form_field input:-moz-placeholder, .newsletter .left-half fieldset div.frm_form_field textarea:-moz-placeholder {
  color: #333 !important;
}

.newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="text"], .newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="password"], .newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="url"], .newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="tel"], .newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="number"], .newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_blank_field input[type="email"], .newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_blank_field textarea, .newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe, .newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_blank_field select, .frm_form_fields_error_style, .newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, .newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, .newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices, .newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
    color: #E60050 !important;
    border-color: #E60050 !important;
}

.newsletter .left-half fieldset div.frm_form_field {
  margin-right: 16px !important;
}

.newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_submit button { 
  padding:8px 12px !important;
}

.newsletter .left-half .frm_error {
  color:#E60050 !important;
}

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

.newsletter .left-half {
    margin-right:0;
}

.newsletter .blog-wrapper-single {
    width: 635px;
    max-width:100%;
    padding-left:15px;
}

.newsletter .left-half fieldset {
    width: 100%;
}

.newsletter .left-half .hidden {display: none !important; }

.newsletter .left-half fieldset div.frm_submit {
    margin-right: auto !important;
}

.newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_message {

}

.newsletter .left-half .frm_forms.frm_style_formidable-style.with_frm_style {
    position: relative;
}

.newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_error {
    position: absolute;
    left: 0;
    bottom: -7px;
}

.newsletter .left-half .frm_style_formidable-style.with_frm_style .form-field {
    position: relative;
}

.newsletter .left-half fieldset div.frm_submit {
  float: none !important;
}

.newsletter .left-half fieldset div.frm_submit button {
  float: none !important;
}

.newsletter .left-half .frm_style_formidable-style.with_frm_style .frm_error_style {
    color:#E60050;
}

.newsletter .left-half #frm_field_225_container {
  display:block !important;
  margin-bottom:20px;
}

.newsletter .left-half .frm_style_formidable-style.with_frm_style #frm_field_225_container .frm_error {
    bottom: -15px;
}

.newsletter .left-half #form_8fi8z {
  max-width:100%;
  width:620px;
}

.newsletter .left-half #form_8fi8z div.frm_submit {
    display: inline-block;
    float: right !important;
    margin-right: 25px !important;
}

.newsletter .left-half #form_8fi8z div.frm_submit button {
    font-size: 16px !important;
    float: right !important;
    background-color: transparent !important;
    color: #648296 !important;
    border: 0 !important;
    border-bottom: 1px solid #648296 !important;
    padding: 0 !important;
}

.newsletter .left-half #form_8fi8z .frm_radio label {
  color: #648296 !important;
}

/* Video oEmbed */

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.referenzen .embed-container { 
  margin-top: 0;
  margin-bottom: 0;
} 
