<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: HSU
Author: i-gelb GmbH
Description: Dieses Theme wurde im Auftrag der Helmut-Schmidt-UniversitÃ¤t / UniversitÃ¤t der Bundeswehr in Auftrag gegeben.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: HSU

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* =Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
 
}
html {
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
th,
td {
  border: 1px solid #EAEAEA;
  padding: 6px 10px;
}
caption,
th,
td {
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}
a img {
  border: 0;
}
a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  box-shadow: #000 0 0 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
/* =GLOBAL
----------------------------------------------- */
html .navbar {
  margin-bottom: 0;
}
@media (min-width: 1199px) {
  html .navbar-right .dropdown-menu {
    left: 0;
  }
}
/*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 23.05.17 11:27
 * Last-Modified: 23.05.17 11:27
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 23.05.17 11:33
 * Last-Modified: 23.05.17 11:33
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.caret {
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 0;
}
.caret.caret-right {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 3px;
}
.caret.caret-left {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 10px;
}
.caret.caret-top {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.caret.caret-bottom {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-left: 3px;
}
.link-arrow-hole {
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  float: left;
  width: 100%;
  background: #a50034;
  margin-top: 1px;
}
.link-arrow-hole &gt; a {
  float: left;
  width: 100%;
  color: #fff;
  padding: 15px 0 15px 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.link-arrow-hole &gt; a:before {
  content: "";
  background: url("/wp-content/themes/hsu/img/icons/arrow_button_hole_hover.png");
  background-size: 0 0;
}
.link-arrow-hole &gt; a:after {
  content: url("/wp-content/themes/hsu/img/icons/arrow_button_hole.png");
  position: absolute;
  right: 0px;
  margin-right: 25px;
}
.link-arrow-hole:hover {
  color: #1a1a1a;
  background: #fff;
}
.link-arrow-hole:hover &gt; a {
  color: #1a1a1a;
  padding: 13px 0 13px 18px;
  border: 2px solid #a50034;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.link-arrow-hole:hover &gt; a:after {
  content: url("/wp-content/themes/hsu/img/icons/arrow_button_hole_hover.png");
}
.link-arrow-hole.links &gt; a:after {
  content: url("/wp-content/themes/hsu/img/icons/arrow_button_hole-l.png");
  left: 0 !important;
  margin-left: 25px !important;
  right: inherit;
  margin-right: inherit;
}
.link-arrow-hole.links:hover &gt; a:after {
  content: url("/wp-content/themes/hsu/img/icons/arrow_button_hole_hover-l.png");
}
/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('Fonts/pt-sans-v8-latin-regular.eot');
  src: local('PT Sans'), local('PTSans-Regular'), url('Fonts/pt-sans-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('Fonts/pt-sans-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('Fonts/pt-sans-v8-latin-regular.woff') format('woff'), /* Modern Browsers */ url('Fonts/pt-sans-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('Fonts/pt-sans-v8-latin-regular.svg#PTSans') format('svg');
  font-display: swap;
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: "Meta Corr Offc W01 Bold";
  src: url("Fonts/1378998/18c8934e-5bb8-4187-8db7-42528994be29.eot?#iefix");
  src: url("Fonts/1378998/18c8934e-5bb8-4187-8db7-42528994be29.eot?#iefix") format("eot"), url("Fonts/1378998/3521022f-d76d-4eab-a3ae-227b0e0a16f9.woff2") format("woff2"), url("Fonts/1378998/1788a6a4-c3ad-4ec4-b463-079f0d2f671f.woff") format("woff"), url("Fonts/1378998/29ed6b27-520f-4796-8ef7-eec5ac4c7ad0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Meta Corr Offc W01 Bold Italic";
  src: url("Fonts/1379008/cf20a7a9-f5cf-480f-b539-457f6dd9b26b.eot?#iefix");
  src: url("Fonts/1379008/cf20a7a9-f5cf-480f-b539-457f6dd9b26b.eot?#iefix") format("eot"), url("Fonts/1379008/c0d76630-1ac3-4aa3-9042-351bf6cdecd8.woff2") format("woff2"), url("Fonts/1379008/980275f5-0237-4511-a2f1-a3614c6d47c1.woff") format("woff"), url("Fonts/1379008/461bf4e5-e876-4a73-93e0-f89dfe899048.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Meta Corr Offc W01 Regular";
  src: url("Fonts/1379018/193980bc-03c3-4d1d-8dda-2eced272cfbb.eot?#iefix");
  src: url("Fonts/1379018/193980bc-03c3-4d1d-8dda-2eced272cfbb.eot?#iefix") format("eot"), url("Fonts/1379018/17dabc6d-7a95-4dda-99b8-b087adbc52d6.woff2") format("woff2"), url("Fonts/1379018/91a12afb-6341-4a45-855f-4dbe93af4b38.woff") format("woff"), url("Fonts/1379018/68aae40c-5a74-4cac-82e1-9a11a73d2cfe.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Meta Corr Offc W01 Italic";
  src: url("Fonts/1379028/77e83112-9ef7-45dd-babf-4f36259e292a.eot?#iefix");
  src: url("Fonts/1379028/77e83112-9ef7-45dd-babf-4f36259e292a.eot?#iefix") format("eot"), url("Fonts/1379028/44b347cb-77f7-4d72-b7aa-77285551f4cb.woff2") format("woff2"), url("Fonts/1379028/d266a2a9-7449-486e-9a49-1497f56ffdfb.woff") format("woff"), url("Fonts/1379028/49cf7548-0199-432a-b63b-a010e1dedcb5.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "KievitSlabWeb W03 Thin";
  src: url("Fonts/1473129/23652b66-dcce-47a7-939a-781de3ae1763.eot?#iefix");
  src: url("Fonts/1473129/23652b66-dcce-47a7-939a-781de3ae1763.eot?#iefix") format("eot"), url("Fonts/1473129/e5f722fe-52dd-4a1c-bc83-1de85585ed4c.woff2") format("woff2"), url("Fonts/1473129/524fd57d-1785-4328-b442-5b7252151f79.woff") format("woff"), url("Fonts/1473129/1100c8d1-87bb-4fc7-b158-c719c421bf34.ttf") format("truetype");
  font-display: swap;
}
html {
  color: #1a1a1a;
  font-family: "Meta Corr Offc W01 Regular", "PT Sans", sans-serif;
}
/* stÃ¶rt abbrs in Titel
html * {
  color: #1a1a1a;
  font-family: "Meta Corr Offc W01 Regular", "PT Sans", sans-serif;
} */
h1,
h2,
h3,
h4,
h5,

b,
strong {
  font-family: "Meta Corr Offc W01 Bold", "PT Sans", sans-serif;
}
p {
  font-family: "Meta Corr Offc W01 Regular", "PT Sans", sans-serif;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  color: #1a1a1a;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow-wrap: break-word;
}
h1 &gt; a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #1a1a1a;
  padding-top: 15px;
  padding-bottom: 15px;
}
h2 &gt; a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
h3 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #1a1a1a;
  padding-top: 15px;
  padding-bottom: 15px;
}
h3 &gt; a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
h4 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #1a1a1a;
  padding-top: 15px;
  padding-bottom: 15px;
}
h4 &gt; a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
h5 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #1a1a1a;
  padding-top: 15px;
  padding-bottom: 15px;
}
h5 &gt; a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
a {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
i,
span,
p {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  color: #1a1a1a;
}
article ol ul,
article ul ol,
article ul ul,
article ol ol {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
}
/* padding-left 1em ergÃ¤nzt, weil -webkit-padding-start nicht geht */
article ol {
  display: block;
  list-style-type: decimal;
  padding-left: 1em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
 
}
/* padding-left 1em ergÃ¤nzt, weil -webkit-padding-start nicht geht */
article ol li {
  display: list-item;
  text-align: -webkit-match-parent;
}
article ul {
  display: block;
  list-style-type: disc;
  padding-left: 1em;
  word-wrap: break-word;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
 
}
article ul li {
  display: list-item;
  text-align: -webkit-match-parent;
}
article ul ul,
article ol ul {
  list-style-type: circle;
}
article ol ol ul,
article ol ul ul,
article ul ol ul,
article ul ul ul {
  list-style-type: square;
}
article a {
  color: #a50034;
}
article a h1,
article a h2,
article a h3,
article a h4 {
  color: #1A1A1A;
}
article a:hover {
  color: #1A1A1A;
}
article h1 a,
article h2 a,
article h3 a,
article h4 a {
  color: #1A1A1A;
}
article h1 a:hover,
article h2 a:hover,
article h3 a:hover,
article h4 a:hover {
  color: #1A1A1A;
}
aside a {
  color: #a50034;
}
aside a:hover {
  color: #1A1A1A;
}
/*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 11.05.17 15:09
 * Last-Modified: 11.05.17 14:29
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
#header {
  position: relative;
  /*
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 19.05.17 15:16
 * Last-Modified: 19.05.17 15:16
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 19.05.17 15:15
 * Last-Modified: 19.05.17 15:15
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 23.05.17 15:57
 * Last-Modified: 23.05.17 15:56
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 23.05.17 16:24
 * Last-Modified: 23.05.17 16:24
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 20.06.17 15:24
 * Last-Modified: 20.06.17 15:24
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
}
#header .logo.navbar-brand {
  padding: 0 0;
  margin-left: 0;
  height: 150px;
}
#header .logo.navbar-brand img {
  top: 0px;
}
@media (min-width: 480px) {
	#header .logo.navbar-brand.faculty {
		margin-top: 15px;
	}
}
	
#header .logo.navbar-brand.faculty {
  margin-left: 20px;
  overflow: hidden;
}
#header .logo.navbar-brand.faculty img {
  max-height: 80px;
  max-width: 180px;
}
#header .logo.navbar-brand.faculty .back-to-faculty {
  float: left;
  font-weight: bold;
  bottom: 23px;
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
#header .logo.navbar-brand.faculty .back-to-faculty .caret {
  margin-right: 10px;
  margin-top: -3px;
}
#header .navbar-header,
#header .header-bar,
#header .navbar navbar-default,
#header .navbar navbar-default .container {
  height: 150px;
}
#header .header-bar #header-menue {
  bottom: 0;
}
#header .header-bar .logo-wrapper {
  float: left;
}
#header #header-widget-area-top {
  float: right;
  height: 41px;
}
#header #header-widget-area-top .sidebar-top-item {
  float: left;
}
@media (max-width: 1199px) {
  #header #header-widget-area-top .sidebar-top-item.widgets,
  #header #header-widget-area-top .sidebar-top-item.kontrast {
    display: none !important;
  }
}
#header #header-widget-area-top .sidebar-top-item:first-child a {
  border-right: 0px;
}
#header #header-widget-area-top .sidebar-top-item#kontrast a:hover {
  border-left-color: #a50034;
}
#header #header-widget-area-top .sidebar-top-item a {
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  float: left;
  padding: 15px 12px;
  border: 1px solid #e6e6e6;
  border-top: none;
  height: 40px;
  width: auto;
  color: #4d4d4d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
}
#header #header-widget-area-top .sidebar-top-item a:hover {
  color: #fff;
  background: #a50034;
}
#header #header-widget-area-top .sidebar-top-item.searchform-top {
  margin-left: 30px;
}
#header #header-widget-area-top .sidebar-top-item.searchform-top input[type="search"] {
  float: left;
  width: 119px;
  height: 41px;
  padding: 0 0;
  padding-left: 10px;
  line-height: 41px;
  background: #f6f5f5;
  border: 1px solid #e6e6e6;
  border-top: none;
  border-right: none;
  color: #4d4d4d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
#header #header-widget-area-top .sidebar-top-item.searchform-top input[type="search"]::placeholder,
#header #header-widget-area-top .sidebar-top-item.searchform-top input[type="search"]::-webkit-input-placeholder,
#header #header-widget-area-top .sidebar-top-item.searchform-top input[type="search"]:-ms-input-placeholder,
#header #header-widget-area-top .sidebar-top-item.searchform-top input[type="search"]::-moz-placeholder {
  float: left;
  padding: 15px 12px;
  border: 1px solid #e6e6e6;
  width: auto;
  color: #4d4d4d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
}
#header #header-widget-area-top .sidebar-top-item.searchform-top input[type="submit"] {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
#header #header-widget-area-top .sidebar-top-item.searchform-top .search-submit-label {
  float: left;
  font-size: 30px;
  line-height: 30px;
  padding: 0 0;
  margin: 0 0;
  height: 41px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  background: #a50034;
  color: #fff;
  cursor: pointer;
  border: none;
}
#header #header-widget-area-top .sidebar-top-item.searchform-top .search-submit-label:before {
  color: #fff;
}
@media (max-width: 1199px) {
  #header #header-widget-area-top .sidebar-top-item.searchform-top input[type="search"] {
    width: 0px;
    padding: 0 0;
    margin: 0 0;
    border: none;
  }
  #header #header-widget-area-top .sidebar-top-item.searchform-top .search-submit-label {
    background: transparent;
    color: #1a1a1a;
  }
}
#header #navigation-top {
  float: left;
  width: 100%;
  margin-top: 65px;
}
#header #navigation-top .dropdown-menu &gt; .active &gt; a,
#header #navigation-top .dropdown-menu &gt; .active &gt; a:focus,
#header #navigation-top .dropdown-menu &gt; .active &gt; a:hover {
  color: #1a1a1a;
}
@media (max-width: 1199px) {
  #header #navigation-top #header-menue .nav.navbar-nav.navbar-right {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu {
  float: right;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu &gt; li.menu-item {
  float: left;
  margin-right: 10px;
  background: none;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu &gt; li.menu-item &gt; a {
  z-index: 9999;
  float: left;
  padding: 0px 10px 22px 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  word-break: break-all;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu &gt; li.menu-item &gt; a:hover {
  color: #a50034;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu &gt; li.menu-item &gt; a:only-child .caret {
  display: none;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu &gt; li.menu-item.open &gt; a {
  padding: 0px 10px 22px 10px;
  background: none;
  border-bottom: 4px;
  border-style: solid;
  border-color: #e6e6e6;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu &gt; li.menu-item.active &gt; a {
  padding: 0px 10px 22px 10px;
  background: none;
  border-bottom: 4px;
  border-style: solid;
  border-color: #a50034;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu &gt; li.menu-item &gt; ul.dropdown-menu {
  padding-top: 30px;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu li.menu-item.dropdown {
  float: left;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu li.menu-item .dropdown-menu {
  float: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0 0;
  margin: 0 0;
  padding-bottom: 30px;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .menu-ebene-0 &gt; li &gt; a {
  white-space: normal;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .menu-ebene-0 &gt; li &gt; a:hover {
  color: #a50034;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .menu-ebene-0 &gt; li &gt; a,
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .menu-ebene-0 &gt; li a {
  float: left;
  width: 100%;
  background: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 1199px) {
  #header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .menu-ebene-0 &gt; li &gt; a,
  #header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .menu-ebene-0 &gt; li a {
    line-height: 28px;
  }
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .menu-ebene-0 &gt; li .menu-ebene-1 &gt; li {
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .menu-ebene-0 &gt; li .menu-ebene-1 &gt; li:hover &gt; a {
  background: #a50034;
  color: #fff;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .menu-ebene-0 &gt; li .menu-ebene-1 &gt; li:hover &gt; a &gt; .caret {
  color: #ffffff;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .menu-ebene-0 &gt; li .menu-ebene-1 &gt; li a {
  font-size: 14.5px;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  padding-left: 20px;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .menu-ebene-0 &gt; li .menu-ebene-1 &gt; li a .caret {
  margin-left: -10px;
  margin-right: 10px;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .optional-teaser img {
  display: block;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .optional-teaser &gt; a.menu-optional-teaser {
  border: none;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .optional-teaser &gt; a.menu-optional-teaser.menu-image-wrap {
  overflow: hidden;
}
#header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .optional-teaser &gt; a.menu-optional-teaser &gt; span {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold !important;
  float: left;
  width: 100%;
  padding-bottom: 9px;
  text-align: left;
}
@media (min-width: 1200px) {
  #header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu .optional-teaser &gt; a.menu-optional-teaser &gt; span {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 1200px) {
  #header #navigation-top #header-menue .nav.navbar-nav.navbar-right .menu span.caret.toggle-mobile {
    display: none;
  }
}
@media (min-width: 992px) AND (max-width: 1199px) {
  #header #navigation-top #header-menue &gt; row {
    margin-left: -8px;
  }
}
#header #navigation-top #header-menue #header-widget-area-top-mobile {
  display: none;
}
@media (min-width: 1199px) {
  #header .slider-navigation-row .margin-md {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#header .slider-navigation .owl-navigation-container {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 50px;
}
#header .slider-navigation .owl-navigation-container .owl-dots {
  float: left;
}
main .owl-dots {
	display:none;
} 
#header .slider-navigation .owl-navigation-container .owl-dots .owl-dot {
  border: 1px solid #8a8a8a;
  outline: 1px solid white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 27px;
  height: 29px;
  float: left;
  margin-right: 15px;
  background: none;
}
#header .slider-navigation .owl-navigation-container .owl-dots .owl-dot.active {
  background: #fff;
}
#header .slider-navigation .owl-navigation-container .owl-play-pause-button {
  cursor: pointer;
  margin-left: 5px;
  float: left;
  color: black;
  text-align: center;
  border: 1px solid #8a8a8a;
  outline: 1px solid white;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 54px;
  height: 29px;
  margin-right: 15px;
  font-family: "PT Sans";
  font-weight: bold;
  font-size: 18px;
  vertical-align: middle;
  line-height: 26px;
}
#header .slider-navigation .slider-item-container {
  height: 590px;
  cursor: pointer;
  cursor: -webkit-grab;
}
@media (max-width: 1199px) {
  #header .slider-navigation .slider-item-container {
    background-size: 0 0 !important;
    height: 840px;
    height: auto;
  }
}
@media (max-width: 1199px) {
  #header .slider-navigation .slider-item-container .container .background-image-mobile {
    float: left;
    width: 100%;
    height: 180px;
    background-size: cover !important;
  }
}
#header .slider-navigation .slider-item-container .container .slider-teaser {
  min-width: 350px;
  float: left;
  max-width: 450px;
  max-height: 550px;
}
@media (max-width: 1199px) {
  #header .slider-navigation .slider-item-container .container .slider-teaser {
    float: left;
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    max-height: inherit;
  }
}
#header .slider-navigation .slider-item-container .container .slider-teaser .slider-teaser-background {
  float: left;
  width: 100%;
  padding: 30px 15px;
  background: rgba(0, 0, 0, 0.75);
  max-height: 518px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #header .slider-navigation .slider-item-container .container .slider-teaser .slider-teaser-background {
    padding: 30px 40px;
  }
}
#header .slider-navigation .slider-item-container .container .slider-teaser .slider-teaser-background .headline {
  float: left;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 45px;
  overflow-wrap: break-word;
}
@media (max-width: 1199px) {
  #header .slider-navigation .slider-item-container .container .slider-teaser .slider-teaser-background .headline {
    min-height: 40px;
  }
}
#header .slider-navigation .slider-item-container .container .slider-teaser .slider-teaser-background .description {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
}
#header .slider-navigation .slider-item-container .container .slider-teaser .slider-teaser-background .description p {
  color: #fff;
}
@media (max-width: 1199px) {
  #header .slider-navigation .slider-item-container .container .slider-teaser .slider-teaser-background .description {
    font-size: 28px;
  }
}
#header .slider-navigation .slider-item-container .container .slider-teaser .link {
  float: left;
  width: 100%;
}
#header .slider-navigation .slider-item-container .container .slider-teaser .link a {
  padding: 22px 0 22px 17px;
  border: 2px solid #a50034;
}
@media (max-width: 1199px) {
  #header .slider-navigation .slider-item-container .container .slider-teaser .link a {
    float: left;
    line-height: 18px;
    vertical-align: middle;
    padding: 41px 0 41px 17px;
    font-size: 28px;
  }
}
#header .information-breadcrumb-container {
  background: #f6f5f5;
  height: 78px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 1199px) {
  #header .information-breadcrumb-container {
    height: auto;
  }
}
#header .information-breadcrumb-container span.infotext {
  float: left;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 24px;
  line-height: 78px;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  #header .information-breadcrumb-container span.infotext {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  #header .information-breadcrumb-container span.infotext {
    display: none;
  }
}
#header .information-breadcrumb-container .information-breadcrumb {
  float: right;
}
@media (max-width: 1199px) {
  #header .information-breadcrumb-container .information-breadcrumb {
    float: none;
  }
}
#header .information-breadcrumb-container .information-breadcrumb ul {
  float: left;
  width: 100%;
}
#header .information-breadcrumb-container .information-breadcrumb ul li {
  float: left;
  width: 110px;
  margin-top: 18px;
}
#header .information-breadcrumb-container .information-breadcrumb ul li.mobile-information {
  display: none;
}
#header .information-breadcrumb-container .information-breadcrumb ul li a .myicon {
  float: left;
  width: 100%;
  text-align: center;
  color: #1a1a1a;
  font-size: 25px;
  font-weight: bold;
}
#header .information-breadcrumb-container .information-breadcrumb ul li a span.static-link {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #1a1a1a;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  vertical-align: middle;
}
#header .information-breadcrumb-container .information-breadcrumb ul li.two-liner span.static-link {
  line-height: 12px;
}
@media (max-width: 1199px) {
  #header .information-breadcrumb-container .information-breadcrumb ul li.two-liner span.static-link {
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  #header .information-breadcrumb-container .information-breadcrumb ul {
    float: left;
    width: 100%;
  }
  #header .information-breadcrumb-container .information-breadcrumb ul li {
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
  }
  #header .information-breadcrumb-container .information-breadcrumb ul li.mobile-information {
    display: block;
  }
  #header .information-breadcrumb-container .information-breadcrumb ul li:nth-child(even) {
    border-left: 1px solid #e6e6e6;
  }
  #header .information-breadcrumb-container .information-breadcrumb ul li &gt; span,
  #header .information-breadcrumb-container .information-breadcrumb ul li a {
    font-size: 24px;
    height: 45px;
    padding-top: 95px;
    padding-bottom: 95px;
    float: left;
    width: 100%;
  }
  #header .information-breadcrumb-container .information-breadcrumb ul li &gt; span .myicon,
  #header .information-breadcrumb-container .information-breadcrumb ul li a .myicon {
    font-size: 55px;
    margin-top: -45px;
  }
  #header .information-breadcrumb-container .information-breadcrumb ul li &gt; span span.static-link,
  #header .information-breadcrumb-container .information-breadcrumb ul li a span.static-link {
    font-size: 24px;
    margin-top: 15px;
  }
}
#header .dynamic-breadcrumb {
  background: #f6f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  #header .dynamic-breadcrumb .sidebar-breadcrumb {
    padding: 0 30px;
  }
}
/* nav-XT */
#header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .widget_breadcrumb_navxt .breadcrumbs span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .widget_breadcrumb_navxt .breadcrumbs span[property="name"]:hover {
  max-width: none;
}
#header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .widget_breadcrumb_navxt .breadcrumbs &gt; span:first-child a span {
  font-size: 0;
}
#header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .widget_breadcrumb_navxt .breadcrumbs &gt; span:first-child a:after {
  content: url("/wp-content/themes/hsu/img/icons/home.png");
}
#header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .widget_breadcrumb_navxt .breadcrumbs &gt; span.caret {
  margin-right: 8px;
  margin-left: 8px;
}
@media (max-width: 992px) {
  #header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .widget_breadcrumb_navxt .breadcrumbs &gt; span.caret {
    border: none;
  }
}
#header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .widget_breadcrumb_navxt .breadcrumbs &gt; span span {
  font-size: 14px;
  font-weight: bold;
}
#header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .widget_breadcrumb_navxt .breadcrumbs &gt; span a span {
  font-size: 14px;
  font-weight: bold;
}
/* */

#header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .breadcrumbs span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .breadcrumbs span[property="name"]:hover {
  max-width: none;
}
#header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .breadcrumbs &gt; span:first-child a span {
  font-size: 0;
}
#header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .breadcrumbs &gt; span:first-child a:after {
  content: url("/wp-content/themes/hsu/img/icons/home.png");
}
#header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .breadcrumbs &gt; span.caret {
  margin-right: 8px;
  margin-left: 8px;
}
@media (max-width: 992px) {
  #header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .breadcrumbs &gt; span.caret {
    border: none;
  }
}
#header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .breadcrumbs &gt; a span  {
  font-size: 14px;
  font-weight: bold;
}
#header .dynamic-breadcrumb .sidebar-breadcrumb .sidebar-content .breadcrumbs &gt; span a span {
  font-size: 14px;
  font-weight: bold;
}
/* ende */

#header .dynamic-breadcrumb .hide-all * {
  display: none;
}

#header .toggle-mobile {
  width: 50px;
  border: none;
  background: url("/wp-content/themes/hsu/img/icons/arrow_normal.png");
  height: 50px;
  background-repeat: no-repeat;
}
#header .toggle-mobile.active {
  background: url("/wp-content/themes/hsu/img/icons/arrow_normal.png");
}
@media (max-width: 767px) {
  #header .row {
    margin: 0 0;
  }
}
@media (min-width: 768px) AND (max-width: 1200px) {
  #header .navbar-header {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  #header .navbar.navbar-default #navigation-top &gt; .row,
  #header .navbar.navbar-default .header-widget-area-top-col &gt; .row,
  #header .navbar.navbar-default .navbar-header-col &gt; .row {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  #header .navbar.navbar-default #navigation-top .navbar-collapse {
    width: 200%;
    margin-left: -100% !important;
  }
}
@media (min-width: 768px) AND (max-width: 992px) {
  #header .navbar.navbar-default #navigation-top .navbar-collapse {
    width: 750px !important;
    margin-left: -360px !important;
  }
}
@media (min-width: 992px) AND (max-width: 1200px) {
  #header .navbar.navbar-default #navigation-top .navbar-collapse {
    width: 970px !important;
    margin-left: -470px !important;
  }
}
@media (max-width: 1200px) {
  #header .navbar.navbar-default #navigation-top .navbar-collapse .nav.navbar-nav {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  #header.container,
  #header.container-fluid,
  #header .container,
  #header .container-fluid,
  #header [class^="col-"] {
    padding: 0 0;
  }
  #header .navbar-toggle {
    display: block;
  }
  @keyframes drehungNormalZuKreuzTop {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }
  @keyframes drehungNormalZuKreuzBottom {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-45deg);
    }
  }
  @keyframes drehungKreuzZuNormalTop {
    0% {
      transform: rotate(-45deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes drehungKreuzZuNormalBottom {
    0% {
      transform: rotate(45deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  #header .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: hidden !important;
  }
  #header .navbar-collapse.collapse.in {
    display: block !important;
    overflow: visible !important;
  }
  #header #header-widget-area-top-mobile {
    display: block !important;
  }
  #header #header-widget-area-top-mobile .sidebar-content {
    float: right;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #header #header-widget-area-top-mobile .sidebar-content .sidebar-top-item {
    float: left;
    position: relative;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
  }
  #header #header-widget-area-top-mobile .sidebar-content .sidebar-top-item:first-child {
    margin-right: 15px;
  }
  #header #header-widget-area-top-mobile .sidebar-content .sidebar-top-item.kontrast {
    width: 50px;
  }
  #header #header-widget-area-top-mobile .sidebar-content .sidebar-top-item.kontrast a {
    font-size: 0px;
  }
  #header #header-widget-area-top-mobile .sidebar-content .sidebar-top-item.kontrast a:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(/wp-content/themes/hsu/img/icons/contrast.png);
    height: 30px;
    width: 30px;
    background-size: cover;
  }
  #header .slider-navigation-row {
    float: left;
    width: 100%;
  }
  #header .navbar-header,
  #header .header-bar,
  #header .navbar navbar-default,
  #header .navbar navbar-default .container {
    height: 113px;
  }
  #header .navbar.navbar-default {
    border-bottom: 1px solid #e6e6e6;
  }
  #header .navbar.navbar-default .header-widget-area-top-col {
    float: right;
    width: 50%;
    margin-top: -104px;
  }
  #header .navbar.navbar-default #navigation-top,
  #header .navbar.navbar-default #header-widget-area-top {
    margin-top: 63px;
    float: left;
  }
  #header .navbar.navbar-default #navigation-top .searchform-top,
  #header .navbar.navbar-default #header-widget-area-top .searchform-top {
    margin-top: -30px;
  }
  #header .navbar.navbar-default #navigation-top .searchform-top .search-submit-label.icon-search,
  #header .navbar.navbar-default #header-widget-area-top .searchform-top .search-submit-label.icon-search {
    font-size: 50px;
    padding-top: 10px;
    right: 120px;
    position: absolute;
    top: 32px;
  }
  #header .navbar.navbar-default #navigation-top {
    position: absolute;
    right: 0px;
    z-index: 9999;
  }
  #header .navbar.navbar-default #navigation-top .navbar-toggle {
    background-color: transparent;
    border: none;
    padding: 0px;
    width: 50px;
    height: 33px;
    top: -30px;
  }
  #header .navbar.navbar-default #navigation-top .navbar-toggle:hover {
    background-color: transparent;
    border: none;
  }
  #header .navbar.navbar-default #navigation-top .navbar-toggle .icon-bar {
    background-color: #1a1a1a;
    width: 100%;
    height: 4px;
    margin-bottom: 11px;
  }
  #header .navbar.navbar-default #navigation-top .seach-button-container-mobile {
    float: right;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
  }
  #header .navbar.navbar-default #navigation-top .seach-button-container-mobile &gt; span {
    font-size: 50px;
    position: absolute;
    top: -30px;
    right: 0px;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse {
    float: left;
    background: #f6f5f5;
    margin: 0 0;
    margin-top: -8px;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div {
    float: left;
    width: 100%;
    padding: 0 15px;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu {
    float: left !important;
    width: 100%;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu &gt; li &gt; a {
    text-transform: uppercase;
    font-weight: bold;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu &gt; li &gt; a span.caret {
    display: none;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0px;
    padding-right: 0px;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li .dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li .dropdown-menu .menu-ebene-0.container {
    padding: 0;
    margin: 0;
    width: auto;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    /* margin-right: auto; */
    /* margin-left: auto; */
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li .dropdown-menu .menu-ebene-0.container &gt; .row {
    margin: 0;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li .dropdown-menu .menu-ebene-0 &gt; li:first-child {
    border-top: 1px solid #e6e6e6;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li .dropdown-menu .dropdown-menu li {
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0 !important;
    margin-left: 15px !important;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li .dropdown-menu .dropdown-menu li:first-child {
    border-top: 1px solid #e6e6e6;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li .dropdown-menu .dropdown-menu li a {
    font-weight: normal;
    font-family: "Meta Corr Offc W01 Normal", "PT Sans", sans-serif;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li .dropdown-menu .dropdown-menu li a span.caret {
    display: none;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li .dropdown-menu .dropdown-menu li a:before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/themes/hsu/img/icons/arrow_single.png");
    background-repeat: no-repeat;
    background-size: 18px auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li .dropdown-menu .dropdown-menu li .toggle-mobile {
    right: 15px;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li.optional-teaser {
    text-align: center;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li:last-child {
    border-bottom: none !important;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li a {
    border: none !important;
    padding: 40px 0 !important;
    font-size: 28px !important;
    font-family: "Meta Corr Offc W01 Bold", "PT Sans", sans-serif;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li .toggle-mobile {
    position: absolute;
    right: 0;
    top: 30px;
    height: 40px;
    width: 40px;
    background-image: url("/wp-content/themes/hsu/img/icons/arrow_active.png");
    background-size: 40px 40px;
    background-position-x: 0px;
    background-position-y: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0ms;
    -moz-transition: 0ms;
    -ms-transition: 0ms;
    -o-transition: 0ms;
    transition: 0ms;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li .toggle-mobile.open {
    background-image: url("/wp-content/themes/hsu/img/icons/arrow_normal.png");
    -webkit-transform: rotate(0 eg);
    -moz-transform: rotate(0 eg);
    -ms-transform: rotate(0 eg);
    -o-transform: rotate(0 eg);
    transform: rotate(0 eg);
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li ul.dropdown-menu {
    position: relative;
    background: inherit;
  }
  #header .navbar.navbar-default #navigation-top .navbar-collapse .navbar-nav &gt; div &gt; ul.menu li ul.dropdown-menu.open {
    display: block;
  }
  #header .navbar-header {
    height: 113px;
  }
  #header .navbar-header .logo-wrapper .logo.navbar-brand {
    height: inherit;
  }
  #header .navbar-header .logo-wrapper img {
    height: 113px;
    width: auto;
  }
  #header .navbar-header .logo-wrapper .faculty.logo .back-to-faculty {
    display: none;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  #header .slider-navigation-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1199px) and (max-width: 480px) {
  #header .navbar-header .logo-wrapper img {
    height: 80px;
  }
}
main {
  margin-top: 38px;
  padding-bottom: 128px;
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 20.06.17 15:25
 * Last-Modified: 20.06.17 15:25
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 24.05.17 17:16
 * Last-Modified: 24.05.17 17:16
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 14.06.17 10:21
 * Last-Modified: 14.06.17 10:20
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
}
@media (max-width: 1199px) {
  main.container &gt; [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
main .sosere-recommendation ul {
  padding-left: 20px;
}
main .panel-group .panel {
  position: relative;
}
main .panel-group .panel .panel-heading {
  color: #fff;
  background: #a50034;
  vertical-align: middle;
  line-height: 100px;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
@media (min-width: 1200px) {
  main .panel-group .panel .panel-heading {
    height: 44px;
    line-height: 24px;
  }
}
main .panel-group .panel .panel-heading.collapsed {
  color: #a50034;
  background: #fff;
}
main .panel-group .panel .panel-heading h4 {
  height: auto;
  width: auto;
  overflow: hidden;
  margin-right:40px;
}
@media (min-width: 1200px) {
  main .panel-group .panel .panel-heading h4 {
    margin: 0;
    padding: 0;
  }
}
main .panel-group .panel .panel-heading h4 a {
  font-size: 18px;
}
main .panel-group .panel .toggle-mobile {
  margin-bottom: 15px;
  margin-right: 15px;
  top: 25px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-position-x: -1px;
}
@media (max-width: 1199px) {
  main .panel-group .panel .toggle-mobile {
    top: 15px;
  }
}
@media (min-width: 1200px) {
  main .panel-group .panel .toggle-mobile {
    top: 9px;
    height: 25px;
    width: 25px;
    background-size: 25px 25px;
  }
}
main .panel-group .panel .toggle-mobile.open {
  border: none;
  border-radius: 0;
  background-position-x: 0px;
}
main .nav.nav-tabs li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 0;
  color: #fff;
  background: #a50034;
}
main .nav.nav-tabs li.active a {
  color: #a50034;
  background: #fff;
}
main .nav.nav-tabs + .tab-content {
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
main .nav.nav-tabs + .tab-content .tab-pane {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
main table.table {
  border: 1px solid #e6e6e6;
}
main table.table thead th {
  font-weight: bold;
  background: #f6f5f5;
  border-bottom: 2px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
}
main table.table thead th:last-child {
  border-right: none;
}
main table.table tbody &gt; tr &gt; th {
  font-weight: bold;
  background: #f6f5f5;
  border-bottom: 0px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
}
main table.table tbody &gt; tr:last-child &gt; td {
  border-bottom: none;
}
main table.table tbody &gt; tr &gt; td {
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  word-break: break-all;
}
main table.table tbody &gt; tr &gt; td:last-child {
  border-right: none;
}
main .image-shadow:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 100%); */
  /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 100%);*/
  /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
main #filter-bar {
  text-align: right;
  margin-bottom: 15px;
  font-family: "Meta Corr Offc W01 Bold", "PT Sans", sans-serif;
  font-weight: bold;
  color: #4d4d4d;
  font-size: 16px;
}
main #filter-bar .title {
  display: inline-block;
  line-height: 40px;
  margin-right: 40px;
  font-weight: bold;
  color: #4d4d4d;
  font-size: 16px;
}
main #filter-bar button {
  border-radius: 0;
  background-color: #f6f5f5;
  border: 2px solid #e6e6e6;
}
main #filter-bar button span {
  font-weight: bold;
  color: #4d4d4d !important;
  font-size: 14px ;
}
main #filter-bar li {
  font-size: 16px;
  padding: 5px 15px;
  cursor: pointer;
}
main #filter-bar .filter-tools {
  display: inline-block;
  vertical-align: middle;
}
main #filter-bar .filter-tools .glyphicon {
  font-size: 12px ;
}
main #filter-bar .filter-tools #filter-month {
  display: block;
  float: left;
}
main #filter-bar .filter-tools #filter-month button {
  border-right: none !important;
}
main #filter-bar .filter-tools #filter-year {
  display: block;
  float: left;
}
main .presse-archiv .main-content article {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  background: #f6f5f5;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  main .presse-archiv .main-content article {
    float: left;
    width: 100%;
  }
  main .presse-archiv .main-content article figure {
    margin-left: -15px;
    margin-right: -15px;
  }
  main .presse-archiv .main-content article figure img {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
main .presse-archiv .main-content article.landingpage-article {
  float: left;
  width: 100%;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
main .presse-archiv .main-content article.landingpage-article a {
  position: relative;
  float: left;
  width: 100%;
  display: inline-block;
}
main .presse-archiv .main-content article.landingpage-article a .post-date {
  margin-top: 20px;
  height: 20px;
}
main .presse-archiv .main-content article.landingpage-article a .post-headline {
  font-weight: bold;
  min-height: 85px;
  font-size: 18px;
}
main .presse-archiv .main-content article.landingpage-article a .post-description {
  min-height: 160px;
}
main .presse-archiv .main-content article.landingpage-article a .post-description p {
  font-size: 18px;
}
main .presse-archiv .main-content article.landingpage-article a .post-description p:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transform: rotate(-90deg);
  bottom: 0px;
  right: 0px;
}
main .presse-archiv .main-content article.landingpage-article:hover {
  background: #a50034;
}
main .presse-archiv .main-content article.landingpage-article:hover * {
  color: #fff;
}
main .presse-archiv .main-content .post-contents.landingpage-dreispalter {
  float: left;
  width: 100%;
}
main .presse-archiv .main-content .post-contents.landingpage-zweispalter {
  float: left;
  width: 100%;
}
main .presse-archiv .main-content .link {
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  float: left;
  width: 100%;
  background: #a50034;
  margin-top: 1px;
}
main .presse-archiv .main-content .link.no-arrow {
  margin-bottom: 30px;
}
main .presse-archiv .main-content .link.no-arrow a.ajax-load {
  float: left;
  width: 100%;
  color: #fff;
  padding: 15px 0 15px 0px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
main .presse-archiv .main-content .link.no-arrow a.ajax-load:before,
main .presse-archiv .main-content .link.no-arrow a.ajax-load:after {
  content: none;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.floatright {
  float: right;
}
.margin-bottom {
  margin-bottom: 30px;
}
/*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 11.05.17 15:13
 * Last-Modified: 11.05.17 15:00
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
#footer {
  min-height: 300px;
  background: #cbc7c3;
}
@media (max-width: 1199px) {
  #footer.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  #footer.container-fluid &gt; .container {
    padding-right: 0;
    padding-left: 0;
  }
  #footer.container-fluid &gt; .container &gt; [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
#footer .container .content-container {
  float: left;
  width: 100%;
  background: #f6f5f5;
}
@media (max-width: 1199px) {
  #footer .container .content-container {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -7px;
  }
}
#footer .container.open-close-footer-container {
  margin-top: 4px;
}
@media (max-width: 1199px) {
  #footer .container.open-close-footer-container {
    margin-top: 0;
  }
}
#footer .container.open-close-footer-container .toggle-mobile {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}
#footer .container.open-close-footer-container .content-container {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 1199px) {
  #footer .container.open-close-footer-container .content-container {
    padding-top: 0px;
  }
}
#footer .container.open-close-footer-container .content-container h3.footer-headline {
  color: #1a1a1a;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 0;
  text-transform: uppercase;
}
#footer .container.open-close-footer-container .content-container ul {
  float: left;
  width: 100%;
}
@media (max-width: 1199px) {
  #footer .container.open-close-footer-container .content-container ul {
    float: none;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
}
#footer .container.open-close-footer-container .content-container ul li {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  #footer .container.open-close-footer-container .content-container ul li {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    padding-left: 15px;
  }
}
#footer .container.open-close-footer-container .content-container ul li a {
  float: left;
  width: 100%;
  margin-left: 15px;
  text-transform: uppercase;
}
#footer .container.open-close-footer-container .content-container ul li:before {
  content: "\00B7";
  position: absolute;
  top: -4px;
  left: 0;
  padding-right: 5px;
  color: #1a1a1a;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  #footer .container.open-close-footer-container .content-container ul li a {
    margin-left: 0px;
    padding-left: 20px;
  }
  #footer .container.open-close-footer-container .content-container ul li:before {
    content: none;
  }
}
@media (max-width: 1199px) {
  #footer .container.open-close-footer-container .content-container .footer-service h3.footer-headline,
  #footer .container.open-close-footer-container .content-container .footer-social-share h3.footer-headline,
  #footer .container.open-close-footer-container .content-container .footer-contact h3.footer-headline {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    border-top: 1px solid #cbc7c3;
  }
}
#footer .container.open-close-footer-container .content-container ul#footer-service-navi li:before {
  top: 0px;
  left: 0;
}
#footer .container.open-close-footer-container .content-container .footer-social-share ul li:before {
  content: none;
}
#footer .container.open-close-footer-container .content-container .footer-social-share ul li a {
  margin: 0;
}
#footer .container.open-close-footer-container .content-container .footer-social-share ul li icon {
  font-size: 15px;
  float: left;
  padding-right: 5px;
  padding-top: 5px;
}
#footer .container.open-close-footer-container .content-container .footer-contact {
  overflow: hidden;
}
@media (max-width: 1199px) {
  #footer .container.open-close-footer-container .content-container .footer-contact #footer-contact h3.footer-headline {
    margin-bottom: 15px;
  }
}
#footer .container.open-close-footer-container .content-container .footer-contact #footer-contact &gt; .row {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  #footer .container.open-close-footer-container .content-container .footer-contact #footer-contact &gt; .row {
    margin-bottom: 30px;
  }
}
#footer .container.open-close-footer-container .content-container .footer-contact #footer-contact span {
  float: left;
  position: relative;
}
@media (max-width: 1199px) {
  #footer .container.open-close-footer-container .content-container .footer-contact #footer-contact span {
    width: 100%;
  }
}
#footer .container.open-close-footer-container .content-container .footer-contact #footer-contact .iconcolumn {
  position: absolute;
  top: 5px;
  left: 0;
}
@media (max-width: 1199px) {
  #footer .container.open-close-footer-container .content-container .footer-contact #footer-contact .iconcolumn {
    top: 2px;
  }
}
#footer .container.open-close-footer-container .content-container .footer-contact #footer-contact .iconcolumn icon {
  font-size: 16px;
  float: left;
  padding-right: 5px;
}
@media (max-width: 1199px) {
  #footer .container.open-close-footer-container .content-container .footer-contact #footer-contact .iconcolumn icon {
    font-size: 22px;
  }
}
#footer .container.open-close-footer-container .content-container .footer-contact #footer-contact .infocolumn {
  float: left;
  width: 100%;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  #footer .container.open-close-footer-container .content-container .footer-contact #footer-contact .infocolumn {
    padding-left: 40px;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #cbc7c3;
  }
}
#footer .container.open-close-footer-container .content-container .footer-contact #footer-contact .infocolumn p {
  margin-bottom: 15px;
}
#footer .container.open-close-footer-container .content-container .footer-contact #footer-contact .infocolumn p:last-child {
  margin-bottom: 0px;
}
#footer .container.open-close-footer-container .content-container .footer-hsu-static .logo-wrapper .main.logo.navbar-brand {
  padding: 0 0;
}
#footer .container.open-close-footer-container .content-container .footer-hsu-static .logo-wrapper .main.logo.navbar-brand img {
  float: none;
  width: auto;
  margin: 0 auto;
  border: 1px solid #1a1a1a;
}
@media (max-width: 1199px) {
  #footer .container.open-close-footer-container .content-container .footer-hsu-static .logo-wrapper .main.logo.navbar-brand {
    float: left;
    width: 100%;
  }
  #footer .container.open-close-footer-container .content-container .footer-hsu-static .logo-wrapper .main.logo.navbar-brand img {
    margin: 0 auto;
    float: initial;
  }
}
html body article .featured-image {
  float: left;
  width: 100%;
}
html body article .featured-image img {
  max-width: 100%;
  height: auto;
}
html body.page-template-startseite-php article {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  background: #f6f5f5;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  html body.page-template-startseite-php article {
    float: left;
    width: 100%;
  }
  html body.page-template-startseite-php article figure {
    margin-left: -15px;
    margin-right: -15px;
  }
  html body.page-template-startseite-php article figure img {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
html body.page-template-startseite-php main {
  /*
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 29.05.17 11:24
 * Last-Modified: 29.05.17 11:24
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 12.06.17 16:34
 * Last-Modified: 12.06.17 16:34
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
}
@media (max-width: 1199px) {
  html body.page-template-startseite-php main {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  html body.page-template-startseite-php main .sidebar-right {
    padding-top: 60px;
  }
}
html body.page-template-startseite-php main .sidebar-right h4.headline-sidebar {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 0;
  margin-top: 5px;
}
html body.page-template-startseite-php main .sidebar-right h4.headline-sidebar icon,
html body.page-template-startseite-php main .sidebar-right h4.headline-sidebar .myicon {
  padding: 5px;
  background: #f6f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-right: 8px;
  font-size: 19px;
}
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget &gt; h3.widget-title {
  display: none;
}
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events {
  border: 1px solid #e6e6e6;
  background: #f9f9f9;
  margin-bottom: 30px;
  padding: 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events {
    display: flex ;
  }
}
@media (min-width: 768px) {
  html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events {
    display: flex ;
  }
}
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title,
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-duration {
  float: right;
}
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title {
  border-left: 1px solid #e6e6e6;
  background: #fff;
  margin: 0;
  padding: 15px 15px 15px 20px;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
@media (min-width: 992px) {
  html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title {
    width: 147px;
    height: 149.5px;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title {
    width: 190px;
    height: 149.5px;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title {
    width: 100%;
  }
}
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title a:link,
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title a:visited {
  color: #1a1a1a;
}
@media (min-width: 992px) {
  html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title a:link,
  html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title a:visited {
    overflow: hidden;
    height: 100%;
    display: block;
  }
}
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title:hover {
  background-color: #a50034;
}
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title:hover a:link,
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title:hover a:visited {
  color: #f6f5f5;
}
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-duration {
  min-width: 63px;
  width: 63px;
  background: #f6f5f5;
  background: #f9f9f9;
  font-size: 14px;
}
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-duration &gt; span {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-duration .widget-tribe-event-datetime-seperator {
  float: left;
  width: 100%;
  padding: 7px 0;
}
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-duration .widget-tribe-event-datetime-seperator:first-child {
  border-bottom: 1px solid #e6e6e6;
  background: #f6f5f5;
}
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-duration.multiday .tribe-event-date-start .widget-tribe-event-datetime-seperator:last-child {
  border-bottom: 2px solid #e6e6e6;
}
html body.page-template-startseite-php main .sidebar-right .tribe-events-list-widget .tribe-list-widget .tribe-events-widget-link {
  display: none;
}
html body.page-template-startseite-php main .owl-carousel {
 
  overflow:hidden;
}
html body.page-template-startseite-php main .owl-carousel .owl-item {
  padding: 0 15px;
}
html body.page-template-startseite-php main .owl-carousel .border-top {
  border-top: 1px solid #e6e6e6;
}
html body.page-template-startseite-php main .owl-carousel .slider-navigation-container {
  float: left;
  width: 100%;
  position: relative;
  height: 70px;
  margin-bottom: 30px;
}
html body.page-template-startseite-php main .owl-carousel .slider-navigation-container .right-toggle,
html body.page-template-startseite-php main .owl-carousel .slider-navigation-container .left-toggle {
  position: absolute;
  cursor: pointer;
}
html body.page-template-startseite-php main .owl-carousel .slider-navigation-container .right-toggle {
  right: 0px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
html body.page-template-startseite-php main .owl-carousel .slider-navigation-container .left-toggle {
  left: 0px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
html body.page-template-startseite-php main .owl-carousel .slider-navigation-container .owl-counter {
  text-align: center;
  width: 100%;
  margin-top: 37px;
  font-size: 18px;
  font-weight: bold;
}
html body.page-template-startseite-php main article.landingpage-article {
  float: left;
  width: 100%;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
   /* wegen js fehler bei strg+f5 ergÃ¤nzt */
  overflow: hidden;
}
html body.page-template-startseite-php main article.landingpage-article a {
  position: relative;
  float: left;
  width: 100%;
  display: inline-block;
}
html body.page-template-startseite-php main article.landingpage-article a .post-date {
  margin-top: 20px;
  height: 20px;
}
html body.page-template-startseite-php main article.landingpage-article a .post-headline {
  font-weight: bold;
  min-height: 85px;
  font-size: 18px;
}
html body.page-template-startseite-php main article.landingpage-article a .post-description {
  min-height: 160px;
}
html body.page-template-startseite-php main article.landingpage-article a .post-description p {
  font-size: 18px;
}
html body.page-template-startseite-php main article.landingpage-article a .post-description p:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transform: rotate(-90deg);
  bottom: 0px;
  right: 0px;
}
html body.page-template-startseite-php main article.landingpage-article:hover {
  background: #a50034;
}
html body.page-template-startseite-php main article.landingpage-article:hover * {
  color: #fff;
}
@media (min-width: 768px) {
  html body.page-template-startseite-php main .post-contents {
    display: flex;
  }
}
html body.page-template-startseite-php main .post-contents.landingpage-zweispalter .article-wrapper {
  float: left;
}
@media (max-width: 1199px) {
  html body.page-template-startseite-php main .post-contents.landingpage-zweispalter .article-wrapper img {
    float: left;
    width: 100%;
  }
}
html body.page-template-startseite-php main .post-contents.landingpage-zweispalter .article-wrapper a {
  float: left;
  min-height: 530px;
}
html body.page-template-startseite-php main .post-contents.landingpage-dreispalter .article-wrapper {
  float: left;
}
html body.page-template-startseite-php main .post-contents.landingpage-dreispalter .article-wrapper a {
  float: left;
  min-height: 340px;
}
html body.page-template-startseite-php main .post-contents.landingpage-dreispalter .article-wrapper a .post-headline {
  min-height: 160px;
}
@media (max-width: 1199px) {
  html body.page-template-startseite-php main .post-contents.landingpage-dreispalter .article-wrapper a .post-headline {
    min-height: initial;
  }
}
@media (max-width: 991px) {
  html body.page-template-startseite-php main .post-contents.landingpage-vierspalter &gt; .article-wrapper {
    display: none;
  }
}
html body.page-template-startseite-php main .post-contents.landingpage-vierspalter .article-wrapper {
  float: left;
  border-right: 1px solid black;
}
@media (max-width: 991px) {
  html body.page-template-startseite-php main .post-contents.landingpage-vierspalter .article-wrapper {
    border: none;
  }
}
@media (max-width: 991px) AND (min-width: 768px) {
  html body.page-template-startseite-php main .post-contents.landingpage-vierspalter .article-wrapper a {
    float: left;
    width: 100%;
  }
  html body.page-template-startseite-php main .post-contents.landingpage-vierspalter .article-wrapper .post-headline h4 {
    font-size: 14px;
  }
}
html body.page-template-startseite-php main .post-contents.landingpage-vierspalter .article-wrapper:nth-child(4),
html body.page-template-startseite-php main .post-contents.landingpage-vierspalter .article-wrapper:last-child {
  border: none;
}
html body.page-template-startseite-php main .post-contents.landingpage-vierspalter .article-wrapper .landingpage-article {
  margin-bottom: 0;
}
html body.page-template-startseite-php main .post-contents.landingpage-vierspalter .article-wrapper a {
  float: left;
  min-height: 140px;
}
html body.page-template-startseite-php main .post-contents.landingpage-vierspalter .landingpage-archiv-link {
  bottom: -70px;
}
html body.page-template-startseite-php main .tribe-events-widget-link {
  display: none;
  webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  float: left;
  background: #a50034;
  margin-top: 1px;
  width: 255px;
}
html body.page-template-startseite-php main .tribe-events-widget-link &gt; a {
  float: left;
  width: 100%;
  color: #fff;
  padding: 15px 0 15px 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
html body.page-template-startseite-php main .landingpage-archiv-link {
  width: 255px;
  margin-top: 30px;
  position: absolute;
  bottom: 0px;
}
@media (max-width: 1199px) {
  html body.page-template-startseite-php main .landingpage-archiv-link {
    position: relative;
    width: 100%;
  }
}
@media (min-width: 992px) {
  html body.page-template-startseite-php main .zweispalter-landingpage-news-veranstaltungen &gt; .row {
    display: flex;
  }
}
@media (max-width: 1199px) {
  html body.page-template-startseite-php main .zweispalter-landingpage-news-veranstaltungen &gt; .row {
    margin: 0 0;
  }
}
html body.page-template-startseite-php main .sidebar-right,
html body.page-template-startseite-php main .main-content {
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  html body.page-template-startseite-php main .sidebar-right,
  html body.page-template-startseite-php main .main-content {
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (max-width: 1199px) {
  html body.page-template-startseite-php main .content-bottom &gt; .row {
    margin: 0 0;
  }
}
html body.page-template-startseite-php main .content-bottom .landingpage-pressemitteilungen {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 50px;
}
html body.page-template-startseite-php main .content-bottom .landingpage-pressemitteilungen .myicon {
  padding: 5px;
  background: #f6f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-right: 8px;
  font-size: 19px;
}
html body.page-template-startseite-php main .content-bottom .landingpage-archiv-link {
  position: relative;
}
html body.page-template-startseite-php main .content-bottom article.landingpage-article:hover {
  background: #a50034;
}
html body.page-template-startseite-php main .content-bottom article.landingpage-article:hover * {
  color: #fff;
}
@media (max-width: 1200px) {
  html body.page-template-startseite-php main h4.headline-sidebar,
  html body.page-template-startseite-php main h4.landingpage-pressemitteilungen {
    font-size: 30px !important;
    text-align: center;
  }
  html body.page-template-startseite-php main h4.headline-sidebar .myicon,
  html body.page-template-startseite-php main h4.landingpage-pressemitteilungen .myicon {
    text-align: center;
    background: none !important;
    border: none !important;
    float: left;
    width: 100%;
  }
  html body.page-template-startseite-php main h4.headline-sidebar .myicon:before,
  html body.page-template-startseite-php main h4.landingpage-pressemitteilungen .myicon:before {
    padding: 5px;
    background: #f6f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
  }
}
html {
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 31.05.17 09:56
 * Last-Modified: 30.05.17 17:22
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
}
html body main {
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 01.06.17 15:25
 * Last-Modified: 01.06.17 15:25
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 31.05.17 16:09
 * Last-Modified: 31.05.17 16:09
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 08.06.17 11:09
 * Last-Modified: 08.06.17 11:09
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 08.06.17 09:14
 * Last-Modified: 08.06.17 09:13
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 31.05.17 09:58
 * Last-Modified: 31.05.17 09:58
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 08.06.17 16:00
 * Last-Modified: 08.06.17 16:00
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 08.06.17 17:40
 * Last-Modified: 08.06.17 17:40
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 09.06.17 16:18
 * Last-Modified: 09.06.17 16:18
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
}
html body main .suche-ergebnisse input[type="search"] {
  float: left;
  height: 41px;
  width: 100%;
  padding: 0 0;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f6f5f5;
  border: 1px solid #e6e6e6;
  border-top: none;
  border-right: none;
  color: #4d4d4d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
html body main .suche-ergebnisse input[type="search"]::placeholder,
html body main .suche-ergebnisse input[type="search"]::-webkit-input-placeholder,
html body main .suche-ergebnisse input[type="search"]:-ms-input-placeholder,
html body main .suche-ergebnisse input[type="search"]::-moz-placeholder {
  float: left;
  padding: 15px 12px;
  border: 1px solid #e6e6e6;
  width: auto;
  color: #4d4d4d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
}
html body main .suche-ergebnisse input[type="submit"] {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
html body main .suche-ergebnisse .search-submit-label {
  float: left;
  font-size: 30px;
  line-height: 30px;
  padding: 0 0;
  margin: 0 0;
  height: 41px;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  background: #a50034;
  color: #fff;
  cursor: pointer;
  border: none;
}
html body main .suche-ergebnisse .search-submit-label.icon-search {
  font-size: 50px;
  right: 16px;
  position: absolute;
  top: 0px;
  
}
html body main .ansprechparter-container {
  border: 1px solid #e6e6e6;
  float: left;
  width: 100%;
  padding: 15px;
  padding-bottom: 5px;
  margin-top:1em;
}
html body main .ansprechparter-container .img-responsive-wrapper {
  margin-top: 40px;
}
@media (min-width: 400px) {
  html body main .ansprechparter-container .img-responsive-wrapper {
    margin-top: 0;
  }
}
html body main .ansprechparter-container .ansprechparter-header h3 {
  padding: 0 0;
  padding-right: 5px;
  font-size: 25px;
  float: left;
}
@media (min-width: 400px) {
  html body main .ansprechparter-container .ansprechparter-header h3 {
    font-size: 30px;
  }
}
html body main .ansprechparter-container .ansprechparter-header .mobile-small {
  line-height: 1.25;
  font-weight: 700;
  color: #1a1a1a;
  float: left;
  padding: 0 0;
  font-size: 30px;
  font-family: "Meta Corr Offc W01 Bold", "PT Sans", sans-serif;
}
@media (max-width: 1199px) {
  html body main .ansprechparter-container .ansprechparter-header .mobile-small {
    font-size: 20px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  html body main .ansprechparter-container .hide-on-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  html body main .ansprechparter-container .anschrift {
    margin-bottom: 30px;
  }
}
html body main .ansprechparter-container .row-headline {
  font-size: 18px;
}
@media (max-width: 992px) {
  html body main .ansprechparter-container .row-headline {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
html body main .ansprechparter-container .row-headline,
html body main .ansprechparter-container .row-text.bold {
  font-family: "Meta Corr Offc W01 Bold", "PT Sans", sans-serif;
  font-weight: 700;
}
html body main .ansprechparter-container .kontakt.mobile {
  margin-bottom: 30px;
}
html body main .ansprechparter-container .kontakt .mail {
  float: left;
  width: 100%;
  padding-top: 30px;
}
html body main .ansprechparter-container .kontakt a {
  color: #a50034;
}
html body main .ansprechparter-container span.toggle-mobile {
  position: absolute;
  right: 15px;
  top: 20px;
  height: 40px;
  width: 40px;
  background-image: url(/wp-content/themes/hsu/img/icons/arrow_active.png);
  background-size: 40px 40px;
  background-position-x: 0px;
  background-position-y: 0;
  -webkit-transform: 350ms;
  -moz-transform: 350ms;
  -ms-transform: 350ms;
  -o-transform: 350ms;
  transform: 350ms;
}
@media (min-width: 991px) {
  html body main .ansprechparter-container span.toggle-mobile {
    display: none;
  }
}
html body main .ansprechparter-container span.toggle-mobile.open {
  background-image: url("/wp-content/themes/hsu/img/icons/arrow_normal.png");
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
html body main .ansprechparter-container:after {
  clear: both;
}
html body main form.wpcf7-form input {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html body main form.wpcf7-form input[type="submit"] {
  float: left;
  height: 40px;
  background: #a50034;
  margin-top: 1px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 40px;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
html body main form.wpcf7-form input[type="submit"]:hover {
  color: #1a1a1a;
  background: #fff;
  border: 2px solid #a50034;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
html body main form.wpcf7-form label {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
html body main form.wpcf7-form label span {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}
html body main form.wpcf7-form label span input {
  float: left;
  width: 100%;
  height: 38px;
  border: 1px solid #e6e6e6;
  background: #f6f5f5;
}
html body main form.wpcf7-form label span textarea {
  float: left;
  width: 100%;
  border: 1px solid #e6e6e6;
  background: #f6f5f5;
}
html body main form.wpcf7-form span.wpcf7-list-item {
  margin: 0 0;
  margin-right: 60px;
}
html body main form.wpcf7-form span.wpcf7-list-item-label {
  color: #1a1a1a;
  font-weight: bold;
}
html body main form.wpcf7-form select {
  float: left;
  width: 100%;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  background: #f6f5f5;
}
html body main form.wpcf7-form .wpcf7-form-control-wrap {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
html body main form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox,
html body main form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio {
  float: left;
}
html body main form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox input,
html body main form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio input {
  margin-right: 20px;
}
html body main .downloads-item {
  min-height: 100px;
  margin-bottom: 20px;
}
html body main .downloads-item .border-line {
  border: 1px solid #e6e6e6;
}
html body main .downloads-item .border-line .thumbnail-area {
  border-right: 1px solid #e6e6e6;
  float: left;
  min-height: 100px;
  width: 100px;
  margin: -1px 20px -1px -1px;
}
html body main .downloads-item .border-line .thumbnail-area .img-responsive.download-image {
  height: 100px;
  vertical-align: middle;
  display: inline-block;
}
html body main .downloads-item .border-line .text-area {
  min-height: 100px;
  width: auto;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 100px;
}
html body main .downloads-item .border-line .text-area .download-text {
  font-weight: bold;
  font-size: 18px;
  /*ergÃ¤nzt um UmbrÃ¼che bei langen WÃ¶rtern zu erzwingen*/
  word-wrap: break-word;
}
html body main .downloads-item .border-line .download-area {
  border-left: 1px solid #e6e6e6;
  height: 100%;
  float: right;
  width: 65px;
  position: absolute;
  right: 1px;
  top: 0px;
}
html body main .downloads-item .border-line .download-area a.download-link {
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
html body main .downloads-item .border-line .download-area a.download-link .download-name {
  float: left;
  width: 100%;
  color: #4d4d4d;
  font-size: 10px;
  height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}
html body main .downloads-item .border-line .download-area a.download-link .donwload-icon {
  float: left;
  width: 100%;
  margin-bottom: 13px;
}
html body main .downloads-item .border-line .download-area a.download-link .donwload-icon .img-responsive.download-icon {
  height: 30px;
  width: auto;
  margin: 0 auto;
}
html body main .downloads-item .border-line .download-area a.download-link .download-size {
  position: absolute;
  bottom: 1px;
  right: 0;
  border-top: 1px solid #e6e6e6;
  float: left;
  width: 64px;
  background: #f5f5f5;
  color: #1a1a1a;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
}
html body main .sidebar-left,
html body main .sidebar-right {
  padding-top: 15px;
}
@media (max-width: 1199px) {
  html body main .sidebar-left,
  html body main .sidebar-right {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 50px;
    background: #f6f5f5;
  }
  html body main .sidebar-left .sidebar-content,
  html body main .sidebar-right .sidebar-content {
    float: left;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  html body main .sidebar-left .sidebar-content .container,
  html body main .sidebar-right .sidebar-content .container {
    padding: 0!important;
  }
  html body main .sidebar-left .widget_nav_menu &gt; div &gt; ul,
  html body main .sidebar-right .widget_nav_menu &gt; div &gt; ul {
    height: 0;
    overflow: hidden;
  }
  html body main .sidebar-left .widget_nav_menu &gt; div.open-mobile &gt; ul,
  html body main .sidebar-right .widget_nav_menu &gt; div.open-mobile &gt; ul {
    height: auto;
    overflow: auto;
  }
}
html body main .sidebar-left ul,
html body main .sidebar-right ul {
  float: left;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}
html body main .sidebar-left ul li,
html body main .sidebar-right ul li {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  float: left;
  width: 100%;
  min-height: 43px;
  background: #f6f5f5;
}
html body main .sidebar-left ul li:last-child,
html body main .sidebar-right ul li:last-child {
  border-bottom: none;
}
@media (max-width: 1199px) {
  html body main .sidebar-left ul li,
  html body main .sidebar-right ul li {
    background: #fff;
  }
}
html body main .sidebar-left ul li.menu-item-has-children.open,
html body main .sidebar-right ul li.menu-item-has-children.open {
  height: auto;
  background: #eae9e8;
}
@media (max-width: 1199px) {
  html body main .sidebar-left ul li.menu-item-has-children.open,
  html body main .sidebar-right ul li.menu-item-has-children.open {
    background: #fff;
  }
}
html body main .sidebar-left ul li.menu-item-has-children.open &gt; .toggle-open,
html body main .sidebar-right ul li.menu-item-has-children.open &gt; .toggle-open {
  background: #dadada;
  border-bottom: 1px solid #dadada;
  height: 43px;
  width: 65px;
}
html body main .sidebar-left ul li.menu-item-has-children.open &gt; .toggle-open &gt; .caret,
html body main .sidebar-right ul li.menu-item-has-children.open &gt; .toggle-open &gt; .caret {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 1199px) {
  html body main .sidebar-left ul li.menu-item-has-children.open &gt; .toggle-open,
  html body main .sidebar-right ul li.menu-item-has-children.open &gt; .toggle-open {
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #dadada;
    height: 30px;
    width: 30px;
    right: 15px;
  }
  html body main .sidebar-left ul li.menu-item-has-children.open &gt; .toggle-open &gt; .caret,
  html body main .sidebar-right ul li.menu-item-has-children.open &gt; .toggle-open &gt; .caret {
    color: #1a1a1a;
    margin-left: 8px;
    margin-top: 11px;
  }
}
html body main .sidebar-left ul li.menu-item-has-children.open &gt; ul,
html body main .sidebar-right ul li.menu-item-has-children.open &gt; ul {
  height: auto;
  overflow: auto;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
html body main .sidebar-left ul li.menu-item-has-children &gt; .toggle-open,
html body main .sidebar-right ul li.menu-item-has-children &gt; .toggle-open {
  float: right;
  position: absolute;
  right: 0;
  top: 0px;
  width: 65px;
  height: 43px;
  background: #e6e6e6;
  cursor: pointer;
}
html body main .sidebar-left ul li.menu-item-has-children &gt; .toggle-open &gt; .caret,
html body main .sidebar-right ul li.menu-item-has-children &gt; .toggle-open &gt; .caret {
  float: left;
  margin-left: 27px;
  margin-top: 20px;
  border-top: 6px dashed;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
@media (max-width: 1199px) {
  html body main .sidebar-left ul li.menu-item-has-children &gt; .toggle-open,
  html body main .sidebar-right ul li.menu-item-has-children &gt; .toggle-open {
    background: #a50034;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    right: 15px;
    top: 5px;
  }
  html body main .sidebar-left ul li.menu-item-has-children &gt; .toggle-open &gt; .caret,
  html body main .sidebar-right ul li.menu-item-has-children &gt; .toggle-open &gt; .caret {
    color: #fff;
    margin-left: 9px;
    margin-top: 14px;
  }
}
html body main .sidebar-left ul li a,
html body main .sidebar-right ul li a {
  float: left;
  width: 100%;
  padding: 13px 0px 11px 20px;
  line-height: 16px;
  font-size: 16px;
}
html body main .sidebar-left ul li ul,
html body main .sidebar-right ul li ul {
  height: 0px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  html body main .sidebar-left ul li ul,
  html body main .sidebar-right ul li ul {
    padding-left: 15px;
  }
}
html body main .sidebar-left ul li ul li a,
html body main .sidebar-right ul li ul li a {
  font-family: "Meta Corr Offc W01 Regular", "PT Sans", sans-serif;
  font-weight: 400;
}
html body main .sidebar-left ul li ul li ul li a,
html body main .sidebar-right ul li ul li ul li a {
  padding-left: 25px;
}
html body main .sidebar-left ul li ul li ul li ul li a,
html body main .sidebar-right ul li ul li ul li ul li a {
  padding-left: 30px;
}
html body main .sidebar-left ul li ul li ul li ul ul li a,
html body main .sidebar-right ul li ul li ul li ul ul li a {
  padding-left: 35px;
}
html body main .sidebar-left ul li ul li ul li ul ul ul li a,
html body main .sidebar-right ul li ul li ul li ul ul ul li a {
  padding-left: 40px;
}
@media (max-width: 1199px) {
  html body main .sidebar-right {
    margin-left: 0px;
    background: none !important;
  }
  html body main .sidebar-right .sidebar-content,
  html body main .sidebar-right aside {
    float: none;
  }
}
@media (min-width: 992px) {
  html body main .sidebar-right .toggle-mobile {
    display: none;
  }
}
html body main .sidebar-left .toggle-mobile {
  display: none;
}
@media (max-width: 1199px) {
  html body main .sidebar-left .toggle-mobile {
    display: block;
    position: absolute;
    right: 30px;
    top: -30px;
    height: 30px;
    width: 30px;
    background-image: url(/wp-content/themes/hsu/img/icons/arrow_active.png);
    background-size: 30px 30px;
    background-position-x: 0px;
    background-position-y: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0ms;
    -moz-transition: 0ms;
    -ms-transition: 0ms;
    -o-transition: 0ms;
    transition: 0ms;
    z-index: 99;
  }
  html body main .sidebar-left .toggle-mobile.open {
    background-image: url(/wp-content/themes/hsu/img/icons/arrow_normal.png);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
html body main #comments {
  margin-top: 60px;
  padding-top: 15px;
  border-top: 2px solid #e6e6e6;
  float: left;
  width: 100%;
}
html body main #comments #respond {
  float: left;
  width: 100%;
}
html body main #comments #respond h3 {
  font-size: 28px;
}
html body main #comments .comment-list {
  float: left;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background: #f6f5f5;
  padding: 30px 15px;
}
html body main #comments .comment-list .comment-body {
  float: left;
  width: 100%;
}
html body main #comments .comment-list .comment-body .comment-meta {
  float: left;
  width: 100%;
}
html body main #comments .comment-list .comment-body .comment-meta .comment-author {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
html body main #comments .comment-list .comment-body .comment-meta .comment-author .avatar {
  margin-right: 15px;
}
html body main #comments form p[class^='comment-'] {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
html body main #comments form label {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}
html body main #comments form input {
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
  width: 100%;
  height: 38px;
  background: #f6f5f5;
  border: 1px solid #e6e6e6;
  padding: 5px 8px;
}
html body main #comments form input[type="submit"] {
  float: left;
  width: auto;
  height: 40px;
  background: #a50034;
  margin-top: 1px;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 36px;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
html body main #comments form input[type="submit"]:hover {
  color: #1a1a1a;
  background: #fff;
  padding-right: 18px;
  padding-left: 18px;
  line-height: 36px;
  border: 2px solid #a50034;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
html body main #comments ol {
  border-left: 1px solid #e6e6e6;
  padding-left: 15px;
}
html body main #comments ol li {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
html body main #comments ol ol {
  float: left;
  width: 100%;
  margin-left: 15px;
  margin-top: 15px;
}
html body main #comments ol ol li {
  padding-top: 15px;
}
html body main .single-article-navigation {
  margin-top: 30px;
}
html body main .single-article-navigation .next-link a,
html body main .single-article-navigation .prev-link a {
  padding: 22px 17px;
}
html body main .single-article-navigation .next-link:hover a,
html body main .single-article-navigation .prev-link:hover a {
  padding: 20px 15px;
}
html body main .single-article-navigation .prev-link {
  text-align: right;
}
html body main .archive-page article {
  float: left;
  width: 100%;
  min-height: 135px;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  background: #f6f5f5;
}
html body main .archive-page article .article-listitem-datetime {
  position: relative;
  background: #f9f9f9;
  float: left;
  min-height: 135px;
  height: 100%;
  width: 100px;
}
html body main .archive-page article .article-listitem-datetime .article-month {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  background: #f6f5f5;
  float: left;
  width: 100%;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
}
html body main .archive-page article .article-listitem-datetime .article-day {
  font-size: 24px;
  height: 75px;
  line-height: 60px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  background: #f9f9f9;
  float: left;
  width: 100%;
}
html body main .archive-page article .article-listitem-datetime .article-datetime {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  background: #f6f5f5;
  float: left;
  width: 100%;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  border-top: 1px solid #e6e6e6;
}
html body main .archive-page article .article-listitem-datetime .article-year {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  background: #f6f5f5;
  float: left;
  width: 100%;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  border-top: 1px solid #e6e6e6;
}
html body main .archive-page article .article-content-wrap {
  border-left: 1px solid #e6e6e6;
  min-height: 135px;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  background: #fff;
}
html body footer {
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 12.06.17 09:18
 * Last-Modified: 12.06.17 09:18
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
}
html body footer .quicklink-open-close {
  margin-top: -41px;
  cursor: pointer;
  height: 38px;
}
@media (max-width: 1199px) {
  html body footer .quicklink-open-close {
    height: 55px;
  }
}
html body footer .quicklink-open-close.open span.opentext {
  display: none;
}
html body footer .quicklink-open-close.open span.closetext {
  display: block;
}
@media (max-width: 1199px) {
  html body footer .quicklink-open-close .toggle-mobile {
    position: absolute;
    top: -7px;
    right: 15px;
  }
  html body footer .quicklink-open-close .caret {
    display: none;
  }
}
html body footer .quicklink-open-close span {
  font-size: 14px;
  line-height: 38px;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  html body footer .quicklink-open-close span {
    font-size: 18px;
    line-height: 18px;
    font-family: "Meta Corr Offc W01 Bold", "PT Sans", sans-serif;
  }
}
html body footer .quicklink-open-close span .closetext {
  display: none;
}
html body footer .quicklink-open-close .quicklinks-container {
  display: none;
}
html body footer .quicklink-open-close .quicklinks-container .widget-title {
  display: none;
}
html body footer .quicklink-open-close .quicklinks-container #sidebar-quicklink {
  border-bottom: 1px solid #cbc7c3;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  float: left;
  width: 100%;
}
@media (max-width: 1199px) {
  html body footer .quicklink-open-close .quicklinks-container #sidebar-quicklink {
    border: none;
  }
}
@media (max-width: 1199px) {
  html body footer .quicklink-open-close .quicklinks-container #sidebar-quicklink ul {
    padding-left: 20px;
  }
}
html body footer .quicklink-open-close .quicklinks-container #sidebar-quicklink li {
  float: left;
  width: 25%;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  html body footer .quicklink-open-close .quicklinks-container #sidebar-quicklink li {
    width: 100%;
  }
}
html body footer .quicklink-open-close .quicklinks-container #sidebar-quicklink li a {
  float: left;
  padding-right: 15px;
  font-size: 16px;
}
body {
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 14.06.17 13:52
 * Last-Modified: 14.06.17 13:51
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
  /*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 14.06.17 17:31
 * Last-Modified: 14.06.17 17:31
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
}
body.page-template-faculty .owl-carousel .owl-item {
  padding: 0 15px;
}
body.page-template-faculty .owl-carousel .border-top {
  border-top: 1px solid #e6e6e6;
}
body.page-template-faculty .owl-carousel .slider-navigation-container {
  float: left;
  width: 100%;
  position: relative;
  height: 70px;
  margin-bottom: 30px;
}
body.page-template-faculty .owl-carousel .slider-navigation-container .right-toggle,
body.page-template-faculty .owl-carousel .slider-navigation-container .left-toggle {
  position: absolute;
  cursor: pointer;
}
body.page-template-faculty .owl-carousel .slider-navigation-container .right-toggle {
  right: 0px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
body.page-template-faculty .owl-carousel .slider-navigation-container .left-toggle {
  left: 0px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.page-template-faculty .owl-carousel .slider-navigation-container .owl-counter {
  text-align: center;
  width: 100%;
  margin-top: 37px;
  font-size: 18px;
  font-weight: bold;
}
body.page-template-faculty .faculty-bottom article {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  background: #f6f5f5;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  body.page-template-faculty .faculty-bottom article {
    float: left;
    width: 100%;
  }
  body.page-template-faculty .faculty-bottom article figure {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.page-template-faculty .faculty-bottom article figure img {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
body.page-template-faculty .faculty-bottom article.landingpage-article {
  float: left;
  width: 100%;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
body.page-template-faculty .faculty-bottom article.landingpage-article a {
  position: relative;
  float: left;
  width: 100%;
  display: inline-block;
}
body.page-template-faculty .faculty-bottom article.landingpage-article a .post-date {
  margin-top: 20px;
  height: 20px;
}
body.page-template-faculty .faculty-bottom article.landingpage-article a .post-headline {
  font-weight: bold;
  min-height: 85px;
  font-size: 18px;
}
body.page-template-faculty .faculty-bottom article.landingpage-article a .post-description {
  min-height: 160px;
}
body.page-template-faculty .faculty-bottom article.landingpage-article a .post-description p {
  font-size: 18px;
}
body.page-template-faculty .faculty-bottom article.landingpage-article a .post-description p:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transform: rotate(-90deg);
  bottom: 0px;
  right: 0px;
}
body.page-template-faculty .faculty-bottom article.landingpage-article:hover {
  background: #a50034;
}
body.page-template-faculty .faculty-bottom article.landingpage-article:hover * {
  color: #fff;
}
body h4.headline-sidebar {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 0;
  margin-top: 5px;
}
body h4.headline-sidebar icon {
  padding: 5px;
  background: #f6f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-right: 8px;
  font-size: 19px;
}
body .tribe-events-list-widget &gt; h3.widget-title {
  display: none;
}
body .tribe-events-list-widget .tribe-list-widget .type-tribe_events {
  border: 1px solid #e6e6e6;
  background: #f9f9f9;
  margin-bottom: 30px;
  padding: 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  body .tribe-events-list-widget .tribe-list-widget .type-tribe_events {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  body .tribe-events-list-widget .tribe-list-widget .type-tribe_events {
    height: 200px;
  }
}
@media (max-width: 1199px) {
  body .tribe-events-list-widget .tribe-list-widget .type-tribe_events {
    display: flex ;
  }
}
@media (min-width: 768px) {
  body .tribe-events-list-widget .tribe-list-widget .type-tribe_events {
    display: flex ;
  }
}
body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title,
body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-duration {
  float: right;
}
body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title {
  border-left: 1px solid #e6e6e6;
  background: #fff;
  margin: 0;
  padding: 15px 15px 15px 20px;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
@media (min-width: 992px) {
  body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title {
    width: 147px;
    height: 149.5px;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title {
    width: 190px;
    height: 149.5px;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title {
    width: 100%;
  }
}
body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title a:link,
body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title a:visited {
  color: #1a1a1a;
}
@media (min-width: 992px) {
  body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title a:link,
  body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title a:visited {
    overflow: hidden;
    height: 100%;
    display: block;
  }
}
body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title:hover {
  background-color: #a50034;
}
body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title:hover a:link,
body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-title:hover a:visited {
  color: #f6f5f5;
}
body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-duration {
  min-width: 63px;
  width: 63px;
  background: #f6f5f5;
  background: #f9f9f9;
  font-size: 14px;
}
body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-duration &gt; span {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-duration .widget-tribe-event-datetime-seperator {
  float: left;
  width: 100%;
  padding: 7px 0;
}
body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-duration .widget-tribe-event-datetime-seperator:first-child {
  border-bottom: 1px solid #e6e6e6;
  background: #f6f5f5;
}
body .tribe-events-list-widget .tribe-list-widget .type-tribe_events .tribe-event-duration.multiday .tribe-event-date-start .widget-tribe-event-datetime-seperator:last-child {
  border-bottom: 2px solid #e6e6e6;
}
body .tribe-events-list-widget .tribe-list-widget .tribe-events-widget-link {
  display: none;
}
/*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 28.06.17 11:50
 * Last-Modified: 28.06.17 11:48
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/*
 * !!!BITTE BESCHREIBUNG EINFÃœGEN!!!
 *
 * Theme-Name: HSU
 * Author: i-gelb GmbH
 * Version: 1.0.0
 * Date: 28.06.17 11:46
 * Last-Modified: 28.06.17 11:46
 *
 * @package HSU
 * @since hsu 1.0.0
 *
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.sidebar-top-item.searchform.opened-search {
  float: left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-bottom: 30px;
  padding-top: 30px;
  z-index: 9999;
  opacity: 0;
}
.sidebar-top-item.searchform.opened-search #close-serach {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  height: 25px;
  width: 25px;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background: #a50034;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #fff;
}
.sidebar-top-item.searchform.opened-search .container {
  padding-left: 0;
  position: relative;
}
.sidebar-top-item.searchform.opened-search input[type="search"] {
  float: left;
  width: 45%;
  height: 41px;
  line-height: 41px;
  padding: 0 0;
  padding-left: 10px;
  background: #f6f5f5;
  border: 1px solid #e6e6e6;
  border-top: none;
  border-right: none;
  color: #4d4d4d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
.sidebar-top-item.searchform.opened-search input[type="search"]::placeholder,
.sidebar-top-item.searchform.opened-search input[type="search"]::-webkit-input-placeholder,
.sidebar-top-item.searchform.opened-search input[type="search"]:-ms-input-placeholder,
.sidebar-top-item.searchform.opened-search input[type="search"]::-moz-placeholder {
  float: left;
  padding: 15px 12px;
  border: 1px solid #e6e6e6;
  width: auto;
  color: #4d4d4d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
}
.sidebar-top-item.searchform.opened-search input[type="submit"] {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
.sidebar-top-item.searchform.opened-search .search-submit-label {
  float: left;
  font-size: 30px;
  line-height: 30px;
  padding: 0 0;
  padding-top: 6px;
  margin: 0 0;
  height: 41px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  background: #a50034;
  color: #fff;
  cursor: pointer;
}
.sidebar-top-item.searchform.opened-search .search-submit-label:before {
  color: #fff;
}
@media (max-width: 1199px) {
  html,
  body {
    margin: 0 0;
    padding: 0 0;
  }
}
.show-at-xs,
.show-at-sm,
.show-at-md,
.show-at-lg,
.show-till-sm,
.show-till-md,
.show-till-lg {
  display: none !important;
}
@media (min-width: 480px) {
  .show-at-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .show-till-sm {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .show-at-sm {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .show-till-md {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .show-at-md {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .show-till-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .show-at-lg {
    display: block !important;
  }
}
.page-template-faculty .sidebar-right {
  padding-top: 15px;
  border-bottom: none;
  border-top: none;
}
.page-template-faculty .sidebar-right .sidebar-content {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .page-template-faculty .sidebar-right .sidebar-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .page-template-faculty .sidebar-right .hide-all {
    margin-left: -15px;
  }
}
@media (max-width: 991px) {
  .page-template-faculty .sidebar-right h4.headline-sidebar {
    font-size: 30px !important;
    text-align: center;
  }
  .page-template-faculty .sidebar-right h4.headline-sidebar * {
    display: block;
  }
  .page-template-faculty .sidebar-right h4.headline-sidebar icon,
  .page-template-faculty .sidebar-right h4.headline-sidebar .myicon {
    text-align: center;
    background: none !important;
    border: none !important;
    float: left;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .page-template-default .sidebar-left {
    padding-top: 30px;
    border: none;
    background: none !important;
  }
  .page-template-default .sidebar-left .toggle-mobile {
    top: -15px;
  }
  .page-template-default .sidebar-right {
    border: none;
  }
  .page-template-default .sidebar-right .toggle-mobile {
    top: 0px;
    display: block;
    right: 15px;
  }
}
.sidebar-top-item.searchform.opened-search .widget {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.sidebar-top-item.searchform.opened-search #close-serach {
  margin-right: 15px;
}
.sidebar-top-item.searchform.opened-search input[type="search"],
html body main .suche-ergebnisse input[type="search"] {
  border-top: 1px solid #e6e6e6 !important;
}
html body main .suche-ergebnisse .search-submit-label {
  font-size: 30px !important;
  color: white !important;
}
html body main .suche-ergebnisse .search-submit-label:before {
  color: white !important;
}
.landingpage-vierspalter .owl-item a {
  min-height: 200px;
  overflow: hidden;
}
body h4.headline-sidebar .myicon {
  padding: 5px;
  background: #f6f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-right: 8px;
  font-size: 19px;
}
</pre></body></html>