@CHARSET "UTF-8";

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/* h3 {
  font-weight: black;
} */

/* input:not([type="checkbox"]) {
  border-color: #b2b2b2;
  box-shadow: 4px 4px 15px 0 rgba(50, 50, 50, 0.25);
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 9px;
  width: 100%;
} */

.noflex {
  display: block !important;
}

.text-align-right {
  text-align: right;
}

.content-block.with-gray-bg,
.content-block.table-wrap {
    background: #f1f1f0;
    background-image: url('/images/grey_bg_presentation.jpg');
}

.thumbnail-title {
  color: black;
  padding: 0;
}

.thumbnail-subtitle {
  color: black;
  line-height: 1;
}

.logo-subline {
  font-weight: normal;
  color: #333;
}

.hidden-desktop {
  display: none;
}

#content {
  position: relative;
}


/* Additional blocks */
.content-box-float-right {
  float: right;
  overflow: hidden;
  margin-left: 60px;
}

.content-box-float-right input[type="file"] {
  font-size: inherit;
  background-color: transparent; 
  color: #666; 
  border: none;
}




/* Forms */
.form-error {
  color: red;
  font-weight: bold;
}

.content-box-form.content-box-form-wide {
  width: 600px;
}

.content-box-form.content-box-form-full {
  width: 100%;
}

.content-box-form.content-box-form-wide .input-wrap,
.content-box-form.content-box-form-wide textarea {
  max-width: 600px;
}

.content-box-form input.input-half,
.content-box-form select.input-half {
  width: 48%;
  margin-left: 3.9%;
}

.content-box-form input.input-half:first-child,
.content-box-form select.input-half:first-child {
  margin-left: 0;
}


.content-box-form-full .input-wrap.buttons {
  text-align: center;
  justify-content: space-around;
}

.input-wrap.buttons input {
  display: inline-block;
  box-shadow: inset 0 0 15px rgba(50, 50, 50, 0.5);
  border: 2px solid #f2f2f2;
  cursor: pointer;
  padding: 2px 50px;
  margin-top: 1em;
  white-space: nowrap;
  width: auto;
  background-color: white;
  color: black;
  height: 40px;
  line-height: 1.4em;
}

.input-wrap.buttons input:hover {
  opacity: 0.8;
}

.jcf-select-half-right .jcf-select {
  width: 48%;
  margin-left: 3.9%;
  margin-right: 0;
}

.jcf-select-drop .jcf-selected {
  background: #d0d0d0;
  color: #000;
}

.jcf-select-drop .jcf-selected.jcf-hover {
  background: #e6e6e6;
  color: #000;
}

/* remove hidden form elements from flexbox calculations */
.jcf-hidden {
  display: none;
}

.content-box-form-wide .input-wrap {
  justify-content: flex-start;
}

.content-box-form-wide label {
  width: 150px;
}

.content-block dd, .content-block h3, .content-block address {
	text-align: left;
}

.content-box-form-wide .label-auto label {
  width: auto;
  margin-right: 1em;
}

.content-box-form-wide label:after {
  content: ":";
}

.content-box-form-full .input-wrap {
  justify-content: flex-start;
  max-width: none;
}

/* Hacking form widths */
.content-box-form-full .input-wrap div {
  /* width: calc(100% - 160px); */
}
.content-box-form-full div.input-wrap .jcf-select {
  width: 100%;
}

.content-box-form-full label {
  width: 160px;
  min-width: 160px;
  white-space: nowrap;
}

.content-box-form-full .label-auto label {
  width: auto;
  margin-right: 1em;
}

.content-box-form-full label:after {
  content: ":";
}

.content-box-form-aside-right .content-box-aside {
  float: right;
  width: 170px;
  margin-left: 30px;
}

.content-box-form-aside-left .content-box-aside {
  float: left;
  width: 170px;
}

.content-box-aside label:after {
  content: "";
}

.content-box-form-aside-right .content-box-main {
  margin-right: 170px;
}

.content-box-form-aside-left .content-box-main {
  margin-left: 170px;
}





/* --- */

#content.content-full-width {
  max-width: 950px;
  width: 100%;
}

.table-block .table-img {
  display: inherit;
  opacity: .5;
}

.table-block .table-img img {
  max-width: 118px;
  width: 100%;
  height: 100%;
}

.content-box .img-wrap img {
  width: 170px;
}

.content-box .img-wrap {
  width: 170px;
}

.button {
  margin-top: 2em;
  border: 1px solid #b70506 !important;
  background-color: #f0b6b8 !important;
  height: 60px !important;
  text-align: center;
  color: black !important;
  font-weight: bold;
}

.button:hover {
  background-color: #b70506 !important;
  color: white !important;
}

/* Styling a nice input file button */
/* From https://tympanus.net/codrops/2015/09/15/styling-customizing-file-inputs-smart-way */
.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.input-file + label {
  display: inline-block;
  box-shadow: inset 0 0 15px rgba(50, 50, 50, 0.25);
  border: 2px solid #f2f2f2;
  cursor: pointer;
  padding: 2px 30px;
  margin-top: 1em;
  white-space: nowrap;
  width: auto;
}

.input-file:focus + label,
.input-file + label:hover {
  opacity: 0.8;
}

/* simulating content-block-list styling for fhpresentation cms content */
.fhpresentation .content-block ul:not(.contact-list), .fhpresentationedit ul {
    letter-spacing: 0;
    margin: 10px 0 20px 15px;
    padding: 0 0 0 18px;
    text-align: left;
}

.fhpresentation .content-block ul:not(.contact-list) ul, .fhpresentationedit ul ul {
    margin: 0px 0 20px 0px;
}

.fhpresentation .content-block li,  .fhpresentationedit li  {
  position: relative;
  line-height: 1.6em;
}

.fhpresentation .content-block :not(.contact-list) ul li,  .fhpresentationedit ul li	  {
  list-style-type: square;
}

#content.fhpresentation {
  max-width: 780px;
}

.presentation-studienberatung ul li {
  list-style-type: none !important;
}

/* adjust textblocks to be flexible if image or not */
.fhpresentation .content-box {
  flex-wrap: nowrap;
}

.fhpresentation .content-box .txt-wrap {
  width: 100%;
  padding: 0; 
}

.fhpresentation .content-box .img-wrap {
  /* display: block; */
}

.fhpresentation .content-box img {
  padding: 0 15px 0 0;
}

.fhpresentation .content-box.reverse img {
  padding: 0 0 0 15px;
}


/* startpage */

.thumbnail-list {
  justify-content: inherit;
}

h2.thumbnail-title {
  color: black;
  padding: 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}

.start-regions h3 a {
  font-weight: normal; 
  font-weight: 300;
}


/* news */

h2.block-title.with-icon,
.impressum h2.block-title,
.mediadaten h2.block-title {
  font-size: 24px;
  line-height: 1.3;
  color: #666;
  font-weight: 300;
}

.newsroom-textarea {
  height: 180px !important;
}

.news-holder h2 a {
  font-size: 24px;
  font-weight: normal;
  color: #000;
  font-family: inherit;
}

.blockFBKurz .text-holder {
	text-align: justify;	
}

.fhlist .text-holder {
  margin-bottom: 1em;
}

ul.column3 {
	column-count: 3;
	padding-left: 0;	
}	

ul.column3 li {
	list-style-type: none;	
}

.statstable, .mailtable {
	width: 100%;
	border: 1px solid black;	
}

.statstable td,
.statstable th {
	padding: 3px;
	font-size: 11pt;	
	text-align: center;
	background-color: #DDDDDD;
} 

.mailtable td {
	border: 1px solid black;
	padding: 3px;
	font-size: 11pt;	
	text-align: center;
}

.active1 td {
	background-color: #FFFFFF;
}

.active2 td {
	background-color: #F7F6F6;
}

.shortfact {
  padding-bottom: 1em;
	border-bottom: 2px solid #ccc;
	margin-bottom: 15px;	
}
	
.noresult {
   pointer-events: none;
   cursor: default;
   color: #c5c5c5;
}

span.mceEditor.defaultSkin {
	flex: 1;	
}

input.h4 {
	font-size: 21px !important;
}

/* mediadaten */
.mediadaten p {
  text-align: justify;
}

/* fhlist */
.content-block.bigimage {
  padding: 0;
  font-size: 0;
}

.content-block.shadow .text-holder:last-child {
  margin-bottom: 0;
}

.content-block p:last-child,
.content-block article:last-child,
.content-block table:last-child,
.content-block address:last-child {
  margin-bottom: 0;
}

.presentation-studienberatung .content-box .img-wrap img {
	max-height: 100px;
	width: auto;
}

.presentation-studienberatung .content-box .img-wrap {
	padding: 0px;
	margin-top: 0;
}

.fhpresentationedit {
	text-align: justify;	
}

div.bild img {
    max-width: 92px;
    max-height: 92px;
}

/* bild */
.bildmitte {
	display : block;
  	text-align : center;
	margin: 5px auto;
	padding: 0px !important;
}

.bildlinks {
	float : left;
	margin: 6px 15px 0px 0px !important;
	padding: 0px !important;
}

.bildrechts {
	float: right;
	margin: 6px 0px 0px 15px !important;
	padding: 0px !important;
}

.bilder div.bild {
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	float: left; 
	width: 92px;
	height: 110px;
}

.bilder div.bild img {
	max-width: 92px;
	max-height: 92px;
}

/* startpage ads */
#startpage_ads {
  position: absolute;
  top: 0;
  right: -300px;
  width: 300px;
  margin-bottom: 18px;
}

@media (max-width: 1200px) {
   #startpage_ads {
    position: relative;
    top: inherit;
    right: inherit;
  } 
}

.anzeige {
	text-align: right;
	font-size: 0.7em;	
	margin-top: -10px;
	margin-right: -20px;
}

.presentationbox-buttons {
  margin-top: 10px;
}

.presentationbox-button-left {
  width: 49%; 
  display: inline-block;
}

.presentationbox-button-left a {
	padding: 1px 6px;
    display: block;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    border: 1px solid #25355b;
    color: #fff;
    background: #9d0b0e;
    outline: none;
    font-size: 14px;
    line-height: 20px;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
}

@media (min-width: 768px) {
	.presentationbox-button-left a {
	    font-size: 16px;
	    line-height: 26px;
	}
}

.presentationbox-button-right {
  width: 49%; 
  display: inline-block;
}



/* Mobile */

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
  
  .hidden-desktop {
    display: inherit !important;
  }
  
  .burger-button {
    position: absolute;
    top: -5px;
    right: 15px;
  }
  
  .burger-button img {
    width: 32px;
    height: auto;
  }
  
  ul.footer-language-list {
    text-align: center;
    padding: 0;
  }
  
  ul.footer-language-list li {
    display: inline-block;
    padding: 0 1em;
    text-transform: uppercase;
  }
  
  ul.footer-language-list li a {
    color: #9a9a9a;
    font-weight: 800;
  }
  
  ul.footer-language-list li.active a {
    color: black;
  }  
  
  .table-img img {
    display: none;
  }
  
  .mail-image {
    margin: .5em 0; 
  }
  
  .presentationbox-button-left {
    width: 100%; 
    display: block;
    margin-bottom: .4em;
  }
  
  .presentationbox-button-right {
    width: 100%; 
    display: block;
  }  
  
  ul.column3 {
      column-count: 1;
      padding-left: 0;
  }  
  
  .text-holder,
  .txt-wrap {
    text-align: left !important;
  }
  
  .box-list .img-wrap {
    text-align: left;
  }
  
  .hochschulprofil-text-bild img {
    padding: .5em 0 0 0 !important;
  }
  
}


/* BREADCRUMBS */

#breadcrumbs_container {
  /* margin-top: .4em; */
  font-size: .95em;
}

ul#breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0 10px 0 10px;
  max-width: 1345px;
  margin-left: auto;
  margin-right: auto;
}

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 li.first {
  background-image: url("/images/breadcrumbs_home_bw.png");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain; 
} 

#breadcrumbs li.first:hover {
  opacity: .8;
}

/* special handling for fhlist */

/* body.FHLIST
body.FHList #breadcrumbs_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
}

body.FHList #breadcrumbs li.first {
  background-image: url("/images/breadcrumbs_home_white.png");
} 

body.FHList ul#breadcrumbs li:not(.first)::before {
  color: white;
}

body.FHList ul#breadcrumbs li {
  color: white;
} */
