/* Korrekturen */
body {
  min-width: 290px; /*the original 320 does not work because of added padding */
}

@media (max-width:767px) {
  iframe {
    max-width: 100%;
  }
  
  p {
    text-align: left !important;
  }
}

/* class to hide items in desktop version */
@media (min-width:1024px) {
  .mobile-only {
    display: none;
  }
} 


/* Revert strange defaults from main.css */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="date"],
textarea {
  display: inline;
  /*width: inherit;*/
}

input[disabled="true"] {
  background-color: #969796;
  color: white;
}

input[disabled="true"].btn:hover {
  background-color: #969796 !important;
  color: white;
}

select {
  min-width: inherit;
  background-color: white;
  height: 32px;
  padding: .4em .7em;
  border: 1px solid black;
}

/* do not set height for multi select */
select[multiple] {
    height: auto;
}


.input {
  border: 1px solid #8a8a8a;
}

.center {
  text-align: center;
}

h2.rect, h3.rect, .h3rect h3, .h3rect h2 {
    background: none !important;
    padding-left: 0 !important;
  /*padding-left: 24px;*/
  /*background-repeat: no-repeat;*/
  /*background-position: 0 5px;*/
  /*font-size: 18px;*/
  /*line-height: 23px;*/
  /*text-align: left;*/
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-left-70 {
  margin-left: 70px;
}

@media (max-width: 767px) {
  .margin-left-50 {
    margin-left: 0px;
  }
  
  .margin-left-70 {
    margin-left: 0px;
  }  
}

.clear {
  clear: both;
}

.ui-widget {
  font-weight: 300;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.image-float-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

.font-black {
  color: black !important;
}

.font-thin {
  font-weight: 300 !important;
}

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

.logo {
  float: none;
}

.header-logo {
  float: left;
}

.banner .banner-caption h1 span {
  text-transform: none;
  font-weight: 300;
}

.banner .banner-caption, #slide380 h1 {
  background: none;  
}

.body-static-bannerprodukte h2 {
  font-size: 28px;
  line-height: 32px;
}

#slide380 {
    background-color: #ffffff;
    max-height: 380px;
    height: 40vw;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide380 h1, #slide380 h2 {
    color: #16325c;
    font-size: 33px;
    font-weight: 600;
    line-height: 2em;
    margin: 107px 0 0 20px;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    padding: 0;
}

#slide380 h1.slide-double-line {
  font-size: 28px;
  line-height: 1.3em;
  margin-top: 103px;
}

#slide380 h1.slide-double-line-black {
  font-size: 28px;
  line-height: 1.3em;
  margin-top: 103px;  
  color: black;
}

#slide380 h1 .slide-small-black {
  color: black !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
}

#slide380 h1 .slide-double-black {
  color: black !important;
  font-size: 25px;
  font-weight: bold;
  line-height: 1em;
  display: block;
  line-height: 1.3em;
}

#slide380 .slide-gmaps {
  width: 100%;
  height: 75%;
}

#slide380 h1.slide-gmaps-headline {
  font-size: 30px;
  line-height: 1.2em;
  margin-top: 6px;  
}

@media (max-width: 1023px) {
  
  .banner .banner-caption, 
  #slide380 h1 {
    font-size: 3.5vw;
    margin-top: 11.5vw;
  }
  
  #slide380 h1.slide-double-line {
    font-size: 2.6vw;
    margin-top: 11vw;
  }  
  
  #slide380 h1.slide-double-line-black {
    font-size: 2.6vw;
    margin-top: 11vw;
  }  
  
  #slide380 h1 .slide-small-black {
    font-size: 1.8vw;
  }  
  
  #slide380 h1 .slide-double-black {
    font-size: 2.6vw;
    display: inline;
    padding-right: 1em;
  }  
  
  #slide380 .slide-gmaps {
    width: 100%;
    height: 66%;
  }  
  
  #slide380 h1.slide-gmaps-headline {
    font-size: 4vw;
    margin-top: 1vw;
  }  
}

.button {
  min-width: 200px;
  min-height: 20px;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 10px;
}

.button img {
  margin-top: -2px;
  margin-left: 5px;
}

.btn-big {
  padding: 10px 50px;  
  min-width: 0;
}

.headline-thin {
  font-weight: 300;
  font-size: 28px;
  line-height: 1.2em;
}

.font-red {
  color: #9d0b0e;
  font-weight: bold;
}

.font-red-big {
  color: #9d0b0e;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3em;
}

.maincontent-box {
  padding: 20px; 
  margin-bottom: 15px; 
  background-color: #ffffff; 
  /* overflow: hidden; */
}

.maincontent-box-more-padding {
  padding: 25px 40px; 
  margin-bottom: 25px; 
  background-color: #ffffff; 
  overflow: hidden;
}

.maincontent-box p:last-child,
.maincontent-box-more-padding p:last-child  {
  margin-bottom: 0; 
}

.maincontent-box p,
.maincontent-box-more-padding p {
  text-align: justify;
}

.screenshot-fadeout {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(90%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);  
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);  
}

.line-short {
  display: inline-block;
  border-top: 1px solid #1d3159;
  width: 160px;
}


/* jquery ui widget general */
.ui-widget-content a,
.ui-widget-content a:visited {
  color: #3954a5;
}

@media (max-width: 1023px) {
  .maincontent-box-more-padding {
    padding: 20px; 
    margin-bottom: 15px; 
  }
}  


/* Flexslider */

.flexslider {
  /* overflow: hidden; */
  position: relative;
  /* padding-bottom: 2em; */
}

.flexslider ul.slides {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.flexslider ul.slides li {
  margin: 0;
  padding: 0;
}

.flexslider .slide_container {
  position: relative;
  width: 100%;   /* desired width */  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}

.flexslider .slide_container:before {
  content: "";
  display: block;
  padding-top: 66%; /* 1:2 this is the aspect ratio of the images */
}

/* prev next arrows */

.flexslider ul li,
.flexslider ol li {
  list-style-type: none;
}

.flexslider .flex-direction-nav a {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 0; /* vertical center */
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 10;
  color: rgba(255,255,255,0);
  transition: background 0s linear 0s;
}

.flexslider .flex-direction-nav a:hover {
  background-position: 0 0;
}

.flexslider .flex-direction-nav .flex-prev {
  left: 10px;
  background: rgba(0, 0, 0, 0) url("/js/flexslider/gray_prev.png") no-repeat scroll 0 -30px;
}

.flexslider .flex-direction-nav .flex-next {
  right: 10px;
  background: rgba(0, 0, 0, 0) url("/js/flexslider/gray_next.png") no-repeat scroll 0 -30px;
}

/* "circles" nav */

.flexslider ol.flex-control-nav  {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -25px;
  width: 100%;
}

.flexslider ol.flex-control-nav li  {
  display: inline-block;
  margin: 0 .3em 0 .3em;
  padding: 0;
}  

.flexslider ol.flex-control-nav li a {
  display: inline-block;
  background: rgba(0, 0, 0, 0) url("/js/flexslider/gray_pager.png") no-repeat scroll 0 -20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  color: white;
  font-size: .95em;
  line-height: 1.4em;
}  

.flexslider ol.flex-control-nav li a.flex-active {
  background: rgba(0, 0, 0, 0) url("/js/flexslider/gray_pager.png") no-repeat scroll 0 0;
}


/* accordion */
#accordion .ui-widget-content a {
    color: #0000ff;
}

#accordion.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

#accordion.ui-accordion .ui-accordion-header {
  border-bottom: 1px #000000 dotted;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #000000 !important;
  background: none;
}

#accordion.ui-accordion .ui-accordion-content-active { 
  padding: 5px;
  border: none;
  color: #666666;
  line-height: 1.6em;
} 

#accordion .ui-state-default .ui-icon {
  background-image: url(/images/general/pfeile-blau.png);
  background-position: -0px -3px;
  margin-right: 6px;
}

#accordion .ui-state-active .ui-icon {
  background-image: url(/images/general/pfeile-blau.png);
  background-position: -0px -27px;
  margin-right: 6px;
}

@media (max-width: 767px) {
  
  #accordion .ui-accordion .ui-accordion-header {
    padding: 10px 0 10px 0;
  }
  
  #accordion .ui-accordion .ui-accordion-content-active { 
    padding: 20px 0;
  }   
  
}

/* uploader */

.qq-upload-button  {
  background-color: #ffd500 !important;
  border: 1px solid #16325c !important;
  color: #000 !important;
  display: inline-block;
  padding: 5px 20px !important;
  font-size: 13px;
  line-height: 16px;
  -webkit-transition: color .2s linear, background .2s linear, opacity .2s linear;
  transition: color .2s linear, background .2s linear, opacity .2s linear;
  margin: 0;
  width: auto !important;
}

.qq-upload-button:hover {
  background: #0068ac !important;
  color: #fff !important;
}

.edit-delete-image {
  margin-bottom: .5em;
}

/* suchleiste */

#suchleiste {
  margin-bottom: 7px;
  overflow: hidden;
}

#suchleiste form {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: center;
  margin-bottom: 0;
}

#suchleiste .search-form-element:placeholder-shown {
  font-size: 13px;
}

#suchleiste .search-form-element {
  flex: 1;
  margin-left: 1.5rem;
  position: relative;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 18px;
    border: 1px solid #ced4da;
    height: 38px;
}

#suchleiste .search-form-element:first-child {
  min-width: 50%;
  margin-left: 0;
}

#suchleiste .search-form-element.location {
    min-width: 40%;
}

#suchleiste .search-form-button {
    border: none;
    min-width: inherit;
}

#suchleiste .search-form-element.threefourths {
  min-width: 73%;
}

/* #suchleiste input[type="text"] {
  padding-left: 17px;
  padding-right: 17px;
  font-size: 18px;
} */

/* #suchleiste input[type="text"].label-ort-long {
  font-size: 20px;
} */

@media (max-width: 1023px) {
/*   #suchleiste input[type="text"].label-ort-long {
    font-size: 13px;
  }   */
  
  #suchleiste form {
    display: block;
  }
  
  #suchleiste .search-form-element {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
    height: 32px;   
    font-size: 14px; 
  }
}




/* Hauptbereich f�r Bestandsdateien */
#maincontent {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    overflow: hidden;
}

.mainpadding {
  padding: 20px;
}

.maincenter {
  text-align: center;
}

.mainnarrow {
  max-width: 720px;
  margin: 0 auto;
}

.mainhr {
  margin: 40px 70px;
  border-bottom: none !important;
}

.mainseparator {
  background-color: #eeeeee;
  height: 20px;
}

/* Pagination */
.pagination {
  text-align: center;
  /* height: 50px; */
  /*padding-top: 15px; */
  margin-bottom: 20px;
}

.pagination div {
  display: inline;
  margin: 0px 5px;
  padding: 0 4px;
  /*background-color: #aaaaaa; */
  line-height: 34px;
  color: black;
}

.pagination div.active {
  color: #ffffff; 
}

.pagination div a {
  text-decoration: none;  
  color: black;
}

/* Header Lines in Bildern */
.banner .banner-caption {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 2;
  background: none;
}

.banner-caption h1, .banner-caption h2 {
  position: absolute;
  color: #16325c;
  top: 93px;
  left: 20px;
  width: 950px;
  font-weight: 600;
  font-size: 33px;
  margin: 0px;
  height: 95px;
  line-height: 90px;
}

.banner-caption h1 span, .banner-caption h2 span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}

.banner-caption .line1 {
  color: #000000;
  display: block;
  line-height: normal;
}

.banner-caption .line2 strong {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}

.banner-caption .line2 {
  font-weight: normal;
  font-size: 28px;
  line-height: normal;
}

/* Navigationsfarben */

#nav .navigation > li.hover.bachelor > a, 
#nav .navigation > li.active.bachelor > a,
#nav .navigation > li.bachelor > a:hover,
#nav .navigation .bachelor .list-dropdown a:hover,
#nav .navigation .bachelor .list-dropdown .active a {
  background: #0068ac;
}

#nav .navigation .bachelor .list-dropdown a {
  border-top: 4px solid #0068ac;
}

#nav .navigation .bachelor .list-dropdown li {
  border-left: 1px solid #0068ac;
}

#nav .navigation > li.hover.master > a, 
#nav .navigation > li.active.master > a,
#nav .navigation > li.master > a:hover,
#nav .navigation .master .list-dropdown a:hover,
#nav .navigation .master .list-dropdown .active a {
  background: var(--bs-master);
}

#nav .navigation .master .list-dropdown a {
  border-top: 4px solid var(--bs-master);
}

#nav .navigation .master .list-dropdown li {
  border-left: 1px solid var(--bs-master);
}



#nav .navigation > li.hover.duales-studium > a, 
#nav .navigation > li.active.duales-studium > a,
#nav .navigation > li.duales-studium > a:hover,
#nav .navigation .duales-studium .list-dropdown a:hover,
#nav .navigation .duales-studium .list-dropdown .active a {
  background: var(--bs-dual);
}

#nav .navigation .duales-studium .list-dropdown a {
  border-top: 4px solid var(--bs-dual);
}

#nav .navigation .duales-studium .list-dropdown li {
  border-left: 1px solid var(--bs-dual);
}




#nav .navigation > li.hover.lehrgang > a, 
#nav .navigation > li.active.lehrgang > a,
#nav .navigation > li.lehrgang > a:hover,
#nav .navigation .lehrgang .list-dropdown a:hover,
#nav .navigation .lehrgang .list-dropdown .active a {
  background: var(--bs-lehrgang);
}

#nav .navigation .lehrgang .list-dropdown a {
  border-top: 4px solid var(--bs-lehrgang);
}

#nav .navigation .lehrgang .list-dropdown li {
  border-left: 1px solid var(--bs-lehrgang);
}



#nav .navigation > li.hover.studienwahltest > a, 
#nav .navigation > li.active.studienwahltest > a,
#nav .navigation > li.studienwahltest > a:hover,
#nav .navigation .studienwahltest .list-dropdown a:hover,
#nav .navigation .studienwahltest .list-dropdown .active a {
  background: #525a7c;
}

#nav .navigation > li.hover.berufe > a,
#nav .navigation > li.berufe > a:hover {
  background: #525a7c;
}

#nav .navigation > li.hover.bewerbungstipps > a,
#nav .navigation > li.bewerbungstipps > a:hover {
  background: #525a7c;
}

#nav .navigation .studienwahltest .list-dropdown a {
  border-top: 4px solid #525a7c;
}

#nav .navigation .studienwahltest .list-dropdown li {
  border-left: 1px solid #525a7c;
}

/* navigation font style */
#nav ul.navigation > li.main {
  font-weight: 500;
} 

#nav ul.navigation > li.main > a,
#nav ul.navigation > li.main > a:visited {
  color: #ffd500;
}


/* Usability hack for the menu, enlarge sub-menu hover area to the left */
#nav .navigation li.bachelor {
  padding-left: 170px;
  border-left: none;
}

@media (max-width: 1023px) {
  #nav .navigation li.bachelor {
    padding-left: inherit;
    border-left: inherit;
  }  
}

/* Proposal larger submenu */
/* #nav .navigation .list-dropdown a {
  padding-top: 10px;
  padding-bottom: 14px;
} */


/* Deactivated entries */
#nav .navigation .list-dropdown div {
    border-top: 4px solid #525a7c;
    display: flex;
    padding: 2px 28px 9px;
    color: #999;
}

/* Header-Balken */
.headerBalken, .qtip-title {
  color: #ffffff;
  padding: 10px 20px;
  height: inherit;
  margin-top: 0;
}

.addSearch {
  height: 26px;
  position: absolute;
  right: 10px;
  top: 7px;
  color: black;
}

.qtip {
  max-width: 450px; 
}

.qtip-tipped {
  font-family: inherit;
}

.qtip-titlebar {
  padding: 0px;
}

.qtip-titlebar .qtip-title {
  padding: 10px;
}

.qtip-tipped .qtip-titlebar {
    background: #16325c;
    background-image: none;
}

.headerBalken h2, .headerBalken h3,
.qtip-title h3 {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  margin-top: -2px;
}

.headerBalken select {
  background-color: white;
  height: 28px;
  padding: 0 6px;
}

.body-user-register .qtip-tipped .qtip-title h3 {
  font-weight: bold;
  padding: 3px 10px;
}

.body-user-register .qtip-tipped .qtip-content {
    background: #e6e6e6;
    padding: 15px 20px;
}
.body-user-register .qtip-tipped .qtip-content p:last-child {
    margin: 0;
}

@media (max-width: 1023px) {
  .headerBalken h2 {
    font-size: 16px;
  }
  
  .headerBalken form {
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 6px;
  }
}

/* Formular ========================================================= */

.form {
  width: 100%;
}

.form h4 {
  margin: 20px 0 5px 0;
}

.form ul.radio_list {
  padding: 0;
  margin: 0;
}

/* moved to app.scss */
/*.form ul.error_list {*/
/*  padding: 0 0 0 20px;*/
/*  margin: 10px 0 0 0;*/
/*  color: red;*/
/*}*/

ul.radio_list li {
  margin: 5px;
  list-style-type: none;
  border-collapse: collapse;  
}

.form ul.radio_list li {
  float: left;
  margin-right: 15px;
  list-style-type: none;
  border-collapse: collapse;  
}

.form th {
  font-weight: normal;
  text-align: right;
  width: 33%;
  padding-right: 5px;
}

.form td {
  font-weight: normal;
  width: 67%;
  padding-bottom: 3px;
}

.form td .textinput,
.form td select {
  max-width: 350px;
}

.form td.submit_button {
  padding: 10px 0 0 0;
}


/* responsive forms */

@media (max-width: 767px) {
  form table.form td,
  form table.form th {
    display: block;
    padding: 0;
    width: 100% !important;
    text-align: left;
  }
  
  form table.form input[type="text"],
  form table.form textarea {
    width: 100% !important;
  }  
    
  .contact_form tr td:FIRST-CHILD {
    padding-top: 4px;
  }  
  
  .form td .textinput {
    width:  100%; 
  }
}


/* Gruppentab */

#gruppemaster.ui-tabs {
  padding: 0;
  border: 0;
}

/* note: we cannot use flexbox because of ie bugginess */
/* additional jquery height adjustment in _fachrichtungen.php */ 

.ui-tabs ul.gruppe.ui-tabs-nav {
  list-style-type: none;
  margin: 0;
  padding: 0px 0 2px 0;
  /* display: flex; 
  flex-wrap: nowrap; 
  align-items: stretch;  
  align-content: center;
  justify-content: center; */
  border: 0;
  display: table;
  width: 100%; 
  /* height: 100%; */
}

.ui-tabs ul.gruppe.ui-tabs-nav li {
  /* flex: 1; */
  /*display: flex;
  flex-grow: 1; */
  display: table-cell;
  vertical-align: middle;
  float: none;
  /* height: auto !important; */
  /* height: 100%; */
  /* margin-left: 4px; */
  border: 0;
  border-radius: 0;
  white-space: normal;
  padding-bottom: 14px;
  padding-left: 4px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: transparent;
  /* ie11 hack */
  /* min-width: 30px; */
}

.ui-tabs ul.gruppe.ui-tabs-nav li:first-child {
  /* margin-left: 0; */
  padding-left: 0;
}

.ui-tabs ul.gruppe.ui-tabs-nav li:last-child {
  /* margin-right: 0; */
}

.ui-tabs ul.gruppe.ui-tabs-nav li a {
  /*min-width: 55px; */
  padding: 8px 4px; 
  /*display: flex;
  align-items: center;  
  justify-content: center; */
  display: table;
  text-align: center;
  /* height: 100%; */
  line-height: 1.5em;
  background-color: white;
  color: #000000;
  width: 100%;
}

.ui-tabs ul.gruppe.ui-tabs-nav li a span {
  display: table-cell;
  vertical-align: middle;
}

.ui-tabs ul.gruppe.gruppebereich.ui-tabs-nav li a {
  padding: 18px 10px;
}

.ui-tabs ul.gruppe.gruppebereich.ui-tabs-nav li  {
  /* width: calc(20% - 4px); */
}

#gruppelehrgang.ui-tabs ul.gruppe.ui-tabs-nav li a {
  padding: 8px 2px;
  letter-spacing: -0.5px; 
}



@media (max-width:1023px) {
  .ui-tabs ul.gruppe.ui-tabs-nav {
    flex-wrap: wrap;
  } 
  .ui-tabs ul.gruppe.ui-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;  
    align-content: center;
    justify-content: center; 
  }
  
  .ui-tabs ul.gruppe.ui-tabs-nav li {
    display: flex;
    flex-grow: 1;
    vertical-align: middle;
  }
  
  .ui-tabs ul.gruppe.ui-tabs-nav li a {
    padding: 8px 4px; 
    display: flex;
    align-items: center;  
    justify-content: center; 
  }  
  
}


/* Buchstabenlisten */

.letterList #gruppentab div.column {
  float: left;
  width: 32.9%;
  padding-right: 10px;
}

.letterList #gruppentab div.column ul {
  margin: 15px 0px 15px 30px;
  width: auto;
  padding-left: 9px;
  padding-top: 3px;
  /* background: url(/images/icons/rahmenklein.png) no-repeat top left; */
  background-position: top left;
  background-repeat: no-repeat;
}

.letterList #gruppentab div.column li {
  list-style: none;
  line-height: 1.5;
  height: auto;
  float: none;
}

.letterList #gruppentab div.column li a {
  background-position: top left;
  text-decoration: none;
  text-align: left;
  color: #444444;
  height: auto;
  padding: 0px;
}

/* Klemens: page "studienberatung needs padding here, please use a more specific declaration
  preferable without !important */
/* #gruppentab .ui-tabs .ui-tabs-panel,
.tabset .ui-tabs .ui-tabs-panel,
.ui-tabs .ui-tabs-panel {

  padding: 0 !important;
} */
#gruppentab .ui-tabs .ui-tabs-panel {
  padding: 0;
}

#gruppentab .ui-tabs .ui-tabs-panel.gruppentabtab {
  padding: 10px 0;
}

@media (max-width:1023px) {
  .letterList #gruppentab div.column {
    float: none;
    width: 100%;
    padding-right: 0;
  }  
}


/* 2col elements */
.two-col-container {
  position: relative;
  overflow: hidden;
  padding: 30px 15px 20px 15px;
}

.two-col-container-morepadding {
  padding: 30px 50px 50px 50px;
}

.two-col-element {
  width: 49%;
}

.two-col-element-center {
  text-align: center;
}

.two-col-element-one {
  float: left;
}

.two-col-element-two {
  float: right;
}

.two-col-element-bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 300px;
  margin-bottom: 1.5em;
}

.two-col-element-body h1 {
  font-weight: normal;
}

.two-col-element-body .btn-big {
  width: 80%;
}

@media (max-width:767px) {
  .two-col-container {
    padding: 30px 10px 50px 10px;
  }
  
  .two-col-element {
    width: 100%;
  }
  
  .two-col-element-one {
    float: none;
    margin-bottom: 70px;
  }
  
  .two-col-element-two {
    float: none;
  }
  
  .two-col-element-image {
    height: 66vw;
    margin-bottom: 0;
  }
  
  .two-col-element-body .btn-big {
    width: 100%;
  }  
}

/* three columns */
.anbieter-info {
  display: flex;
}

.three-col-one {
  float: left;
  width: 22%;
  margin-right: 20px;
}

.three-col-one.bilder img {
  max-width: 100%;
  margin-bottom: 20px;
}

.three-col-two {
  float: left;
  width: 48%;
  flex-grow: 1;
}

.three-col-three {
  float: right;
  width: 22%;
  margin-left: 20px;
}

@media (max-width:767px) {
  
  .anbieter-info {
    display: block;
  }
  
  .three-col-one {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  
  .three-col-one.bilder img {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  
  .three-col-two {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  
  .three-col-three {
    float: none;
    width: 100%;
  }  
}


/* Bannerwerbung */

#slide {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 25% center;
  background-size: contain;
  font-family: Trebuchet MS; 
  max-height: 285px;
  height: 33vw;
  overflow: hidden;
  position: relative;

}

.banner-font-container {
  margin: 30px 0 0 50%;
}

.banner-font-container h1 {
  font-weight: normal;
  line-height: 1.8em;
}

.banner-font-large {
  font-size: 50px;
}

.banner-font-medium {
  font-size: 40px;
}

.banner-ul {
  margin-left: 350px;
}

.banner-img {
  float: left; 
  margin-right: 40px; 
  margin-top: 5px;  
}

@media (max-width: 1023px) {
  .banner-font-container h1 {
    line-height: 5vw;
    background-color: rgba(255,255,255,0.9);
  }  
  
  .banner-font-large {
    font-size: 5vw;
  }
  
  .banner-font-medium {
    font-size: 4vw;
  }
}

@media (max-width: 767px) {
  .banner-img {
    float: none;
    margin-right: 0; 
    margin-top: 5px; 
    margin-bottom: 1em; 
  }  
  
  .banner-ul {
    margin-left: 0;
  }  
}




/* AGB */
.body-static-agb #slide380 {
  background-size: contain;
  background-color: white;
}

/* Bewerbungshandbuch */

.bewerbungshandbuch-images {
  float: right;
}

.bewerbungshandbuch-button {
  margin: 0;
  height: 55px;
  width: 400px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .bewerbungshandbuch-images {
    float: none;
    margin-bottom: 2em;
  }
  
  .bewerbungshandbuch-button {
    width: 100%;
  }
}


/* Bildungsanbieter */

.body-static-bildungsanbieter #maincontent {
  margin-top: -15px;
  overflow: inherit;
}

.body-static-bildungsanbieter .maincontent-box {
  overflow: inherit;
}

.bildungsanbieter-screenshot {
  width: 50%;
  height: auto; 
  position: relative;
}

.bildungsanbieter-screenshot img {
  border: 1px solid #1a64a8;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.bildungsanbieter-introduction-container {
  position: relative;
  margin-top: 20px;
  margin-bottom: 90px;
}

.bildungsanbieter-introduction {
  text-align: center;
  margin-right: 55%;
}

.bildungsanbieter-introduction-container .bildungsanbieter-screenshot {
  position: absolute;
  bottom: 0;
  right: 0;
}


.bildungsanbieter-vorteile {
  margin: 0 70px;
}

.bildungsanbieter-vorteile h2 {
  text-align: center;
  padding: 0 100px;
  margin-bottom: 60px;
}

.bildungsanbieter-vorteil {
  clear: both;
  overflow: hidden;
  margin-bottom: 90px;
}


/* .bildungsanbieter-vorteil .bildungsanbieter-vorteil-content {
  width: 30%;
} */

.bildungsanbieter-vorteil .bildungsanbieter-screenshot {
  width: 60%;
}

.bildungsanbieter-vorteil.right .bildungsanbieter-vorteil-content {
  text-align: right;
}

.bildungsanbieter-vorteil.left .bildungsanbieter-screenshot {
  float: left;
  margin-right: 25px;
}

.bildungsanbieter-vorteil.right .bildungsanbieter-screenshot {
  float: right;
  margin-right: 0;
  margin-left: 25px;
}

.bildungsanbieter-vorteil-screenshot-after {
  display: none;
}


.bildungsanbieter-aufnahmen {
  text-align: center; 
  margin-top: 35px;
  margin-bottom: 40px;
}

.maincontent-box .bildungsanbieter-aufnahmen p {
  text-align: center;
}

.bildungsanbieter-aufnahme {
  display: inline-block;
  width: 23%;
  vertical-align: top;
}

.bildungsanbieter-aufnahme-arrows {
  display: inline-block;
  width: 9%;
}

.bildungsanbieter-aufnahme-arrow-right {
  margin-top: 70px;
}

.bildungsanbieter-aufnahme-arrow-down {
  display: none;
}

.bildungsanbieter-aufnahme-image {
  display: inline-block;
  width: 120px;
  height: 140px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
}

.bildungsanbieter-aufnahme-btn {
  text-align: center;
  margin-bottom: 25px; 
}

@media (max-width: 767px) {
  .bildungsanbieter-screenshot {
    width: 100%;
    height: auto; 
  }
  
  .bildungsanbieter-introduction {
    text-align: center;
    margin-right: 0;
  }
  
  .bildungsanbieter-introduction-container .bildungsanbieter-screenshot {
    position: relative;
    bottom: inherit;
    right: inherit;
    margin-top: 30px;
  }  
  
  .bildungsanbieter-vorteile {
    margin: 0;
  }
  
  .bildungsanbieter-vorteile h2 {
    padding: 0;
  }
  
  .bildungsanbieter-vorteil {
    margin-bottom: 60px;
  }  
  
  .bildungsanbieter-vorteil-screenshot-before,
  .bildungsanbieter-vorteil-line {
    display: none;
  }
  
  .bildungsanbieter-vorteil-screenshot-after {
    display: block;
  }  
  
  .bildungsanbieter-vorteil .bildungsanbieter-screenshot {
    width: 100%;
  }
  
  .bildungsanbieter-vorteil.right .bildungsanbieter-vorteil-content {
    text-align: left;
  }
  
  .bildungsanbieter-vorteil.left .bildungsanbieter-screenshot {
    float: none;
    margin-right: 0;
  }
  
  .bildungsanbieter-vorteil.right .bildungsanbieter-screenshot {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }  
  
  
  .bildungsanbieter-aufnahme {
    display: block;
    width: 100%;
  }
  
  .bildungsanbieter-aufnahme-arrows {
    display: block;
    width: 100%;
    text-align: center;
  } 
  
   .bildungsanbieter-aufnahme-image {
     margin-bottom: 15px;
   }
   
  .bildungsanbieter-aufnahme-arrow-right {
    display: none;
  }
  
  .bildungsanbieter-aufnahme-arrow-down {
    display: inline-block;
    text-align: center;
    padding: 20px 0;
  }   
}


/* Impressum */
.impressum-kontakte {
  margin-top: 80px;
}

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

.impressum-kontakt-image-container {
  position: relative;
  margin-bottom: 70px;
}

.impressum-kontakt-image {
  display: inline-block;
  width: 560px;
  position: relative;
}

.impressum-kontakt-image img {
  position: relative;
}

.impressum-kontakt-label {
  position: absolute;
  width: 240px;
  background-repeat: no-repeat;
}

.impressum-kontakt-label.left {
  left: -180px;
  text-align: right;
  padding-right: 88px;
  background-position: right 11px;
  background-image: url('/images/general/impressum/arrow-right.png');
}

.impressum-kontakt-label.right {
  right: -180px;
  text-align: left;
  padding-left: 88px;
  background-position: left 11px;
  background-image: url('/images/general/impressum/arrow-left.png');
}

#impressum-kontakt-label-studiengang {
  top: 507px;
}

#impressum-kontakt-label-ausf-studiengang {
  top: 227px;
}

#impressum-kontakt-label-ausf-formular {
  top: 257px;
}

#impressum-kontakt-label-ausf-box {
  top: 605px;
}

@media (max-width: 1023px) {
 
 .body-static-impressum span.font-red-big {
  font-size: 24px;
 }
 
  .impressum-kontakt{
    text-align: left;
  }
  
  .impressum-kontakt h2{
    font-size: 24px;
  }  
  
  .impressum-kontakt-image {
    width: 100%;
  }
  
  .impressum-kontakt-label {
    width: 100%;
    margin-top: 15px;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    background-image: none;
  }  
  
  .impressum-kontakt-label.left,
  .impressum-kontakt-label.right {
    background-image: none;
    left: inherit;
    right: inherit;    
    padding: 0;
  }  
  
  #impressum-kontakt-label-studiengang,
  #impressum-kontakt-label-ausf-studiengang,
  #impressum-kontakt-label-ausf-formular,
  #impressum-kontakt-label-ausf-box {
    top: inherit;
  }  
  
  .impressum-kontakt-label-content {
    background-color: rgba(255,255,255,.9);
    border: 2px solid #9d0b0e;
    border-radius: 7px;
    padding: .4em;
    text-align: left;
  }  
  
  .impressum-kontakt-label-content h3 {
    font-size: 16px;
    line-height: 1.1em;
  }
  .impressum-kontakt-label-content p {
    margin-bottom: 0;
    line-height: 1.2em;
    font-size: .9em;
  }  
  
  
  .impressum-kontakt-label.left {

  }
  
  
  .impressum-kontakt-label .line-short {
    display: none
  }
}

/* Premium */

.premium-content {
  padding: 30px 10px 0 10px;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.premium-box {
  overflow: hidden;
  margin-bottom: 20px;
}

.body-static-premium h2 {
  font-weight: bolder;
  font-size: 20px;
}

.body-static-premium .plus {
  font-size: 90px;
  line-height: 1em;
  color: #14325c;
  font-weight: bolder;
}

.body-static-premium .box {
  padding: 35px;
  border: 1px solid #14325c;
  background-color: #ecedf0;  
  text-align: left;
}

.body-static-premium .box img {
  width: 100%;
  max-width: 280px;
  height: auto;
  float: left;
  margin-right: 50px;
}

.body-static-premium .box.premium-tools img {
  max-width: 368px;
}

.body-static-premium .box ul {
  padding-left: 20px; 
}

.body-static-premium .box ul li {
  margin-bottom: 10px;  
}


.premium-calc-container {
  max-width: 400px; 
  margin-top: 55px;
  display: inline-block;
}

.premium-calc-inputs {
  overflow: hidden;
  height: 55px;
}

input[type="text"].premium-calc-input  {
  border: 1px solid #14325c;
  background-color: #ecedf0;
  height: 100%;
  width: 40%;
  text-align: center;
  font-size: 16px;
  float: left;
  display: block;
}

input[type="button"].premium-calc-button {
  height: 100%; 
  width: 55%;
  min-width: inherit;
  float: right;
  display: block;
  padding: .4em .7em;
}

.premium-calc-result-container {
  min-height: 95px;
  background-color: #14325c;
  margin: 10px auto;
  padding: 15px;
  font-weight: bold;
}

.premium-calc-label {
  color: white;
  font-size: 16px;
  line-height: 1.8em;
}

.premium-calc-result {
  color: #fddc3c;
  font-size: 25px;
  line-height: 1.2em;
}

@media (max-width: 767px) {
  .body-static-premium .box {
    padding: 15px;
    text-align: center;
  }  
  .body-static-premium .box img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }  
  .body-static-premium .box ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 30px; 
  }  
  .body-static-premium .box ul li {
    padding: 0;
    margin: 0 0 .3em 0;
  }  
}


/* Infos zum Test */
.infoszumtest-buttons {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0 40px;
}

.infoszumtest-button-container {
  /*width: 50%;*/
  text-align: center;
  margin-top: 2em;
}

.infoszumtest-button-container a {
  width: 300px;
  padding-left: 1em;
  padding-right: 1em;
}

.infoszumtest-button-left {
  float: left; 
}

.infoszumtest-button-right {
  float: right; 
}

.infoszumtest-faq, 
.infoszumtest-aufbau {
  border-top: 20px solid #e6e6e5;
}

.infoszumtest-buttons-aufbau {
  padding-top: 20px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {

 
 .infoszumtest-button-container {
    width: auto;
  }
  
  .infoszumtest-button-container a {
    width: auto;
  }
  
  .infoszumtest-button-left {
    float: none; 
    margin-bottom: 20px;
  }
  
  .infoszumtest-button-right {
    float: none; 
  }   
}

/* Testkunden */

.testkunden-categories .two-col-element-one {
  width: 59%;
}

.testkunden-categories .two-col-element-two {
  width: 39%;
}  

.testkunden-category-images img {
  width: 48%;
  margin: 0 5px 20px 0;
}

.testkunden-presentation-links {
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 20px;
}

.testkunden-presentation-links a {
  display: inline-block;
  width: 49%;
  text-align: center;
}

.testkunden-free {
  padding: 20px 100px; 
  text-align: center;  
}


@media (max-width: 767px) {

  .testkunden-categories .two-col-element-one {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .testkunden-categories .two-col-element-two {
    width: 100%;
  }   
  
  
  .testkunden-category-images {
    text-align: center;
  }
    
  .testkunden-category-images img {
    width: 485px;
    margin: 0 0 20px 0;
  }
  
  .testkunden-free {
    padding: 20px 0px; 
  }  
}


/* partial user/studienwahltest_teaser_gross */
.boxWeiterBig, .boxWeiterBig img {
  height: 150px;
  width: 945px;
  background-repeat: no-repeat;
}

.boxWeiterBig div.hover:hover {
  background-image: url(/images/studienwahltest/studienwahltest2_hover.png);
  background-repeat: no-repeat;
}

.boxWeiterBig div.text {
  position: absolute;
  top: 85px;
  left: 120px;
  width: 690px;
}


/* studienwahlbox */

.studienwahlbox-intro {
  overflow: hidden;
  position: relative;
}

.body-static-studienwahlbox .flexslider {
  width: 500px;
  float: right;
}

.body-static-studienwahlbox .flexslider .slide_container:before {
  padding-top: 72%; /* 1:2 this is the aspect ratio of the images */
}

.studienwahlbox-intro-content {
  padding-right: 550px;
}

.studienwahlbox-intro-button {
  text-align: center;
  margin-bottom: 70px;
}

.studienwahlbox-inklusive {
  position: absolute;
  right: 30px;
  top: -45px;
}

.studienwahlbox-details-headline {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .body-static-studienwahlbox .flexslider {
      width: 100%;
      max-width: 500px;
      float: none;
      margin: 0 auto 60px auto;
  }  
  
  .studienwahlbox-intro-content {
      padding-right: 0;
  }  
  
  .studienwahlbox-details-headline {
    overflow: hidden;
  }  
  
  .studienwahlbox-inklusive {
    position: relative;
    right: inherit;
    top: inherit;
    float: right;
    width: 150px;
    height: auto;
    margin: 10px 0;
  }  
}

/* news */

.news-detail-image {
  float: right; 
  margin: 0px 0px 10px 10px;  
}

.news-index-image {
  max-height: 110px;  
  float: right;
  margin: 10px 0 10px 20px; 
}

.body-news-index .pagination {
  margin-top: 15px;
}


@media (max-width: 767px) {
  .news-detail-image {
    float: none; 
    margin: 10px 0;    
  }
  
  .news-index-image {
    float: none; 
    margin: 10px 0;   
  }  
}


/* anbieter */

.studiengang-header {
  background-color: white;
  overflow: hidden;
  padding-bottom: 30px;
}

.topbar {
  padding: 6px 20px 8px 20px;
  color: white;
  font-size: 16px;
  /*border-top: 5px solid black;*/
}

.studiengang-header .logo {
  float: right; 
}

.studiengang-header h1 {
  margin: 0; 
  padding-bottom: 20px;
}

.anbieter-info {
  margin-top: 20px;
}

.bildungsanbieter-header .logo {
  float: left;
  padding-right: 15px;
}

.bildungsanbieter-header .standort {
  float: right;
  padding-left: 10px;
}

/* studienberatung = about page */

.body-static-about .ui-tabs {
  border: none;
  background: white;
  padding: 20px;  
}

.body-static-about  .ui-tabs .ui-tabs-panel {
  border: 1px solid #808080;
  border-radius: 0;
  text-align: justify;
  color: black;
  padding: 30px;
}

.body-static-about  .ui-tabs .ui-tabs-nav {
  border: none;
  background: white;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;  
  align-content: center;
}

.body-static-about .ui-tabs .ui-tabs-nav li {
  padding: 0;
  border-bottom: 6px solid white;  
  border-top: 6px solid white;
  margin-left: 6px;
  margin-right: 0;
  flex: 1;
  text-align: center;
}

.body-static-about .ui-tabs .ui-tabs-nav li:FIRST-CHILD {
  margin-left: 0;
}

.body-static-about .ui-tabs .ui-tabs-tab {
  border: none;
  border-radius: 0;
  background: #808080;
  color: white;
  font-weight: bold;
  font-size: .90em;
}

.body-static-about .ui-tabs li.ui-tabs-active {
  background: #808080;
  border-color: #808080;
}

.body-static-about .ui-tabs .ui-tabs-tab a {
  color: white;
  display: block;
  font-weight: 700;
  font-size: 15px;
}

.body-static-about .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
  padding: 10px 30px;
}

.body-static-about .ui-tabs.ui-widget.ui-widget-content {
  border: none;
  padding: 15px;
}

.body-static-about .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
}

.body-static-about .ui-tabs li.ui-tabs-active.bachelortab {
  background: #0068ac;
  border-color: #0068ac;
}
.body-static-about .ui-tabs .ui-tabs-panel#bachelortab {
  border: 1px solid #0068ac;
}

.body-static-about .ui-tabs li.ui-tabs-active.mastertab {
  background: var(--bs-master);
  border-color: var(--bs-master);
}
.body-static-about .ui-tabs .ui-tabs-panel#mastertab {
  border: 1px solid var(--bs-master);
}

.body-static-about .ui-tabs li.ui-tabs-active.kurstab {
  background: var(--bs-lehrgang);
  border-color: var(--bs-lehrgang);
}
.body-static-about .ui-tabs .ui-tabs-panel#kurstab {
  border: 1px solid var(--bs-lehrgang);
}

.body-static-about .ui-tabs li.ui-tabs-active.wahlboxtab {
  background: #525a7c;
  border-color: #525a7c;
}
.body-static-about .ui-tabs .ui-tabs-panel#wahlboxtab {
  border: 1px solid #525a7c;
}

.body-static-about h3.rect, .h3rect h3 {
  background-image: url("/images/icons/rect-box.png");
}

@media (max-width: 1023px) {
  
  .body-static-about .ui-tabs .ui-tabs-nav {
    display: block;
  }  
  
  .body-static-about .ui-tabs .ui-tabs-nav li {
    float: none;
    display: block;
    white-space: normal;
    overflow: hidden;
    margin-left: 0;  
  }
  
  .body-static-about .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    display: block;
  }  
  
  .body-static-about .ui-tabs .ui-tabs-panel {
    text-align: left;
  }  
}

.ui-tabs .ui-tabs-panel img {
}

.ui-tabs .ui-tabs-panel img.image-float-right {
  width: inherit;
}

#wahlboxtab h3 {
  margin-bottom: 10px;
}

.static-about-link {
  margin-top: -2em;
  margin-bottom: 2em;
}


/* Studiengang */
.studiengang .icons {
  float: left;
  margin-bottom: 5px;
}

div.iconsfloat {
  margin-right: -27px;
}

.icons>div {
  width: 170px;
  height: 47px;
  padding-left: 40px;
  display: table;
  margin-right: 20px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.icons input {
  margin-bottom: 2px;
  padding: .1em 0.7em;
}

.studiengang .icons>div {
  width: 167px;
  height: 41px;
  font-size: 12px;
}

.icons>div>div {
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
}

.iconsfloat>div {
  float: left;
  margin-right: 27px;
}

.icons div.hochschule {
  background-image: url(/images/icons/hochschule.png)
}

.icons div.abschluss {
  background-image: url(/images/icons/abschluss.png)
}

.icons div.lehramt {
  background-image: url(/images/icons/lehramt.png)
}

.icons div.fenstudium {
  background-image: url(/images/icons/fernstudium.png)
}

.icons div {
  background-size: 40px;
}

.studiengang .icons div.hochschule {
  background-image: url(/images/icons/hochschule.png)
}

.studiengang .icons div.abschluss {
  background-image: url(/images/icons/abschluss.png)
}

.studiengang .icons div.lehramt {
  background-image: url(/images/icons/lehramt.png)
}

.studiengang .icons div.fenstudium {
  background-image: url(/images/icons/fernstudium.png)
}

.icons div.redaktionell {
  background-image: url(/images/icons/redaktionell.png)
}

.icons div.kosten {
  background-image: url(/images/icons/kosten.png)
}

.icons div.dauer {
  background-image: url(/images/icons/dauer.png)
}

.studiengang {
  /* commented by [KU] for presentationShort /studieren/studiengang/90455
  /* border-top: 1px solid black; */
  padding: 15px 0;
}

.course-detail.studiengang {
  overflow: hidden;
}

.course-detail.studiengang.P {
}

.course-detail.studiengang .button {
  width: 210px;
}

.studiengang h4 {
  margin-bottom: .1em;
} 


.studiengang_info {
  padding-left: 210px;
}

.studiengang_logo {
  float: right;
}
 
.studiengang .ort {
  margin-bottom: 1em;  
}

.studiengang .weitere-bildungsangebote {
  padding-top: 1em;  
}

@media (max-width: 1023px) {
  .studiengang .icons {
    float: none;
    width: 100%;
  }
  
  .studiengang_info {
    padding-left: 0;
  }  
  
  .studiengang_logo {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
  }  
  
  .studiengang h4,
  .studiengang h4 a {
    font-size: 1rem !important;
  } 
  
}


/* presentation edit */
.edit-main-content {
  width: 615px; 
  float: left; 
  /* padding-right: 30px; */  
}

.edit-sidebar {
  width: 315px; 
  float: right; 
  margin-left: 10px;
  position: relative;  
}

.edit-textblock {
  margin-bottom: 2em;
}



/* presentation success */
.presentation-content {
  float: left;
  /* margin-right: 350px; */
  width: 595px; /*IE fallback */
  width: calc(100% - 350px);
}

.presentation-buttons {
  overflow: hidden;
}

.presentation-buttons .button {
  width: 48.5%;
}

.presentation-buttons .button:FIRST-CHILD {
  float: left;
}

.presentation-buttons .button:LAST-CHILD {
  float: right;
}

.presentation-icons {
  overflow: hidden;
}

.presentation-icons > div {
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: table;
    float: left;
    height: 47px;
    padding-left: 40px;
    line-height: 1em;
    margin-right: 5px;
    background-position: 0 3px;
}

.presentation-content h3,
.presentation-content h2 {
  margin-top: 15px;
  padding-left: 0 !important;
  background: none !important;
  /*background-repeat: no-repeat;*/
  /*background-position: 0 4px;*/
  /*padding-left: 23px;*/
  font-size: 18px;
  line-height: 23px;
  text-align: left;
}

/*moved to app.scss*/
/*.presentation-kontakt-form input, */
/*.presentation-kontakt-form textarea,*/
/*.presentation-kontakt-form select {*/
/*  width: 282px;*/
/*}*/

/*.presentation-kontakt-form .contact-form-beside1 {*/
/*  width: 80px;*/
/*  margin-right: 10px;*/
/*}*/

/*.presentation-kontakt-form .contact-form-beside2 {*/
/*  width: 188px;*/
/*}*/

.presentation-content-kontakt-formular {
  padding: 20px;
}

.presentation-content-kontakt-formular-logo {
  position: absolute; 
  top: 160px; 
  right: 20px;
}

.presentation-sidebar {
  width: 325px; 
  float: right; 
  position: relative; 
}

.sidebar-box {
  padding: 20px; 
  margin-bottom: 15px;
}

#bilderlib.fixed, #kontaktbox.fixed {
  position: fixed;
  top: 0;
  width: 325px; 
}

@media (max-width: 1023px) {
  .presentation-content {
    float: none;
    width: 100%;
  }
  
  .edit-main-content {
  	float: left !important;
  	width: calc(100% - 350px) !important;
  }
  
  .presentation-sidebar {
    display: none;
  }  
  
  .presentation-buttons .button {
    width: 100%;
  }
  
  .presentation-buttons .btn:FIRST-CHILD {
    float: none;
  }
  
  .presentation-buttons .btn:LAST-CHILD {
    float: none;
  }  
  
  .presentation-content-kontakt-formular input,
  .presentation-content-kontakt-formular textarea,
  .presentation-content-kontakt-formular select {
    width: 100% !important;
    margin-bottom: 4px;
  }  
  
  .presentation-content-kontakt-formular input[type="checkbox"] {
    display: inline;
    width: auto !important;
  }
  
  .presentation-content-kontakt-formular-logo {
    display: none;
  }  
}

/* Studienorte */
.studienorte-ort {
  float: left;
}





/* Vergleichen */
.vergleichen-input {
  margin-bottom: 1em;
}

.vergleichen-mit {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  
}

.vergleichen-submit {
  margin-top: 2em;
  margin-bottom: 4em;
}


.vergleichen-container {
  overflow: hidden;
}

.vergleichen-element {
  width: 45.5%;
  margin-left: 8.9%;
  float: left;
}

.vergleichen-element:first-child {
  margin-left: 0;
}

.vergleichen-image-container {
  max-width: 428px;
}

.vergleichen-image {
  max-width: 428px;
  max-height: 285px;
  height: 25vw;  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;  
}

.vergleichen-bildnachweis {
  text-align: right;
  font-size: 7px;
}

.vergleichen-teaser {
  text-align: justify;
}

.vergleichen-kategorien {
  margin-top: 2em;
  margin-bottom: 4em;
}

.vergleichen-kategorien h4 {
  margin-bottom: .5em;
  
}

.vergleichen-kategorien h4 a {
  color: #3954a5 !important;
}

.vergleichen-gruppe-container {
  max-width: 600px;
  margin: 1em auto 0 auto;
}

.vergleichen-gruppe-container ul {
  list-style-type: none;
}

.vergleichen-gruppe-container ul li {
  text-align: left;
}

.vergleichen-to-top {
  text-align: right;
  font-size: .8em;
}

@media (max-width: 767px) {
  .vergleichen-gruppe-container ul {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .vergleichen-teaser {
    text-align: left;
  }  
}


  
/* Fachbereich */
.country-stats {
  overflow: hidden;
}

.country-stats-element {
  width: 32%;
  margin-left: 1.9%;
  display: block;
  background-color: white;
  border: 1px solid #8a8a8a;
  float: left;
  padding: 12px;
  text-align: center;
  color: black;
  font-size: 1.2em;
}

.country-stats-element:first-child {
  margin-left: 0;
}

.country-stats17 {
  margin-bottom: 20px;
}

/*.country-stats17-container {
  width: 32%;
  margin-left: 1.9%;
  display: block;
  border: 1px solid #14325c;
  float: left;
  text-align: center;
  color: black;
  font-size: 1.2em;
  position: relative;
}*/

.country-stats17-container {
  width: 23.5%;
  margin-left: 1.9%;
  display: block;
  border: 1px solid #14325c;
  float: left;
  text-align: center;
  color: black;
  font-size: 1.2em;
  position: relative;
}

.country-stats17-container:first-child {
  margin-left: 0;
}

.country-only-three .country-stats17-container {
  width: 32%;
}

.country-stats17-container img {
  position: absolute;
  top: -5px;
  left: -5px;
}

.country-stats17-container h4 {
  background-color: #14325c;
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  padding: 12px 18px;
  font-size: .8em;
  margin: 0;
}

.country-stats17-container.disabled h4 {
  background-color: #666;
}

.country-stats17-container a {
  background-color: #bfbecd;
  display: block;
  padding: 32px 5px;
  text-align: center;
  color: black !important;
}

.country-stats17-container a:hover {
  color: white !important;
}

.country-stats17-container.disabled a {
  background-color: #ccc;
  color: grey !important;
  cursor: default;
}
.country-stats17-container.disabled a:hover {
  color: grey !important;
}


.fachbereich-test-link {
  margin-top: 1em;
  margin-bottom: 2em;
}

.fachbereiche_test {
  background-color: white;
  text-align: center;
  padding: 0 20px 20px 20px;
  margin-top: -25px; /* simulate in last white box */
  margin-bottom: 25px;
}

/* KU: this was uncommited... status?
.fachbereiche_anbieter_nachladen {
  text-align: center;
}

.fachbereiche_anbieter_nachladen a.btn {
  display: inline-block;
  width: 31%;
  background-color: #bfbecd;
  padding: 20px;
}
*/


.fachbereich-country-stats-bottom {
  margin-bottom: 1em;
}

.fachbereich-bottom-links {
  overflow: hidden;
}

.fachbereich-bottom-links > div {
  float: right;
  width: 49%;
}

.fachbereich-bottom-links > div:FIRST-CHILD {
  float: left;
}

.fachbereiche_like_h1 {
  font-size: 1.7em;
  line-height: 32px;  
  margin: 0 0 15px;
  font-weight: 700;  
}

.fachbereiche_video {
  padding: 0;
  line-height: 0;
}

.fachbereiche_video iframe {
  width: 100%;
  max-height: 555px;
  height: 50vw;
}

.linkbox-container {
  float: left; 
  min-height: 194px; 
  background-color: #ffffff; 
  margin-bottom: 20px;
}

.studienwahl-box {
  position: relative;
}

.studienwahl-box img {
  width: 100%;
}

.studienwahl-box-content {
  position: absolute;
  left: 50px;
  bottom: 8px;
  width: 300px;
}

.studienwahl-box-content p {
  margin: 0 0 7px 0;
  line-height: 1.2em;
}

.studienwahl-box-content a {
  width: 261px;
}


@media (max-width: 767px) {
  .fachbereiche_like_h1 {
    font-size: 1.3em;
    line-height: 1.4em;
  }
  
  #dir_anbieter .anzeige {
    margin-right: -16px;
  }
}

/* Inhalt */

ul.fachbereiche_inhalt {
  list-style-type: none;
  padding: 0;
  margin: 0;  
}

ul.fachbereiche_inhalt li {
  list-style-type: none;
  padding: 1em 0 1em .7em;
  margin: 0;
  color: black;
  font-weight: 600;
  border-bottom: 1px solid black;
  background-image: url("/images/icons/black-arrow-bullet.png");
  background-repeat: no-repeat;
  background-position: left center;
}

ul.fachbereiche_inhalt li a {
  color: black;
}

ul.fachbereiche_inhalt li a:hover {
  color: #0068ac;
}

/* textblöcke */

.two-columns ul {
  column-count: 2;
  column-gap: 40px;  
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;  
  padding-left: 1em;
}

@media (max-width: 1023px) {
  .two-columns ul {
    column-count: inherit;
    column-gap: inherit;  
    -moz-column-count: inherit;
    -moz-column-gap: inherit;
    -webkit-column-count: inherit;
    -webkit-column-gap: inherit;  
  }
}

/* country filter */

.country_filter {
  border-bottom: 2px solid #a4c3dd;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0;
}

.country_filter_element {
  font-size: 14px; 
  display: inline-block;
  position: relative;
  width: 24.2%;
  margin-left: 1.05%;
  margin-bottom: 11px;
  padding: 6px 1px;
  background-color: #a4c3dd;
  text-align: center;
  color: white !important;
  font-weight: bold;
  cursor: pointer;
}

.country_filter_element img {
  vertical-align: middle;
  padding-bottom: 2px;
  padding-right: 3px;
}

.country_filter_element:FIRST-CHILD {
  margin-left: 0;
}

.country_filter_element:hover {
  background-color: #0068ac;
}

.country_filter_element.selected {
  background-color: #0068ac;
}

.country_filter_element.selected:after,
.country_filter_element:hover:after {
  content: "\e903";
  position: absolute;
  bottom: -18px;
  left: -1px;
  right: 0;
  margin: 0 auto;
  font-size: 29px;
  line-height: 1;
  width: 28px;
  z-index: 2;
  font-family: "icomoon";
  color: #0068ac;
}

.country_filter_element.disabled {
  background-color: #ccc;
  cursor: default;
}

.country_filter_element.disabled:after {
  content: "";
}


/* beruf slider */

.fachbereich_berufe_slide {
  /* margin-right: 30px; */
  width: 280px;
  margin: 0 15px;
  
}

.fachbereich_beruf_image {
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

.fachbereich_beruf_link {
  text-align: center;
  display: block;
  font-weight: bold;
  margin-top: 2px;
}

.slick-arrow {
  width: 13px;
  height: 25px;
  position: absolute;
  top: 87px;
}

.slick-arrow:hover {
  opacity: .75;
}

.slick-prev {
  background-image: url("/images/icons/pfeil-blau-links.png");
  left: -25px;
}

.slick-next {
  background-image: url("/images/icons/pfeil-blau-rechts.png");
  right: -25px;
}

.slick-disabled {
  display: none !important;
}

.slick-list > .slick-track {    
    margin-left:0;
}

@media (max-width: 920px) {
  .fachbereich_berufe_slide {
    margin: 0;
  }  
  
  .slick-prev {
    left: -18px;
  }
  
  .slick-next {
    right: -18px;
  }  
}


/* grid */


.fachbereich_hochschule_grid {
  overflow: hidden;
  font-size: 0;
}

.hochschule_grid_element {
  font-size: 14px;
  width: 31%;
  margin-left: 3.5%;
  height: 266px;
  float: left;
  margin-bottom: 30px;
  border: 1px solid #dcddde;
  box-shadow: 7px 7px 10px #e0e0e0;
  overflow: hidden;
}

.hochschule_grid_element:nth-child(3n+1) { 
  margin-left: 0;
}

.hochschule_grid_element_header {
  padding: 8px 9px;
  height: 70px;
}

.hochschule_grid_element_header img {
  max-width: 260px;
  max-height: 54px;
  width: auto;
}

.hochschule_grid_element_content {
  display: block;
  height: 153px;
  position: relative;
  background-color: #f3f3f4;
  padding: 6px 8px;
  line-height: 1.4em;
}

.hochschule_grid_element_content:hover {
  background-color: #b6c9e5;
}

.hochschule_grid_element_hochschule {
  color: #9d9fa2;
  font-weight: bold;
}

.hochschule_grid_element_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.hochschule_grid_element_studiengang {
/*   position: absolute;
  bottom: 22px;
  left: 0; */
  display: block;
  font-weight: bold;
  color: #0068ac;
  padding: 6px 8px 0 8px;
  font-size: 1.1em;
}

.hochschule_grid_element_ort {
/*   position: absolute;
  bottom: 0;
  left: 0; */
  display: block;
  width: 100%;  
  padding: 4px 8px;
  color: black;
}

.hochschule_grid_element_pagination {
  height: 42px;
  background-color: #e7e7e8;
  text-align: center;
  padding: 12px;
  position: relative;
}

.hochschule_grid_element_pagination_left {
  position: absolute;
  display: block;
  height: 25px;
  width: 13px;
  background-repeat: no-repeat;
  left: 9px;
  top: 9px;
}
.hochschule_grid_element_pagination_left.active {
  background-image: url('/images/icons/pfeil-weiss-links.png');
}

.hochschule_grid_element_pagination_left.active:hover {
  background-image: url('/images/icons/pfeil-blau-links.png');
}

.hochschule_grid_element_pagination_right {
  position: absolute;
  display: block;
  height: 25px;
  width: 13px;
  background-repeat: no-repeat;
  right: 9px;
  top: 9px;
}

.hochschule_grid_element_pagination_right.active {
  background-image: url('/images/icons/pfeil-weiss-rechts.png');
}

.hochschule_grid_element_pagination_right.active:hover {
  background-image: url('/images/icons/pfeil-blau-rechts.png');
}


/*studienorte*/


#country_filter_studienorte {
  border-bottom: none;
  margin-bottom: 0;
}

.fachbereiche_studienort {
  margin-bottom: 1.5em; 
}

#fachbereiche_studienorte h2 {
  font-size: 1.3em;
  line-height: 1.4em;
} 

h2.fachbereiche_studienorte_land {
  border-top: 2px solid #a4c3dd;
  padding-top: 25px;
  margin-bottom: 1em;
}

#fachbereiche_studienorte h3 {
  font-size: 1em;
  font-weight: bold;
  color: black !important;
  margin-top: 3em;
  margin-bottom: 1.3em;
} 



@media (max-width: 767px) {
  .fachbereich-bottom-links > div {
    float: none;
    width: 100%;
  }
  
  .country_filter_element .desktop {
    display: none;
  } 
  
  .hochschule_grid_element {
    width: 48%;
    margin-left: 4%;
  }
  
  .hochschule_grid_element:nth-child(3n+1) { 
    margin-left: 4%;
  }
  
  .hochschule_grid_element:nth-child(2n+1) { 
    margin-left: 0;
  }  
  
}

@media (max-width: 767px) {

  .country-stats-element {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 12px;
    padding: 8px;
  }
  
  .country-stats17-container {
    width: 100% !important;
    margin-left: 0;
    float: none;
    margin-bottom: 12px;
  }  
  
  .country-stats17-container h4 {
    padding: 8px 18px;
  }  
  
  .country-stats17-container a {
    padding: 20px 5px;
  }  
  
  .hochschule_grid_element {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  
}

@media (max-width: 767px) {
  .studienwahl-box {
    margin-bottom: 80px;
  }
  
  .studienwahl-box-content {
    left: 0px;
    bottom: -60px;
    width: 100%;
  }
  
  .studienwahl-box-content p {
    margin: 0 0 25px 10px;
    line-height: 1.2em;
  }
  
  .studienwahl-box-content a {
    width: 100%;
  }
}

/* Presentation */
.presentation-ad {
  width: 300px; 
  float: right;
}

@media (max-width: 767px) {
  .presentation-ad {
    width: 100%; 
    float: none;
    margin-bottom: 2em;
  }  
}

/* Studiengänge */

.body-studium-studiengaenge #slide380 {
    margin: 0;
}

h2.studiengang-sie-wollen {
  color: black !important;
  font-weight: 300;
  font-size: 16px;
}

h2.studiengang-unten-stehend {
  font-size: 14px; 
  font-weight: 300;
}

.studiengaenge-ad-container  {
  background-color: #E5E5E5;
  overflow: hidden;
  text-align: center;
}

.studiengaenge-ad {
  display: inline;
  padding: 0 8px;
}

.studiengaenge-ad img {
  margin-bottom: 20px;
}

/* user register */
.user-register-submit {
  max-width: 400px;
}

.user-register-test-wahl {
  display: table; 
  width: 500px; 
  height: 60px; 
  margin: 10px auto; 
  font-size: 20px; 
  line-height: 20px; 
  text-align: center;  
}

/* checkout */
.checkout-more-info {
  position: absolute; 
  bottom: 20px; 
  left: 350px;
}

@media (max-width: 767px) {
  .checkout-more-info {
    position: relative; 
    bottom: inherit;
    left: inherit;
  }  
  
  .user-register-test-wahl {
    width: 90% 
  }

}

/* einstellungen */

.studienwahltest-box-container {
  margin-bottom: 40px;
  overflow: hidden;
}

.studienwahltest-box-header {
  float: left;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: white;
  background-color: #14325c;
  padding: 7px 16px 6px 9px;
}

.studienwahltest-box-content {
  clear: left;
  padding: 27px 20px 30px 20px;
  background-color: #e9e9e8;
  border: 1px solid #14325c;
}

.studienwahltest-box-ort-container {
  text-align: center;
}

.studienwahltest-box-ort {
  display: inline-block;
  width: 192px;
  margin-left: 22px;
  vertical-align: top;
}

.studienwahltest-box-ort:FIRST-CHILD {
  margin-left: 0;
}

.studienwahltest-box-ort label {
  display: block;
  border: 1px solid #14325c;
  background-color: #747497;
  background-repeat: no-repeat;
  background-position: 9px 8px;
  padding: 8px 10px 8px 49px;
  color: white;
  font-size: 20px;
  text-align: left;
}

.studienwahltest-box-ort.de label {
  background-image: url("/images/studienwahltest/flagge-deutschland-klein.png");
}

.studienwahltest-box-ort.at label {
  background-image: url("/images/studienwahltest/flagge-oesterreich-klein.png");
}

.studienwahltest-box-ort.ch label {
  background-image: url("/images/studienwahltest/flagge-schweiz-klein.png");
}

.studienwahltest-box-ort select {
  border: 1px solid #14325c;
  height: inherit;
  width: 100%;
}

@media (max-width: 767px) {
  .studienwahltest-box-ort {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

/* Merkliste */

.header-with-merkliste { 
  overflow: hidden;
  height: 380px;  
}

.header-with-merkliste.merkliste-low {
  height: 285px; /* z.b. user/fachrichtungen */
}

.header-with-merkliste-content {
  /* float: left; */
  position: relative;
  height: 100%;
}

.header-with-merkliste-content.studi-header-image {
  background-image: url("/images/studienwahltest/Header-Studienwahltest5.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.header-with-merkliste-content-text {
  position: absolute; 
  top: 100px; 
  left: 76px; 
  display: inline-block;
  font-size: 40px;
}

.header-with-merkliste-content-text.invers {
  background-color: #14325c;
  padding: 3px 0 3px 10px;
}

.header-with-merkliste-content-text.invers h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  letter-spacing: .5em;
}


.header-with-merkliste-content-text.overview {
  font-size: 14px;
  color: #14325c;
  line-height: 1.3em;
  margin-top: 5px;
}


#merkliste {
  width: 286px; /* 270 + 16px border */
  height: 100%; 
  float: right;
  border-left: 16px solid #e6e6e5;
  z-index: 2;
  position: relative;  
}

.merkliste-header {
  background-color: #14325c;
  background-repeat: no-repeat;
  background-position: 11px 9px;
  background-image: url("/images/general/merkliste-icon.png");
  padding: 10px 11px 10px 42px;
  color: white;
  font-size: 16px;
  position: absolute;
  width: 100%;
}

.merkliste-content {
  height: 100%;
  padding: 12px 12px 12px 12px; 
  border-top: 42px solid white;
  overflow-y: scroll; 
  overflow-x: hidden;  
  background-color: white;
}

.merkliste-entry {
  border-bottom: 1px solid #14325c;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

.merkliste-fach a {
  font-weight: bold;
  color: black;
  padding-right: 20px;
}

@media (max-width: 767px) {
  
  .header-with-merkliste,
  .header-with-merkliste.merkliste-low { 
    height: auto;  
  }  
  
  .header-with-merkliste-content.studi-header-image {
    height: 53vw;
    background-size: cover;
  }  
  
  .header-with-merkliste-content-text {
    position: absolute; 
    top: 15vw;
    left: 12%;
  }
  
  .header-with-merkliste-content-text.invers {
    padding: 2px;
  }
  
  .header-with-merkliste-content-text.invers h1 {
    font-size: 4.5vw;
    letter-spacing: .2em;
    line-height: 1em;
  }  
  
  #merkliste {
    width: inherit;
    float: none;
    border-left: none;
    border-bottom: 16px solid #e6e6e5;
  }
  
  .merkliste-content {
    overflow: hidden;  
  }  
}

/* profil */

.studienwahltest-box-container .result {
  background-color: white;
  padding: 20px;
}

.studienwahltest-box-container .skala {
  margin-bottom: 20px;
}

table.score {
  border: 1px solid #007f3e;
  text-align: left;
  border-spacing: 0px;
  border-collapse: collapse;
  margin-bottom: 2em;
}

table.score th {
  padding: 10px;
  background-color: #66b28b;
  border-top: 1px solid #007f3e;
  border-bottom: 1px solid #007f3e;
}

table.score td {
  padding: 10px;
  background-color: #cce5d8;
  border-top: 1px solid #007f3e;
  border-bottom: 1px solid #007f3e;
}

/* _studienrichtungen */

div.qtip .qtip-wrapper {
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

div.qtip .qtip-tip {
  z-index: 10;
}

.letterList.studienrichtungen.fachrichtungen #gruppentab div.column {
  width: 33%;
}

.letterList.studienrichtungen.fachrichtungen #gruppentab div.column:first-child {
  margin-right: 0%;
}

.letterList.studienrichtungen #gruppentab div.column {
  width: 45%;
}

.letterList.studienrichtungen #gruppentab div.column:first-child {
  margin-right: 5%;
}

.letterList.studienrichtungen #gruppentab div.column ul {
  margin: 35px 0px 15px 0px;
}

.letterList.studienrichtungen #gruppentab div.column li {
  padding: 3px;
}

.letterList.studienrichtungen #gruppentab label{
    display: inline-block;
    margin-left: 25px;
}

.letterList.studienrichtungen #gruppentab input {
    position: absolute;
}

.letterList.studienrichtungen .gruppentab.gruppe {
  padding-left: 40px;
}




@media (max-width: 1023px) {

  .letterList.studienrichtungen #gruppentab div.column {
    width: 100%;
    float: none;
  }
  
  .letterList.studienrichtungen #gruppentab div.column:first-child {
    margin-right: 0;
  }
  
  .letterList.studienrichtungen .gruppentab.gruppe {
    padding-left: 0;
  }  
}

/* suggest */
.suggest-text {
  line-height: 2em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.suggest-ranking-container {
  border: 1px solid #16315c;
}

.suggest-ranking-header {
  background: #eceaf0;
  background: -moz-linear-gradient(top, #eceaf0 0%, #9e9bb5 100%, #7db9e8 100%);
  background: -webkit-linear-gradient(top, #eceaf0 0%,#9e9bb5 100%,#7db9e8 100%);
  background: linear-gradient(to bottom, #eceaf0 0%,#9e9bb5 100%,#7db9e8 100%);  
  text-align: center;
  padding: 15px;
}

.suggest-ranking-header h1 {
  font-size: 20px;
  margin: 0;
  line-height: 1.3em;
}

.suggest-ranking-header p {
  margin: 0;
  color: #16315c;
}

.suggest-ranking-header img {
  vertical-align: baseline;
  padding: 0 5px;
}

.result .result_tab {
  background-color: #1f325c;
  color: #ffffff;
  padding: 7px 19px;
  height: 23px;
  float: left;
}

.result .result_tab a {
  color: #ffffff;
}

.result .result_tab h2 {
  color: #ffffff !important;
}

.result .result_tab h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}

.result .eignung {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 30px 0px 0px 30px;
  padding: 10px 10px 10px 20px;
}

.result .eignung_0 .eignung {
  background-color: #028040;
}

.result .eignung_1 .eignung {
  background-color: #738141;
}

.result .eignung_2 .eignung {
  background-color: #967640;
}

.result .eignung_3 .eignung {
  background-color: #b5603c;
}

.result .eignung_4 .eignung {
  background-color: #d3373d;
}

.result .eignung_0 .header {
  background: -webkit-gradient(linear, top, bottom, color-stop(0%, #fff), color-stop(100%, #018242));
  background: -webkit-linear-gradient(top, #fff 0%, , #018242 100%);
  background: linear-gradient(to bottom, #fff 0%, #018242 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#018242',GradientType=1 );
}

.result .eignung_1 .header {
  background: -webkit-gradient(linear, top, bottom, color-stop(0%, #fff), color-stop(100%, #768345));
  background: -webkit-linear-gradient(top, #fff 0%, , #768345 100%);
  background: linear-gradient(to bottom, #fff 0%, #768345 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#768345',GradientType=1 );
}

.result .eignung_2 .header {
  background: -webkit-gradient(linear, top, bottom, color-stop(0%, #fff), color-stop(100%, #997844));
  background: -webkit-linear-gradient(top, #fff 0%, , #997844 100%);
  background: linear-gradient(to bottom, #fff 0%, #997844 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#997844',GradientType=1 );
}

.result .eignung_3 .header {
  background: -webkit-gradient(linear, top, bottom, color-stop(0%, #fff), color-stop(100%, #b76641));
  background: -webkit-linear-gradient(top, #fff 0%, , #b76641 100%);
  background: linear-gradient(to bottom, #fff 0%, #b76641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b76641',GradientType=1 );
}

.result .eignung_4 .header {
  background: -webkit-gradient(linear, top, bottom, color-stop(0%, #fff), color-stop(100%, #d44442));
  background: -webkit-linear-gradient(top, #fff 0%, , #d44442 100%);
  background: linear-gradient(to bottom, #fff 0%, #d44442 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d44442',GradientType=1 );
}


.result .expandable {
  clear: both;
}

.result .header {
  border-bottom: 1px dotted #000000;
  padding: 10px;
}

.result .header h3 {
  margin: 2px 0px;
  font-weight: bold;
}

.result .header .pfeile {
  width: 25px;
  float: left;
  
  font-size: 1.5em;
  font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  
  /*margin-top: -4px;*/
    margin-top: 4px;
  padding-left: 4px;
}

.result .headerClosed .pfeile {
  margin-top: 4px;
  padding-left: 6px;
}


.result .header .pfeile:before {
  /*content: "\f0dd";*/
    content: "\f0d7";
}

.result .headerClosed .pfeile:before {
    content: "\f0da";
}

.result .header .info {
  color: #000000;
  margin-left: 25px;
}

.result .headerClosed .info {
  color: #666666; 
}

.result .percent {
  float: right;
  background: #14315B;
  line-height: 40px;
  padding: 0px 5px;
  color: #ffffff;
}

.result .fachbereiche {
  margin: 0px 0px 0px 30px;
  padding: 0px;
}

.result .blur .headerClosed h3,
.result .blur .headerClosed .info,
.result .blur .headerClosed .pfeile {
    color:transparent !important;
    text-shadow: 2px 2px 8px #333;
}

.result .favorite>.headerClosed,
.result .favorite>.header {
  background: #007E3D;
}
.result .favorite>.header .info,
.result .favorite>.header h3,
.result .favorite>.header .pfeile {
  color: #ffffff !important;
}

.result .header .number {
  font-size: 35px; 
  font-weight: 600;
  left: 0px;  
  top: 0px;
  text-align: center;
  width: 60px;
  height: 71px;
  background-color: #ffffff;
  position: absolute;
  padding-top: 16px;
}

.result .headerClosed .number {
  background-color: #f2f2f2;
}


.result .fachbereiche {
  padding: 0 0 0 50px;
}


/* overview */

.testmodul-container {
  height: 276px;
  border: 1px solid #14325c;
  margin: 44px 12px 80px 0;
}

.testmodul-label {
  position: absolute;
  font-size: 18px;
  color: white;
  padding: 7px 10px 8px 10px; 
}

.testmodul-beside {
  float: left;
  height: 100%;
  width: 138px;
  position: relative;
  z-index: 2;
}

.testmodul-beside-header {
  top: -24px;
  left: -1px;
  width: 100%;
  background-color: #14325c;
  font-weight: bold;
  /* border: 1px solid #14325c; */
}

.testmodul-beside-body {
  height: 100%;
  background-color: #747497;
  background-image: url("/images/studienwahltest/Zeiten-Hintergrund.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  color: white;
  padding: 16px 10px 10px 10px;
}

.testmodul-beside-body span {
  /* background-color: rgba(255,255,255,0.8); */ 
  text-shadow: 2px 2px 8px white, 2px 2px 8px white, 2px 2px 8px white, 2px 2px 8px white, 2px 2px 8px white, 2px 2px 8px white;
}
.testmodul-beside-time {
  position: absolute;
  bottom: 10px;
  left: 13px;
}

.testmodul-beside-time-ca {
  font-size: 16px;
  font-weight: bold;
}

.testmodul-beside-time-min {
  text-align: right;
}

.testmodule-content {
  background-color: #c1bdcf;
  padding: 0 24px 0 162px; /* 138 beside + 24 space */
  position: relative;
  height: 100%;
}

.testmodule-content-headline {
  top: -24px;
  left: 162px; /* 138 beside + 24 space */
  background-color: #14325c;
  font-weight: 400;
  font-style: italic;
}

.testmodule-content-subheadline {
  top: 7px;
  left: 300px;
  background-color: #747497;
  font-weight: 300;
  border: 1px solid #14325c;
  padding-top: 4px;
  padding-bottom: 5px;
}

.testmodule-content-text {
  padding-top: 50px;
}

.testmodule-content-header {
  font-weight: bold;
}

.testmodule-content-button {
  position: absolute;
  bottom: -12px;
  right: -12px;
}

.testmodule-content-button input {
  margin: 0;
}

@media (max-width: 1023px) {
  .testmodul-container {
    height: auto;
    border: none;
    margin-right: 0;
  }
  
  .testmodul-beside {
    float: none;
    height: auto;
    width: auto;
    height: 180px;
    margin-bottom: 4px;
  }

  .testmodul-beside-header {
    top: -24px;
    left: 0;
  }  
  
  .testmodule-content {
    padding: 0;
  }
  
  .testmodule-content-headline {
    position: relative;
    top: 0;
    left: 0;
  }
  
  .testmodule-content-subheadline {
    position: relative;
    top: 0;
    left: 0;
    margin: -4px 0 0 24px;
  }
  
  .testmodule-content-text {
    padding: 20px 10px 20px 10px;
  }
  
  .testmodule-content-header {
    font-weight: bold;
  }
  
  .testmodule-content-button {
    position: absolute;
    bottom: -12px;
    right: -12px;
  }
  
  .testmodule-content-button input {
    margin: 0;
  }  
}

/* bild */
.bildmitte {
  display : block;
    text-align : center;
  margin: 5px auto;
}

.bildlinks {
  float : left;
  margin: 3px 10px 0px 0px;
}

.bildrechts {
  float: right;
  margin: 3px 0px 0px 10px;
}


/* Startseite */
 .body-frontpage-index main > .holder {
    max-width: none;
}

.search-result-column .search-result-header,
.search-result-column .normal {
  border-bottom: 1px solid transparent;
}

.search-result-column:hover .search-result-header,
.search-result-column:hover .normal {
  border-bottom: 1px solid white;
  color: white;
}

.search-result-column.lehrgang:hover .normal {
  border-bottom: 2px solid transparent;
}

.search-result-column .normal:hover a,
.search-result-column .fern:hover a {
  color: white;
}


.search-result-column.bachelor:hover .search-result-header {
  background: #0068ac !important;
}

.search-result-column.bachelor .normal:hover,
.search-result-column.bachelor .fern:hover {
  background: #0068ac !important;
}

.search-result-column.master:hover .search-result-header,
.search-result-column.master:hover .normal {
  background: #f7d0d0 !important;
}

.search-result-column.master:hover .fern {
  background: #f7d0d0 !important;
}

.search-result-column.master:hover .search-result-header,
.search-result-column.master .normal:hover {
  background: var(--bs-master) !important;
}

.search-result-column.master .fern:hover {
  background: var(--bs-master) !important;
}

.search-result-column.lehrgang:hover .search-result-header,
.search-result-column.lehrgang:hover .normal {
  background: var(--bs-lehrgang) !important;
}

/* Gruppen Liste */

/* .gruppen-liste-container {
  display: table;
  width: 100%;  
} */

.gruppen-liste {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* display: flex;
  flex-wrap: nowrap;
  align-items: stretch;  
  align-content: center;
  justify-content: center; */
  margin-bottom: 16px;
  display: table;
  width: 100%; 
}

@media ( max-width : 767px) {
  .gruppen-liste {
    display: none;
  }
}

.gruppen-liste li {
  padding: 0;
/*   display: flex;
  flex-grow: 1; */
  border-left: 5px solid #e6e6e5; /* margin does not work with table-cell */
  display: table-cell;
  vertical-align: middle;
  background-color: white;
}

.gruppen-liste li:FIRST-CHILD {
  border-left: none;
}

.gruppen-liste li a {
  text-align: center;
/*   align-items: center;
  display: flex; */
  color: #818181;
  line-height: 1.2em;
  padding: 3px 8px;
  display: inline-block;
  height: 100%;
}

.gruppen-liste li a:hover {
  color: white;
}

.gruppen-liste.lehrgang li a {
  padding: 8px 2px;
  letter-spacing: -0.5px;
}

.textblock {
  clear: both;
  text-align: justify;
}

.textblock ul {
  text-align: left;
}

div.paragraph-i p, div.paragraph-buch p, div.paragraph-weg p, div.paragraph-zugang p, div.paragraph-fern p, div.paragraph-ruf p {
  margin-top: 5px;
  text-align: justify;
}

.table_admin {
  width: 100%;
  border: 1px solid black;
  text-align: center;;
  border-collapse: collapse;
}

.table_admin th {
  color: black;
  font-weight: bold;
  background-color: #a4a5b9;
}

.table_admin td, .table_admin th {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 10px;
  border-spacing: 0;
}

.table_admin tr.even {
  
}

.table_admin tr.odd {
  background-color: #dad9e1;  
}

.bilder div.bild {
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-right: 10px;
  float: left; 
  width: 92px;
  height: 92px;
}

.bilder div.bild img {
  max-width: 92px;
  max-height: 92px;
}

/*ul li {*/
/*  list-style-type: square;  */
/*}*/

ul.list-unstyled li {
  list-style-type: none;  
}

.trefferlistenbanner {
  width: 970px;
  padding-top: 5px;
  margin-left: -5px;
}

@media (max-width: 1023px) {
  .trefferlistenbanner {
    margin-left: 0px;
    width: 100%;
  }
}

.linked:hover {
  cursor: pointer;  
}

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
  padding-left: 35px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 30px;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
  background-position: 0 -30px;
}

label.css-label {
  background-image:
    url(/images/general/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.riasec {
  border: 1px solid #0068ac;
  padding: 30px 30px 0 30px;
  margin: 20px 0px;
}

.riasec img {
  margin-top: 2px;
}

.riasec hr {
  display: none;
}

.h3rect .riasec h3 {
  color: #108649 !important;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  background-image: none;
  padding-left: 0px;
}

/* riasec ausrichtung */
.fachbereich-riasec-container-grafisch-base {
  position: relative;
}

.fachbereich-riasec-container {
  overflow: hidden;
}

.fachbereich-riasec-container-text {
  width: 48.5%;
}

.fachbereich-riasec-container-text img {
  margin-top: 1em;
  max-width: 464px;
  width: 100%;
}

.fachbereich-riasec-container-grafisch {
  float: right;
  width: 48.5%;
}

.fachbereich-riasec-container-grafisch-base {
  display: inline-block;
}

.fachbereich-riasec-container-grafisch-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.fachbereich-riasec-container-grafisch .fachbereiche_test {
  margin-top: .5em;
}
.fachbereich-riasec-container-grafisch .fachbereiche_test input {
  max-width: 320px;
  padding: 0.8em 2em;
}

@media ( max-width : 767px) {
   .fachbereich-riasec-container-text {
    width: 100%
  }
  
  .fachbereich-riasec-container-grafisch {
    float: none;
    width: 100%;
  }
}

 .content-box.presentation-studienberatung .img-wrap img {
  max-height: 100px;
  width: auto;
}

.content-box.presentation-studienberatung .img-wrap {
  padding: 0px;
}



/* textbaustein wusstest du */
.did-you-know {
  border: 1px solid #0068ac;
  background-color: #eff4fa;
  width: 100%;
}  

.did-you-know h1,
.did-you-know h2,
.did-you-know h3 {
  color: #0068ac !important; 
}  

.did-you-know-image {
  float: right;
  margin-top: 6px;
}

.did-you-know-content {
  margin-right: 305px;
}


.did-you-know strong {
  color: #0068ac;
}

.did-you-know ul {
  margin: 1em 0 0 1.1em;
  padding: 0;
  list-style-image: url("/images/icons/bullet-rect-blue.png");
  /* list-style-position: inside; */
}
.did-you-know ul li {
  padding: 0;
  margin: 0 0 1em 0;
}

.did-you-know-rating {
  width: 320px;
} 

@media ( max-width : 767px) {
  .did-you-know-image {
    float: none;
    margin-top: 0;
  }
  
  .did-you-know-content {
    margin-right: 0;
    margin-top: 2em;
  }
}

.studienwahlbox-uebersicht-image {
  max-width: 940px; 
}

.hauptgruppen {
   padding-bottom: 20px;
}


/* mobile tweaks */

@media ( max-width : 767px) {
  .holder {
    padding-left: 8px; 
    padding-right: 8px;
  }
  
  
  h1, .h1 {
    font-size: 1.5em;
  }
  
  h3, .h3 {
   font-size: 1.3em;
   margin-bottom: .5em;
  }
  
  #slide380 {
    height: auto;
  }
  
  #slide380 h1,
  #slide380 h1.slide-double-line,
  #slide380 h1.slide-double-line-black
  {
￼    font-size: 3.5vw;
     font-size: calc(12px + 1.5vw);
     background-color: white;
     margin-left: 0;
     padding: 15px;
     /* margin-top: 10vw; */
     height: 100%;
     margin-top: 0;
     line-height: 1.4em !important;
     border-bottom: 5px solid #e6e6e5;
  }
  
  .slide-double-black {
    display: block !important;
    margin-bottom: .3em;
  }
  
  .button {
    font-size: 15px;
    min-width: 150px;
  }
  
  a {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
  
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
  
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
/*     -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;   */
  }
  
  
  .two-col-element-bg-image {
    height: 50vw;
  }
  
  #dir_premium h3 {
    margin-bottom: 2em;
    line-height: 1.1em;
  }
  
  #dir_premium .headerBalkenCheckbox {
    position: absolute;
    bottom: 0;
    right: 0;
/*     margin-bottom: 1em; */
    font-size: .9em;
    margin-right: 1em;
  }
  
  #dir_premium .headerBalkenCheckbox + .headerBalkenCheckbox {
    bottom: 1.4em;
  }
  
  
  .headerBalkenCheckbox input[type=checkbox].css-checkbox {
    position: relative;
    z-index: auto;
    left: auto;
    width: auto;
    height: auto;
    margin: 0;
    vertical-align: baseline;
  }
  .headerBalkenCheckbox input[type=checkbox].css-checkbox+label.css-label {
    display: none;
  }
  
  .studienwahlbox-uebersicht-image {
    max-width: 100%;
    margin-left: 0;
  }
  
  .studienwahlbox-uebersicht-loupe-hint {
    display: none;
  }
  
  
  .maincontent-box p,
  .maincontent-box-more-padding p,
  .body-static-about  .ui-tabs .ui-tabs-panel,
  .vergleichen-teaser,
  .textblock,
  div.paragraph-i p, div.paragraph-buch p, div.paragraph-weg p, div.paragraph-zugang p, div.paragraph-fern p, div.paragraph-ruf p {
    text-align: left;
  }
  
  .letterList #gruppentab div.column {
    width: 95% !important;
  }
  
  .hauptgruppen {
    padding-bottom: 0;
  }
  
  /* .body-frontpage-index .subgruppen, */
  .body-frontpage-index .subgruppen,
  .body-studium-studiengaenge #gruppentab > div > ul.gruppe {
    display: none !important;
  }
  
  
  .studiengang-header .logo {
    float: none;
    margin-bottom: 1em;
  }
  
  .body-studium-presentation .bildlinks,
  .body-studium-presentation .bildrechts {
    display: none;
  }
  
  .course-detail.studiengang.P {
    padding-bottom: 2em;
  }
  
  .did-you-know {
    width: 100%;
    max-width: 320px;
    min-width: 220px;
  }
  
  .maincontent-box p,
  .maincontent-box-more-padding p,
  .body-static-about  .ui-tabs .ui-tabs-panel,
  .vergleichen-teaser,
  .textblock,
  div.paragraph-i p, div.paragraph-buch p, div.paragraph-weg p, div.paragraph-zugang p, div.paragraph-fern p, div.paragraph-ruf p,
  .info-content .info-wrap,
  .info-aside,
  .info-content .text-row .text-block
  {
    text-align: left;
  }
  
  #dir_premium  {
    margin-top: 3em;
  }
  
}
/* end of mobile tweaks */


.body-user-register h2 {
  font-size: 28px;
}

.body-user-checkout h2 {
  font-size: 28px;
}

.body-user-overview h1 {
  color: white;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
}

/* loading indicator */
.loading-indicator {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .5 ) 
                url('/images/ajax-loading.gif') 
                50% 50% 
                no-repeat;
}
body.loading .loading-indicator {
    display: block;
}


/* Bildungsanbieter neu */
.padding-40 {
  padding: 40px;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.leistungen {
  width: 100%;
}

.leistungen th,
.leistungen td {
  padding: 10px 12px;
}

.leistungen-top-left {
  text-align: left;
  vertical-align: top;
  position: relative;
  background-color: #f2f2f2; 
}

.leistungen-top-left h2 {
  color: black;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.leistungen-top-left i {
  font-weight: normal;
}

.leistungen-top-left div {
  position: absolute;
  bottom: 12px;
  left: 12px;
  text-transform: uppercase;
}

.leistungen-header-item {
  background-repeat: no-repeat;
  background-position: center;
  width: 165px;
  height: 160px;
  overflow: hidden;
  text-align: center;
  vertical-align: bottom;
}

.leistungen-header-item h3 {
  color: #14325c;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
}

.leistungen-header-item i {
  font-weight: 100;
  font-style: normal;
  color: #14325c;
  font-size: 16px;
  line-height: 27px;
}

.leistungen-header-basis-premium h3 {
  color: #ffd800;
}
.leistungen-header-basis-premium h3.leistungen-premium-preis {
  color: white;
}
.leistungen-header-basis-premium i {
  display: block;
  font-size: 12px;
  color: white;
  margin-bottom: 12px;
}

.leistungen-button {
  display: inline-block;
  width: 90px;
  height: 26px;
  border: 1px solid black;
  background-color: white;
  background-image: url('/images/bildungsanbieter/pdf-icon-eck.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  text-decoration: none;
  color: black;
  font-weight: 100;
  padding-right: 24px;
}

.leistungen tr:nth-child(even) {
  background-color: #f2f2f2; 
}

.leistungen td {
  text-align: center;
  vertical-align: middle;
}

.leistungen td img {
  vertical-align: middle;
}

.leistungen td .hakerl {
  width: 16px;
  height: auto;
}

.leistungen .tooltiptext {
  display: none;
}

.leistungen .tooltiptext ul {
  margin: 0; 
  padding: 0;
}
.leistungen .tooltiptext li {
  margin: 0; 
  padding: 0;
}

.leistungen .tooltiptext {
  background-color: #bfc0ce !important;
  padding: 15px 20px;
}

.leistungen td.leistungen-label-col {
  text-align: left;
 }

.leistungen-label-col img {
  vertical-align: baseline;
}

.leistungen-buttons {
  text-align: right;
  margin: 10px 0 80px 0;
}

.leistungen-buttons a {
  display: inline;
  margin: 0 3px 0 3px;
  width: 139px;
  font-size: 13px;
  padding: 10px;
}

.leistungen-button-basis {
  background-color: #e5e5e5;
}

.leistungen-button-basis-koop {
  background-color: #d8d6e0;
}

.yellow {
  color: #ffd500;
}

.kooppart-container {
  display: flex;
  justify-content: space-between;
  border-collapse: collapse;
}

.kooppart-box {
  width: 42%;
  border: 1px solid #304264;
  background-color: #f2f2f2;
}

.kooppart-header {
  border-bottom: 1px solid #304264;
  line-height: 34px;
  font-weight: bold;
}

.kooppart-number {
  background-color: #304264;
  color: white;
  float: left;
  padding: 0 10px;
  font-size: 26px;
  
}

.kooppart-headline {
  background-color:#cdccd7;
  color: #304264;
  font-size: 22px;
  padding-left: 50px;
}

.kooppart-separator {
  text-align: center;
  font-weight: bold;
  color: #304264;
  font-size: 26px;
  padding-top: 80px;
}

.kooppart-body {
  padding: 20px;
}

.kooppart-body textarea {
  width: 100%;
  font-family: monospace;
  min-height: 110px;
}

.kooppart-separator img {
  margin-top: 4px;  
}


.bildungsanbieter-form-field input[type="text"],
.bildungsanbieter-form-field input[type="email"],
.bildungsanbieter-form-field input[type="url"],
.bildungsanbieter-form-field textarea {
  width: 100%;
  padding: .7em;
}

.bildungsanbieter-form-row {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px 10px -5px;/*  */
  margin: 0 0 10px 0;
}

.bildungsanbieter-form-field {
  flex: 1 1 auto;
  padding: 0 5px;
  position: relative;
}

.bildungsanbieter-form-field ul {
  margin: 0;
  margin-left: -5px;
  padding: 0;
  list-style-type: none;
}

.bildungsanbieter-form-field ul li {
  display: inline;
}

.bildungsanbieter-form-field-last {
  width: 40%;
}

.x-bildungsanbieter-form-field-link {
  margin-top: 1em;
}

.x-bildungsanbieter-form-field-checkbox {
  margin-top: 1em;
  line-height: 2em
}

.bildungsanbieter-form-submit {
  text-align: center;
}

.form-error {
  color: red;
  font-weight: bold;
}

.bildungsanbieter-form-field .form-error {
  position: absolute;
  top: -10px;
  left: 40%;
  background: white;
}

.flash {
  background-color: rgb(255, 213, 0);
  padding: 30px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}

.contact .x-bildungsanbieter-form-field-checkbox {
  display: none;
}

.questions .x-bildungsanbieter-form-field-link {
  display: none;
}

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

.ansprech-content h2 {
  font-weight: bold;
}

.ansprech-img-separator {
  padding: 0 35px;
}

.ansprech-content a,
.ansprech-content a:visited {
  color: white;
}



/* bildungsanbieter neu mobile */

.leistungen-mobile {
  padding: 10px;
  border: #14325c solid 1px;
  margin-bottom: 3em;
  display: none;
}

.leistungen-mobile table {
  width: 100%;
}

.leistungen-mobile .leistungen-header-item {
  width: 100%;
  background-repeat: repeat-x;
}

.leistungen-mobile th {
  /* padding: 0; */
} 

.leistungen-th {
  padding: 10px 12px;
  position: relative;
  height: 160px;
  background-color: transparent;
}

.leistungen-mobile tr td+td {
  min-width: 50px;
}

.leistungen-mobile leistungen-buttons {
  
}

@media (max-width: 767px) {
  .leistungen-desktop {
    display: none;
  }
  .leistungen-mobile {
    display: block;
  }
  
  .kooppart-number {
    font-size: 18px;
    padding: 0 4px;
  }
  
  .kooppart-header {
    min-height: 50px;
    background-color: #cdccd7;
  }
  
  .kooppart-headline {
    font-size: 16px;
    line-height: 1em;
    padding-left: 24px
  }
  
  .kooppart-separator {
    font-size: 14px;
  }
  
  .kooppart-separator img {
    width: 36px;
  }  
}

.cooperation {
  color: #939598;
}

.cooperation:hover {
  color: #000000;
}

/* studienorte */

.orte h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 1em;
}

.orte-tabs {
  display: flex;
  justify-content: space-between;
}

a.orte-tab {
  display: block;
  position: relative;
  width: 32%;
  background-color: rgb(164, 195, 221);
  color: white !important;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

a.orte-tab > img {
  vertical-align: bottom;
  margin-right: 3px;
}

a.orte-tab:hover {
  background-color: #0068ac;
}

a.orte-tab.selected {
  background-color: #0068ac;
}

a.orte-tab.selected::after {
    content: "\e903";
    position: absolute;
    bottom: -18px;
    left: -1px;
    right: 0;
    margin: 0 auto;
    font-size: 29px;
    line-height: 1;
    width: 28px;
    z-index: 2;
    font-family: "icomoon";
    color: #0068ac;
}

ul.orte-list {
  margin: 0;
  padding: 0;
  column-count: 4;
  column-gap: 30px;
  margin-bottom: 3em;
}

ul.orte-list li {
  list-style-type: none;
  color: var(--bs-darker);
    font-size: .9rem;
  margin-bottom: .5em;
}

ul.orte-list li a {
    color: var(--bs-darker);
    font-weight: 400;
}

ul.orte-list li a:hover {
  font-weight: bold;
}

@media ( max-width : 767px) {
   
  ul.orte-list {
      column-count: 2;
      column-gap: 20px;
      margin-bottom: 3em;
  }   
  
}


/* Überschrift mit Ecke */
.ecke {
  background: none !important;
  padding: 0 !important;
}

/* bildungsanbieter längere Überschrift */
.body-action-bildungsanbieter #slide380 h1 {
  font-size: 1.8em;
  line-height: 1.5em;
  margin: 87px 20px 0 20px;
  height: 110px;
  display: flex;
  align-items: center;
}


/* BERUFE */

#slide380 h1.header-white-line {
  background-color: rgba(255,255,255,.8);
  margin-top: 90px;
  margin-left: 0;
  padding: .3em 1em ;
  line-height: 1.4em;
}



.body-studium-berufe .letterList #gruppentab div.column ul {
    background-image: url("/images/icons/ecke-bachelor.png") !important;
}

.body-studium-berufe .letterList #gruppentab div.column li {
    color: #0068ac !important;
}

.body-studium-berufe .letterList #gruppentab div.column li a:hover {
    color:  #0068ac !important;
}

.beruf-teaser {
  font-size: 1.3em;
  font-weight: bold;
  overflow: hidden;
  padding: 15px 25px;
  padding-right: 4em;
  line-height: 1.8em;
  min-height: 130px;
  margin-top: 25px;
  
  display: flex;
  justify-content: space-between;  
}


.beruf-teaser img {
  margin-right: 1.5em;
  /* width: 100px; */
  height: 100px;
}

.beruf-teaser p {
  height: 100%;
  flex-grow: 1;
  align-self: center;
}

.beruf-body h2 {
  margin-top: 1.6em;
  margin-bottom: .9em;
}

.beruf-text h2:first-child {
  margin-top: .8em;
}

.maincontent-box-more-padding.beruf-body p:last-child {
    margin-bottom: 1em;
}

.beruf-voraussetzungen ul {
  margin: 0;
  padding: 0;
}

.beruf-voraussetzungen li {
    list-style-type: none;
    padding: .25em 0 .25em 1.5em;
    margin: 0;
    color: black;
    background-image: url("/images/beruf/haken_blau.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px;
}

.beruf-voraussetzungen ul:nth-of-type(2) li {
    list-style-type: none;
    padding: .25em 0 .25em 1.1em;
    margin: 0;
    color: black;
    background-image: url("/images/beruf/bullet.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 7px;
}

.beruf-details ul {
  margin: 0;
  padding: 0;
}

.beruf-details ul li {
    list-style-type: none;
    padding: .25em 0 .25em 1.1em;
    margin: 0;
    color: black;
    background-image: url("/images/beruf/bullet.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 7px;
}

.body-studium-beruf #result {
    background-color: #0068ac !important;
}

.body-studium-beruf #result h3 {
  font-weight: bold;
  margin-left: 20px;
}

#beruf-checkboxes {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
}

#beruf-checkboxes > span {
  width: 30%;
  flex-grow 1;
  padding: 5px 0;
  font-size: 1.2em;
}

#beruf-checkboxes .disabled {
  color: #888;
}

#beruf-checkboxes input {
  vertical-align: bottom;
}

.beruf-studiengaenge {
  margin-top: 10px;
}

.body-studium-beruf .headerBalken {
    background-color: #0068ac !important;
}

@media ( max-width : 767px) {
 .body-studium-beruf #slide380 h1.header-white-line {
    background-color: white;
    margin-top: 0px;
    margin-left: 0;
    padding: .3em 1em;
    line-height: 1.4em;
    margin-bottom: 50vw;
  }  
  
  .beruf-teaser {
    padding-right: inherit;
    font-size: 1.2em;
  }
  
  .beruf-teaser img {
    display: none;
  }
  
  .beruf-body h2 {
    font-size: 1.3em;
  }
  
  .body-studium-beruf #result h3 {
      margin-left: 0;
  }  
  
}


@media ( max-width : 560px) {
  #beruf-checkboxes {
    display: block;
    padding-top: .5em;
    padding-bottom: .5em;
  }
  
  #beruf-checkboxes > span {
    display: block;
    width: 100%;
  }
  
  /* #beruf-checkboxes > span > * {
    display: inline;
  } */  
}



/* BEWERBUNGSTIPPS */

.bewerbungstipps-intro {
  margin-bottom: 40px;
}

.bewerbungstipps-dual-column {
  column-count: 2;
  column-gap: 40px;
}

.bewerbungstipps-dual-column ul {
  margin: 0;
  padding: 0;
}

.bewerbungstipps-dual-column ul li {
  padding: 0 0 0 24px;
  list-style-type: none;
  background-image: url("/images/bewerbungstipps/bullet-square.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 0% 7px;
}

.bewerbungstipps-dual-column h2 {
  line-height: 1.3em;
  margin-top: 2em;
  font-size: 1.4em;
}

.bewerbungstipps-dual-column h2:first-child {
  margin-top: 0;
}



.body-studium-bewerbungstipp .banner, #slide380 {
  margin-bottom: 20px;
}



.bewerbungstipp-dark-blue {
  background-color: #16325c;
  padding: 24px 32px 1px 32px;
  /* border-radius: 20px; */
  color: white;
}

.bewerbungstipp-dark-blue h2 {
  color: white !important;
  font-size: 1.3em;
  margin-top: 0;
}

.bewerbungstipp-light-blue {
  background-color: #bdddf2;
  padding: 24px 32px 1px 32px;
  /* border-radius: 20px; */
}

.bewerbungstipp-light-blue h2 {
  color: black !important;
  font-size: 1.3em;
  margin-top: 0;
}

.bewerbungstipp-anchors {
  margin-bottom: 2em;
}

.bewerbungstipp-anchors ul {
  margin: 0;
  padding: 0;
}

.bewerbungstipp-anchors li {
  padding: 0 0 1em 32px;
  list-style-type: none;
  background-image: url("/images/bewerbungstipps/arrow-bullet.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 0% 6px;
}




.bewerbungstipp-top-nav {
  display: none;
}

@media ( max-width : 640px) {
  .bewerbungstipps-dual-column {
    column-count: 1;
    column-gap: 40px;
  } 
}


@media ( max-width : 767px) {
  .bewerbungstipp-top-nav {
    display: block;
    background-color: #1465af;
    color: white;
    padding: 4px 30px;
  }
  
  .bewerbungstipp-top-nav-h {
    color: white;
    font-size: 1.1em !important;
    font-weight: bold;
    margin-bottom: 4px;
  }
  
  .bewerbungstipp-top-nav select {
    width: 100%;
    background-color: #1465af;
    color: white;
    border-color: white;
    border: none;
    padding: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('/images/select-box-arrow-down.png');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 95% center;
    padding-right: 30px;
  }  
  
  .bewerbungstipp-top-nav select::-ms-expand {
    display: none;
  }
  
  .body-studium-bewerbungstipps #slide380,
  .body-studium-bewerbungstipp #slide380 {
    min-height: 40vw;
  }
  
  .body-studium-bewerbungstipps .img-copyright,
  .body-studium-bewerbungstipp .img-copyright {
      bottom: inherit;
      top: 0px;
      line-height: 1em;
  }     
  
}




/* Backend */
.sf_admin_form_field_bild img,
.sf_admin_form_field_bild_klein img {
  height: 100px;
  width: auto;
}


/* tabs: pullout from inline code */
.tabs .ui-tabs .ui-tabs-nav li {
  margin: 0;
}

.tabs #gruppestudium .ui-state-active .ui-tabs-anchor:after, .bachelortab.ui-tabs-active.ui-state-active .ui-tabs-anchor:after
  {
  opacity: 1;
  color: #0068ac;
}

.tabs .ui-tabs ul.gruppe.ui-tabs-nav li.bachelortab.ui-tabs-active a, .ui-tabs ul.gruppe.ui-tabs-nav li.bachelortab.ui-state-hover a,
  #gruppestudium ul.gruppe.ui-tabs-nav li.ui-state-active a,
  #gruppestudium ul.gruppe.ui-tabs-nav li.ui-state-hover a {
  background-color: #0068ac;
  color: #ffffff;
}

.tabs #gruppebachelor-fernstudium .ui-state-active .ui-tabs-anchor:after,
  .bachelorferntab.ui-tabs-active.ui-state-active .ui-tabs-anchor:after
  {
  opacity: 1;
  color: #0068ac;
}

.tabs .ui-tabs ul.gruppe.ui-tabs-nav li.bachelorferntab.ui-tabs-active a,
  .ui-tabs ul.gruppe.ui-tabs-nav li.bachelorferntab.ui-state-hover a,
  #gruppebachelor-fernstudium ul.gruppe.ui-tabs-nav li.ui-state-active a,
  #gruppebachelor-fernstudium ul.gruppe.ui-tabs-nav li.ui-state-hover a
  {
  background-color: #0068ac;
  color: #ffffff;
}

.tabs #gruppemaster .ui-state-active  .ui-tabs-anchor:after, .mastertab.ui-tabs-active.ui-state-active .ui-tabs-anchor:after
  {
  opacity: 1;
  color: var(--bs-master);
}

.tabs .ui-tabs ul.gruppe.ui-tabs-nav li.mastertab.ui-tabs-active a, .ui-tabs ul.gruppe.ui-tabs-nav li.mastertab.ui-state-hover a,
  #gruppemaster ul.gruppe.ui-tabs-nav li.ui-state-active a,
  #gruppemaster ul.gruppe.ui-tabs-nav li.ui-state-hover a {
  background-color: var(--bs-master);
  color: #ffffff;
}

.tabs #gruppemaster-fernstudium  .ui-state-active   .ui-tabs-anchor:after,
  .masterferntab.ui-tabs-active.ui-state-active .ui-tabs-anchor:after {
  opacity: 1;
  color: var(--bs-master);
}

.ui-tabs ul.gruppe.ui-tabs-nav li.masterferntab.ui-tabs-active a,
  .ui-tabs ul.gruppe.ui-tabs-nav li.masterferntab.ui-state-hover a,
  #gruppemaster-fernstudium ul.gruppe.ui-tabs-nav li.ui-state-active a,
  #gruppemaster-fernstudium ul.gruppe.ui-tabs-nav li.ui-state-hover a {
  background-color: var(--bs-master);
  color: #ffffff;
}

.tabs #gruppelehrgang .ui-state-active  .ui-tabs-anchor:after, .lehrgangtab.ui-tabs-active.ui-state-active .ui-tabs-anchor:after
  {
  opacity: 1;
  color: var(--bs-lehrgang);
}

.tabs .ui-tabs ul.gruppe.ui-tabs-nav li.lehrgangtab.ui-tabs-active a, .ui-tabs ul.gruppe.ui-tabs-nav li.lehrgangtab.ui-state-hover a,
  #gruppelehrgang ul.gruppe.ui-tabs-nav li.ui-state-active a,
  #gruppelehrgang ul.gruppe.ui-tabs-nav li.ui-state-hover a {
  background-color: var(--bs-lehrgang);
  color: #ffffff;
}

.tabs .ui-widget.ui-widget-content.gruppe {
  border: none;
  padding: 0;
}

.img-copyright {
  position: absolute;
  bottom: 2px;
  right: 8px;
  color: white;
  font-style: normal;
  /* line-height: .9em; */
  font-size: 1em;
  font-weight: 500;
  text-shadow: 2px 2px 0 rgba(0,0,0,1);
}

@media ( max-width : 920px) {
  .img-copyright {
    font-size: .75em;
  }
}


/* startpage */

.body-frontpage-index .holder {
  max-width: 1280px;
  padding: 0px;
}

.body-frontpage-index .holder2 {
  max-width: 1010px;
  padding: 15px;
}

.body-frontpage-index .add-section img {
   padding: 0px;
}

.body-frontpage-index .screensize {
  height: calc(100vh - 66px);
}

.body-frontpage-index .info-banner {
  height: calc(100% - 100px);
}

.body-frontpage-index .info-banner .holder {
  max-width: 1010px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 172px;
  padding-bottom: 100px;
}


.body-frontpage-index .info-banner .img-copyright {
  right: auto;
  left: 8px; 
}

@media (max-width:767px) {
  .body-frontpage-index .info-banner .img-copyright {
    right: 8px;
    left: auto;
    bottom: 95px; 
  }
}

@media ( max-width : 920px) {
  .body-frontpage-index .info-banner .holder {
    padding-top: 5px;
    padding-bottom: 120px;
  }
  
  .body-frontpage-index .screensize {
    height: auto;
  }
  
  .body-frontpage-index .info-banner {
    height: auto;
    min-height: 460px;
  }  
}



.anzeige {
  font-size: 0.8em;
  margin-bottom: -2px;
  text-align: right;
  display: block;
}

.maincontent-box-more-padding .anzeige {
  margin-top: -25px;
  margin-right: -35px;
}

/* fixing advertising section */
.add-section img {
  max-width: 100% !important;
}

@media (max-width:768px) {
  .banner_responsive_small {
    display: block;
    text-align: center;
  }
  
  .banner_responsive {
    display: none;
  }
    
}
  
/* class to hide items in desktop version */
@media (min-width:768px) {
  .banner_responsive_small {
    display: none;
  }
  
  .banner_responsive {
    display: block;
  }
}


/* fachbereich eignung buttons */
.fachbereich_eignung_buttons {
  display: flex;
}

.fachbereich_eignung_button1 {
  flex: 50%; 
  padding: 0 12px 0 0px;
}

.fachbereich_eignung_button2 {
  flex: 50%; 
  padding: 24px 0px 24px 12px;
}

@media (max-width:512px) {
  .fachbereich_eignung_buttons {
    display: block;
  }
  .fachbereich_eignung_button1 {
    flex: 50%; 
    padding: 0 0 0 0;
  }  
  .fachbereich_eignung_button2 {
    padding: 24px 0px 24px 0;
  }  
}  

/* studiengänge logos */
.img-logo-mobile {
  display: none;
}
@media (max-width:768px) {
  .img-logo-desktop {
    display: none;
  }
  .course-detail .img-logo-mobile {
    display: block;
    margin-top: 1em;
    margin-bottom: 0;
  }
}

/* frontpage mobile */

/* breadcrumbs */

ul#breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
}

ul#breadcrumbs li {
  display: inline;
  margin: 0;
  padding: 0;
  color: #808080;
  font-weight: normal
}

ul#breadcrumbs li a,
ul#breadcrumbs li a:visited {
  color: #808080;
  font-weight: normal
}

ul#breadcrumbs li:not(.first)::before {
  content: "»";
  padding: 0 .6em 0 .6em;
  color: #808080;
  font-size: 1.2em; 
}

#breadcrumbs img {
  width: 16px;
  height: auto;
  vertical-align: middle;
  margin: 0 -5px 2px 0;
}
#breadcrumbs img:hover {
  opacity: .8;
}


/* BLOG / TIPPS */

.body-studium-blog_posts h1.header-white-line {
  background-color: rgba(255,255,255,.95) !important;
}


.blog-posts-themes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}

.blog-posts-theme {
  width: 31.4%; 
  margin-bottom: 28px;
}


.blog-posts-header {
  background-image: url("/images/blog/Beitragsbild.png");
  background-repeat: repeat-y;
  background-color: #16325c;
  background-size: cover;
  padding: 40px 60px 10px 0;
  height: 184px;
}

.blog-posts-header h2 {
  position: relative;
  background-color: rgba(255,255,255,.9);
  color: #16325c !important;
  padding: 24px 10px 10px 29px;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  height: 94px;
}

.blog-posts-header h2 .corner {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 22px;
  height: 22px;
  border-top: 2px solid #16325c;
  border-left: 2px solid #16325c;  
}

.blog-posts-body {
  background-color: white;
  min-height: 150px;
}

.blog-posts-body ul {
  margin: 0 20px;
  padding: 10px 0;
}

.blog-posts-body li {
  list-style-type: none;
  font-size: 1.05em;
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  padding: 7px 0; 
}

/* .blog-posts-body li:last-child {
  border: none;
} */

.blog-posts-body li a,
.blog-posts-body li a:visited {
  color: #16325c;
}

.blog-posts-toggle {
  text-align: center;
  padding: 5px 0 10px 0;
  display: none;
  cursor: pointer;
}

.blog-posts-body.toggled .blog-posts-toggle img {
  transform: scaleY(-1); 
}

.blog-posts-body.enable-toggle li:nth-child(n+4) {
  display: none;
}

.blog-posts-body.enable-toggle.toggled li:nth-child(n+4) {
  display: block;
} 

.blog-posts-body.enable-toggle .blog-posts-toggle {
  display: block;
}

.blog-post-text {
  font-size: 1.1em;
}

.blog-post-text a,
.blog-post-text a:visited {
  font-weight: bold;
  color: #0068ac !important;
}


.body-studium-blog_post #slide380 {
  padding: 100px 200px 100px 0 !important;
  /* min-height: 566px; */
  height: auto !important;
  max-height: none;
}

.body-studium-blog_post h1 {
  position: relative !important;
  background-color: rgba(255,255,255,.9) !important;
  color: #16325c !important;
  padding: 70px 50px 0px 72px !important;
  margin: 0 !important;
  font-size: 3em !important;
  font-weight: 700 !important;
  line-height: 1.5em !important;
  min-height: 262px;
}

.body-studium-blog_post h1 .corner {
  position: absolute;
  top: 60px;
  left: 48px;
  width: 65px;
  height: 65px;
  border-top: 3px solid #16325c;
  border-left: 3px solid #16325c;  
}







@media ( max-width : 767px) {
  
  .blog-posts-themes {
    display: inherit;
  }
  
  .blog-posts-theme {
    width: auto;
  }
  
  
  .body-studium-blog_post #slide380 {
    padding: 28px 14px !important;
  }
  
  .body-studium-blog_post #slide380 h1 {
    padding: 25px 35px !important;
    font-size: 1.7rem !important;
    height: auto;
    min-height: 0;
  }
  

  .body-studium-blog_post h1 .corner {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
  }
  
}


/* White-Blue two column "blog" style */
/* Used for bewerbungstipps, blog and channel landing page */

.whiteblue-flex {
  display: flex;
  align-items: flex-start;
}

.whiteblue-body {
  background-color: white;
  padding: 30px;
  flex-grow: 1;
  max-width: calc(100% - 320px - 20px);
}

.whiteblue-body h2,
.whiteblue-body h3 {
  line-height: 1.3em;
  margin-top: 2em;
  font-size: 1.4em;
}

.whiteblue-body h2:first-of-type {
  margin-top: 0;
}

/* break long urls in footnotes */
.whiteblue-body {
  overflow-wrap: break-word;
  word-wrap: break-word; /* Microsoft */
  word-break: break-word;
} 



.whiteblue-aside {
  width: 320px;
  flex: 0 0 320px;
  margin-left: 20px;
}

.whiteblue-aside-box {
  padding: 30px;
  margin-bottom: 25px;
  color: white;
}

.whiteblue-aside h4 {
  color: white !important;
  margin-top: -5px;
  /* margin-bottom: -15px; */
}

.whiteblue-aside ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.whiteblue-aside ul li {
  list-style-type: none;
}


.whiteblue-aside a,
.whiteblue-aside a:visited {
  color: white !important;
}

.whiteblue-aside-blue {
  background-color: #1465af;
}

.whiteblue-aside-blue li {
  padding: 0 0 0 16px;
  background-image: url("/images/bewerbungstipps/bullet-arrow-right.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 0% 6px;
  line-height: 1.6em;  
}

.whiteblue-aside-blue li.selected {
  background-image: url("/images/bewerbungstipps/bullet-arrow-down.png");
}

.whiteblue-aside-blue > li.selected > a {
  font-weight: bold;
}

/* do not show children by default to avoid flicker */
.whiteblue-aside-blue ul ul {
  display: none;
  margin: 0;
  padding: 0;
}

.whiteblue-aside-blue li li {
  list-style-type: none;
  padding: 0 0 0 16px;
  background-image: url("/images/bewerbungstipps/bullet-circle-outline.png");
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: 0% 8px;
  line-height: 1.6em;  
}

.whiteblue-aside-blue li li.selected {
  background-image: url("/images/bewerbungstipps/bullet-circle-filled.png");
}

.whiteblue-aside-blue li > ul > li.selected > a {
  font-weight: bold;
}


.whiteblue-aside-grey {
  background-color: #b4b4b4;
}

.whiteblue-aside-grey ul li {
  list-style-type: none;
  background-image: url("/images/bullet-circle-white.png");
  padding: 0 0 0 16px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 0% 6px;
  line-height: 1.6em;  
}


ul.whiteblue-aside-uploads {
  margin: 0;
  padding: 0;
}


.whiteblue-aside-uploads li {
  list-style-type: none;
  background-image: url("/images/bewerbungstipps/icon-pdf.png");
  background-repeat: no-repeat;
  background-size: auto 32px;
  background-position: 0% 0%;
  padding: 0 0 0 36px;
  min-height: 32px;
  margin: 0 0 12px 10px;
  line-height: 32px;
}

.whiteblue-aside-uploads li a,
.whiteblue-aside-uploads li a:visited {
  color: #808080;
  font-weight: bold;  
}


@media (max-width : 767px) {
  
  .whiteblue-flex {
    display: inherit;
    align-items: inherit;
  }
  
/*   .body-action-blog_post .whiteblue-flex {
    display: flex;
    flex-wrap: wrap-reverse;
  } */  
  
  .whiteblue-body {
    flex-grow: inherit;
    max-width: 100%;
  }  
  
  .whiteblue-aside {
    width: auto;
    flex: inherit;
    margin-left: 0;
    margin-top: 25px;
  }

}


.body-studium-studiengaenge .whiteblue-flex {
  margin-top: 30px;
}


div[itemprop="acceptedAnswer"] {
  margin-bottom: 15px;
}

/* TinyMCE Editor */
.mce-content-body {
  background-color: white;
  padding: .5em;
  max-width: 900px;
}



@media ( min-width : 768px) {
  .submenu_offset {
    height: 16px;
  }
}



/* Inline Editing */

.inline_editing.icon_edit {
  float: left;
  margin-top: 5px;
}


/* Studienwahltest neu */
#studienwahltest-babyblue {
  background-color: #f5f9fc;
  min-height: 210px;
  overflow: hidden;
  position: relative;
}

#studienwahltest-babyblue h1 {
  /*margin: 32px 0 0 32px;*/
  font-size: 36px;
  font-weight: 300;
}

/*#studienwahltest-babyblue div {*/
/*  width: 380px;*/
/*  position: absolute;*/
/*  left: 530px;*/
/*  top: 100px;*/
/*  text-align: center;*/
/*  color: #666;*/
/*}*/

#studienwahltest-liftoff {
  display: flex;
}

#studienwahltest-liftoff .left {
  width: 50%;
}

#studienwahltest-liftoff .right {
  padding: 20px 30px;
  width: 50%;
  text-align: center;
}

#studienwahltest-liftoff .studiscan {
  max-width: 260px;
  margin-top: 5px;
}

#studienwahltest-liftoff .rating {
  margin: 20px 0 30px 0;
}

@media (max-width : 767px) {
  #studienwahltest-babyblue div {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    text-align: left;
    color: #666;
    padding: 1.5em;
  }

  #studienwahltest-liftoff {
    display: block;
  }

  #studienwahltest-liftoff .left {
    display: none;
  }

  #studienwahltest-liftoff .right {
    padding: 1.5em;
    width: auto;
  }

}


/* user/register */

.regform form {
  margin-top: 20px;
}

.regform .formrow {
  text-align: right;
  padding-right: 33px;
  margin-bottom: 4px;
}

.regform .formrow.email {
  margin-bottom: 20px;
}

.regform .formrow input {
  width: 220px;
}

.regform .agb {
  margin: 10px 0 30px 0;
}

.regform ul.error_list {
  margin: 0;
}

.regform ul.error_list li {
  list-style-type: none;
  color: red;
}

