@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=e4ef756f-3b69-4709-8858-8107333caba8&fontids=5558652,5558661,6148098");
@font-face{
    font-family:"Meta W01 Book";
    src:url("../Fonts/5558652/77a53dd4-953b-4370-a1e5-2f01f538d19b.woff2") format("woff2"),url("../Fonts/5558652/ba038b76-52f8-4179-85ed-be723da95be0.woff") format("woff");
}
@font-face{
    font-family:"Meta W01 Bold";
    src:url("../Fonts/5558661/52f03f23-beff-4db1-b45f-71583c777687.woff2") format("woff2"),url("../Fonts/5558661/45a8c9d2-6e1b-4f4f-8795-2e0b45a2f0be.woff") format("woff");
}
@font-face{
    font-family:"VAG Rounded LT W01 Bold";
    src:url("../Fonts/6148098/231d9641-f183-4248-867e-2d90c54f8c3a.woff2") format("woff2"),url("../Fonts/6148098/46322b5e-b6e8-44b0-a160-be63a0350edd.woff") format("woff");
}


html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Meta W01 Book", Arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  font-size: 20px;
  font-weight: 100;
  line-height: 1.4;
  color: rgb(91, 103, 112);
  left: 0;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

#page-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.page-inner {
  max-width: 1344px; /*1190*/
  margin: 0 auto;
}

#header {
  width: 100%;
  max-width: 1920px;
  /* margin: 0 auto; */
  height: 150px;
  background-color: #fff;
  position: fixed;
  top: 0;
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -ms-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
  z-index: 1000;
  /* z-index: 1; */
}

#header.marquee-exists {
  top: 50px;
}

#header.affix {
  height: 100px;
}

#header .header-inner {
  max-width: 1344px;
  height: 150px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -ms-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
}

#header.affix .header-inner {
  height: 100px;
}

.logo-swse {
  position: absolute;
  right: 10px;
  bottom: 30px;
  width: 370px;
  height: 85px;
  -webkit-transition: bottom 300ms;
  -moz-transition: bottom 300ms;
  -ms-transition: bottom 300ms;
  -o-transition: bottom 300ms;
  transition: bottom 300ms;
}

@media (max-width: 479px) {
  .logo-swse {
    width: 200px;
    height: 42px;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .logo-swse {
    width: 288px;
    height: 60px;
  }
}

#header.affix .logo-swse {
  bottom: 10px;
}

.header-top-fontsize-buttons {
  position: absolute;
  right: 400px;
  bottom: 30px;
  width: 100px;
  height: 36px;
  -webkit-transition: bottom 300ms;
  -moz-transition: bottom 300ms;
  -ms-transition: bottom 300ms;
  -o-transition: bottom 300ms;
  transition: bottom 300ms;
}

@media (min-width: 992px) and (max-width: 1023px) {
  .header-top-fontsize-buttons {
    right: 380px;
  }
}

#header.affix .header-top-fontsize-buttons {
  bottom: 10px;
}

#menu-button-box {
  outline: none;
  position: absolute;
  left: 10px;
  bottom: 30px;
  min-width: 120px;
  min-height: 31px;
  -webkit-transition: bottom 300ms;
  -moz-transition: bottom 300ms;
  -ms-transition: bottom 300ms;
  -o-transition: bottom 300ms;
  transition: bottom 300ms;
}

#header.affix #menu-button-box {
  bottom: 10px;
}

#menu-button {
  display: inline-block;
  background-image: url(../Images/icon_menu_open_blue.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 31px 31px;
  padding-left: 60px;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: bold;
  color: #a4d65e;
}

#menu-button:hover {
  background-image: url(../Images/icon_menu_open_green.svg);
}

#menu-button.close {
  background-image: url(../Images/icon_menu_close_green.svg);
}

#menu-button.close:hover {
  background-image: url(../Images/icon_menu_close_blue.svg);
}

.header-top-buttons {
  position: absolute;
  left: 200px;
  bottom: 30px;
  -webkit-transition: bottom 300ms;
  -moz-transition: bottom 300ms;
  -ms-transition: bottom 300ms;
  -o-transition: bottom 300ms;
  transition: bottom 300ms;
}

#header.affix .header-top-buttons {
  bottom: 10px;
}

.header-top-button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  min-width: 100px;
  margin: 0 5px;
  padding: 1px 3px 1px 3px;
  background-color: #0093b2;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.header-top-button:hover {
  background-color: #a4d65e;
}

.header-top-fontsize {
  display: inline-block;
  color: #333;
  text-decoration: none;
  text-align: center;
  min-width: 26px;
  min-height: 26px;
  margin: 0 5px;
  padding: .2em;
  background-image: url(../Images/bg_fontsize.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.home-button {
  display: inline-block;
  margin-left: 60px;
  width: 36px;
  height: 36px;
  background-image: url(../Images/icon_menu_home_green.svg);
  background-repeat: no-repeat;
  background-size: 36px 36px;
}

.home-button:hover {
  background-image: url(../Images/icon_menu_home_blue.svg);
}

@media (max-width: 767px) {
  .header-top-buttons {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-top-button {
    display: none;
  }
}

#main {
  padding-top: 150px;
}

@media (max-width: 991px) {
  #header {
    width: 100%;
    height: 100px;
  }
  #header .header-inner {
    height: 100px;
  }
  #header .logo-swse {
    bottom: 10px;
  }
  #header #menu-button-box {
    bottom: 10px;
  }
  #header .header-top-buttons {
    bottom: 10px;
  }
  #main {
    padding-top: 100px;
  }
  .zeynep {
    top: 100px;
  }
  .home-button {
    margin-left: 20px;
  }
  .header-top-fontsize-buttons {
    display: none;
  }
}

@media (max-width: 1279px) {
  #menu-button {
    padding-left: 40px;
  }
  .header-top-buttons {
    left: 160px;
  }
}


/* container fix */
@media (max-width: 575px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    box-sizing: border-box;
  }
}


/* Spacing */
.frame-space-before-extra-small { margin-top: 0; padding-top: 1em }
.frame-space-before-small { margin-top: 0; padding-top: 2em }
.frame-space-before-medium { margin-top: 0; padding-top: 3em }
.frame-space-before-large { margin-top: 0; padding-top: 4em }
.frame-space-before-extra-large { margin-top: 0; padding-top: 5em }
.frame-space-after-extra-small { margin-bottom: 0; padding-bottom: 1em }
.frame-space-after-small { margin-bottom: 0; padding-bottom: 2em }
.frame-space-after-medium { margin-bottom: 0; padding-bottom: 3em }
.frame-space-after-large { margin-bottom: 0; padding-bottom: 4em }
.frame-space-after-extra-large { margin-bottom: 0; padding-bottom: 5em }

@media (max-width: 767px) {
	.frame-space-before-extra-small { margin-top: 0; padding-top: .5em }
  .frame-space-before-small { margin-top: 0; padding-top: 1em }
  .frame-space-before-medium { margin-top: 0; padding-top: 1.5em }
  .frame-space-before-large { margin-top: 0; padding-top: 2em }
  .frame-space-before-extra-large { margin-top: 0; padding-top: 2.5em }
  .frame-space-after-extra-small { margin-bottom: 0; padding-bottom: .5em }
  .frame-space-after-small { margin-bottom: 0; padding-bottom: 1em }
  .frame-space-after-medium { margin-bottom: 0; padding-bottom: 1.5em }
  .frame-space-after-large { margin-bottom: 0; padding-bottom: 2em }
  .frame-space-after-extra-large { margin-bottom: 0; padding-bottom: 2.5em }
}

/* .frame-layout-0 { */
  /* background-color: #dee1e2; */
/* } */

.bg-grey {
  background-color: #dee0e2;
}

.frame-layout-1 {
  background: #a4d65e;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.frame-layout-2 {
  background: #0093b2;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.frame-layout-1 *,
.frame-layout-2 * {
  color: #fff;
}

/* .frame-layout-4 { */
  /* height: 100%; */
/* } */

.height-100 {
  height: 100%;
}

.h-100 > div {
  /* height: 100%; */
}

@media (max-width: 991px) {
  .height-100 {
    height: auto;
  }
  .h-100 > div {
    height: auto;
  }
}

.text-left {
  text-align: left;
}

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

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



.position-relative {
  position: relative;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

strong {
  font-family: "Meta W01 Bold", Arial, sans-serif;
}

h1, h2 {
  letter-spacing: 0.06em;
}

h1 {
  font-family: "VAG Rounded LT W01 Bold", Arial, sans-serif;
  color: #0093b2;
  text-transform: uppercase;
  font-size: 2.15em;
  font-weight: 100;
  margin-bottom: 0.2em;
}

h2 {
  font-family: "VAG Rounded LT W01 Bold", Arial, sans-serif;
  color: #0093b2;
  text-transform: uppercase;
  font-size: 2.15em;
  font-weight: 100;
  /* letter-spacing: 0.06em; */
  margin-bottom: 0.2em;
}

h3 {
  font-family: "Meta W01 Bold", Arial, sans-serif;
  color: #0093b2;
  font-size: 1.5em;
  font-weight: 100;
  margin-top: 0.2em;
}

a {
	color: #0093b2;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
}

p a {
	color: #0093b2;
	font-weight: bold;
}
p a:hover,
p a:focus,
.powermail_field a:hover {
	text-decoration: underline;
}

.small {
  font-size: .7em;
}

.button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 0 5px;
  padding: 10px 20px 10px 20px;
  background-color: #0093b2;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1em;
}

.button:hover {
  background-color: #a4d65e;
	text-decoration: none;
}

.slider-image {
  border-radius: 0;
}


.frame-layout-1 .button { /* Grüner Hindergrund */
	background: #FFFFFF;
	color: #0093b2;
}
.frame-layout-1 a.button:hover,
.frame-layout-1 a.button:focus { /* Grüner Hindergrund */
	background: #FFFFFF;
	color: #a4d65e;
}

.frame-layout-2 .button {  /* Blauer Hindergrund */
	background: #FFFFFF;
	color: #0093b2;
}
.frame-layout-2 a.button:hover,
.frame-layout-2 a.button:focus { /* Grüner Hindergrund */
	background: #FFFFFF;
	color: #a4d65e;
}

/*download list*/

.ce-uploads {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}

.ce-uploads li {
  margin: 0;
  padding: 10px 0 10px 30px;
  position: relative;
}

.ce-uploads li:before {
  content: ' ';
  background: url(../Images/icon_download.svg) no-repeat;
  width: 22px;
  height: 32px;
  position: absolute;
  top: 4px;
  left: 0;
  margin-right: 10px;
}

/*.list-download li,
.ce-uploads li {
	vertical-align: top;
	padding: 10px 0;
	line-height: 1;
}
.list-download li div:before,
.ce-uploads li div:before {
	background-image: url(../Images/icon_download.svg);
	background-repeat: no-repeat;
	width: 22px;
	height: 32px;
	content: ' ';
	display: inline-block;
	margin-right: 10px;
}

.list-download li a, .ce-uploads li a {
  display: inline-block;
	vertical-align: middle;
}*/



/*contenttable*/

table {
  border-collapse: collapse;
  width: 100%;
}

th:first-child {
  border-radius: 5px 0 0 5px;
}

th:last-child {
  border-radius: 0 5px 5px 0;
}

th:first-child, 
td:first-child {
  border-left: none;
}

th:last-child, 
td:last-child {
  border-right: none;
}

th, 
td {
  padding: 5px 15px;
  border: 2px solid #5b6770;
  text-align: left;
  color: #5B6770;
}

thead th {
  background-color: #5b6770;
  color: #fff;
  border: none;
  border-left: 2px solid white;
  font-weight: bold;
  border-color: #5b6770;
}

/* Tabelle gestreift und mit Tabellenkopf */
thead th, .ce-table thead th {
  border-bottom: none;
}
.ce-table th, .ce-table td, tbody tr:first-of-type td {
	border-top: none;
}
.ce-table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.ce-table-striped tbody tr:nth-of-type(even) {
    background-color: #dee0e2;
}

.ce-td-icon-emission {
  padding: 0!important;
  background-image: url(../Images/icon_eigene_emission.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 55px 50px;
}

.ce-td-icon-mobilitaet {
  padding: 0!important;
  background-image: url(../Images/icon_mobilitaet.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 55px 50px;
}

.ce-td-icon-strom {
  padding: 0!important;
  background-image: url(../Images/icon_strom.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 55px 50px;
}

.ce-td-icon-waerme {
  padding: 0!important;
  background-image: url(../Images/icon_waerme.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 55px 50px;
}


video {
  height: auto;
  /* max-height: 540px; */
  max-height: 1080px;
  width: 100%;
}



/* ==========================================================================
   Ticker
   ========================================================================== */

.marquee {
  position: relative;
  overflow: hidden;
  /* border: solid 1px #0093b2; */
  background: #0093b2;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  z-index: 1001;
}



/* ==========================================================================
   Headerbild mit Ueberschrift
   ========================================================================== */

.headerimage {
  position: relative;
  margin-bottom: 55px;
}

.headerimage img {
  border-radius: 0;
}

.headerimage__textbox {
  
  /* margin-left: auto; */
  /* margin-right: auto; */
}

.headerimage__heading {
  
  /* width: auto; */
  /* bottom: -55px; */
  /* left: 50%; */
  /* transform: translate(-50%, 0); */
  
  /* display: block; */
  
  font-family: "VAG Rounded LT W01 Bold", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.15em;
  font-weight: 100;
  
  margin-top: -50px;
  /* left: 0; */
  /* right: 0; */
  
  /* position: absolute; */
  /* bottom: -60px; */
  /* max-width: 1340px; */
  
  padding: 10px 20px 10px 20px;
  background-color: #0093b2;
  border-radius: 10px;
  color: #fff;
}



/* ==========================================================================
   Headerbild mit Ueberschrift 2 (fuer Landingpage)
   ========================================================================== */

.headerimage2 {
  position: relative;
}

.headerimage2 img {
  border-radius: 0;
  vertical-align: middle
}

.headerimage2__textbox {
  box-sizing: border-box;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  bottom: auto;
  background: #0093b2;
  border-radius: 0 0 10px 10px;
  transform: none;
  letter-spacing: normal;
  text-align: center;
}

.headerimage2__heading {
  font-family: "VAG Rounded LT W01 Bold", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: 100;
  margin: 0;
  padding: 10px 20px 10px 20px;
  color: #fff;
}


@media (min-width: 767px) and (max-width: 1199px) {
  .headerimage2__textbox {
    /* margin: 0 0 20px; */
  }
  .headerimage2__heading {
    font-size: 1.5em;
  }
}

@media (min-width: 990px) and (max-width: 1199px) {
  .headerimage2__textbox {
    margin: 0 0 80px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .headerimage2__textbox {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 150px;
    left: auto;
    margin: 0;
    bottom: auto;
    background: #0093b2;
    border-radius: 10px;
    transform: translate(0, -50%);
    letter-spacing: normal;
  }
  .headerimage2__heading {
    font-size: 1.8em;
  }
}

@media (min-width: 1400px) {
  .headerimage2__textbox {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 150px;
    left: auto;
    margin: 0;
    bottom: auto;
    background: #0093b2;
    border-radius: 10px;
    transform: translate(0, -50%);
    letter-spacing: normal;
  }
  .headerimage2__heading {
    font-size: 2.15em;
  }
}



/*.headerimage2 {
  position: relative;
}

.headerimage2 img {
  border-radius: 0;
}

.headerimage2__textbox {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 150px;
  margin: 0;
  bottom: auto;
  background: #0093b2;
  border-radius: 10px;
  transform: translate(0, -50%);
  letter-spacing: normal;
}

.headerimage2__heading {
  font-family: "VAG Rounded LT W01 Bold", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.15em;
  font-weight: 100;
  margin: 0;
  padding: 10px 20px 10px 20px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .headerimage2__heading {
    font-size: 2em;
  }
}*/



/* ==========================================================================
   Banner
   ========================================================================== */

.banner-inner {
  padding: 0 1em;
}

.banner h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.banner__image {
  background-image: url(../Images/bg_banner_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}



/* ==========================================================================
   Teaserbox gruen
   ========================================================================== */

.teaserbox-green {
  background: #a4d65e;
  border-radius: 10px;
  /* padding: 1em; */
  /* height: 100%; */
}

.teaserbox-green__link {
  display: block;
  text-decoration: none;
  padding: 1em;
}

.teaserbox-green h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  height: 86px;
  display: table-cell;
  vertical-align: bottom;
}

.teaserbox-green p {
  color: #fff;
  background-image: url(../Images/separator_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  margin: 0;
  padding: 20px 0 0 0;
}



/* ==========================================================================
   Teaserbox variabel
   ========================================================================== */

.teaserbox-vari {
  border-radius: 10px;
  padding: 1em;
  box-sizing: border-box;
}

.teaserbox-vari * {
  color: #fff;
}

.teaserbox-vari h1,
.teaserbox-vari h2,
.teaserbox-vari h3,
.teaserbox-vari h4 {
  margin: .3em 0;
}

.teaserbox-vari p {
  margin: .5em 0;
}

.teaserbox-vari.gruen {
  background: #a4d65e;
}

.teaserbox-vari.blau {
  background: #0093b2;
}

.teaserbox-vari.grau {
  background: #dee0e2;
}

.teaserbox-vari.gruen .button { /* Grüner Hindergrund */
	background: #fff;
	color: #0093b2;
}
.teaserbox-vari.gruen a.button:hover,
.teaserbox-vari.gruen a.button:focus { /* Grüner Hindergrund */
	background: #fff;
	color: #a4d65e;
}

.teaserbox-vari.blau .button {  /* Blauer Hindergrund */
	background: #fff;
	color: #0093b2;
}
.teaserbox-vari.blau a.button:hover,
.teaserbox-vari.blau a.button:focus { /* Grüner Hindergrund */
	background: #fff;
	color: #a4d65e;
}

.teaserbox-vari.grau .button {  /* Blauer Hindergrund */
	background: #fff;
	color: #dee0e2;
}
.teaserbox-vari.grau a.button:hover,
.teaserbox-vari.grau a.button:focus { /* Grüner Hindergrund */
	background: #fff;
	color: #a4d65e;
}

/* .teaserbox-green2__link { */
  /* display: block; */
  /* text-decoration: none; */
  /* padding: 1em; */
/* } */

/* .teaserbox-green2 h3 { */
  /* color: #fff; */
  /* margin: 0; */
  /* padding: 0; */
  /* height: 86px; */
  /* display: table-cell; */
  /* vertical-align: bottom; */
/* } */

/* .teaserbox-green2 p { */
  /* color: #fff; */
  /* height: 60px; */
  /* margin: 0; */
  /* padding: 20px 0 0 0; */
/* } */




/* ==========================================================================
   Teaserbox Benefits
   ========================================================================== */

.teaserbox-benefits {
  margin-bottom: 1.5em;
}

.teaserbox-benefits img {
  display: block;
  margin: .5em auto;
  /* width: 70px; */
}

.teaserbox-benefits__separator {
  width: 100%;
  /* width: 86%;
	margin: 0 auto;*/
  height: 50px;
  background-image: url(../Images/separator_green.svg);
  background-repeat: no-repeat;
  /* background-size: 80% 80%; */
  background-position: center center;
}

.teaserbox-benefits h3 {
  color: #0093b2;
  margin: 0;
  padding: 0 0 1em 0;
  
}

.teaserbox-benefits p {
  margin: 0;
  padding: 0;
}



/* ==========================================================================
   Teaserbox Foto
   ========================================================================== */

.teaserbox-photo {
  border-radius: 10px;
  /* position: relative; */
  /* z-index: 3; */
}

.teaserbox-photo__image {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.teaserbox-photo img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: middle;
  transition: transform .5s ease;
  /* position: relative; */
  /* z-index: 2; */
}

.teaserbox-photo__link:hover .teaserbox-photo__image img {
  transform: scale(1.2);
}

.teaserbox-photo__text,
.teaserbox-photo__text h3,
.teaserbox-photo__text h4 {
  color: #fff!important;
  text-decoration: none;
}

.teaserbox-photo__text {
  height: 100px;
  min-height: 100px;
  background: #a4d65e;
  padding: 1em;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}

.teaserbox-photo__text h3 {
  margin: 0;
  padding: 0;
}

.teaserbox-photo__text h4 {
  margin: 0;
  padding: 0;
}

.teaserbox-photo__link .teaserbox-photo__text:after {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-image: url(../Images/button_arrow_right_white_blue.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  content: "";
}

.teaserbox-photo__link:hover .teaserbox-photo__text:after {
  background-image: url(../Images/button_arrow_right_white_green.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  content: "";
}

.teaserbox-photo.bg-layout-2 .teaserbox-photo__text {
  background: #0093b2;
}

.teaserbox-photo.bg-layout-3 .teaserbox-photo__text {
  background: #5b6770;
}

/* ==========================================================================
   Counter
   ========================================================================== */

.counter__column {
  text-align: center;
  /* display: table-cell; */
         /* vertical-align: middle; */
  

  
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

.counter__number {
  /* display: block; */
  display: table;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  background-image: url(../Images/separator_green_wider.svg);
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-position: center top 100%;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.counter__number span {
  /* line-height: 200px; */
  /* height: 100%; */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 3em;
  font-family: "VAG Rounded LT W01 Bold", Arial, sans-serif;
  color: #a4d65e;
  /* background: tomato; */
}

.counter__column h3 {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}



/* ==========================================================================
   Stoerer
   ========================================================================== */

.stoerer {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 200px; */
  /* height: 200px!important; */
  /* background-image: url(../Images/bg_stoerer_gruen_200px.png); */
  /* background-repeat: no-repeat; */
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
}

.stoerer.gruen {
  background-color: #00965e;
}

.stoerer.magenta {
  background-color: #b06c96;
}

.stoerer.gelb {
  background-color: #f0b323;
}

.stoerer.size150 {
  width: 150px;
  height: 150px;
}

.stoerer.size200 {
  width: 200px;
  height: 200px;
}

.stoerer.size250 {
  width: 250px;
  height: 250px;
}

.stoerer a {
  /* display: block; */
  /* width:100%; */
  /* height:100%; */
  color: #fff;
  text-decoration: none;
}

.stoerer p {
  margin: 0;
  padding: 0;
}




/* ==========================================================================
   Stoerer mit Pfeil
   ========================================================================== */

.stoerer-mit-pfeil {
  position: relative;
  max-width: 424px;
}

.stoerer-mit-pfeil__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 14%;
  left: 35%;
}

.stoerer-mit-pfeil__text span {
  text-align: center;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 150%;
  color: #fff;
}

.stoerer-mit-pfeil__text span a {
  color: #fff;
}

@media (min-width: 992px) {
  .stoerer-mit-pfeil__text span {
    font-size: 120%;
  }
}




/* ==========================================================================
   Akkordeon
   ========================================================================== */

.accordion_element {
	border-top: 2px solid #a4d65e;
	padding: .6rem 0;
}

.accordion_element:last-child {
	border-bottom: 2px solid #a4d65e;
}

.accordion_head {
  clear: right;
  cursor: pointer;
  /*line-height: 42px;*/
	/* text-transform: uppercase; */
  font-weight: bold;
  /* font-size: 24px; */
  font-size: 1.2em;
	padding: 9px 44px 9px 0;
	position: relative;
  color: #0093b2;
  
}

.accordion_head:hover,
.accordion_head.active {

}

.accordion_body p {
	/*font-weight: 500;*/
}

.accordion_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 10px;
	/*-webkit-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;*/
    background-image: url(../Images/button_arrow_right_blue.svg);
}

.accordion_head.active .accordion_icon {
    background-image: url(../Images/button_arrow_left_green.svg);
}

@media (max-width: 767px) {
  .accordion_head {
    font-size: 1em;
  }
}



/* ==========================================================================
   Testimonial
   ========================================================================== */
   
.testimonial {
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 10;
}

.testimonial > .bg_grey {
  position: relative;
  z-index: 15;
}

.testimonial .row {
  position: relative;
  z-index: 15;
}

.testimonial__cite_top {
  background: url(../Images/icon_cite_top.svg) no-repeat top right;
  z-index: 20;
  width: 101px;
  height: 87px;
  position: absolute;
  right: 0;
  top: -90px;
}

.testimonial__cite_bottom {
  background: url(../Images/icon_cite_bottom.svg) no-repeat bottom left;
  z-index: 20;
  width: 101px;
  height: 87px;
  position: absolute;
  left: 0;
  bottom: -90px;
}

.testimonial > div > div {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #0093b2;
}

.testimonial img {
  border-radius: 50%;
}



/* ==========================================================================
   Ansprechpartner
   ========================================================================== */

.contact-box {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  background: #eceef0;
  border-radius: 10px;
  /* height: 100%; */
  
  /* height: 241px; */
  min-height: 241px;
}

.frame-layout-1 .contact-box,
.frame-layout-2 .contact-box,
.bg-grey .contact-box {
  background: #fff !important;
}


.contact-image {
  /* width: 40%; */
  width: 250px;
}

.contact-image img {
  width: 250px;
	max-width: 250px;
  /* vertical-align: middle; */
  /* line-height: 0; */
	object-fit: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.contact-image figure {
  margin: 0;
	display: flex;
	height: 100%;
	width: 100%;
	overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
}

.contact-infos {
  -webkit-box-flex: 1;
  flex: 1;
  padding: 20px;
  background-image: url(../Images/icon_mail.svg);
  background-repeat: no-repeat;
  /* background-size: 20% 20%; */
  background-size: 71px 52px;
  background-position: bottom 20px right 20px;
}

.contact-name {
  color: #0093b2;
  margin: 0;
  font-size: 22px;
}

.contact-name::after {
  display: inline-block;
  content: ' ';
  background-image: url(../Images/separator_green.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 25px;
}

.contact-position {
  margin: 5px 0;
}

.contact-title {
  margin: 5px 0;
}

.contact-phone {
  font-weight: bold;
  margin: 10px 0;
}

.contact-mail {
  margin: 10px 0 0 0;
}

@media (max-width: 575px) {
  .contact-box {
    display: block;
    height: auto;
    margin-bottom: 20px;
  }
  .contact-image {
    width: auto;
  }
  .contact-image figure {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  .contact-image img {
    width: 100%;
    max-width: 100%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  .contact-name {
    font-size: 22px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .contact-box {
    margin-bottom: 20px;
  }
  .contact-image {
    width: 220px;
  }
  .contact-image img {
    width: 220px;
    max-width: 220px;
  }
  .contact-name {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-box {
    margin-bottom: 20px;
  }
  .contact-name {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-image {
    width: 220px;
  }
  .contact-image img {
    width: 220px;
    max-width: 220px;
  }
  .contact-name {
    font-size: 20px;
  }
}



/* ==========================================================================
   News
   ========================================================================== */

.news-teaser {
  /* border-top-left-radius: 10px; */
  /* border-top-right-radius: 10px; */
  border-radius: 10px;
  /* background-color: #fff; */
}

.news-teaser__image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  vertical-align: middle;
}

.news-teaser-inner {
  padding: 20px;
  display: inline-block;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.news-teaser-inner__header {
  margin-bottom: .4em;
  line-height: 1.2em;
}

.news-teaser-inner__text {
  padding-top: 15px;
  background-image: url(../Images/separator_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.news-img-wrap img {
  position: relative;
}

/* .new-img-wrap > .outer > .mediaelement-image > .lightbox { */
  /* text-align: center!important; */
  /* line-height: auto!important; */
  /* position: relative!important; */
  /* left: auto!important; */
/* } */

@media (min-width: 768px) {
  .news-teaser-inner {
    display: block;
  }
}



/* ==========================================================================
   Indexed Search
   ========================================================================== */

.tx-indexedsearch-browsebox {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}

.tx-indexedsearch-browsebox li {
  display: inline;
  margin: 0;
  padding: 0 20px 0 0;
}

.tx-indexedsearch-searchbox-sword {
  font-family: "Meta W01 Book", Arial, sans-serif;
	font-size: 1rem;
	border: none;
  background: #dee0e2;
  padding: .5em;
  border-radius: 10px;
  box-sizing: border-box;
  height: 40px;
}

.tx-indexedsearch-searchbox-button {
  padding: 5px 10px 5px 10px!important;
  height: 40px;
}



/* ==========================================================================
   Powermail
   ========================================================================== */

.formleft {
  clear: both;
  float: left;
  width: 49%;
  box-sizing: border-box;
}

.formright {
  float: right;
  width: 49%;
  box-sizing: border-box;
}

.default {
  clear: both;
}

@media (max-width: 639px) {
  .formleft,
  .formright {
    float: none;
    width: 100%;
	  margin-left: 0;
	  margin-right: 0;
  }
}

.powermail_fieldset {
  border: 0;
  padding: 0;
}



input, textarea, select {
	font-family: "Meta W01 Book", Arial, sans-serif;
	font-size: 1rem;
	border: none;
  background: #dee0e2;
}

.tx-powermail h4 {
  /* font-family: "Dax W01 Bold"; */
  font-weight: bold;
}

.tx-powermail label {
	margin-bottom: 0;
  padding-left: .5em;
	font-size: .9em;
  font-weight: bold;
}

.tx-powermail .radio {
	display: inline-block;
	padding: 5px 0;
	margin-right: 20px;
}

.tx-powermail .radio > label {
	font-size: 1rem;
}

.tx-powermail > .container-fluid {
	padding-right: 0;
  padding-left: 0;
}

.powermail_field {
	margin-top: 0;
	margin-bottom: 1rem;
}

.tx-powermail input[type='text'],
.tx-powermail input[type='email'],
.tx-powermail input[type='date'],
.tx-powermail textarea,
.tx-powermail select {
	width: 100%;
	padding: .5em;
  border-radius: 10px;
  box-sizing: border-box;
}

input[type='submit'],
button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 0 5px;
  padding: 10px 20px 10px 20px;
  background-color: #0093b2;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}

.powermail_fieldwrap_type_submit input[type='submit'] {
  float: right;
}

.powermail-errors-list {
  display: none;
  margin: 5px 0 20px 0;
  padding: 0;
  list-style-type: none;
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  width: 100%;
  float: right;
  clear: left;
}

.powermail-errors-list.filled {
  display: block;
}

.powermail-errors-list>li {
  color: #A94442;
  padding: 5px 10px;
  background-color: #EBCCD1;
}

.separator-green {
  clear: both;
  height: 20px;
  border-bottom: 2px solid #a4d65e;
  margin: 30px 0 20px 0;
}

/* .tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list { */
  /* width: 100%; */
  /* margin-bottom: 0; */
  /* background-color: #EBCCD1; */
  /* border: none; */
/* } */

/* .tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list>li { */
  /* padding-left: 5px; */
/* } */



/* ==========================================================================
   Quicknav
   ========================================================================== */

#quicknav {
	position: fixed;
	right: 0;
	/*top: 150px;  42 */
	top: 228px;
	z-index: 9998;
}

#quicknav a {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	z-index: 99999;
  background: #0093b2;
	color: #fff;
	text-decoration: none;
	line-height: 1;
  margin-bottom: 8px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#quicknav a span {
	z-index: -1;
	position: absolute;
	top: 0;
	right: -200px;
	width: 270px;
	height: 70px;
	line-height: 70px;
  background: #0093b2;
	/* background: tomato; */
	color: transparent;
  -webkit-transition: right .3s ease-in, color .6s ease-in;
  transition: right .3s ease-in, color .6s ease-in;
	font-size: 1.3em;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
	/* text-align: left; */
	
}

#quicknav a span img {
  width: 48px;
  height: 48px;
  /* vertical-align: middle; */
  /* background-color: blue; */
  padding: 11px 0 0 11px;
  float: left;
}

#quicknav a span img.quicknav-icon--contrast {
    width: 36px;
    height: 36px;
    padding: 17px 0 0 17px;
}

#quicknav a:hover,
#quicknav a:hover span {
	background: #a4d65e;
}

#quicknav a:hover span {
	right: 0px;
	color: #fff;
}

@media (max-width: 767px) {
	#quicknav {
		position: fixed;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		width: 135px;
		height: 40px;
		margin: 0 auto;
	}
	#quicknav a {
		display: block;
		float: left;
		width: 40px;
		height: 40px;
		padding-top: 0;
    margin: 0 2.5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	}
	#quicknav a span {
		display: inline-block;
		position: relative;
		top: auto;
		right: auto;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* padding-left: 14px; */
	}
  #quicknav a span img {
    width: 32px;
    height: 32px;
    padding: 4px;
  }
  #quicknav a span img.quicknav-icon--contrast {
    width: 26px;
    height: 26px;
    padding: 8px;
  }  
}




/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
  background-color: #0093b2;
  color: #fff;
}

footer .mb-30 {
  margin-bottom: 30px; 
}



@media (max-width: 767px) {
  footer .text-right {
    text-align: left;  
    margin-top: 30px;
  }
}

#footer p a {
  color: #fff;
  font-weight: normal;
}

#footer img {
  border-radius: 0;
}

.footer-logo-swse {
  width: 80%;
  margin-bottom: 20px;
}

.footer-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer-info {
  display: inline-block;
}
.footer-info.mt-15 {
  margin-top: 15px;
 }
.footer-info h3 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}
.footer-info tr {
  border: none !important;
  background: transparent;
  padding-top: 1rem;
}
.footer-info th,
.footer-info td {
  border: none !important;
  background: transparent;
  vertical-align: top;
  color: #fff;
  padding: 0.5rem 1rem 0 0;
  line-height: 1.2;
}
.footer-info tr:last-of-type td {
  padding-bottom: 0;
}
.footer-info .footer-times tr td:last-of-type {
  text-align: right;  
  padding: 0.5rem 0 0 0;
}

@media (max-width: 767px) {
  .footer-info .footer-times tr td:last-of-type {
    text-align: left;  
    padding: 0.5rem 1rem 0 0;
  }
}

.footer-icon-phone {
  width: 50px;
  float: left;
}

.footer-phonenumber {
  display: flex;
	text-align: left;
  line-height: 1.2em;
  align-items: center;
}

.footer-phonenumber a {
  color: #fff;
  font-weight: normal;
}

.footer-logos-right {
	display: block;
	margin-bottom: 1.7em;
}

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

.footer-logo-facebook {
  width: 25px;
  margin-right: .5em;
}

.footer-logo-instagram {
  width: 25px;
   margin-right: .5em;
}

.footer-logo-blog {
  width: 75px;
}

.footer-logo-dvgwtsm {
  width: 100px;
}

.footer-logo-vdetsm {
  width: 94px;
}

.footer-logo-tav {
  width: 198px;
  display: block;
  padding-top: 10px;
}

@media (max-width: 767px) {
  #footer {
    margin-bottom: 50px;
  }
  .footer-right {
    margin-top: 30px;
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
  }
  .footer-right div {
    flex: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer-right {
    margin-top: 30px;
    position: relative;
    right: auto;
    bottom: auto;
    display: flex;
  }
  .footer-right div {
    flex: 1;
  }
}

@media (max-width: 1199px) {
  .footer-logo-swse {
    width: 80%;
    margin-bottom: 15px;
  }
}


#footer-bottom {
  background-color: #5b6770;
  color: #fff;
  padding: 2px 0 6px 0;
}

.footer-bottom__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  
  float: right;
    text-align: right;
    width: auto;
}

.footer-bottom__menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.footer-bottom__menu li a {
  color: #fff;
  font-size: .9em;
  text-decoration: none;
  vertical-align: middle;
}

.footer-bottom__menu li a img {
  vertical-align: middle;
}

.footer-bottom__menu-barrierefreiheit {
  background-image: url(../Images/icon_barrierefreiheitserklaerung.svg);
  background-repeat: no-repeat;
  padding-left: 25px;
}

.footer-bottom__menu-nutzungsbedingungen {
  background-image: url(../Images/icon_footer_dokument.svg);
  background-repeat: no-repeat;
  padding-left: 35px;
  margin-left: 50px;
}

.footer-bottom__menu-datenschutz {
  background-image: url(../Images/icon_footer_datenschutz.svg);
  background-repeat: no-repeat;
  padding-left: 35px;
  margin-left: 50px;
}

.footer-bottom__menu-impressum {
  background-image: url(../Images/icon_footer_impressum.svg);
  background-repeat: no-repeat;
  padding-left: 35px;
  margin-left: 50px;
}

@media (max-width: 990px) {
  .footer-bottom__menu {
    text-align: center;
    max-width: 80%;
    float: unset;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 15px auto;
    gap: 0 50px;
  }
  .footer-bottom__menu li {
    margin: 5px 0;
  }
  .footer-bottom__menu-nutzungsbedingungen,
  .footer-bottom__menu-datenschutz,
  .footer-bottom__menu-impressum {
    margin-left: 0;
  }
}


@media (max-width: 559px) {
  .footer-bottom__menu {
    justify-content: flex-start;
    margin: 15px 0;
  }
  .footer-bottom__menu li {
    display: list-item;
    margin: 5px 0;
    width: 100%;
  }
  .footer-bottom__menu-barrierefreiheit {
    padding-left: 35px;
  }
  .footer-bottom__menu-nutzungsbedingungen,
  .footer-bottom__menu-datenschutz,
  .footer-bottom__menu-impressum {
    margin-left: 0;
  }
}



@media (max-width: 767px) {
  .footer-bottom__menu {
    float: none;
    text-align: left;
  }
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}



.table-container {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
	border-bottom: 10px solid #9d9fa6;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.table-container::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

figure.table{
  margin: 0px;
}



#quicknav #shadow-root .sy_eyeable {
  width: 70px;
  cursor: pointer;
  transition: transform 150ms ease;
}
#quicknav .sy_eyeable svg,
#quicknav .sy_eyeable--svg {
  background-color: #a4d65e;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 559px) {
  .sy_eyeable {
    width: 40px!important;
    display: inline-block;
  }
  .sy_eyeable--svg {
    border-radius: 0;
    background-color: #a4d65e;
  }
  #eA_Opener {
    display: inline-block;
  }
  #quicknav {
    width: 225px;
  }
}





#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-all, #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific, #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-iframe-reject, #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential, #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-settings, #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-accept {
  margin: 0 0 10px 0!important;
}



@media (max-width: 559px) {
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.2em;
  }
  .headerimage__heading {
    font-size: 1.5em;
    margin-top: -33px;
  }
  .tx-indexedsearch-searchbox-sword {
    width: 120px;
  }
  .headerimage {
    margin-bottom: 15px;
  }
}

@media (min-width: 560px) and (max-width: 767px) {
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.3em;
  }
  .headerimage__heading {
    font-size: 1.8em;
    margin-top: -38px;
  }
  .headerimage {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.4em;
  }
  .headerimage__heading {
    font-size: 2em;
    margin-top: -44px;
  }
  .headerimage {
    margin-bottom: 35px;
  }
}

/*Flexslider*/
.flex-direction-nav .flex-next {
    right: 90px;
}
.flex-direction-nav .flex-prev {
    left: 90px;
}
/* RECHTER SLIDER-PFEIL */
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 90px;
}

/* LINKER SLIDER-PFEIL */
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 90px;
}

@media (max-width: 860px) {
    .flex-direction-nav a  {
        top: 35%;
    }
    .flex-direction-nav .flex-next {
        opacity: 0.7;
    }
    .flex-direction-nav .flex-prev {
        opacity: 0.7;
    }
}

@media (max-width: 680px) {
    .flex-direction-nav a  {
        top: 28%;
    }
    .flex-direction-nav .flex-next {
        right: 10px;
    }
    .flex-direction-nav .flex-prev {
        left: 10px;
    }
}

.sr-only {
  position: absolute; 
  width: 1px;        
  height: 1px;       
  padding: 0;        
  margin: -1px;      
  overflow: hidden;  
  clip: rect(0, 0, 0, 0); 
  white-space: nowrap; 
  border-width: 0;   
}


.header-top-disruptor {  
  position: absolute;
  bottom: 9px;
  width: 150px;
  left: 560px;
  -webkit-transition: bottom 300ms;
  -moz-transition: bottom 300ms;
  -ms-transition: bottom 300ms;
  -o-transition: bottom 300ms;
  transition: bottom 300ms;
}
#header.affix .header-top-disruptor {
  bottom: -10px;
}
.header-top-disruptor img {  
  width: 100%;
}

@media (max-width: 1279px) {
  .header-top-buttons {
    left: 140px;
  }  
  .header-top-disruptor { 
    left: 490px;
  }
}

@media (max-width: 991px) {
  .header-top-disruptor {
    display: none;
  }
}

.mobile-disruptor {
  display: none;
}
@media (max-width: 991px) {
  .mobile-disruptor {
    display: block;
    width: 160px;
    margin: 10px;
  }
}


/* popup */
.sy_popup_background {
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: rgba(0,0,0,.7); 
  z-index: 10000
}
.sy_popup {
  position: fixed; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  padding: 80px; 
  width: 800px;
  max-width: 80%;
  height: auto; 
  background: #eceef0; 
  border-radius: 10px; 
  z-index: 10001
}
.sy_popup--close {
  top: 5px;
  right: 13px;
  cursor: pointer;
  position: absolute;
  font-size: 26px;
}
.sy_popup h1,
.sy_popup h2,
.sy_popup h3 {
  margin-top: 0;
  font-size: 3.15em;
  line-height: 1.2;
}

@media (max-width: 800px) {
  .sy_popup {
    padding: 20px;
  }

  .sy_popup h1,
  .sy_popup h2,
  .sy_popup h3 {
    font-size: 1.5em;
  }
}
