/**
 * Copyright abaton GmbH
 */

/**
 * General
 */
body {
  font: 14px "Trebuchet MS", Verdana, sans-serif;
  line-height: 22px;
  color: #333333;
}
#page-33191 .contentWrapper,
#page-33887 .contentWrapper {
  background: #144d8d url("../Img/background.png") center top no-repeat;
}
#page-33879 .contentWrapper,
#page-33880 .contentWrapper {
  background: #144d8d url("../Img/background.png") center top no-repeat;
}
.contentWrapper {
  background-color: #fff !important;
  background-repeat: repeat-y !important;
}

.container {
  width: 1280px;
}

h1,
h2,
h3,
h4 {
  color: #144d8d;
  font-weight: normal;
  margin-top: 0px;
  font-family: "Trebuchet MS", Verdana, sans-serif !important;
  margin-bottom: 15px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

a {
  color: #f39b3f;
  text-decoration: none;
  font-weight: bold !important;
}

a:hover {
  text-decoration: underline;
}

a.content-button-intern {
  border: 1px solid #000000;
  background-color: #f1f1f1;
  padding: 5px;
  margin-bottom: 10px;
  color: #144d8d;
}

a.content-button-intern:hover {
  background-color: #144d8d;
  color: #fff;
}

p {
  margin: 0 0 35px;
}

.button {
  background-color: #f39b3f;
  text-align: center;
}

input,
select {
  border-radius: 0px;
  border: 1px solid #cfd4d7;
  background-color: white;
  height: 28px;
}

.qrCode {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: #333;
  border: 1px solid #333;
  font-size: 8px;
}

.qrCode span {
  display: block;
  padding: 10px;
  cursor: pointer;
  color: white;
  text-align: center;
}

.qrCode img {
  display: none;
}

.qrCode::selection,
.qrCode::-moz-selection {
  background: #333; /* Firefox */
}

.windowSize {
  position: fixed;
  top: 0px;
  right: 0px;
  background: #333;
  border: 1px solid #333;
  font-size: 8px;
}

.stickyWrapper {
  height: 184px;
}

.sticky .menuWrapper {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0px;
}
.sticky .breadcrumbWrapper {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 39px;
}

.tx-powermail h3 {
  display: none;
}

@media (max-width: 991px) {
  .stickyWrapper {
    height: 195px;
  }
  .sticky .menuWrapper {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0px;
  }
  .sticky .breadcrumbWrapper {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 50px;
  }
}

.nav-toggle {
  clear: both;
}

/**
 * Top
 */
.topWrapper {
  background-color: #144d8d;
  height: 115px;
}

.topWrapper .container {
  background: #144d8d url("../Img/map.png") no-repeat right top;
  height: 115px;
}

@media (max-width: 991px) {
  .topWrapper .container {
    background: none;
  }
}

.topWrapper .container a {
  color: white;
  text-decoration: none;
}

.topWrapper .container a:hover {
  text-decoration: underline;
}

.topWrapper .container .logo {
  margin: 18px 0px 0px 0px;
  display: block;
}

.topWrapper span {
  color: white;
}

.languageSelect img {
  height: 16px !important;
}
.languageSelect {
  height: 26px !important;
}

.topWrapper .container .languageSelect {
  margin-top: 20px;
}

.topWrapper .container .languageSelect ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.topWrapper .container .languageSelect li.lang {
  text-decoration: none;
  padding: 0px 5px 2px 4px;
  float: right;
  margin-top: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.topWrapper .container .languageSelect ul a {
  text-decoration: none;
}
.topWrapper .container .languageSelect ul a.socialLink {
  text-decoration: none;
  padding: 2px 5px;
  float: right;
  margin-top: 0px;
}

.topWrapper .container .languageSelect ul a:hover {
  background-color: #cfd4d7;
  color: #144d8d;
}

.topWrapper .container .search {
  float: right;
  margin-top: 10px;
}

#searchstring {
  border: 0px !important;
  border-radius: 0px;
  background-color: white;
}

.topWrapper .container .search #searchstring {
  height: 28px;
  width: 225px;
  display: block;
  float: left;
  padding: 3px 15px;
}

.topWrapper .container .search input.button {
  color: #ffffff;
  height: 28px;
  padding: 3px 15px;
  background: #f39b3f
    url("../Img/magnifier2.png") center no-repeat;
  width: 32px;
}

/**
 * Menu
 */
.menuWrapper {
  background-color: #4967a0;
  height: auto !important;
}

.menuWrapper .container ul li.home a {
  padding: 9px 10px 9px 0px;
}
.menuWrapper .container ul li.home.active a {
  padding: 9px 10px 10px 0px;
}
.menuWrapper .container ul li.home.active a,
.menuWrapper .container ul li.home a:hover {
  background: none !important;
  color: #f39b3f !important;
}

.menuWrapper .container {
  height: auto !important;
}

@media (min-width: 640px) {
  .menuWrapper {
    background-color: #4967a0;
    height: 40px;
  }

  .menuWrapper .container {
    height: 40px;
  }
}

.menuWrapper .container ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .menuWrapper .container ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: none;
  }
}

.menuWrapper .container ul li {
  float: left;
}

@media (min-width: 640px) {
  .menuWrapper .container ul li {
    width: auto !important;
  }
}

.menuWrapper .container ul li a {
  color: white;
  display: block;
  padding: 9px 10px 10px 10px;
  text-decoration: none;
}

.menuWrapper .container ul li a:hover {
  background-color: #cfd4d7;
  color: #144d8d;
  text-decoration: underline;
}

.menuWrapper .container ul li.active a {
  background-color: #cfd4d7;
  color: #144d8d;
}

.menuWrapper .container ul ul {
  display: none;
}

.menuWrapper .container ul ul li {
  float: none;
  clear: both;
}

.menuWrapper .container ul ul li a {
  color: #333;
  display: block;
  padding: 5px 5px;
  padding: 5px 5px;
  text-decoration: none;
}
.menuWrapper .container ul li:hover a,
.menuWrapper .container ul ul li a:hover {
  background-color: #cfd4d7;
  color: #144d8d;
  text-decoration: underline;
}

.menuWrapper .container ul ul li.active a {
  background-color: #c0c0c0;
  color: #333333;
}

@media (max-width: 991px) {
  .menuWrapper .container .alumni-ecampus {
    position: absolute;
    top: -155px;
    left: 20px;
  }
}

.menuWrapper .container ul li:hover ul {
  display: block;
}

.menuWrapper .container ul li ul {
  position: absolute;
  background: white;
  z-index: 1000;
  width: 200px;
  border-left: 1px solid #c6cccf;
  border-right: 1px solid #c6cccf;
}

.menuWrapper .container ul li ul li {
  float: none;
  background: white;
}

.menuWrapper .container ul li ul li a {
  display: block;
  background: white !important;
  padding: 3px 10px !important;
  border-bottom: 1px solid #ccc;
  text-decoration: none !important;
}
.menuWrapper .container ul li ul li a:hover {
  text-decoration: underline !important;
  background: #e2e7ea !important;
  color: #144d8d;
}

.menuWrapper .container ul li ul li.active a {
  background: #e2e7ea !important;
  color: #144d8d;
}

/* MENU 3-level +*/
.menuWrapper .container .sub li {
  position: relative;
}
.menuWrapper .container .sub li:hover .subsub {
  visibility: visible;
  display: block;
}
.menuWrapper .container .sub .subsub {
  display: none;
  background: white none repeat scroll 0 0;
  position: absolute;
  left: 100%;
  visibility: hidden;
  top: 0;
}
.menuWrapper .container .sub .subsub li:first-child {
  border-top: 1px solid #ccc;
}
.menuWrapper .container .sub .subsub a {
  background: white none repeat scroll 0 0 !important;
  color: #144d8d;
}
.menuWrapper .container .sub .subsub li.active a,
.menuWrapper .container .sub .subsub a:hover {
  background: #e2e7ea none repeat scroll 0 0 !important;
  color: #144d8d;
}
/* MENU 3-level -*/
.sub_level3 li a {
  font-weight: normal !important;
  padding-left: 10px;
  text-decoration: none !important;
}

.sub_level3 .active a {
  font-weight: bold !important;
  padding-left: 10px;
  text-decoration: underline !important;
}
/*


*/

/**
 * Breadcrumb
 */
.breadcrumbWrapper {
  background-color: #cfd4d7;
  height: 30px;
}

.breadcrumbWrapper .container {
  height: 30px;
}

.breadcrumbWrapper .container ul {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.breadcrumbWrapper .container ul li {
  float: left;
}

.breadcrumbWrapper .container ul li a {
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 5px 0px;
}

.breadcrumbWrapper .container ul li a:hover {
  text-decoration: underline;
}

.breadcrumbWrapper .container ul li a.active {
  text-decoration: underline;
}

.breadcrumbWrapper .container ul li a:after {
  content: ">";
  padding: 0px 5px;
}

.breadcrumbWrapper .container ul li.last a:after {
  content: "";
}

/**
 * Content
 */
.contentWrapper {
  padding: 25px 10px 0;
  min-height: 300px;
}

.contentWrapper .leftNavigation {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

.contentWrapper .leftNavigation li {
  margin-bottom: 10px;
}

.contentWrapper .leftNavigation a {
  color: #144d8d;
  text-decoration: none;
}

.contentWrapper .leftNavigation a:hover,
.contentWrapper .leftNavigation .active a,
.contentWrapper .leftNavigation .active .active a,
.contentWrapper .leftNavigation .active li a:hover {
  text-decoration: underline;
}

.contentWrapper .leftNavigation .active li a {
  text-decoration: none;
}

.contentWrapper .leftNavigation .sub {
  margin-left: 20px;
  margin-bottom: 10px;
}

/**
 * Footer
 */
.footerWrapper {
  background-color: #144d8d;
  height: auto;
  color: white;
  padding: 20px 0px;
}

.footerWrapper h1,
.footerWrapper h2,
.footerWrapper h3 {
  color: white;
}

.footerWrapper .ele {
  margin: 0px 0px 20px 0px;
}

.footerWrapper .container {
  height: auto;
}

.footerWrapper .container ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footerWrapper .container ul li {
}

.footerWrapper .container ul li a {
  color: white;
  display: block;
  text-decoration: none;
  /*padding: 2px 5px;*/
}
.footerWrapper .container a {
  color: white;
  text-decoration: none;
}

.footerWrapper .container ul li a:hover,
.footerWrapper .container a:hover {
  text-decoration: underline;
}

.footerWrapper .container ul li a.active,
.footerWrapper .container a.active {
  text-decoration: underline;
}

/* indexed search */
.container #tx_indexedsearch label {
  clear: both;
  float: left;
  display: none;
}

.container #tx_indexedsearch input {
  margin-left: 0px;
  float: left;
}

.container .tx-indexedsearch-searchbox-sword {
  margin-left: 0px;
}

.container .tx-indexedsearch legend {
  display: none;
}

.container .tx-indexedsearch-icon {
  display: block;
  float: left;
}

.container .tx-indexedsearch-icon img {
  margin-top: 2px;
}

.tx-indexedsearch-percent {
  display: block;
  float: right;
  margin-right: 10px;
}

.tx-indexedsearch-title {
  margin-left: 5px;
}

/* tt_news */
.news-latest-container {
  padding: 0;
}

.news-latest-container img {
  float: left;
  margin-right: 30px;
}

.news-latest-container a {
  color: #fff;
}

.news-latest-container h2,
.news-latest-container h2 a,
.news-latest-container-alumni h2,
.news-latest-container-alumni h2 a,
.news-latest-date,
.news-list-date,
.news-single-date {
  margin: 0;
  color: #f39b3f;
}

.news-latest-container h2 {
  font-size: 15px;
}

.news-latest-container-alumni h2 {
  font-size: 15px;
  padding-bottom: 5px;
}

.news-latest-container .right {
  margin-top: -2px;
}

.news-list-item h2 a {
  color: #144d8d;
}

.news-list-item img {
  float: left;
  margin: 0 30px 0 0;
}

.news-list-item {
  margin-bottom: 30px;
}

.news-list-morelink {
  display: block;
}

.disabledLinkWrap,
.browseLinksWrap a,
.activeLinkWrap {
  display: block;
  float: left;
  margin-right: 10px;
}

.news-single-item h1,
.news-list-item h2 {
  margin-bottom: 0;
}

.news-single-item h2 {
  margin-bottom: 10px;
}

.news-single-date {
  margin-bottom: 30px;
}

.news-single-item img {
  float: left;
  margin: 0 30px 30px 0;
}

.news-single-item p {
  margin-top: -2px;
}

/* NEWS additional pictures */
.news-single-img {
  float: left;
  max-width: 500px;
  margin: 0 30px 30px 0;
}
.news-single-img img {
  float: none;
  margin: 0;
  max-height: 305px;
}
.news-single-img p.news-single-imgcaption {
  margin-top: 0;
  color: #b7b7b7;
}
/* NEWS List pictures */
.news-list-container {
  max-width: 750px;
}
.news-list-container .news-list-item .singleimage {
  margin-bottom: 10px;
}
.news-list-container .news-list-item .singleimage img {
  float: none;
  margin: 0;
}
@media (max-width: 991px) {
  .mainnav-collapse {
    display: none;
  }

  .responsiveSlideNav,
  .responsiveSlideNavButton {
    display: block;
  }
}

@media (min-width: 992px) {
  .responsiveSlideNav,
  .responsiveSlideNavButton {
    display: none;
  }
}

.responsiveSlideNavButton {
  padding: 8px 5px;
  margin: 0px 0px 0px 0px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.responsiveSlideNavButton img {
  width: 34px;
  margin: 0 auto;
  background: #fff;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.responsiveSlideNavButton:hover {
  color: white !important;
  text-decoration: none !important;
}

.responsiveSlideNav {
  position: fixed;
  top: 0;
  left: -260px;
  background: white;
  width: 260px;
  height: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  z-index: 101;
  -webkit-box-shadow: 2px 0px 3px #727272;
  -moz-box-shadow: 2px 0px 3px #727272;
  box-shadow: 2px 0px 3px #727272;
  overflow-y: scroll;
}

.responsiveSlideNav li a {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #ebebeb;
}
.responsiveSlideNav li.active li.active li.active a,
.responsiveSlideNav li.active li.active a,
.responsiveSlideNav li.active a,
.responsiveSlideNav li a:hover {
  text-decoration: none;
  background: #f4f4f4;
  color: #144d8d;
}
.responsiveSlideNav li.active li.active li a,
.responsiveSlideNav li.active li a {
  text-decoration: none;
  background: #fff;
  color: #f39b3f;
}

.responsiveSlideNav li.active li a {
  background: #fff;
}

.responsiveSlideNav li.active li a {
  background: #fff;
}

.responsiveSlideNav ul {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

.responsiveSlideNav ul li a {
  padding: 15px 25px;
}

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

  .responsiveSlideSubNav,
  .responsiveSlideSubNavButton {
    display: none;
  }
  .responsiveSlideNav ul.subsub li a {
    padding: 15px 45px;
  }
}

@media (min-width: 992px) {
  .responsiveSlideSubNav,
  .responsiveSlideSubNavButton {
    display: none;
  }
}

.responsiveSlideSubNavButton {
  padding: 8px 5px;
  background: rgb(207, 212, 215);
  margin: 0px 0px 20px 0px;
  color: #333;
  text-align: center;
}

.responsiveSlideSubNavButton:hover {
  color: white !important;
  text-decoration: none !important;
}

.responsiveSlideSubNav {
  position: fixed;
  top: 0;
  left: -260px;
  background: white;
  width: 260px;
  height: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  z-index: 101;
  -webkit-box-shadow: 2px 0px 3px #727272;
  -moz-box-shadow: 2px 0px 3px #727272;
  box-shadow: 2px 0px 3px #727272;
}

.responsiveSlideSubNav li a {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #ebebeb;
}

.responsiveSlideSubNav li a:hover {
  text-decoration: none;
  background: #f4f4f4;
}

.mobileTopWrapper {
  height: 40px;
  background: #144d8d;
}

.mobileTopWrapper .container .languageSelect {
  margin-top: 10px;
  width: 100%;
}

.mobileTopWrapper .container .languageSelect ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.mobileTopWrapper .container .languageSelect ul img {
  float: right;
  margin-top: 3px;
}

.mobileTopWrapper .container .languageSelect a {
  color: white;
  margin-top: 5px;
  display: inline-block;
}

.mobileTopWrapper .container .languageSelect a:hover {
  color: white;
  text-decoration: none;
}

.mobileSearchWrapper {
  background: #cfd4d7;
  border-top: 1px solid #bdc1c4;
  height: 40px;
}

.mobileSearchWrapper .container .search {
  padding: 5px 0px;
}

.mobileSearchWrapper .container .search #searchstring {
  height: 28px;
  width: 80%;
  display: block;
  float: left;
  padding: 3px 15px;
}

.mobileSearchWrapper .container .search input.button {
  color: #ffffff;
  height: 28px;
  padding: 3px 15px;
  width: 20%;
  background: #f39b3f
    url("../Img/magnifier2.png") center no-repeat;
}

@media (max-width: 991px) {
  .responsiveTable {
    display: block;
  }
  .tablesorter {
    display: none;
  }
}
@media (min-width: 992px) {
  .responsiveTable {
    display: none;
  }
  .tablesorter {
    display: block;
  }
}
.responsiveTable table {
  margin-bottom: 20px;
}
.responsiveTable table td {
  padding: 5px 8px;
}
.responsiveTable table td a {
  padding: 5px 0px;
  display: block;
}
.responsiveTable .odd table {
  background: #f3f3f3;
}
.responsiveTable,
.responsiveTable table {
  width: 100%;
  max-width: none;
}
.responsiveTable td {
  width: 100%;
  vertical-align: text-top;
  font-size: 12px;
}
.responsiveTable td td {
  width: 50%;
}
.responsiveTable > td {
  margin-bottom: 50px;
}
table.tablesorter {
  background: none !important;
  font-size: 14px;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
  background-color: #4967a0 !important;
  font-size: 14px;
  color: white;
}
table.tablesorter tbody td {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
table.tablesorter tbody tr.second td {
  background-color: #cfd4d7;
}
.csc-textpic-caption {
  color: #b7b7b7;
}
.downloadlink img,
.no-responsive {
  display: inline !important;
}

.tx-wecstaffdirectory-pi1 ul.entries h2,
.tx-wecstaffdirectory-pi1 ul.entries h4 {
  padding-left: 20px;
}

.tx-wecstaffdirectory-pi1 ul.entries h2 {
  padding-top: 10px;
}

@media screen and (min-width: 992px) {
  .tx-wecstaffdirectory-pi1 ul.entries h2 {
    padding-top: 0px;
  }

  .tx-wecstaffdirectory-pi1 ul.entries h2,
  .tx-wecstaffdirectory-pi1 ul.entries h4 {
    padding-left: 0px;
  }
}

.tx-wecstaffdirectory-pi1 img {
  display: inline !important;

}
.tx-wecstaffdirectory-pi1 table.entries {
  width: 100%;
  margin-bottom: 25px;
}
.tx-wecstaffdirectory-pi1 table.entries td {
  width: 25%;
}
.tx-wecstaffdirectory-pi1 table.entries .odd td {
  background: #f0f0f6;
}

.tx-wecstaffdirectory-pi1 table.entries td.last {
  text-align: right;
}
.tx-wecstaffdirectory-pi1 table.entries td img {
  display: inline;
}
.tx-wecstaffdirectory-pi1 ul {
  padding: 0px;
  margin: 0px;
}
.tx-wecstaffdirectory-pi1 li {
  list-style: none;
}
.tx-wecstaffdirectory-pi1 .fieldLabel {
  margin-right: 10px;
}
.personnel .staff .person img{
  object-fit: cover;
  object-position: top;
}

.row-stuff{
  margin: 0px;
}




/* KENBURNS STYLES
-------------------------------------------------------*/
#kenburns-container {
  position: relative;
}

#kenburns-title {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  background: white;
  padding: 10px;
  width: 70%;
  margin: 10px;
  display: none;
  /*filter: alpha(opacity=70);*/
  /*opacity: 0.7;*/
  background: url(../Img/kenburnsbg.png);
}

#kenburns-title div,
#kenburns-title a {
  color: #333;
}

#kenburns-slideshow {
  position: relative;
  width: 100%;
  height: 360px;
  background-color: #292929;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.kb-slide {
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.kb-slide img {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.loader {
  width: 32px;
  height: 32px;
  top: 6px;
  left: 550px;
  border: 5px solid rgba(128, 128, 128, 0.9);
  opacity: 0.9;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px dotted rgba(0, 0, 0, 0);
  border-radius: 32px;
  -moz-animation: spin 0.7s infinite linear;
  -webkit-animation: spin 0.7s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

p {
  margin-bottom: 15px !important;
}

th {
  line-height: 16px;
}
.formu input,
input {
  width: 100%;
  height: 32px;
  padding: 6px;
}

.formu select,
select {
  width: 100%;
  height: 32px;
  padding: 6px;
}
.formu input[type="submit"],
input[type="submit"] {
  width: 50%;
  background: #f1f1f1;
}

.formu input[type="submit"]:hover,
input[type="submit"]:hover {
  width: 50%;
  background-color: #144d8d;
  color: #fff;
}

textarea {
  width: 100% !important;
  background-color: #ffffff;
  border: 1px solid #cfd4d7;
}

.tx-felogin-pi1 form div {
  margin-top: 20px;
}

.tx-felogin-pi1 fieldset {
  margin: 0px !important;
  padding: 0px !important;
}

legend {
  margin-top: 20px;
}

.tx-abajvicoursemanager-pi1 p,
.tx-abajvicoursemanager-pi2 p {
  margin: 0 !important;
}

.tx-abajvicoursemanager-pi1 tr,
.tx-abajvicoursemanager-pi2 tr {
  cursor: pointer;
}

.col-md-3 input[type="submit"] {
  width: 50%;
}

.tx-srfeuserregister-pi1 dd label {
  padding: 0px !important;
}

.tx-srfeuserregister-pi1 input[type="radio"],
.tx-srfeuserregister-pi1 input[type="checkbox"] {
  width: 12px;
  margin-right: 10px;
}
.tx-srfeuserregister-pi1 dd label {
  margin-right: 10px !important;
}

#tx-indexedsearch-searchbox-button-submit {
  width: 20%;
}

.home .img-responsive {
  display: inline;
}

.news-latest-container h2 {
}
.box.padder {
  padding: 10px;
}
.box {
  border: 1px solid #154881;
  background: #215da2;
  -webkit-box-shadow: 0px 0px 3px #1a477a;
  -moz-box-shadow: 0px 0px 3px #1a477a;
  box-shadow: 0px 0px 3px #1a477a;
  font-size: 14px;
}

.bottom-height ul {
  margin: 0px;
  padding-left: 15px;
}
audio {
  display: none;
}

object {
  display: block;
}

@media (max-width: 1300px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  /*  .slide-height {
        height: 360px;
    } */

  .bottom-height {
    height: 553px;
  }

  .small.bottom-height {
    height: 264px;
    margin-bottom: 25px;
  }
  /*
    #page-33887 .news-latest-item ,
    #page-33191 .news-latest-item {
        height:110px;
    }
    #page-33879 .news-latest-item ,
    #page-33880 .news-latest-item {
        height:110px;
    }
    #page-33879 .col-xs-12.col-md-4 .news-latest-item ,
    #page-33880 .col-xs-12.col-md-4 .news-latest-item {
				height:100px;
    }
    #page-33879 .col-xs-12.col-md-4 .news-latest-item .col-xs-5,
    #page-33880 .col-xs-12.col-md-4 .news-latest-item .col-xs-5 {
				max-height:89px;
				overflow: hidden;
    }
	*/
  audio {
    display: none;
  }

  object {
    display: block;
  }
}

@media (max-width: 1199px) {
  .box .img-responsive {
    width: 100%;
  }

  #kenburns-slideshow {
    height: 380px;
  }

  /* .slide-height {
        height: 380px;
    } */

  .slide-height img {
    width: 156px !important;
  }

  #c284762 img,
  #c284592 img {
    width: 104px;
  }

  .bottom-height {
    height: 554px;
  }

  .small.bottom-height {
    height: 264px;
    margin-bottom: 25px;
  }

  #page-33887 .news-latest-item,
  #page-33191 .news-latest-item {
    height: 120px;
  }
  #page-33879 .news-latest-item,
  #page-33880 .news-latest-item {
    height: 110px;
  }
  #page-33879 .col-xs-12.col-md-4 .news-latest-item,
  #page-33880 .col-xs-12.col-md-4 .news-latest-item {
    height: 100px;
  }
  #page-33879 .col-xs-12.col-md-4 .news-latest-item .col-xs-5,
  #page-33880 .col-xs-12.col-md-4 .news-latest-item .col-xs-5 {
    max-height: 89px;
    overflow: hidden;
  }

  audio {
    display: none;
  }

  object {
    display: block;
  }
}

@media (max-width: 979px) {
  .box {
    margin-bottom: 20px;
  }

  .box .img-responsive {
    width: auto;
  }

  .slide-height {
    height: auto !important;
  }

  .bottom-height {
    height: auto !important;
  }

  audio {
    display: block;
  }

  object {
    display: none;
  }
}

@media (max-width: 767px) {
  .box {
    margin-bottom: 20px;
  }

  .slide-height {
    height: auto;
  }

  .bottom-height {
    height: auto;
  }
  audio {
    display: block;
  }

  object {
    display: none;
  }
}

.alumni-ecampus {
  display: none;
}

.staff {
  width: 23.821%;
  float: left;
  margin: 0px 5px 20px 5px;
}

.staff .image {
  width: 100%;
  display: block;
  background-size: 100% !important;
}

.staff span a {
  display: block;
}

.tx-wecstaffdirectory-pi1 .pluginNav {
  display: none;
}

@media (min-width: 1200px) {
  .staff .image {
    height: 250px !important;
  }
}

@media (max-width: 1199px) {
  .staff {
    width: 23.568547%;
    font-size: 12px;
  }
  .staff .image {
    height: 204px;
  }
}
@media (max-width: 979px) {
  .staff .image {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .staff {
    width: 44%;
    float: left;
    margin: 0px 5px 20px 5px;
  }
  .staff .image {
    height: 290px;
  }
}

@media (max-width: 579px) {
  .staff {
    width: 100%;
    float: left;
    margin: 0px 5px 20px 5px;
  }
  .staff .image {
    height: 510px;
    background-position: center top !important;
  }
}

@media (max-width: 476px) {
  .staff {
    width: 100%;
    float: left;
    margin: 0px 5px 20px 5px;
  }
  .staff .image {
    height: 440px;
    background-position: center top !important;
  }
}

.phone {
  color: #333;
  font-weight: normal !important;

  display: block;
}

.phone:hover {
  text-decoration: none;
}

/* fe-login */

.tx-felogin-pi1 fieldset {
  padding: 5px;
  margin: 10px 0px 10px 0px;
}

.tx-felogin-pi1 fieldset legend {
  display: none;
}

.tx-abajvicoursemanager-pi1 tr:hover td,
.tx-abajvicoursemanager-pi2 tr:hover td {
  background: #4967a0 !important;
  color: white !important;
}
.tx-abajvicoursemanager-pi1 tr:hover td a,
.tx-abajvicoursemanager-pi2 tr:hover td a {
  color: white;
}
.tx-abajvicoursemanager-pi1 h2 {
  font-size: 24px;
}

.tx-abajvicoursemanager-pi1 tr.cancelled1 td.course-title,
.tx-abajvicoursemanager-pi2 tr.cancelled1 td.course-title {
  color: #ff0000;
}

.tx-abajvicoursemanager-pi1 tr.cancelled1:hover td.course-title,
.tx-abajvicoursemanager-pi2 tr.cancelled1:hover td.course-title {
  color: #cfd4d7 !important;
}

#c284561 .news-latest-date,
#c284116 .news-latest-date {
  display: none;
}

#c285436 .news-latest-date,
#c285449 .news-latest-date {
  display: none;
}

.browsebox,
ul.tx-indexedsearch-browsebox {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.browsebox:after,
ul.tx-indexedsearch-browsebox:after {
  clear: both;
}
.browsebox li,
ul.tx-indexedsearch-browsebox li {
  float: left;
  padding: 5px 15px 30px 0px;
}

#tx-indexedsearch-searchbox-button-submit {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tx-indexedsearch-searchbox legend {
  display: none;
}

.tx-indexedsearch-res dl.tx-indexedsearch-info dt {
  float: left;
}

.tx-indexedsearch-res dl.tx-indexedsearch-info dd {
  float: left;
  padding-right: 10px;
}

.tx-indexedsearch-browselist-currentPage a {
  /*text-decoration:underline;*/
  color: #2a6496;
}

.tx-indexedsearch-res {
  clear: both;
}

@media print {
  a[href]:after {
    content: "";
  }
}

.button-course {
  color: #4967a0;
  font-weight: normal !important;
  font-size: 12px;
  padding: 1px 4px;
  border: 1px solid #4967a0;
  display: block;
  text-align: center;
}

.button-course:hover {
  color: #4967a0 !important;
  font-weight: normal !important;
  font-size: 12px;
  padding: 1px 4px;
  border: 1px solid #fff;
  background: #fff;
  display: block;
  text-align: center;
}

.big.button-course {
  padding: 5px 5px;
}

.tx-abajvicoursemanager-pi1 tr:hover td .button-course,
.tx-abajvicoursemanager-pi2 tr:hover td .button-course,
.button-course:hover {
  text-decoration: none;
  border: 1px solid #fff !important;
  color: #fff;
}

.big.button-course:hover {
  color: #fff !important;
  border: 1px solid #4967a0;
  background: #4967a0;
}

.icon {
  border: 1px solid transparent;
  padding: 2px;
  display: block;
  position: relative;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  float: right;
  margin-top: -1px;
}
.icon .inner {
  width: 16px;
  height: 16px;
  display: block;
}
.icon:hover {
  border: 1px solid #fff;
}

.icon-wireless .inner {
  background: url("/typo3conf/ext/aba_jvi_course_manager/pi1/res/img/radio-orange.png")
    center center no-repeat;
}

.icon-tv .inner {
  background: url("/typo3conf/ext/aba_jvi_course_manager/pi1/res/img/tv-orange.png")
    center center no-repeat;
}

.tx-abajvicoursemanager-pi1 tr:hover td .icon-tv .inner,
.tx-abajvicoursemanager-pi2 tr:hover td .icon-tv .inner {
  background: url("/typo3conf/ext/aba_jvi_course_manager/pi1/res/img/tv-white.png")
    center center no-repeat;
}

.tx-abajvicoursemanager-pi1 tr:hover td .icon-wireless .inner,
.tx-abajvicoursemanager-pi2 tr:hover td .icon-wireless .inner {
  background: url("/typo3conf/ext/aba_jvi_course_manager/pi1/res/img/radio-white.png")
    center center no-repeat;
}

.icon-file .inner {
  background: url("/typo3conf/ext/aba_jvi_course_manager/pi1/res/img/file-orange.png")
    center center no-repeat;
}

.tx-abajvicoursemanager-pi1 tr:hover td .icon-file .inner,
.tx-abajvicoursemanager-pi2 tr:hover td .icon-file .inner {
  background: url("/typo3conf/ext/aba_jvi_course_manager/pi1/res/img/file-white.png")
    center center no-repeat;
}

.icon-list .inner {
  background: url("/typo3conf/ext/aba_jvi_course_manager/pi1/res/img/list-orange.png")
    center center no-repeat;
}

.tx-abajvicoursemanager-pi1 tr:hover td .icon-list .inner,
.tx-abajvicoursemanager-pi2 tr:hover td .icon-list .inner {
  background: url("/typo3conf/ext/aba_jvi_course_manager/pi1/res/img/list-white.png")
    center center no-repeat;
}

.tx-abajvicoursemanager-pi1 .col-md-10 {
  padding-left: 0px;
}

.responsiveTable .icon {
  float: left;
  margin-right: 10px;
}

#c284498 .news-list-item h2 a {
  color: #f39b3f;
}

#c284498 .news-list-date {
  color: #144d8d;
}

#c284118 .news-list-item h2 a {
  color: #f39b3f;
}

#c284118 .news-list-date {
  color: #144d8d;
}

.right .csc-textpic-imagewrap,
.right .csc-textpic-imagerow,
.right .csc-textpic-image,
.right img {
  width: 100% !important;
}

#c284562 p,
#c284115 p {
  display: none;
}

#c285438 p,
#c285450 p {
  display: none;
}

#c285438 .news-latest-item {
  margin-bottom: 13px;
}

#c285450 .news-latest-item {
  margin-bottom: 13px;
}

#c285436 .news-latest-item {
  margin-bottom: 13px;
}

#c285449 .news-latest-item {
  margin-bottom: 24px;
}

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

#page-33887 .news-latest-date,
#page-33191 .news-latest-date {
  color: white !important;
}

#page-33879 .news-latest-date,
#page-33880 .news-latest-date {
  color: white !important;
}

#table-style-1 th,
#table-style-2 th,
#table-style-3 th {
  padding: 5px;
  text-align: center;
}
#table-style-1 td,
#table-style-2 td,
#table-style-3 td {
  padding: 10px;
}

/* #tx-srfeuserregister-pi1-gender-0 { visibility:hidden; } */

.tx-abaprivacycheck-pi1,
.tx-abaareaofexpertisecheck-pi1 {
  font-weight: bold;
}

/* powermail styling */
.tx-powermail {
  width: auto !important;
}

.tx-powermail .powermail_create,
.tx-powermail .powermail_confirmation {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  overflow: hidden;
}

fieldset.powermail_fieldset {
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  margin: 0 0 20px 0;
  padding: 10px;
}

fieldset.powermail_fieldset span.mandatory {
  color: #f00;
}

fieldset.powermail_fieldset legend {
  font-size: 14px !important;
  border: 0;
  width: auto;
  padding: 0px 5px 0px 5px;
  margin: 0 !important;
  font-weight: bold;
  float: none !important;
  color: #000 !important;
}

.powermail_fieldwrap {
  position: relative;
  margin: 0px 0px 0.5em;
  clear: both;
}
fieldset .radio input[type="radio"] {
  float: none;
  width: 14px;
  height: auto;
  margin: 4px 0 0;
}

fieldset.powermail_fieldset label,
fieldset.powermail_fieldset fieldset legend {
  display: block !important;
  width: 200px !important;
  float: left !important;
  font-weight: bold;
  color: #515151 !important;
  padding: 0 !important;
  margin: 0 !important;
}
fieldset.powermail_fieldset .powermail_field .powermail_country,
fieldset.powermail_fieldset .powermail_field .powermail_date,
fieldset.powermail_fieldset .powermail_field .powermail_select,
fieldset.powermail_fieldset .powermail_field .powermail_input {
  background: #f8f8f8 none repeat scroll 0% 0%;
  padding: 2px;
  width: 300px;
  float: none;
}
fieldset.powermail_fieldset .powermail_field .powermail_checkbox,
fieldset.powermail_fieldset .powermail_field .powermail_radio {
  width: auto;
}
fieldset.powermail_fieldset .powermail_field .checkbox label {
  padding-left: 20px !important;
  width: 380px !important;
}
fieldset.powermail_fieldset .powermail_field .radio {
  padding-left: 0;
  margin-top: 0px;
  margin-bottom: 5px;
}
@media (max-width: 589px) {
  fieldset.powermail_fieldset .powermail_field .radio {
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 5px;
    width: 350px;
    display: table;
  }
  .tx-powermail .powermail_fieldwrap_type_radio .powermail_field {
    padding: 3px;
    width: 100px !important;
    margin-left: 0px !important;
    float: none !important;
    background: none !important;
    border: 0 !important;
  }
  fieldset.powermail_fieldset label{

    width: 300px !important;

  }
  form fieldset.powermail_fieldset .powermail_fieldwrap_type_captcha .powermail_field{
    margin: 0px !important;
  }
  form fieldset.powermail_fieldset .powermail_submit{
    margin-left: 0px !important;
  }
  form fieldset.powermail_fieldset .powermail_field .checkbox label{
    width: 300px !important;
  }
}
@media (max-width: 481px) {
  fieldset.powermail_fieldset .powermail_field .radio {
    padding-left: 0;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    width: 250px;
    display: table;
  }
  .tx-powermail .powermail_fieldwrap_type_radio .powermail_field {
    padding: 3px;
    width: 100px !important;
    margin-left: 0px !important;
    float: none !important;
    background: none !important;
    border: 0 !important;
  }
  fieldset.powermail_fieldset label{

    width: 250px !important;

  }
  form fieldset.powermail_fieldset .powermail_fieldwrap_type_captcha .powermail_field{
    margin: 0px !important;
  }
  form fieldset.powermail_fieldset .powermail_submit{
    width: 250px !important;
    margin-left: 0px !important;
  }
  form fieldset.powermail_fieldset .powermail_field .checkbox label{
    width: 250px !important;
  }
  fieldset.powermail_fieldset .powermail_field .powermail_country,
  fieldset.powermail_fieldset .powermail_field .powermail_date,
  fieldset.powermail_fieldset .powermail_field .powermail_select,
  fieldset.powermail_fieldset .powermail_field .powermail_input,
  fieldset.powermail_fieldset .powermail_field .powermail_captcha{
    width: 250px !important;
  }

}
@media (min-width: 482px) and (max-width: 991px) {
  fieldset.powermail_fieldset .powermail_field .radio {
    padding-left: 0px;
    margin-left: 200px;
    margin-top: 0px;
    margin-bottom: 5px;
    width: 250px;
    display: table;
  }
  .tx-powermail .powermail_fieldwrap_type_radio .powermail_field {
    padding: 0px;
    width: 250px !important;
    margin-left: 0px !important;
    float: none !important;
    background: none !important;
    border: 0 !important;
  }


}
fieldset.powermail_fieldset .powermail_fieldwrap_type_captcha .powermail_field {
  width: 300px;
  margin: 0 auto;
}
fieldset.powermail_fieldset .powermail_field .checkbox {
  padding-left: 0;
  margin-top: 0px;
  margin-bottom: 5px;
  height: 21px;
}

.tx-powermail .powermail_fieldset .powermail_check_outer,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_text {
  background: none !important;
  border: 0 !important;
  border: 1px solid #bbb;
  float: none !important;
  padding: 0 !important;
  width: auto !important;
}

fieldset.powermail_fieldset .powermail_fieldwrap_radio input.powermail_radio,
fieldset.powermail_fieldset
  .powermail_fieldwrap_check
  input.powermail_checkbox {
  width: 20px;
  height: auto;
  float: left;
  margin-right: 5px;
}

fieldset.powermail_fieldset .powermail_radio_outer {
  margin: 0px 0px 0px 200px !important;
  float: none !important;
  background: none !important;
  border: 0 !important;
}

fieldset.powermail_fieldset .powermail_radio_inner label,
fieldset.powermail_fieldset .powermail_fieldwrap_check label {
  width: auto !important;
  float: none !important;
}

fieldset.powermail_fieldset .powermail_fieldwrap_type_textarea label {
  width: 100% !important;
}
fieldset.powermail_fieldset .powermail_textarea {
  width: 100% !important;
}

fieldset.powermail_fieldset select {
  width: auto;
}

fieldset.powermail_fieldset select#powermail_field_uid68 {
  width: 70% !important;
}

fieldset.powermail_fieldset input.powermail_file {
  width: auto;
  height: auto;
  background: transparent;
  border: none !important;
}

fieldset.powermail_fieldset .powermail_check_inner input {
  width: 20px;
  height: auto;
}

fieldset.powermail_fieldset hr {
  border-top: 1px solid #cccccc;
}

fieldset.powermail_fieldset .powermail_fieldwrap.style3 {
  display: none;
}

fieldset.powermail_fieldset .powermail_submit {
  color: #000000 !important;
  border: 1px solid #cfd4d7 !important;
  background: #f1f1f1 !important;
  margin-left: 200px !important;
}

fieldset.powermail_fieldset .powermail_submit:hover {
  background-color: #144d8d !important;
  color: #fff !important;
}

.tx-powermail .powermail_fieldset .parsley-errors-list {
  float: none !important;
}
fieldset.powermail_fieldset .radio label {
  width: auto !important;
  float: none;
}

.tx-powermail .powermail_fieldwrap_type_radio .powermail_field {
  padding: 3px;
  width: 400px;
  margin: 0px 0px 0px 200px;
  float: none !important;
  background: none !important;
  border: 0 !important;
}

fieldset.powermail_fieldset .powermail_submit {
  width: 300px !important;
  float: none !important;
  margin: 0 auto;
}

div#calroot {
  width: auto !important;
  /*  margin-top: 410px!important; */
}

div#calroot select {
  width: auto !important;
}

.media-print {
  display: none !important;
}

@media print {
  .responsiveTable,
  .media-all,
  #kenburns-container,
  .footerWrapper,
  .languageSelect,
  .mobileTopWrapper,
  .mobileSearchWrapper,
  .breadcrumbWrapper,
  .menuWrapper {
    display: none !important;
  }
  .tablesorter {
    display: block !important;
  }
  .media-print {
    display: inline-block !important;
  }

  .topWrapper .container .logo {
    margin: 0;
    display: block;
    text-align: center;
    display: block;
    margin-top: 30px;
  }

  .right img,
  .img-responsive {
    width: auto !important;
  }

  .box {
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-color: #ececec;
  }
}

#course-modal-list {
  position: fixed;
  top: 10%;
  width: 40%;
  left: 30%;
  height: 80%;
  overflow: hidden;
  background: white;
  padding: 10px;
  border: 1px solid #ccc;
  z-index: 10001;
  display: none;
}
#course-modal-list ul {
  overflow-y: scroll;
  height: 90%;
  margin-top: 10px;
  border: 1px solid #eaeaea;
  list-style: none;
  padding: 0;
}

#course-modal-list ul li {
  border-bottom: 1px solid #eaeaea;
}

#course-modal-list ul li:hover {
  background: #eaeaea;
}

#course-modal-list ul li p {
  margin-bottom: 0 !important;
  padding: 5px;
  cursor: pointer;
}

.select-course {
  padding: 5px 0px;
}
.course {
  display: none;
}
.course.course-1 {
  display: block;
}
.tx_abacoursecomments [type="submit"] {
  width: auto;
  margin-top: 10px;
}
.tx_abacoursecomments [type="submit"]:hover {
  width: auto;
  margin-top: 10px;
}

.tx_abacoursecomments .comments {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #eee;
  padding: 5px;
}
.bg-danger {
  background: #ff998c;
  color: white;
  padding: 5px;
}
.tx-ratings {
  margin: 0px !important;
}
.tx-ratings p {
  font-size: 14px;
}

.leftNavigation li ul li {
  margin: 10px 0px;
}

.topWrapper .search {
  width: auto !important;
}

#powermaildiv_uid27.tx_powermail_pi1_fieldwrap_html_date a.caltrigger {
  left: 510px !important;
}
/* Social Links (by IT 26.04.2016) */

.shareBlock {
  float: left;
}
.social {
  float: left;
  width: 100%;
}
.shareBlock a {
  width: 47px;
  height: 33px;
  display: block;
  float: left;
}

.mailLink {
  background: url("../Img/jvi-social-icons.png") 0 0;
}
.facebookLink {
  background: url("../Img/jvi-social-icons.png") -52px 0;
}
.twitterLink {
  background: url("../Img/jvi-social-icons.png") -104px 0;
}
.linkedInLink {
  background: url("../Img/jvi-social-icons.png") -156px 0;
}
.googleLink {
  background: url("../Img/jvi-social-icons.png") -208px 0;
}

@media (max-width: 990px) {
  .breadcrumbWrapper {
    height: auto;
  }
  .mobileSearchWrapper {
    height: auto;
    padding-bottom: 10px;
  }
  .stickyWrapper.sticky .breadcrumbWrapper {
    display: none;
  }

  .tx-abajvicoursemanager-pi1 > .col-md-2 {
    padding-left: 0;
  }

  .tx-abajvicoursemanager-pi1 .responsiveTable td tr td {
    width: 70%;
  }
  .tx-abajvicoursemanager-pi1 .responsiveTable td tr td:first-of-type {
    width: 30%;
  }
}

/*captcha*/
.tx-powermail .powermail_fieldwrap.nolabel .powermail_label {
  display: none !important;
}
.tx-powermail .powermail_fieldset .powermail_captcha_outer {
  width: 300px;
  margin: 0 auto;
  float: none;
}
.tx-powermail .powermail_fieldset .powermail_field.powermail_captcha {
  width: 100% !important;
}
fieldset.powermail_fieldset .powermail_submit {
  margin-left: 215px !important;
}

/*powermail ajax country and insitution select online application */
#powermail_fieldwrap_317,
#powermail_fieldwrap_548 {
  overflow: visible;
}
#powermail_ajax_insitution {
  background-color: #ffffff;
  width: 300px;
  position: absolute;
  border: 1px solid #a7a7a7;
  padding: 5px;
  top: 31px;
  left: 200px;
  display: none;
}

#powermail_ajax_insitution {
  z-index: 2;
}

#powermail_ajax_insitution a {
  line-height: 14px;
}

/*course pdf print */
.course-pdf-print {
  /*float:right;*/
}
@media (min-width: 991px) {
  a.course-pdf-print {
    position: relative;
    float: right;
    /* right: 15px;*/

    padding-left: 20px;
    padding-right: 4px;
  }
}
#c289763 p,
#c289758 p,
#c289766 p {
  padding: 0px !important;
  margin: 0px !important;
}

@media (max-width: 991px) {
  a.course-pdf-print {
    top: 15px;
    float: right;
  }
}
a.course-pdf-print:focus,
a.course-pdf-print:hover {
  text-decoration: none !important;
}

.kenburns-slideshow-pi2 img {
  width: 100% !important;
  height: auto !important;
}

.tx-imagecycle-pi1 {
  margin-bottom: 25px;
}
.tx-imagecycle-pi1 .imagecycle-caption {
  background: rgba(0, 0, 0, 0) url("../Img/kenburnsbg.png") repeat scroll 0 0;
  bottom: 0;
  display: none;
  margin: 10px;
  padding: 10px;
  position: absolute;
  width: 70%;
  z-index: 2;
  color: #333;
  white-space: normal;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/*alumni*/
#page-34911 .container .right input[type="submit"] {
  width: 80%;
  background: #f1f1f1;
}

/*custom tabels*/
#page-34753 table td {
  width: 25%;
}
#page-34240 table td {
  width: 28%;
}
#page-34240 table td:first-of-type {
  width: 16%;
}

@media (max-width: 990px) {
  ul.responsiveSlideNav > li li {
    display: none;
  }

  ul.responsiveSlideNav > li li.active,
  ul.responsiveSlideNav li.active > ul > li {
    display: block;
  }
}

.padder.box.slide-height {
  margin-bottom: 25px;
}

.custom-box a,
.news-latest-item .read_more a {
  color: #f39b3f;
}
.news-latest-item .read_more a:hover {
  color: #fff;
}
.news-latest-item p {
  margin-bottom: 0 !important;
}
.news-latest-item {
  margin-bottom: 15px;
}

.footerWrapper .row:last-of-type {
  font-size: 12px;
}
.footerWrapper .row:last-of-type .col-md-4 {
  text-align: right;
}
.footerWrapper .csc-textpic img {
  /* margin-bottom:10px; */
}

.tx-imagecycle-pi1,
.tx-imagecycle-pi1-images,
.tx-imagecycle-pi1-images li {
  min-height: 250px;
  overflow: hidden;
}
.tx-imagecycle-pi1-images img {
  min-width: 520px;
  min-height: 250px;
}

/* alumni interviews */
#c286798,
#c288152 {
  /*	border: 1px solid #154881; */
  background: #215da2;
  /*-webkit-box-shadow: 0px 0px 3px #1A477A;
	-moz-box-shadow: 0px 0px 3px #1A477A;
	box-shadow: 0px 0px 3px #1A477A;  */
  font-size: 14px;
  padding: 10px;
  padding-right: 8px !important;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  /* --*/
  height: 400px;
  /* -- */
}
.news-list-container-alumni-wrapper {
  overflow: hidden;
  position: relative;
}
.news-list-container-alumni {
  max-width: none;
}
.news-list-container-alumni .row:after {
  clear: both;
  content: " ";
  display: block;
}
.news-list-container-alumni .news-list-item {
  float: left;
  margin: 0;
}
.news-list-container-alumni .news-list-item .newstextblock {
  max-height: 229px;
  overflow: hidden;
  margin-bottom: 50px;
}
.news-list-container-alumni .news-list-item .news-list-text-full {
  display: block;
}
.news-list-container-alumni .news-list-item .singleimage {
  margin-bottom: 0;
}
.news-list-container-alumni .news-list-item .col-md-3,
.news-list-container-alumni .news-list-item .col-md-9 {
  width: 50%;
}
.news-list-container-alumni .news-list-item .col-md-3 * {
  width: 100%;
  height: auto;
}
.alumni_slider_controls {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 9;
}
.alumni_slider_controls .slider_left,
.alumni_slider_controls .slider_right {
  margin-left: 5px;
  padding: 1px 5px 3px;
  background: #f39b3f;
  color: #fff;
  font-weight: bold;
  float: right;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.alumni_slider_controls .slider_left.disabled,
.alumni_slider_controls .slider_right.disabled {
  cursor: default;
  opacity: 0.6;
}

.read_more_alumni {
  position: absolute;
  bottom: 0;
  left: 400px;
}

@media (max-width: 1280px) {
  #c285449 .news-latest-container p {
    padding: 5px 0 5px 0;
    font-size: 0.9em;
    line-height: 12px;
  }
  #c285449 .news-latest-container .read_more {
    display: none;
  }
  #c285449 .news-latest-container h2 {
    font-size: 1em;
  }

  #c285449 .news-latest-container p {
    padding: 5px 0 5px 0;
    font-size: 0.9em;
    line-height: 12px;
  }
  #c285449 .news-latest-container .read_more {
    display: none;
  }
  #c285449 .news-latest-container h2 {
    font-size: 1em;
  }
}

@media (max-width: 980px) {
  #c285436 .news-latest-container p,
  #c285436 .news-latest-container .read_more {
    display: block;
  }
}

@media (max-width: 480px) {
  .news-list-container-alumni .news-list-item .col-md-3,
  .news-list-container-alumni .news-list-item .col-md-9 {
    width: 100%;
  }
  .news-list-container-alumni .news-list-item .singleimage {
    margin-bottom: 10px;
  }
  .read_more_alumni {
    left: 0 !important;
  }
}

#page-33879,
#page-33880 {
  position: relative;
}
.arrow_down {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 25px;
  background-image: url("../Img/arrow_down.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media (max-width: 1430px) {
  .arrow_down {
    display: none;
  }
}

.footerWrapper .row:nth-of-type(2) nav {
  width: 48%;
  margin-right: 2%;
  float: left;
  margin-top: 15px;
}

.footerWrapper #c284511, .footerWrapper #c289534 {
  width: 48%;
  margin-right: 2%;
  float: left;
  margin-top: 15px;
}

.footerWrapper #c284513, .footerWrapper #c289535 {
  width: 48%;
  margin-right: 2%;
  float: left;
  margin-top: 15px;
}

.footerWrapper #c291433{
  margin-bottom: 15px;
}

.footerWrapper #c288151{
  margin-top: 16px;
}

.footerWrapper
  .row:nth-of-type(1)
  .col-md-8
  div.csc-textpic
  .csc-textpic-imagewrap
  .csc-textpic-imagerow-last
  .csc-textpic-image,
.footerWrapper
  .row:nth-of-type(2)
  .col-md-8
  div.csc-textpic
  .csc-textpic-imagewrap
  .csc-textpic-imagerow-last
  .csc-textpic-image {
  background: #fff;
}

.tx-imagecycle-pi1,
.tx-imagecycle-pi1-images,
.tx-imagecycle-pi1-images li {
  width: 100% !important;
  height: 400px !important;
}
.tx-imagecycle-pi1-images img {
  width: 100% !important;
  height: auto !important;
}
.tx-imagecycle-pi1 .imagecycle-caption {
  left: 12%;
  width: 1000px;
}

.box.padder {
  margin-bottom: 25px;
}

.custom-box > div {
  margin-bottom: 25px;
  padding: 10px;
  border: 1px solid #154881;
  background: #215da2;
  -webkit-box-shadow: 0px 0px 3px #1a477a;
  -moz-box-shadow: 0px 0px 3px #1a477a;
  box-shadow: 0px 0px 3px #1a477a;
  font-size: 14px;
}

.shareBlock {
  margin-bottom: 25px;
}

.frame {
  overflow: hidden;
  max-height: 100%;
}

#c285437 li,
#c285454 li {
  margin-bottom: 10px;
}

#c288546 p,
#c285451 p,
#c288595 p {
  line-height: 17px !important;
}
#c285448 p,
#c285448 p * {
  font-size: 10pt !important;
  line-height: 16px !important;
}

#c285453 {
  height: 300px !important;
}

#c289140 input[type="submit"] {
  width: auto;
}
#c289522 {
  overflow: visible;
  white-space: nowrap;
  position: relative;
  left: -5px;
}

@media (min-width: 1120px) and (max-width: 1250px) {
  #c289522 {
    left: -50px;
  }
}

@media (min-width: 990px) and (max-width: 1120px) {
  #c289522 {
    width: 100% !important;
    clear: left !important;
    padding-top: 30px;
    left: -200px;
    float: both;
  }
}

/* responsive Anpassungen Boxen Startseite  */
@media (min-width: 990px) and (max-width: 1230px) {
  #c285438,
  #c285450 {
    height: 700px !important;
  }
}

@media (min-width: 1200px) {
  .alumni_height {
    height: 301px !important;
  }

  .latest_news_height {
    height: 667px !important;
  }

  #c285454 {
    height: 336px !important;
  }


  /* #22738 */
  #c285438,
  #c285450 {
    height: 1038px !important;
  }

  #c290669,
  #c290670 {
    height: 663px !important;
  }
  /* END*/

  #c288546 {
    height: 276px !important;
  }

  #c285453 {
    height: 301px !important;
  }

  #c285448 {
    height: 341px !important;
  }

  #c285437 {
    height: 360px !important;
  }

  #c285436 {
    height: 696px !important;
  }
  #c285449 {
    height: 715px !important;
  }
}

@media (min-width: 990px) and (max-width: 1200px) {
  #c285448 {
    height: 400px !important;
  }
  .alumni_height {
    height: 301px !important;
  }

  .latest_news_height {
    height: 697px !important;
  }

  #c285449 {
    height: 542px !important;
  }
  #c285449 .news-latest-item {
    margin-bottom: 28px;
  }

  #c285450 {
    height: 801px !important;
  }

  #c288546 {
    height: 276px !important;
  }

  #c285453 {
    height: 300px !important;
  }
  #c285454 {
    height: 379px !important;
  }
  #c285437 {
    height: 443px !important;
  }
  #c285438,
  #c285450 {
    height: 890px !important;
  }
  #c288545 {
    height: 324px !important;
  }
  #c285436 {
    height: 545px !important;
  }
  #c285436 .news-latest-item {
    height: 76px !important;
  }

  #c290669,
  #c290670 {
    height: 542px !important;
  }
}

#c287748 img {
  max-height: 46px !important;
  width: auto !important;
}
#c288595 img {
  max-height: 46px !important;
  width: auto !important;
}

/* Ticket #22738 */

#powermail_field_uid82 {
  width: 100% !important;
}

#c291435 .csc-menu {
  text-align: left;
}

#c288151 figure,
#c288150 figure {
  margin-bottom: 10px !important;
}

#c291435 ul {
  display: inline;
  padding: 0px;
  margin: 0px;
}

#c291435 .csc-menu li {
  list-style-type: none;
  background: #cfd4d7;
  width: 40%;
  padding: 10px;
  border: 20px solid #ffffff;
  border-bottom: none;
  border-left: none;
  text-align: center;
  float: left;
}

#c291435 .csc-menu li a {
  display: block;
}
/* SWIPER SLIDER */

.swiper {
  max-height: 370px;
  overflow: hidden;
  position: relative;
}
.slideshow {
  background-color: #515151;
}

.swiper-slide img {
  width: 100% !important;
  height: auto;
}

.swiper iframe {
  width: 100%;
  height: auto;
  border: none;
}
.swiper-slide .csc-frame-default {
  position: relative;
  margin-top: 70px;
  margin-left: 60px;
  margin-bottom: 15px;
  overflow: visible !important;
  background: rgba(73, 103, 160, 0.5);
  padding: 10px;
  width: 60% !important;
  min-width: 300px;
  max-height: 350px;
}

.swiper-slide .csc-frame-default h1 {
  top: -50px;
  left: 0px;
}

.swiper-slide .ce-bodytext {
  position: absolute;
  top: 70px;
  left: 60px;
  z-index: 100245;
  background: rgba(73, 103, 160, 0.5);
  padding: 10px;
  width: 60% !important;
  min-width: 300px;
}
.swiper-slide .ce-gallery {
  margin-bottom: 0px !important;
}

.swiper-slide h1 {
  position: absolute;
  top: 20px;
  left: 60px;
  z-index: 100246;
  background: rgba(73, 103, 160, 0.5);
  padding: 10px 30px 10px 30px;
  color: #ffffff;
}

.swiper-slide .frame div,
.swiper-slide .csc-textpic div,
.swiper-slide .ce-textpic div {
  width: 100%;
}

.swiper-slide .frame figure,
.swiper-slide .ce-textpic figure {
  width: 100% !important;
  display: block;
  top: 0px;
}

.swiper-button-prev {
  z-index: 100247;
}

.swiper-button-next {
  z-index: 100248;
}

.swiper .csc-textmedia-gallery-media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

@media (max-width: 990px) {
  .swiper-slide .ce-bodytext,
  .swiper-slide .csc-frame-default {
    width: 80% !important;
  }
}

@media (max-width: 750px) {
  .swiper-slide .ce-bodytext {
    display: none;
  }
}

.swiper-pagination {
  position: absolute;

  z-index: 11000;
  width: 100%;
  text-align: center;
  bottom: 5px;
}
.swiper-pagination span {
  margin-left: 3px;
  margin-right: 3px;
}
.swiper-pagination-bullet {
  background: #000000 !important;
}
.swiper-pagination-bullet-active {
  background: #f39b3f !important;
}

.swiper-button-prev,
.swiper-button-next {
  color: #154881 !important;
}

/* SWIPER SLIDER END */

.csc-textmedia-gallery-media iframe,
.csc-textmedia-gallery-media object,
.csc-textmedia-gallery-media embed {
  position: absolute;
  top: calc(-50% + 25%);
  left: 0;
  width: 100%;
  height: 100%;
}

/* SOCIAL MEDIA BAR - FOOTER */
.social-footer-bar {
  font-size: 20px;
  color: #ffffff;
  margin: 0px !important;
}

.social-footer-bar a {
  padding: 10px 10px 10px 0;
}
.social-footer-bar a:hover,
.facebookfollow a:hover {
  color: #f39b3f !important;
}

/* SOCIAL MEDIA BAR --  HEADER */

.facebookfollow {
  padding-top: 3px;
  padding-right: 44px;
}
.facebookfollow a {
  margin-top: 0px !important;
}

.facebookfollow a:hover {
  background: transparent !important;
}
.mobile_sn a {
  padding-right: 10px;
}

/* Readonly Field's Powermail */
.layout4 .powermail_field input {
  color: #444444;
  width: 70% !important;
}

/* Hyperlink Color fix*/

.tx-abacourseteaser-pi1 a,
.news-latest-container a,
.news-list-container-alumni-wrapper a,
#c285438 a {
  color: #f39b3f !important;
  text-decoration: none;
  font-weight: bold !important;
}
.tx-abacourseteaser-pi1 a:visited,
.news-latest-container a:visited,
.news-list-container-alumni-wrapper a:visited,
.slide-height a:visited {
  color: #f39b3f !important;
  text-decoration: none;
  font-weight: bold !important;
}
.tx-abacourseteaser-pi1 a:active,
.news-latest-container a:active,
.news-list-container-alumni-wrapper a:active,
.slide-height a:active {
  color: #f39b3f !important;
  text-decoration: none;
  font-weight: bold !important;
}
.tx-abacourseteaser-pi1 a:focus,
.news-latest-container a:focus,
.news-list-container-alumni-wrapper a:focus,
.slide-height a:focus {
  color: #f39b3f !important;
  text-decoration: none;
  font-weight: bold !important;
}

#c285438 a:hover {
  color: #f39b3f !important;
  text-decoration: underline;
  font-weight: bold !important;
}
#c285438 a:visited,
#c285438 a:focus,
#c285438 a:active {
  color: #f39b3f !important;
  text-decoration: none;
  font-weight: bold !important;
}

.right .image {
  margin-bottom: 25px;
}

.footerWrapper .ce-image .image img.image-embed-item{
  background-color: #fff;
}
.contenttable th, .contenttable td{
  border-top: 1px solid #dadada;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

@media (max-width: 589px) {
  fieldset.powermail_fieldset .powermail_field .radio {
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 5px;
    width: 350px;
    display: table;
  }
  .tx-powermail .powermail_fieldwrap_type_radio .powermail_field {
    padding: 3px;
    width: 100px !important;
    margin-left: 0px !important;
    float: none !important;
    background: none !important;
    border: 0 !important;
  }
  fieldset.powermail_fieldset label{

    width: 300px !important;

  }
  form fieldset.powermail_fieldset .powermail_fieldwrap_type_captcha .powermail_field{
    margin: 0px !important;
  }
  form fieldset.powermail_fieldset .powermail_submit{
    margin-left: 0px !important;
  }
  form fieldset.powermail_fieldset .powermail_field .checkbox label{
    width: 300px !important;
  }
}
@media (max-width: 481px) {
  fieldset.powermail_fieldset .powermail_field .radio {
    padding-left: 0;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    width: 250px;
    display: table;
  }
  .tx-powermail .powermail_fieldwrap_type_radio .powermail_field {
    padding: 3px;
    width: 100px !important;
    margin-left: 0px !important;
    float: none !important;
    background: none !important;
    border: 0 !important;
  }
  fieldset.powermail_fieldset label{

    width: 250px !important;

  }
  form fieldset.powermail_fieldset .powermail_fieldwrap_type_captcha .powermail_field{
    margin: 0px !important;
  }
  form fieldset.powermail_fieldset .powermail_submit{
    width: 250px !important;
    margin-left: 0px !important;
  }
  form fieldset.powermail_fieldset .powermail_field .checkbox label{
    width: 250px !important;
  }
  fieldset.powermail_fieldset .powermail_field .powermail_country,
  fieldset.powermail_fieldset .powermail_field .powermail_date,
  fieldset.powermail_fieldset .powermail_field .powermail_select,
  fieldset.powermail_fieldset .powermail_field .powermail_input,
  fieldset.powermail_fieldset .powermail_field .powermail_captcha{
    width: 250px !important;
  }

}
@media (min-width: 482px) and (max-width: 991px) {
  fieldset.powermail_fieldset .powermail_field .radio {
    padding-left: 0px;
    margin-left: 200px;
    margin-top: 0px;
    margin-bottom: 5px;
    width: 250px;
    display: table;
  }
  .tx-powermail .powermail_fieldwrap_type_radio .powermail_field {
    padding: 0px;
    width: 250px !important;
    margin-left: 0px !important;
    float: none !important;
    background: none !important;
    border: 0 !important;
  }


}
