@charset "UTF-8";
/*
Stylesheet Name: Hochschule Aschaffenburg
Theme URI: http://www.th-ab.de/
Description: Grundlegende Stildefinition
Version: 0.Ook!
Creator: raphael GmbH | WM
SCSS: raphael GmbH | JK

	Inhaltsverzeichnis:
	---
	0. Grundlegende Deklarationen
	1. Allgemeingueltige Element-Formatierungen
	2. Allgemeingueltige Klassen-Angaben
		2.1 Tabellen
		2.2 Dateiverweise
		2.3 Listen
		2.4 Bildunterschriften
		2.5 Trenner
		2.6 Rahmen
		2.7 Formulare
		2.8 Sitemap - Menu
		2.9 TT News Cat Tree
	3. IDs (von oben nach unten)
		3.1 Header
			3.1.1 Header - Language
			3.1.2 Header - Quicklinks
			3.1.3 Header - Login
			3.1.4 Header - Teaser
			3.1.5 Header - Info
			3.1.6 Header - Sticker
			3.1.7 Header - Logo
			3.1.8 Header - Search
			3.1.9 Header - Navigation
			3.1.10 Header - Breadcrumb
			3.1.11 Header - Print
		3.2 Content
			3.2.1 Content - Left
			3.2.2 Content - Center
			3.2.3 Content - Right
		3.3 Footer
			3.3.1 Footer - Head
			3.3.2 Footer - Content
			3.3.3 Footer - Foot
	4. Special Elements / Framework / Sonstiges
			4.1 tt_news
			4.2 sp_start_teaser
			4.3 sp_content_links
			4.4 sp_content_teaser
			4.5 Suche
			4.6 tx_fhapersonal
			4.7 tx_fhafach
			4.8 tx-felogin-pi1
			4.9 tx_personalinfo_personal
*/
/** Mixin definition **/
/* 009EE1 */
/* #009EE0 */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  /*
  src: url("../font/fontawesome-webfont.eot?v=4.0.3");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  */
  font-weight: normal;
  font-style: normal; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/*
* 0. Grundlegende Deklarationen
*/
/*
* {
  margin: 0px;
  padding: 0px; }
*/
* {
	margin: 0px;
	padding: 0px;
}
html {
  height: 100.1%;
  width: 100%;
  font-size: 12px; }

body {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back.gif) no-repeat center top;*/
  background-color: #f2f2f2;
  color: #58585A;
  font-size: 12px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  height: 100.1%;
  line-height: 140%;
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 100%; }

div#wrapper {
  overflow: hidden;
  position: relative;
  text-align: left;
  margin: 0px auto;
  width: 980px; 
  background: white;
}


/*
* 1. Allgemeingueltige Element-Formatierungen
*/
a {
  color: #58585A;
  text-decoration: underline; }

a:hover {
  color: #009EE0;
  text-decoration: underline; }

a:active, a:focus {
  outline: none; }

form {
  margin: 0px; }

h2 {
  line-height: 100%;
  margin: 0px;
  padding: 0px; }

h2.content-headline, h2 {
    color: #009ee1;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 2.41667rem;
    /*margin: 0 15px 0 20px;*/
}


h3 {
  color: #009EE1;
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  margin: 0px;
  padding: 15px 0px 5px 0px;
  text-decoration: none;
  text-transform: uppercase; }


h4 {
  font-size: 12px;
  font-weight: bold;
  /*line-height: 100%;*/
  text-decoration: none;
  text-transform: none; }

h5 {
  margin: 0px;
  padding: 0px; }

img {
  border: 0px; }


/*
* 2. Allgemeingueltige Klassen-Angaben
*/
div.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  margin: 0px;
  padding: 0px; }

p.bodytext, p {
  margin-bottom: 15px; }

span.link-description {
  display: block;
  height: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 0px; }

a.link {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-a-link.gif) no-repeat left bottom;
  color: #009EE1;
  text-decoration: none;
  padding-left: 12px; }

a.link:hover {
  text-decoration: underline; }

/*
* 2. Allgemeingueltige Klassen-Angaben
* 2.1 Tabellen
*/






/*
* 2. Allgemeingueltige Klassen-Angaben
* 2.2 Dateiverweise
*/










/*
* 2. Allgemeingueltige Klassen-Angaben
* 2.3 Listen
*/



/*
* 2. Allgemeingueltige Klassen-Angaben
* 2.4 Bildunterschriften
*/

/*
* 2. Allgemeingueltige Klassen-Angaben
* 2.5 Trenner
*/


/*
* 2. Allgemeingueltige Klassen-Angaben
* 2.6 Rahmen
*/







div.box-grey-head {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-box-grey-head.png) no-repeat left top;
  height: 15px;
  width: 224px;
  overflow: hidden; }

div.box-grey-body {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-box-grey-body.png) repeat-y left top;
  padding: 0px 10px 0px 10px;
  width: 224px;
  overflow: hidden; }

div.box-grey-foot {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-box-grey-foot.png) no-repeat left top;
  height: 15px;
  width: 224px;
  overflow: hidden; }





/*
* 2. Allgemeingueltige Klassen-Angaben
* 2.7 Formulare
*/
fieldset {
  border: 0px;
  margin-bottom: 10px;
  padding: 0px; }









/*
* 2. Allgemeingueltige Klassen-Angaben
* 2.8 Sitemap - Menu
*/


/*
* 2. Allgemeingueltige Klassen-Angaben
* 2.9 TT News Cat Tree
*/
/*div.news-catmenu, div#ttnews-cat-tree, ul.tree, ul.tree ul {
	margin: 0px !important;
	padding: 0px !important;
}

div.news-catmenu {
	margin-bottom: 25px !important;
}

ul#treeRoot img {
	display: none;
}

ul.tree li.active, ul.tree ul li.active {
	background-color:#FFFFFF !important;
}

ul.tree li a {
	background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/hr.gif) repeat-x left bottom;
	color: #009EE0;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	margin: 0px 0px 5px 0px;
	padding: 15px 0px 12px 0px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

ul.tree {
	clear: both;
	width: 708px;
}

ul.tree li ul li, ul.tree li ul li ul li {
	float: left;
	overflow: hidden;
	padding-right: 3px;
	width: 233px;
}

ul.tree li ul li a {
	line-height: 140%;
	background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-a-link.gif) no-repeat left top;
	color: #009EE1;
  	text-decoration: none;
  	padding: 0px 0px 0px 12px;
  	font-size: 12px;
  	text-transform: none;
  	margin: 0px;
}
ul.tree li ul li a:hover {
	text-decoration: underline;
}*/
/*
* 3. IDs (von oben nach unten)
* 3.1 Header
*/
div#header {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-header-v2.gif) no-repeat top left;*/
  height: 438px;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
  width: 980px;
  z-index: 1; }

div#header {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-content-v2.gif) repeat-y top left;*/
  padding-bottom: 20px; }
  div#header .header__top-area {
    display: block;
    margin-right: 20px; 
 
  }
  div#header .header__top-navigation-area {
    position: relative;
    display: block;
    height: 60px; 
  top:85px;}
  div#header .logo {
    position: relative;
    display: block;
    width: 263px;
    height: 148px;
    float: left;
    box-sizing: border-box;
    z-index: 10;
    background: #FFF; }
    div#header .logo a {
      position: absolute;
      display: block;
      top: 20px;
      left: 20px;
      right: 20px;
      bottom: 20px;
      /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-logo.gif) no-repeat top left;*/
      background: url('https://www.th-ab.de/_assets/7ac185450bea5fb770321af230d02c9d/assets/logo-th-ab.svg') no-repeat top left;
      /*background: url("/app/javax.faces.resource/default/images/th-logo.png.xhtml") no-repeat top left;*/
      background-size: contain; }
  div#header .language-switch {
    display: block;
    width: auto;
    float: right;
    margin: 25px 15px 0 0;
    padding-left: 0;
    list-style: none; }
    div#header .language-switch li {
      float: left; }
      div#header .language-switch li a {
        text-decoration: none; }
  div#header .header-intranet {
    position: relative;
    top: 0;
    display: block;
    float: right;
    margin-right: 10px;
    z-index: 15; }
    div#header .header-intranet a {
      font-size: 16px;
      font-size: 1.33333rem;
      font-family: 'Arial', 'Helvetica', sans-serif;
      padding-left: 5px;
      line-height: 62px;
      text-decoration: none; }
  div#header .header-social {
    position: relative;
    top: 0;
    display: block;
    float: right;
    margin-right: 10px;
    z-index: 15; }
    div#header .header-social a {
      font-size: 16px;
      font-size: 1.33333rem;
      display: inline-block;
      font-family: 'Arial', 'Helvetica', sans-serif;
      padding-left: 5px;
      line-height: 62px;
      margin-top: 5px;
      text-decoration: none; }
      div#header .header-social a + a {
        margin-left: 5px; }
  div#header .header-quicklinks {
    position: relative;
    top: 0;
    display: block;
    float: right;
    margin-right: 15px;
    z-index: 15; }
    div#header .header-quicklinks .quicklinks {
      position: relative;
      cursor: pointer; }
      div#header .header-quicklinks .quicklinks > span {
        font-family: 'Arial', 'Helvetica', sans-serif;
        font-size: 16px;
        font-size: 1.33333rem;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 62px; }
      div#header .header-quicklinks .quicklinks:hover {
        box-shadow: 0 6px 5px rgba(51, 51, 51, 0.2); }
        div#header .header-quicklinks .quicklinks:hover > ul {
          display: block !important; }
      div#header .header-quicklinks .quicklinks > ul {
        position: absolute;
        top: 100%;
        display: none;
        list-style: none;
        margin-left: 0;
        padding: 10px;
        background: #FFF;
        box-shadow: 0 6px 5px rgba(51, 51, 51, 0.2); }
        div#header .header-quicklinks .quicklinks > ul li {
          padding-top: 2px;
          padding-bottom: 2px; }
          div#header .header-quicklinks .quicklinks > ul li:last-child {
            padding-bottom: 0; }
        div#header .header-quicklinks .quicklinks > ul a {
          text-decoration: none; }
  div#header #header-search {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 5px;
    height: auto;
    width: 180px;
    background: none;
    float: right;
    z-index: 5; }
    div#header #header-search input {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      padding: 8px 10px;
      border-radius: 32px;
      box-sizing: border-box;
      border: 1px solid #CCC;
      box-shadow: inset 0 2px 2px rgba(204, 204, 204, 0.5);
      transition: border .5s;
      margin-bottom: 0; }
      div#header #header-search input:focus {
        outline: none;
        border: 1px solid #a4a4a4; }
    div#header #header-search .submit {
      display: none !important; }
    div#header #header-search .search-button {
      position: absolute;
      display: block;
      height: 20px;
      width: 20px;
      top: 5px;
      right: 10px;
      background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/search-icon.jpg) no-repeat center center; }
  div#header .header__top-navigation {
    position: relative;
    display: block;
    clear: both;
    z-index: 10; }
  div#header .header__main-navigation {
    position: relative;
    display: block;
    clear: both;
    margin-top: -24px;
    z-index: 15; 
    
  background: #f2f2f2;
  left: -10px;
  width: 990px;
  height: 15px;
  margin-top: 0;
  
  }
  div#header .navigation {
    display: block; }
    div#header .navigation.navigation--inverted .navigation__item.navigation__item--active a {
      background: #009EE1; }
    div#header .navigation.navigation--inverted .navigation__item a {
      background: #808181; }
      div#header .navigation.navigation--inverted .navigation__item a:hover {
        background: #009EE1; }
    div#header .navigation__item {
      display: inline-block; }
      div#header .navigation__item + .navigation__item {
        margin-left: 7px; }
      div#header .navigation__item.navigation__item--active a {
        background: #808181; }
      div#header .navigation__item a {
        font-size: 12px;
        font-size: 1rem;
        position: relative;
        top: 0;
        display: block;
        font-family: 'Arial', 'Helvetica', sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 5px 5px 0 0;
        padding: 5px 15px 3px 15px;
        background: #009EE1;
        color: #FFF;
        box-shadow: 0px -1px 5px -1px #808181; }
        div#header .navigation__item a:hover {
          background: #808181; }
  div#header .header-slideshow-wrapper {
    display: block; }
  div#header .header-slideshow {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 26.1%;
    overflow: hidden; }
    div#header .header-slideshow .header-slideshow__item {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 1;
      -webkit-transition: opacity 1s;
      -moz-transition: opacity 1s;
      -o-transition: opacity 1s;
      transition: opacity 1s; }
      div#header .header-slideshow .header-slideshow__item.header-slideshow__item--showing {
        opacity: 1;
        z-index: 2; }
      div#header .header-slideshow .header-slideshow__item img {
        display: block;
        max-width: 100%;
        height: auto; }

/*
* 3.1.1 Header - Language
*/
div#header-language {
  font-size: 11px;
  height: 13px;
  left: 29px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  width: 531px;
  z-index: 2; }
  div#header-language a {
    text-decoration: none; }
  div#header-language ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    div#header-language ul li {
      background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-li.gif) no-repeat top right;
      float: left;
      padding-right: 9px; }
      div#header-language ul li.last {
        background: none; }

/*
* 3.1.2 Header - Quicklinks
*/
div#header-quicklinks {
  font-size: 11px;
  height: 15px;
  left: 29px;
  overflow: hidden;
  position: absolute;
  top: 44px;
  width: 531px;
  z-index: 3; }
  div#header-quicklinks a {
    text-decoration: none; }
  div#header-quicklinks ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    div#header-quicklinks ul li {
      background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-li.gif) no-repeat top right;
      float: left;
      padding-right: 9px; }
      div#header-quicklinks ul li.last {
        background: none; }

/*
* 3.1.3 Header - Login
*/
div#header-login {
  height: 58px;
  left: 800px;
  overflow: hidden;
  position: absolute;
  top: 6px;
  width: 170px;
  z-index: 4; }
  div#header-login div.header-login-headline {
    display: none;
    padding-left: 9px; }
  div#header-login h5 {
    height: 18px;
    margin: 0px 0px 0px 9px;
    padding: 0px;
    width: 130px; }
  div#header-login p {
    margin: 0px;
    padding: 0px 0px 0px 9px; }
  div#header-login input {
    color: #58585A;
    font: 11px Arial;
    border: 1px solid #D9DADB;
    height: 16px;
    margin: 0px 0px 2px 0px;
    padding: 0px 5px 0px 5px;
    width: 120px; }
    div#header-login input.submit {
      border: none;
      height: 0px;
      left: 0px;
      overflow: hidden;
      top: 0px;
      width: 0px; }

div.header-login-form {
  float: left;
  height: 58px;
  overflow: hidden;
  position: relative;
  width: 170px; }
  div.header-login-form a {
    background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/button-intranet-v2-l.gif) no-repeat 0px 0px;
    display: block;
    height: 26px;
    padding-left: 0px;
    position: absolute;
    right: 0px;
    top: 32px;
    width: 135px; }
    div.header-login-form a:hover {
      background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/button-intranet-v2-h.gif) no-repeat 0px 0px; }
    div.header-login-form a.logout {
      background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/button-intranetL-v2-h.gif) no-repeat 0px 0px;
      display: block;
      height: 26px;
      padding-left: 0px;
      position: absolute;
      right: 0px;
      top: 32px;
      width: 135px; }
      div.header-login-form a.logout:hover {
        background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/button-intranetL-v2-l.gif) no-repeat 0px 0px; }

div.header-login-button {
  float: left;
  overflow: hidden;
  width: 25px; }

div.header-login-button a {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/button-intranet.gif) no-repeat 0px 0px;
  display: block;
  height: 16px;
  margin-top: 22px;
  margin-left: 2px;
  width: 16px; }

div#header-login ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

div#header-login ul li {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-li.gif) no-repeat top right;
  float: left;
  padding-right: 9px; }

div#header-login ul li.last {
  background: none; }

/*
* 3.1.4 Header - Teaser
*/
div#header-teaser {
  height: 270px;
  left: 10px;
  overflow: hidden;
  position: absolute;
  top: 64px;
  width: 960px;
  z-index: 5; }

/*
* 3.1.5 Header - Info
*/
div#header-infos {
  font-size: 10px;
  height: 100px;
  left: 10px;
  overflow: hidden;
  position: absolute;
  top: 198px;
  width: 224px;
  z-index: 6; }

div#header-infos ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

div#header-infos a {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-a-link-white.gif) no-repeat 0px -2px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 12px; }

div#header-infos a:hover {
  text-decoration: underline; }

/*
* 3.1.6 Header - Sticker
*/
div#header-sticker {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/sticker.png) no-repeat 0px 0px;*/
  height: 75px;
  left: 565px;
  overflow: hidden;
  position: absolute;
  top: 37px;
  width: 160px;
  z-index: 7; }

/*div#header-sticker a {
	display: block;
	width: 160px;
	height: 75px;
}*/
/*
* 3.1.7 Header - Logo
*/
h1#header-logo {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-logo.gif) no-repeat top left;
  height: 155px;
  left: 621px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 108px;
  width: 323px;
  z-index: 8; }

h1#header-logo a {
  display: block;
  height: 155px;
  overflow: hidden;
  width: 323px; }

/*
* 3.1.10 Header - Navigation Sub
*/
div#header-navigation-sub {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-header-navigation-sub.png) no-repeat top left;
  height: 187px;
  left: 261px;
  overflow: hidden;
  position: absolute;
  bottom: -113px;
  width: 710px;
  z-index: 10; }

h3.master {
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  top: 28px;
  left: 488px; }

h3.bachelor {
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  top: 28px;
  left: 20px; }

div.header-navigation-sub-menu {
  position: relative;
  height: 187px;
  width: 710px;
  overflow: hidden; }

ul.header-navigation-sub-menu-bachelor {
  position: absolute;
  top: 65px;
  left: 20px;
  overflow: hidden;
  width: 438px; }

ul.header-navigation-sub-menu-bachelor li {
  float: left;
  width: 219px;
  overflow: hidden; }

ul.header-navigation-sub-menu-master {
  position: absolute;
  top: 65px;
  left: 488px;
  overflow: hidden; }

ul.header-navigation-sub-menu-bachelor a, ul.header-navigation-sub-menu-master a {
  font-size: 11px;
  text-decoration: none; }

div.header-navigation-sub-l {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-header-navigation-sub.png) no-repeat top left; }

div.header-navigation-sub-h {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-header-navigation-sub-h.png) no-repeat top left; }

div#header-navigation-sub-button {
  height: 37px;
  width: 115px;
  position: absolute;
  bottom: 46px;
  left: 716px;
  z-index: 16;
  cursor: pointer; }

/*
* 3.1.10 Header - Navigation Sub Overlay
*/
div#header-navigation-sub-overlay {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/header-navigation-sub-overlay.gif) no-repeat top left;
  bottom: 0px;
  height: 46px;
  left: 10px;
  overflow: hidden;
  position: absolute;
  width: 970px;
  z-index: 11; }

/*
* 3.1.8 Header - Search
*/
div#header-search {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-header-search.png) no-repeat top left;
  height: 37px;
  left: 10px;
  overflow: hidden;
  position: absolute;
  top: 306px;
  width: 228px;
  z-index: 12; }

div#header-search p {
  margin: 0px;
  padding: 0px 0px 0px 9px;
  position: relative; }

div#header-search input {
  color: #707173;
  font: 11px Arial;
  border: none;
  height: 16px;
  left: 30px;
  margin: 0px 0px 2px 0px;
  padding: 0px 5px 0px 5px;
  position: absolute;
  top: 15px;
  width: 120px; }

div#header-search input.submit {
  display: none; }

div#header-search-button {
  height: 25px;
  left: 195px;
  position: absolute;
  top: 318px;
  width: 25px;
  z-index: 17; }

div#header-search-button a {
  display: block;
  height: 25px;
  width: 25px; }

/*
* 3.1.9 Header - Navigation
*/
div#header-navigation {
  height: 37px;
  left: 238px;
  overflow: hidden;
  position: absolute;
  top: 306px;
  width: 732px;
  z-index: 13; }

div.header-navigation-menu-1-l a {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/navigation-startseite-l.png) no-repeat left top;*/
  display: block;
  height: 37px;
  overflow: hidden;
  width: 102px; }

div.header-navigation-menu-1-h a, div.header-navigation-menu-1-l a:hover {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/navigation-startseite-h.png) no-repeat left top;*/
  display: block;
  height: 37px;
  overflow: hidden;
  width: 102px; }

.lang-en div.header-navigation-menu-1-l a {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/navigation-startseite-l_en.png) no-repeat left top;*/ }

.lang-en div.header-navigation-menu-1-h a, .lang-en div.header-navigation-menu-1-l a:hover {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/navigation-startseite-h_en.png) no-repeat left top;*/ }

div.header-navigation-menu-2-l a {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/navigation-ueber-die-hochschule-l.png) no-repeat left top;*/
  display: block;
  height: 37px;
  overflow: hidden;
  width: 165px; }

div.header-navigation-menu-2-h a, div.header-navigation-menu-2-l a:hover {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/navigation-ueber-die-hochschule-h.png) no-repeat left top;*/
  display: block;
  height: 37px;
  overflow: hidden;
  width: 165px; }

.lang-en div.header-navigation-menu-2-l a {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/navigation-ueber-die-hochschule-l_en.png) no-repeat left top;*/ }

.lang-en div.header-navigation-menu-2-h a, .lang-en div.header-navigation-menu-2-l a:hover {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/navigation-ueber-die-hochschule-h_en.png) no-repeat left top;*/ }

div.header-navigation-menu-3-l a {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/navigation-schueler-studieninteressenten-l.png) no-repeat left top;*/
  display: block;
  height: 37px;
  overflow: hidden;
  width: 222px; }

div.header-navigation-menu-3-h a, div.header-navigation-menu-3-l a:hover {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/navigation-schueler-studieninteressenten-h.png) no-repeat left top;*/
  display: block;
  height: 37px;
  overflow: hidden;
  width: 222px; }

div.header-navigation-menu-4-l a {
  display: block;
  height: 37px;
  overflow: hidden;
  width: 106px; }

div.header-navigation-menu-4-h a, div.header-navigation-menu-4-l a:hover {
  display: block;
  height: 37px;
  overflow: hidden;
  width: 106px; }

div.header-navigation-menu-5-l a {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/navigation-unternehmen-l.png) no-repeat left top;*/
  display: block;
  height: 37px;
  overflow: hidden;
  width: 124px; }

div.header-navigation-menu-5-h a, div.header-navigation-menu-5-l a:hover {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/navigation-unternehmen-h.png) no-repeat left top;*/
  display: block;
  height: 37px;
  overflow: hidden;
  width: 124px; }

div#header-navigation-menu div {
  float: left; }

/*
* 3.1.10 Header - Breadcrumb
*/
/*
div#header-breadcrumb {
  font-size: 11px;
  height: 35px;
  left: 241px;
  line-height: 14px;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
  z-index: 14; }
  div#header-breadcrumb li.current {
    color: #009EE1; }
  div#header-breadcrumb ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    div#header-breadcrumb ul li {
      background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-li.gif) no-repeat top right;
      float: left;
      padding-right: 9px; }
      div#header-breadcrumb ul li.last {
        background: none; }
*/

div#header-breadcrumb {
  font-size: 11px;
  height: 35px;
  left: 241px;
  line-height: 14px;
  overflow: hidden;
  padding-top: 15px;
  position: relative;
  z-index: 14; 



}

div#header-breadcrumb .ui-widget-header .ui-icon {
    background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-li.gif) no-repeat top;
}


/*
* 3.1.11 Header - Print
*/
div#header-print {
  font-size: 11px;
  height: 36px;
  right: 10px;
  line-height: 14px;
  overflow: hidden;
  position: absolute;
  text-align: right;
  top: 433px;
  width: 129px;
  z-index: 15; }
  div#header-print ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    div#header-print ul li {
      background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-li.gif) no-repeat top right;
      float: left;
      padding-right: 9px; }
      div#header-print ul li.last {
        background: none; }

#responsiveNavigation .dl-menu {
  margin-left: -100em; }

/*
* 3.1.9 Header - Navigation
*/
div#header-navigation {
  height: 37px;
  left: 238px;
  overflow: hidden;
  position: absolute;
  top: 306px;
  width: 732px;
  z-index: 13; }
  div#header-navigation div#header-navigation-menu div a {
    font-size: 12.5px;
    font-size: 1.04167rem;
    -moz-box-shadow: 0px -1px 5px -1px #58585A;
    -webkit-box-shadow: 0px -1px 5px -1px #58585A;
    box-shadow: 0px -1px 5px -1px #58585A;
    display: block;
    padding: 6px 16px 4px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    height: 24px;
    margin-top: 5px;
    border-radius: 5px 5px 0 0;
    background-color: #58585A;
    text-decoration: none;
    width: auto;
    text-transform: uppercase;
    margin: 4px 2px 0; }
    div#header-navigation div#header-navigation-menu div a:hover {
      background-color: #009EE1; }
    div#header-navigation div#header-navigation-menu div a span.link-description {
      overflow: visible;
      position: static;
      font-family: 'Arial', 'Helvetica', sans-serif;
      letter-spacing: 0.6px;
      display: block;
      height: auto;
      width: auto; }
  div#header-navigation div#header-navigation-menu div:first-child a {
    margin-left: 0; }
  div#header-navigation div#header-navigation-menu div.header-navigation-menu-h a {
    background-color: #009EE1; }

div.header-navigation-menu-1-l a {
  display: block;
  height: 37px;
  overflow: hidden;
  width: 95px; }

div.header-navigation-menu-1-h a,
div.header-navigation-menu-1-l a:hover {
  display: block;
  height: 37px;
  overflow: hidden;
  width: 95px; }

div.header-navigation-menu-2-l a {
  display: block;
  height: 37px;
  overflow: hidden;
  width: 154px; }

div.header-navigation-menu-2-h a,
div.header-navigation-menu-2-l a:hover {
  display: block;
  height: 37px;
  overflow: hidden;
  width: 154px; }

div.header-navigation-menu-3-l a {
  display: block;
  height: 37px;
  overflow: hidden;
  width: 155px; }

div.header-navigation-menu-3-h a,
div.header-navigation-menu-3-l a:hover {
  display: block;
  height: 37px;
  overflow: hidden;
  width: 155px; }

div.header-navigation-menu-4-l a {
  display: block;
  height: 37px;
  overflow: hidden;
  width: 106px; }

div.header-navigation-menu-4-h a,
div.header-navigation-menu-4-l a:hover {
  display: block;
  height: 37px;
  overflow: hidden;
  width: 106px; }

div.header-navigation-menu-5-l a {
  display: block;
  height: 37px;
  overflow: hidden;
  width: 96px; }

div.header-navigation-menu-5-h a,
div.header-navigation-menu-5-l a:hover {
  display: block;
  height: 37px;
  overflow: hidden;
  width: 96px; }

div.header-navigation-menu-6-l a {
  display: block;
  height: 37px;
  overflow: hidden;
  width: 112px; }

div.header-navigation-menu-6-h a,
div.header-navigation-menu-6-l a:hover {
  display: block;
  height: 37px;
  overflow: hidden;
  width: 112px; }

/*
* 3.1.10 Header - Navigation Sub
*/
div#header-navigation-sub {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-header-navigation-sub2.png) no-repeat top left;
  height: 187px;
  left: 258px;
  overflow: hidden;
  position: absolute;
  bottom: -113px;
  width: 710px;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  /* Portrait iPad display */
  div#header-navigation-sub {
    left: 265px; } }
div#header-navigation-sub-button {
  height: 37px;
  width: 106px;
  position: absolute;
  bottom: 46px;
  left: 642px;
  z-index: 16;
  cursor: pointer; }

.lang-en div#header-navigation-sub-button {
  left: 659px; }
.lang-en div#header-navigation-sub {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-header-navigation-sub2_en.png) no-repeat top left;
  left: 235px; }

div.header-navigation-sub-l {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-header-navigation-sub2.png) no-repeat top left; }

.lang-en div.header-navigation-sub-l {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-header-navigation-sub2_en.png) no-repeat top left; }
.lang-en div.header-navigation-sub-h {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-header-navigation-sub2-h_en.png) no-repeat top left; }

#header-navigation-sub {
  display: none; }



/*
* 3.  IDs (von oben nach unten)
* 3.2 Content
*/
div#content {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-content-v2.gif) repeat-y top left;*/
  overflow: hidden;
  padding-left: 10px;
  position: relative;
  width: 980px; }


/*
* 3.2.1 Content - Left
*/
div#content-left {
  float: left;
  margin: 0px 15px 0px 0px;
  overflow: hidden;
  width: 224px; }

/*1. Ebene*/
div#content-left-navigation ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

div#content-left-navigation ul li {
  border: none; }

div#content-left-navigation ul li.border {
  border-bottom: 2px solid #FFFFFF; }

div#content-left-navigation ul li a {
  font-size: 11px;
  display: block;
  padding: 7px 10px 6px 10px;
  text-decoration: none;
  text-transform: uppercase;
  width: 204px; }

div#content-left-navigation ul li.low a {
  background-color: #EFEFF0;
  color: #58585A; }

div#content-left-navigation ul li.low a:hover {
  background-color: #FFFFFF;
  color: #009EE1; }

div#content-left-navigation ul li.high a {
  background-color: #FFFFFF;
  color: #009EE1; }

div#content-left-navigation ul li.high a:hover {
  background-color: #FFFFFF;
  color: #009EE1; }

/*2. Ebene*/
div#content-left-navigation ul ul li {
  border: none; }

div#content-left-navigation ul ul li.border {
  border-bottom: 2px solid #EFEFF0; }

div#content-left-navigation ul ul li a {
  font-size: 12px;
  display: block;
  padding: 6px 10px 6px 20px;
  text-transform: none;
  width: 194px; }

div#content-left-navigation ul ul li.low a {
  background-color: #FFFFFF;
  color: #58585A;
  font-weight: normal; }

div#content-left-navigation ul ul li.low a:hover {
  background-color: #FFFFFF;
  color: #009EE1;
  font-weight: normal; }



div#content-left-navigation ul ul li.first {
  border-top: 2px solid #EFEFF0; }

/*3. Ebene*/








/*4. Ebene*/








/*5. Ebene*/








/*
* 3.  IDs (von oben nach unten)
* 3.2 Content - Headline
*/
div#content-wrap {
  float: left;
  overflow: hidden;
  width: 721px; 
  width: 710px;
}


/*
* 3.2.2 Content - Center
*/




/*div#content-center ul {
	margin-bottom: 15px;
}*/
/*
* 3.2.3 Content - Right
*/




/*
* 3.2.4 Content - Headlines
*/

/*
* 3.  IDs (von oben nach unten)
* 3.3 Footer
*/
div#footer {
  font-size: 11px; }

div#footer a.link {
  background: none;
  color: #58585A;
  text-decoration: underline;
  padding-left: 0px; }

div#footer a.link:hover {
  background: none;
  color: #009EE1;
  text-decoration: underline;
  padding-left: 0px; }

div#footer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

div#footer h3 {
  font-size: 11px;
  margin: 0px;
  padding: 0px; }

div#footer p {
  margin: 0px;
  padding: 0px; }

/*
* 3.3.1 Footer - Head
*/
div#footer-head {
  background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-footer-head-v2.gif) no-repeat top left;
  height: 55px;
  height: 15px;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
  width: 980px; 
background: #f2f2f2;}

/*
* 3.3.2 Footer - Content
*/
div#footer-content {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-footer-content-v2.gif) repeat-y top left;*/
  overflow: hidden;
  padding-left: 10px;
  position: relative;
  width: 980px; 
  padding-top: 30px;
}

div#footer-content-quicklinks-1 {
  line-height: 12px;
  float: left;
  overflow: hidden;
  padding-left: 19px;
  width: 205px;
  width: 250px;
}

div#footer-content-quicklinks-2 {
  float: left;
  overflow: hidden;
  padding-left: 16px;
  width: 224px; }

div#footer-content-quicklinks-3 {
  float: left;
  overflow: hidden;
  padding-left: 16px;
  width: 224px; }

div#footer-content-quicklinks-4 {
  float: left;
  overflow: hidden;
  padding-left: 16px;
  width: 224px; }

/*
* 3.3.3 Footer - Foot
*/
div#footer-foot {
  /*background: url(https://www.th-ab.de/typo3conf/ext/hab/Resources/Public/img/back-footer-foot-v2.gif) no-repeat top left;*/
  height: 45px;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
  width: 980px; }

div#footer #footer-content #footer-content-quicklinks-1 .button {
  height: 23px;
  text-align: center;
  line-height: 23px;
  width: 100px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #009EE1;
  /* layer fill content */
  margin-top: 1em;
  display: block;
  color: #FFF;
  text-decoration: none; }
  div#footer #footer-content #footer-content-quicklinks-1 .button:hover {
    background-color: #58585A; }
  div#footer #footer-content #footer-content-quicklinks-1 .button.hideDesktop {
    display: none; }

/*
* 4.1 tt_news
*/















/*
span.news-list-date {
	display: block;
	height: 17px;
	right: 0px;
	top: 15px;
	width: 64px;
	position: absolute;
}

div.news-list-item {
	position: relative;
}*/
/*
* 4.2 sp_start_teaser
*/





/*
* 4.3 sp_content_links
*/






/*
* 4.4 sp_content_teaser
*/









/*
* 4.5 Suche
*/

/*
* 4.6 tx_fhapersonal
*/












































.header-navigation-menu-1-h {
  width: 92px;
  margin-right: 2px; }

.header-navigation-menu-2-l {
  width: 156px;
  margin-right: 2px; }

.header-navigation-menu-3-l {
  width: 154px;
  margin-right: 2px; }

.header-navigation-menu-4-l {
  width: 131px;
  margin-right: 2px; }

.header-navigation-menu-5-l {
  width: 100px;
  margin-right: 2px; }

.header-navigation-menu-6-l {
  width: 113px; }

div#header-navigation-sub {
  left: 260px; }


div#header-navigation div#header-navigation-menu div a span.link-description {
  text-align: center; }

div#header-navigation div#header-navigation-menu div a span.link-description {
  letter-spacing: 0px; }

/*
* 4.7 tx_fhafach
*/


/*
* 4.8 tx-felogin-pi1
*/

/*
* 4.9 tx_personalinfo_personal
*/

/*
 * 4.10 Stellenb�rse
 */



body {
  width: 100%;
  min-height: 100%; }

div#header-sticker div#header-sticker-responsive {
  display: none; }


/* responsive menu */


#wrapper #mainMenuButton {
    background-color: #009ee1;
    border: 0 none;
    border-radius: 0 0 10px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 40px;
    height: 50px;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 999;
}


#responsiveNavigation,
#wrapper #mainMenuButton {
  display: none; }

.responsive #responsiveNavigation {
  display: block; }

#completeWrap {
  width: 100%;
  min-height: 100%;
  height: 100%;
  min-width: 300px; }

#responsiveNavigation .dl-menu {
  margin-left: -100em; }

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    outline: medium none;
    padding: 15px 20px;
    position: relative;
}

.dl-menuwrapper li > a::after {
    color: rgba(0, 0, 0, 0.15);
    right: 10px;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
}


#footer-content-quicklinks-5 {
  border-bottom: 0 !important; }
  #footer-content-quicklinks-5 ul {
    display: block !important;
    border-top: 1px solid #FFF;
    padding-top: 10px !important; }
    #footer-content-quicklinks-5 ul li {
      width: 30%;
      margin-right: 3%;
      margin-left: 1%;
      float: left;
      height: 40px;
      text-align: center;
      line-height: 40px;
      box-shadow: 1px 1px 0px #2f2f2f, -1px -1px 0px #fff;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      /* border radius */
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      /* prevents bg color from leaking outside the border */
      background-color: #bcbcbc;
      /* layer fill content */ }
      #footer-content-quicklinks-5 ul li.last {
        margin: 0; }
      #footer-content-quicklinks-5 ul li a {
        text-decoration: none;
        display: block; }


.dl-menuwrapper {
	width: 100%;
	max-width: 300px;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}
.dl-menuwrapper:first-child {
	margin-right: 100px;
}
.dl-menuwrapper button {
	background: #ccc;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #aaa;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow: 0 10px 0 #fff,  0 20px 0 #fff;
}
.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	/*
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	*/
}
.dl-menuwrapper li {
	position: relative;
}
.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
}






.dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}
.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}
.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	/*
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	*/
}
.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

/*
.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
} */
.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}
/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}
/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s linear forwards;
	-moz-animation: MenuAnimOut1 0.4s linear forwards;
	animation: MenuAnimOut1 0.4s linear forwards;
}
.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out forwards;
	-moz-animation: MenuAnimOut2 0.3s ease-in-out forwards;
	animation: MenuAnimOut2 0.3s ease-in-out forwards;
}
.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease forwards;
	-moz-animation: MenuAnimOut3 0.4s ease forwards;
	animation: MenuAnimOut3 0.4s ease forwards;
}
.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease forwards;
	-moz-animation: MenuAnimOut4 0.4s ease forwards;
	animation: MenuAnimOut4 0.4s ease forwards;
}
.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease forwards;
	-moz-animation: MenuAnimOut5 0.4s ease forwards;
	animation: MenuAnimOut5 0.4s ease forwards;
}

.hideDesktop {
  display: none; }