@font-face {
  font-family: 'Lato';
  font-weight: 100;
  src: url('/static/fonts/lato/Lato-Thin.ttf');
}
@font-face {
  font-family: 'Lato';
  font-weight: 100;
  font-style: italic;
  src: url('/static/fonts/lato/Lato-ThinItalic.ttf');
}
@font-face {
  font-family: 'Lato';
  font-weight: 300;
  src: url('/static/fonts/lato/Lato-Light.ttf');
}
@font-face {
  font-family: 'Lato';
  font-weight: 300;
  font-style: italic;
  src: url('/static/fonts/lato/Lato-LightItalic.ttf');
}
@font-face {
  font-family: 'Lato';
  font-weight: 400;
  src: url('/static/fonts/lato/Lato-Regular.ttf');
}
@font-face {
  font-family: 'Lato';
  font-weight: 400;
  font-style: italic;
  src: url('/static/fonts/lato/Lato-Italic.ttf');
}
@font-face {
  font-family: 'Lato';
  font-weight: 700;
  src: url('/static/fonts/lato/Lato-Bold.ttf');
}
@font-face {
  font-family: 'Lato';
  font-weight: 700;
  font-style: italic;
  src: url('/static/fonts/lato/Lato-BoldItalic.ttf');
}
@font-face {
  font-family: 'Lato';
  font-weight: 900;
  src: url('/static/fonts/lato/Lato-Black.ttf');
}
@font-face {
  font-family: 'Lato';
  font-weight: 900;
  font-style: italic;
  src: url('/static/fonts/lato/Lato-BlackItalic.ttf');
}
@font-face {
  font-family: 'adelle';
  font-weight: 100;
  src: url('/static/fonts/adelle/Adelle_light.woff') format("woff");
}
@font-face {
  font-family: 'adelle';
  font-weight: normal;
  src: url('/static/fonts/adelle/Adelle_Reg.woff') format("woff");
}
@font-face {
  font-family: 'adelle';
  font-weight: bold;
  src: url('/static/fonts/adelle/Adelle_Bold.woff') format("woff");
}
/* Variablen */
/* --------- */
/* Maße und Abstände */
/* Breakpoints Responsive */
/* Farben */
/* --------- */
/* --------- */
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}
*:focus {
  outline: 1px dotted black;
}
*:focus:not(:focus-visible) {
  outline: none !important;
  filter: none !important;
}
body#selfsite {
  background: #DDD;
}
body#selfsite.no-scroll {
  overflow: hidden;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
#page {
  margin: 0 auto;
  background: white;
  position: relative;
}
/* Header */
#iconMenuResponsive {
  padding: 10px;
  z-index: 100;
  cursor: pointer;
  display: none;
  float: right;
  right: 20px;
  top: 28px;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  #iconMenuResponsive {
    display: block;
  }
}
#iconMenuResponsive.open {
  display: block !important;
}
header {
  width: 100%;
  font-family: 'Lato', sans-serif;
  position: relative;
  margin-bottom: 60px;
  min-height: 150px;
}
@media only screen and (max-width: 1024px) {
  header {
    margin-bottom: 0px;
  }
}
header #sprachschalter_responsive {
  display: none;
  position: absolute;
  padding: 0px 10px;
  z-index: 99999;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}
header #sprachschalter_responsive a {
  text-decoration: none;
  text-transform: uppercase;
  color: #425865;
}
header #sprachschalter_responsive a:hover,
header #sprachschalter_responsive a:focus {
  color: #9D7318;
}
@media only screen and (max-width: 1024px) {
  header #sprachschalter_responsive {
    display: block;
  }
}
header #headerWrapper {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  header #headerWrapper {
    padding: 20px 10px;
  }
}
header #headerWrapper:after {
  content: "";
  display: table;
  clear: both;
}
header #headerWrapper #logoResponsive {
  display: none;
}
@media only screen and (max-width: 1024px) {
  header #headerWrapper #logoResponsive {
    display: block;
  }
}
header #headerWrapper #logo {
  position: absolute;
  left: 0px;
  top: 70px;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 15px 10px 15px;
  color: #425865;
  z-index: 50;
}
@media only screen and (max-width: 1400px) {
  header #headerWrapper #logo {
    padding: 40px 15px 10px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  header #headerWrapper #logo {
    position: relative;
    top: 0;
    background: none;
    float: left;
    max-width: 330px;
    padding: 0;
  }
}
header #headerWrapper #logo > a {
  display: block;
  background-color: rgba(200, 212, 213, 0.85);
  background-image: url("../img/FriedrichAlexanderUniversitaetErlangenNuernberg_logo_q_2022.svg");
  background-size: 155px;
  background-repeat: no-repeat;
  background-position: left 40px center;
  padding: 15px 10px 15px 60px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: -20px;
  top: -35px;
  width: 140px;
  height: 20px;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
header #headerWrapper #logo > a:hover,
header #headerWrapper #logo > a:focus {
  background-color: rgba(200, 212, 213, 0.55);
}
@media only screen and (max-width: 1024px) {
  header #headerWrapper #logo > a {
    position: relative;
    top: initial;
    margin-bottom: 15px;
  }
}
header #headerWrapper #logo h2 {
  font-size: 22px;
  font-weight: 100;
  border-bottom: 1px solid #425865;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1560px) {
  header #headerWrapper #logo h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1400px) {
  header #headerWrapper #logo h2 {
    text-transform: initial;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  header #headerWrapper #logo h2 br {
    display: none;
  }
}
header #headerWrapper #logo h2 a {
  color: #425865;
  text-decoration: none;
}
header #headerWrapper #logo p {
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (max-width: 1400px) {
  header #headerWrapper #logo p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1400px) {
  header #headerWrapper #logo p {
    font-size: 16px;
    font-weight: 600;
  }
}
header #headerWrapper #logo p a {
  color: #425865;
  text-decoration: none;
}
header #mood {
  width: 100%;
  min-height: 400px;
  background-color: #c5ccd1;
}
@media only screen and (max-width: 1400px) {
  header #mood {
    min-height: 290px;
  }
}
@media only screen and (max-width: 1024px) {
  header #mood {
    min-height: 0px;
  }
}
header #mood img {
  width: 100%;
  height: auto;
  display: block;
}
.start header #logo {
  padding: 50px 20px 10px 50px;
  top: 110px;
}
.start header #logo > a {
  background-image: url("../img/logo.svg");
  background-size: 170px;
  left: -10px;
  top: -55px;
  width: 190px;
  height: 60px;
}
.start header #logo h2 {
  font-size: 36px;
}
.start header #logo p {
  font-size: 23px;
}
.menu ul {
  list-style-type: none;
}
.menu ul:after {
  content: "";
  display: table;
  clear: both;
}
header nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 19px;
}
header nav#menuMain ul {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1240px;
  height: 46px;
  line-height: 46px;
}
header nav#menuMain ul li {
  float: left;
}
header nav#menuMain ul li.parent:hover,
header nav#menuMain ul li.parent.aktiv,
header nav#menuMain ul li.parent:focus {
  background: url("../img/menu.svg") no-repeat center bottom;
}
header nav#menuMain ul li a {
  color: #425865;
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  display: block;
}
header nav#menuMain ul li a.aktiv,
header nav#menuMain ul li a:hover,
header nav#menuMain ul li a:focus {
  text-decoration: underline;
}
header nav#menuMain ul li:first-of-type a {
  margin-left: 0;
}
header nav#menuMain ul li.aktiv div {
  display: block;
}
header nav#menuMain ul li.sprachschalter {
  float: right;
}
header nav#menuMain ul li#li_menu3065 a {
  color: #bac6cc;
}
header nav#menuMain ul li#li_menu3065 a.aktiv,
header nav#menuMain ul li#li_menu3065 a:hover,
header nav#menuMain ul li#li_menu3065 a:focus {
  text-decoration: underline;
}
header nav#menuMain ul li div {
  position: absolute;
  width: 100%;
  left: 0;
  background: #425865;
  display: none;
}
header nav#menuMain ul li div ul {
  width: 100%;
  max-width: 1240px;
  min-height: 26px;
  height: inherit;
  line-height: 26px;
  font-size: 17px;
  padding: 6px 10px 6px 10px;
  box-sizing: border-box;
}
header nav#menuMain ul li div ul a {
  color: white;
  text-decoration: none;
}
header nav#menuMain ul li div ul:first-of-type a {
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  header nav#menuMain {
    display: none;
  }
}
/* Content-Bereich */
section,
#tinymce {
  width: 100%;
  padding: 30px 0px;
}
section h1,
#tinymce h1,
section h2,
#tinymce h2,
section h3,
#tinymce h3,
section h4,
#tinymce h4 {
  font-family: adelle, serif;
  color: #869AA2;
  font-weight: 400;
  line-height: 130%;
}
section h1,
#tinymce h1 {
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  section h1,
  #tinymce h1 {
    text-transform: none;
  }
}
@media only screen and (max-width: 768px) {
  section h1,
  #tinymce h1 {
    font-size: 34px;
  }
}
section h2,
#tinymce h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  section h2,
  #tinymce h2 {
    font-size: 22px;
  }
}
section h3,
#tinymce h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 200;
}
section h4,
#tinymce h4 {
  font-weight: 200;
  font-size: 19px;
  color: #425865;
}
section p,
#tinymce p,
section li,
#tinymce li,
section td,
#tinymce td,
section th,
#tinymce th {
  font-family: adelle, serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 160%;
}
section p,
#tinymce p {
  margin-bottom: 14px;
}
section b,
#tinymce b,
section strong,
#tinymce strong {
  font-weight: 300;
}
section ul,
#tinymce ul {
  margin: 10px 0;
  list-style-type: none;
  padding: 0 0 0 17px;
}
section ol,
#tinymce ol {
  margin-left: 20px;
}
section li,
#tinymce li {
  margin-bottom: 5px;
}
section .contentelement a,
#tinymce .contentelement a {
  color: #425865;
}
section .contentelement a:hover,
#tinymce .contentelement a:hover,
section .contentelement a:focus,
#tinymce .contentelement a:focus {
  color: #9D7318;
}
section td,
#tinymce td,
section th,
#tinymce th {
  vertical-align: top;
}
section td:first-of-type,
#tinymce td:first-of-type,
section th:first-of-type,
#tinymce th:first-of-type {
  padding-right: 10px;
}
section td h3,
#tinymce td h3,
section th h3,
#tinymce th h3 {
  font-weight: 100;
  font-size: 17px;
  margin-top: 1px;
}
section td strong,
#tinymce td strong,
section th strong,
#tinymce th strong {
  font-weight: 400;
}
section.start,
#tinymce.start {
  background: url("/static/img/FriedrichAlexanderUniversitaetErlangenNuernberg_siegel_t_2022.svg") no-repeat rgba(200, 212, 213, 0.85) right 30px top 30px;
  background-size: 150px;
}
section.start article h1,
#tinymce.start article h1 {
  color: white;
}
section.start article .contentbild,
#tinymce.start article .contentbild {
  width: 100%;
  padding: 0px !important;
}
section.start article .contentbild .bu,
#tinymce.start article .contentbild .bu {
  width: 100%;
}
section.start article .contentbild .bu:after,
#tinymce.start article .contentbild .bu:after {
  content: "";
  display: table;
  clear: both;
}
section.start article .contentbild .bu p,
#tinymce.start article .contentbild .bu p {
  float: left;
}
section.start article .contentbild .bu p:first-of-type,
#tinymce.start article .contentbild .bu p:first-of-type {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  section.start article .contentbild .bu p:first-of-type,
  #tinymce.start article .contentbild .bu p:first-of-type {
    width: 100%;
  }
}
section.start article .contentbild .bu p:last-of-type,
#tinymce.start article .contentbild .bu p:last-of-type {
  float: right;
}
@media only screen and (max-width: 768px) {
  section.start article .contentbild .bu p:last-of-type,
  #tinymce.start article .contentbild .bu p:last-of-type {
    float: left;
  }
}
section article,
#tinymce article {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0px 60px;
}
section article:after,
#tinymce article:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1024px) {
  section article,
  #tinymce article {
    padding: 0px 10px;
  }
}
section article .total,
#tinymce article .total {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  section article .total,
  #tinymce article .total {
    width: 100%;
    margin-bottom: 20px;
  }
}
section article .left,
#tinymce article .left {
  min-height: 1px;
  float: left;
  width: 65%;
}
section article .left:after,
#tinymce article .left:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1024px) {
  section article .left,
  #tinymce article .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
section article .left .contenttext h3,
#tinymce article .left .contenttext h3 {
  margin: 40px 0 10px;
}
section article .right,
#tinymce article .right {
  float: left;
  width: 25%;
  margin-left: 10%;
}
@media only screen and (max-width: 1240px) {
  section article .right,
  #tinymce article .right {
    width: 30%;
    margin-left: 5%;
  }
}
section article .right .kontaktbox:after,
#tinymce article .right .kontaktbox:after {
  content: "";
  display: table;
  clear: both;
}
section article .right .kontaktbox .startboxLeft,
#tinymce article .right .kontaktbox .startboxLeft {
  float: left;
  width: 30%;
}
@media only screen and (max-width: 1024px) {
  section article .right .kontaktbox .startboxLeft,
  #tinymce article .right .kontaktbox .startboxLeft {
    float: none;
  }
}
section article .right .kontaktbox .startboxLeft h3,
#tinymce article .right .kontaktbox .startboxLeft h3 {
  font-weight: 100;
  font-size: 17px;
  margin-top: 1px;
}
@media only screen and (max-width: 1024px) {
  section article .right .kontaktbox .startboxLeft h3,
  #tinymce article .right .kontaktbox .startboxLeft h3 {
    font-size: 20px;
  }
}
section article .right .kontaktbox .startboxRight,
#tinymce article .right .kontaktbox .startboxRight {
  float: left;
  width: 70%;
  padding-left: 12px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  section article .right .kontaktbox .startboxRight,
  #tinymce article .right .kontaktbox .startboxRight {
    float: none;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  section article .right,
  #tinymce article .right {
    width: 100%;
    margin-left: 0%;
  }
}
.start section:first-of-type .left > div {
  max-width: 500px;
  width: 100%;
  padding-left: 16px;
  position: relative;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.start section:first-of-type .left > div::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #425865;
  position: absolute;
  left: 0;
  top: 9px;
}
.start section:first-of-type .left > div h4 {
  margin-bottom: 10px;
}
.start section:first-of-type .left > div.contentbild img {
  max-width: 100%;
  width: auto;
  margin-bottom: 5px;
  -webkit-order: 2;
  order: 2;
}
.start section:first-of-type .left > div.contentbild .bu {
  -webkit-order: 1;
  order: 1;
}
.start section:first-of-type .left > div:first-of-type h3 {
  margin-top: 0px;
}
.start section:first-of-type .left > div:last-of-type {
  margin-bottom: 15px;
}
.start section:first-of-type .left .button {
  margin-top: 10px;
}
.contentbild {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.contentbild img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.contenttext ul li {
  position: relative;
  padding-left: 15px;
}
.contenttext ul li:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: #425865;
  position: absolute;
  left: 0px;
  top: 11px;
}
.start section p {
  font-size: 16px;
}
.sitemap li {
  font-size: 22px;
}
.sitemap li a {
  color: #555;
  text-decoration: none;
  border-bottom: 1px dotted #555;
}
.sitemap li a:hover,
.sitemap li a:focus {
  color: #333;
  border-bottom: 1px solid #333;
}
.sitemap li ul {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.sitemap li ul li {
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.teamBox {
  margin-top: 20px;
}
.teamBox a {
  color: #425865;
  text-decoration: none;
  box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #425865;
}
.teamBox a:hover,
.teamBox:focus {
  color: #9D7318;
  box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #9D7318;
}
.teamBox .contentbild {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.teamBox .contentbild img {
  display: block;
  margin: 0px;
}
.teamBox .contentbild .bu {
  position: absolute;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  height: 100%;
  top: 186px;
  overflow-y: scroll;
  transition: top 0.4s;
  -o-transition: top 0.4s;
  -moz-transition: top 0.4s;
  -webkit-transition: top 0.4s;
}
@media only screen and (max-width: 1240px) {
  .teamBox .contentbild .bu {
    top: 245px;
  }
}
@media only screen and (max-width: 1024px) {
  .teamBox .contentbild .bu {
    height: auto;
    top: initial;
    bottom: 0;
  }
}
.teamBox .contentbild .bu.hover,
.teamBox .contentbild .bu:focus {
  top: 0;
}
.teamBox .contentbild .bu.hover .teamToggle,
.teamBox .contentbild .bu:focus .teamToggle {
  background-position: -1px 31px;
}
.teamBox .contentbild .bu.hover .teamToggle:hover,
.teamBox .contentbild .bu:focus .teamToggle:hover,
.teamBox .contentbild .bu.hover .teamToggle:focus,
.teamBox .contentbild .bu:focus .teamToggle:focus {
  background-color: #425865;
  background-position: 31px 31px;
}
.teamBox .contentbild .bu h2,
.teamBox .contentbild .bu h3,
.teamBox .contentbild .bu h4,
.teamBox .contentbild .bu p {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.teamBox .contentbild .bu h4 {
  font-size: 15px;
  line-height: 15px;
  color: #869AA2;
  margin-bottom: 4px;
}
.teamBox .contentbild .bu h2 {
  font-size: 20px;
  line-height: 20px;
  color: #425865;
}
.teamBox .contentbild .bu h3 {
  color: #425865;
  font-size: 15px;
  line-height: 15px;
  margin-top: 4px;
}
.teamBox .contentbild .bu p,
.teamBox .contentbild .bu td,
.teamBox .contentbild .bu th {
  font-size: 15px;
  color: #425865;
  font-weight: 300;
  line-height: 130%;
}
.teamBox .contentbild .bu th {
  background: #869AA2;
  color: white;
}
.teamBox .contentbild .bu .teamHeadlines {
  padding-bottom: 7px;
  border-bottom: 1px solid #869AA2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .teamBox .contentbild .bu .teamHeadlines {
    padding-bottom: 0;
    margin-bottom: -4px;
    border-bottom: 0;
  }
}
.teamBox .contentbild .bu .teamTime {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .teamBox .contentbild .bu .teamTime {
    display: none;
  }
}
.teamBox .contentbild .bu .teamIcon {
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .teamBox .contentbild .bu .teamIcon {
    display: none;
  }
}
.teamBox .contentbild .bu .teamPlace {
  background-image: url("../img/icon_place.svg");
  background-position: left 2px top 2px;
  background-size: 20px;
}
.teamBox .contentbild .bu .teamMail {
  background-image: url("../img/icon_Mail.svg");
  background-position: left 2px top 5px;
  background-size: 21px;
}
.teamBox .contentbild .bu .teamPhone {
  background-image: url("../img/icon_Phone.svg");
  background-position: left 2px top 7px;
  background-size: 20px;
}
.teamBox .contentbild .bu .teamPhone p {
  padding-top: 3px;
}
.teamBox .contentbild .bu .teamToggle {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 12px;
  border: 1px solid #425865;
  color: #425865;
  border-radius: 100%;
  cursor: pointer;
  outline: 1px solid transparent;
  font-weight: 300;
  background-image: url("../img/icon_arrow.svg");
  background-position: -1px -1px;
}
.teamBox .contentbild .bu .teamToggle:hover,
.teamBox .contentbild .bu .teamToggle:focus {
  background-color: #425865;
  background-position: 31px -1px;
}
@media only screen and (max-width: 1024px) {
  .teamBox .contentbild .bu .teamToggle {
    display: none;
  }
}
.teamBox .contentbild .bu .button {
  position: absolute;
  bottom: 10px;
  box-shadow: none;
}
@media only screen and (max-width: 1240px) {
  .teamBox.teamOverview .teamPlace {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .teamBox.teamOverview .teamTime {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .teamBox.teamOverview .teamHead .teamBig .teamImg .bu .button {
    display: block;
  }
  .teamBox.teamOverview .teamHead .teamBig .teamImg .bu h3 {
    display: none;
  }
}
.teamBox.teamOverview .contenttext {
  margin-top: 50px;
  padding: 0px !important;
  width: 100%;
}
.teamBox .teamHead {
  width: 100%;
  margin-bottom: 45px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .teamBox .teamHead {
    margin-bottom: 30px;
  }
}
.teamBox .teamHead .contenttext {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .teamBox .teamHead .contenttext {
    margin-bottom: 15px;
  }
}
.teamBox .teamHead .teamBig {
  width: 100%;
  position: relative;
  overflow: visible;
}
.teamBox .teamHead .teamBig:after {
  content: "";
  display: table;
  clear: both;
}
.teamBox .teamHead .teamBig .teamImg {
  width: 50%;
  position: relative;
  padding-right: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .teamBox .teamHead .teamBig .teamImg {
    max-width: 480px;
    width: 100%;
    padding-right: 0px;
  }
}
.teamBox .teamHead .teamBig .teamImg .bu {
  padding: 10px;
  height: auto;
  top: auto;
  bottom: 0;
  overflow-y: hidden;
}
.teamBox .teamHead .teamBig .teamImg .bu h4 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 768px) {
  .teamBox .teamHead .teamBig .teamImg .bu h4 {
    font-size: 15px;
    line-height: 15px;
  }
}
.teamBox .teamHead .teamBig .teamImg .bu h2 {
  font-size: 27px;
  line-height: 27px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 768px) {
  .teamBox .teamHead .teamBig .teamImg .bu h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
.teamBox .teamHead .teamBig .teamImg .bu h3 {
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  .teamBox .teamHead .teamBig .teamImg .bu h3 {
    font-size: 15px;
    line-height: 15px;
  }
}
.teamBox .teamHead .teamBig .teamImg .bu .button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
}
.teamBox .teamHead .teamBig .teamImg img {
  width: 100%;
  height: auto;
}
.teamBox .teamHead .teamBig .teamText {
  width: 50%;
  margin-bottom: 0px;
  padding-left: 15px;
  box-sizing: border-box;
  bottom: 0px;
  right: 0px;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .teamBox .teamHead .teamBig .teamText {
    display: none;
  }
}
.teamBox .teamHead .teamBig .teamText h2,
.teamBox .teamHead .teamBig .teamText h3,
.teamBox .teamHead .teamBig .teamText h4,
.teamBox .teamHead .teamBig .teamText p {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.teamBox .teamHead .teamBig .teamText p {
  font-size: 18px;
  color: #425865;
  font-weight: 300;
  line-height: 120%;
}
@media only screen and (max-width: 1240px) {
  .teamBox .teamHead .teamBig .teamText p {
    font-size: 16px;
  }
}
.teamBox .teamHead .teamBig .teamText h4 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #869AA2;
}
@media only screen and (max-width: 1240px) {
  .teamBox .teamHead .teamBig .teamText h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
.teamBox .teamHead .teamBig .teamText h2 {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #425865;
}
@media only screen and (max-width: 1240px) {
  .teamBox .teamHead .teamBig .teamText h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
.teamBox .teamHead .teamBig .teamText h3 {
  color: #425865;
  font-size: 22px;
  line-height: 22px;
}
@media only screen and (max-width: 1240px) {
  .teamBox .teamHead .teamBig .teamText h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
.teamBox .teamHead .teamBig .teamText .teamHeadlines {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1240px) {
  .teamBox .teamHead .teamBig .teamText .teamHeadlines {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .teamBox .teamHead .teamBig .teamText .teamHeadlines {
    display: none;
  }
}
.teamBox .teamHead .teamBig .teamText .teamTime {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1240px) {
  .teamBox .teamHead .teamBig .teamText .teamTime {
    margin-bottom: 10px;
  }
}
.teamBox .teamHead .teamBig .teamText .teamIcon {
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
  margin-bottom: 0px;
}
.teamBox .teamHead .teamBig .teamText .teamPlace {
  background-image: url("../img/icon_place.svg");
  background-position: left 2px top 4px;
  background-size: 25px;
  padding: 7px 0 10px 35px;
}
.teamBox .teamHead .teamBig .teamText .teamMail {
  background-image: url("../img/icon_Mail.svg");
  background-position: left 2px top 10px;
  background-size: 25px;
  padding: 5px 0 10px 35px;
}
.teamBox .teamHead .teamBig .teamText .teamPhone {
  background-image: url("../img/icon_Phone.svg");
  background-position: left 2px top 4px;
  background-size: 25px;
  padding: 8px 0 10px 35px;
}
.teamBox .teamHead .teamBig .teamText .button {
  margin-top: 15px;
  box-shadow: none;
  padding: 6px 10px 4px;
}
.teamBox .teamList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1240px) {
  .teamBox .teamList {
    max-width: 907px;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .teamBox .teamList {
    max-width: initial;
  }
}
@media only screen and (max-width: 768px) {
  .teamBox .teamList {
    max-width: 480px;
    width: 100%;
  }
}
.teamBox .teamList > div {
  float: left;
  width: 33.33%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1240px) {
  .teamBox .teamList > div {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .teamBox .teamList > div {
    width: 100%;
  }
}
@media only screen and (min-width: 1240px) {
  .teamBox .teamList > div:nth-of-type(1),
  .teamBox .teamList > div:nth-of-type(4),
  .teamBox .teamList > div:nth-of-type(7),
  .teamBox .teamList > div:nth-of-type(10),
  .teamBox .teamList > div:nth-of-type(13),
  .teamBox .teamList > div:nth-of-type(16) {
    padding: 0 20px 0 0;
  }
  .teamBox .teamList > div:nth-of-type(1) .bu,
  .teamBox .teamList > div:nth-of-type(4) .bu,
  .teamBox .teamList > div:nth-of-type(7) .bu,
  .teamBox .teamList > div:nth-of-type(10) .bu,
  .teamBox .teamList > div:nth-of-type(13) .bu,
  .teamBox .teamList > div:nth-of-type(16) .bu {
    padding: 10px 30px 10px 10px;
  }
  .teamBox .teamList > div:nth-of-type(1) .bu .teamToggle,
  .teamBox .teamList > div:nth-of-type(4) .bu .teamToggle,
  .teamBox .teamList > div:nth-of-type(7) .bu .teamToggle,
  .teamBox .teamList > div:nth-of-type(10) .bu .teamToggle,
  .teamBox .teamList > div:nth-of-type(13) .bu .teamToggle,
  .teamBox .teamList > div:nth-of-type(16) .bu .teamToggle,
  .teamBox .teamList > div:nth-of-type(1) .bu .button,
  .teamBox .teamList > div:nth-of-type(4) .bu .button,
  .teamBox .teamList > div:nth-of-type(7) .bu .button,
  .teamBox .teamList > div:nth-of-type(10) .bu .button,
  .teamBox .teamList > div:nth-of-type(13) .bu .button,
  .teamBox .teamList > div:nth-of-type(16) .bu .button {
    right: 32px;
  }
  .teamBox .teamList > div:nth-of-type(2),
  .teamBox .teamList > div:nth-of-type(5),
  .teamBox .teamList > div:nth-of-type(8),
  .teamBox .teamList > div:nth-of-type(11),
  .teamBox .teamList > div:nth-of-type(14),
  .teamBox .teamList > div:nth-of-type(17) {
    padding: 0 10px;
  }
  .teamBox .teamList > div:nth-of-type(2) .bu,
  .teamBox .teamList > div:nth-of-type(5) .bu,
  .teamBox .teamList > div:nth-of-type(8) .bu,
  .teamBox .teamList > div:nth-of-type(11) .bu,
  .teamBox .teamList > div:nth-of-type(14) .bu,
  .teamBox .teamList > div:nth-of-type(17) .bu {
    padding: 10px 20px;
  }
  .teamBox .teamList > div:nth-of-type(2) .teamToggle,
  .teamBox .teamList > div:nth-of-type(5) .teamToggle,
  .teamBox .teamList > div:nth-of-type(8) .teamToggle,
  .teamBox .teamList > div:nth-of-type(11) .teamToggle,
  .teamBox .teamList > div:nth-of-type(14) .teamToggle,
  .teamBox .teamList > div:nth-of-type(17) .teamToggle,
  .teamBox .teamList > div:nth-of-type(2) .button,
  .teamBox .teamList > div:nth-of-type(5) .button,
  .teamBox .teamList > div:nth-of-type(8) .button,
  .teamBox .teamList > div:nth-of-type(11) .button,
  .teamBox .teamList > div:nth-of-type(14) .button,
  .teamBox .teamList > div:nth-of-type(17) .button {
    right: 22px;
  }
  .teamBox .teamList > div:nth-of-type(3),
  .teamBox .teamList > div:nth-of-type(6),
  .teamBox .teamList > div:nth-of-type(9),
  .teamBox .teamList > div:nth-of-type(12),
  .teamBox .teamList > div:nth-of-type(15),
  .teamBox .teamList > div:nth-of-type(18) {
    padding: 0 0 0 20px;
  }
  .teamBox .teamList > div:nth-of-type(3) .bu,
  .teamBox .teamList > div:nth-of-type(6) .bu,
  .teamBox .teamList > div:nth-of-type(9) .bu,
  .teamBox .teamList > div:nth-of-type(12) .bu,
  .teamBox .teamList > div:nth-of-type(15) .bu,
  .teamBox .teamList > div:nth-of-type(18) .bu {
    padding: 10px 10px 10px 30px;
  }
  .teamBox .teamList > div:nth-of-type(3) .teamToggle,
  .teamBox .teamList > div:nth-of-type(6) .teamToggle,
  .teamBox .teamList > div:nth-of-type(9) .teamToggle,
  .teamBox .teamList > div:nth-of-type(12) .teamToggle,
  .teamBox .teamList > div:nth-of-type(15) .teamToggle,
  .teamBox .teamList > div:nth-of-type(18) .teamToggle,
  .teamBox .teamList > div:nth-of-type(3) .button,
  .teamBox .teamList > div:nth-of-type(6) .button,
  .teamBox .teamList > div:nth-of-type(9) .button,
  .teamBox .teamList > div:nth-of-type(12) .button,
  .teamBox .teamList > div:nth-of-type(15) .button,
  .teamBox .teamList > div:nth-of-type(18) .button {
    right: 12px;
  }
}
@media only screen and (max-width: 1240px) {
  .teamBox .teamList > div:nth-of-type(odd) {
    padding: 0 15px 0 0px;
  }
  .teamBox .teamList > div:nth-of-type(odd) .bu {
    padding: 10px 25px 10px 10px;
  }
  .teamBox .teamList > div:nth-of-type(odd) .bu .teamToggle,
  .teamBox .teamList > div:nth-of-type(odd) .bu .button {
    right: 25px;
  }
  .teamBox .teamList > div:nth-of-type(even) {
    padding: 0 0px 0 15px;
  }
  .teamBox .teamList > div:nth-of-type(even) .bu {
    padding: 10px 10px 10px 25px;
  }
  .teamBox .teamList > div:nth-of-type(even) .bu .teamToggle,
  .teamBox .teamList > div:nth-of-type(even) .bu .button {
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .teamBox .teamList > div:nth-of-type(odd) {
    padding: 0px;
  }
  .teamBox .teamList > div:nth-of-type(odd) .bu {
    padding: 10px;
  }
  .teamBox .teamList > div:nth-of-type(odd) .bu .teamToggle,
  .teamBox .teamList > div:nth-of-type(odd) .bu .button {
    right: 10px;
  }
  .teamBox .teamList > div:nth-of-type(even) {
    padding: 0px;
  }
  .teamBox .teamList > div:nth-of-type(even) .bu {
    padding: 10px;
  }
  .teamBox .teamList > div:nth-of-type(even) .bu .teamToggle,
  .teamBox .teamList > div:nth-of-type(even) .bu .button {
    right: 10px;
  }
}
.teamBox .teamList > div img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .teamBox.teamPage .teamHead .teamBig .teamText {
    position: static;
    margin: 20px 0 10px;
    padding-left: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .teamBox.teamPage .teamHead .teamBig .teamText {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .teamBox.teamPage .teamHead .teamBig .teamImg .bu {
    display: none;
  }
}
.teamBox .teamInfo h2 {
  margin-bottom: 20px;
}
.teamBox .teamInfo h3 {
  margin-bottom: 10px;
  margin-top: 25px;
}
.teamBox .teamInfo h3:first-of-type {
  margin-top: 0px;
}
@media only screen and (max-width: 1400px) {
  .teamBox .teamInfo h4 {
    padding-left: 0px;
  }
}
.teamBox .teamInfo p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
}
.teamBox .teamInfo ul {
  list-style-type: none;
  margin: 0;
}
.teamBox .teamInfo .frage2 h2 {
  position: relative;
  cursor: pointer;
}
.teamBox .teamInfo .frage2 h2:before {
  content: "";
  background-image: url("../img/accordeon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 14px;
  width: 14px;
  position: absolute;
  left: -21px;
  top: 11px;
  background-size: 14px;
}
@media only screen and (max-width: 768px) {
  .teamBox .teamInfo .frage2 h2:before {
    background-size: 12px;
    height: 12px;
    width: 12px;
    top: 9px;
  }
}
.teamBox .teamInfo .frage2.aktiv h2:before {
  background-position: 0 -14px;
}
@media only screen and (max-width: 1400px) {
  .teamBox .teamInfo .frage2 {
    padding-left: 20px;
  }
}
.teamBox .teamInfo .antwort2 {
  padding-left: 20px;
  margin-bottom: 50px;
}
.teamBox .teamInfo .antwort2 .publicationList li.publication {
  margin-bottom: 15px;
}
.teamBox .teamInfo .antwort2 .publicationList li:last-of-type {
  margin-bottom: 0;
}
/* Buttons und Content-Menü */
section .menu ul,
section .menu li {
  width: 100%;
  max-width: 465px;
  padding: 0;
  margin: 0;
}
button,
.button {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  padding: 5px 10px;
  border: 1px solid #425865;
  color: #425865 !important;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
}
button:hover,
.button:hover,
button:focus,
.button:focus {
  border: 1px solid #425865;
  background: #425865;
  color: white !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.publicationList .category {
  margin-bottom: 40px !important;
  padding: 0px 0 0 20px;
}
section .menu a {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  padding: 5px 10px;
  border: 1px solid #425865;
  color: #425865 !important;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  width: 100%;
  padding: 10px;
}
section .menu a:hover,
section .menu a:focus {
  border: 1px solid #425865;
  background: #425865;
  color: white !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contentelement.download {
  margin: 30px 0;
}
.contentelement.download:after {
  content: "";
  display: table;
  clear: both;
}
.contentelement.download a.downloadicon {
  float: left;
  width: 32px;
  height: 32px;
  background: url("../img/pdf-icon.png") no-repeat;
}
.contentelement.download .bu {
  float: left;
  margin: 6px 0 0 12px;
  max-width: 255px;
}
.contentelement.download .bu p {
  margin: 0;
}
.contentelement.frage2 {
  cursor: pointer;
}
.contentelement table {
  border: 1px solid #869AA2;
  border-spacing: 0;
  width: 100% !important;
  margin: 20px 0 30px 0;
}
.contentelement table td,
.contentelement table th {
  padding: 4px 10px;
  text-align: left;
}
.contentelement table thead {
  background-color: #869AA2;
}
.contentelement table thead td,
.contentelement table thead th {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
}
.contentelement table thead td:last-of-type,
.contentelement table thead th:last-of-type {
  border: none !important;
}
.contentelement table tbody tr {
  background: white;
  position: relative;
  transform: scale(1);
}
.contentelement table tbody tr td {
  border-right: 1px solid #ebeef0;
}
.contentelement table tbody tr td:last-of-type {
  border-right: none !important;
}
.contentelement table tbody tr.blau {
  background: #c0cace;
}
.contentelement table tbody tr.blau td {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.contentelement table tbody tr.blau td:last-of-type {
  border: none !important;
}
.contentelement table tbody tr.linie td {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}
.contentelement table .zulang {
  cursor: pointer;
}
.contentelement table .zulang td div {
  height: auto;
}
.contentelement table .td-zulang {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 1s;
}
.contentelement table .td-zulang.aufgeklappt {
  max-height: 1000px;
  overflow: hidden;
}
.contentelement table .zulang td:first-of-type div::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 90px;
  bottom: 1px;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  z-index: 100;
  transition: all 0.5s;
  pointer-events: none;
}
.contentelement table .blau.zulang td:first-of-type div::before {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #c0cace 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #c0cace 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #c0cace 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#c0cace', GradientType=0);
  /* IE6-9 */
}
.contentelement table .td-zulang.aufgeklappt::before {
  opacity: 0;
  height: 0;
}
.contentelement table .zulang td:first-of-type div::after {
  opacity: 1;
  content: "";
  background-image: url("/static/img/tabelle_pfeil.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  left: calc(50% - 15px);
  bottom: 7px;
  height: 11px;
  z-index: 9999;
  transition: all 0.1s;
}
.contentelement table .zulang td:first-of-type div.aufgeklappt::after {
  opacity: 0;
}
/* Footer */
footer {
  padding: 10px 0px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1024px) {
  footer {
    display: none;
  }
}
footer .total {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  font-family: 'Lato', sans-serif;
  padding: 0 20px;
  box-sizing: border-box;
}
footer .total:after {
  content: "";
  display: table;
  clear: both;
}
footer .total p {
  float: left;
}
footer .total p a {
  text-decoration: none;
  color: #E9B03C;
  padding-left: 47px;
  background-image: url("../img/logo_institut_gold.png");
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: left center;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  height: 100%;
  display: block;
}
footer .total p a:hover,
footer .total p a:focus {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
footer .total .menu {
  float: right;
}
footer .total .menu li {
  float: left;
  margin-left: 20px;
}
footer .total .menu li:first-of-type {
  margin-left: 0;
}
footer .total .menu li a {
  color: #425865;
  text-decoration: none;
}
footer .total .menu li a:hover,
footer .total .menu li a:focus {
  color: #869AA2;
}
.frage2 h3 {
  position: relative;
}
.frage2 h3:before {
  content: "";
  background-image: url("../img/accordeon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 12px;
  width: 12px;
  position: absolute;
  left: -16px;
  top: 8px;
  background-size: 12px;
}
.frage2.aktiv h3:before {
  background-position: 0 -12px;
}
.responsive {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  box-sizing: border-box;
  color: #425865;
  font-size: 18px;
}
.responsive nav {
  padding: 36px 10px 40px;
}
.responsive nav h2 {
  font-size: 36px;
  font-weight: 300;
  padding-bottom: 40px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.responsive nav ul {
  list-style-type: none;
  margin: 0 0 40px;
}
.responsive nav ul li {
  font-family: 'Lato', sans-serif;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.responsive nav ul li ul {
  margin: 0px 0 20px 0px;
}
.responsive nav ul li ul li {
  display: inline-block;
  font-weight: 300;
  margin: 0;
  text-transform: initial;
}
.responsive nav ul li div {
  display: block !important;
}
.responsive nav ul li a {
  color: #425865;
  text-decoration: none;
  padding: 5px 10px;
  display: block;
}
.responsive nav ul li a:hover,
.responsive nav ul li a.aktiv,
.responsive nav ul li a:focus {
  color: #9D7318;
}
.responsive #responsiveFooter {
  border-top: 1px solid black;
  padding-top: 10px;
  margin: 0;
  max-width: inherit;
}
.responsive #responsiveFooter li {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
/* Responsive Menu Icon */
#iconMenuResponsive div {
  width: 50px;
  height: 39px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#iconMenuResponsive div:hover span,
#iconMenuResponsive div:focus span {
  background: #9D7318;
}
#iconMenuResponsive div span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #172833;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#iconMenuResponsive div span:nth-child(1) {
  top: 0px;
}
#iconMenuResponsive div span:nth-child(2),
#iconMenuResponsive div span:nth-child(3) {
  top: 18px;
}
#iconMenuResponsive div span:nth-child(4) {
  top: 36px;
}
#iconMenuResponsive.open div span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#iconMenuResponsive.open div span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#iconMenuResponsive.open div span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#iconMenuResponsive.open div span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
