@media screen and (max-width: 1059px) {
.mod_eventlist >.layout_teaser >.eventcontent {
    float:left;
    margin-left:10px;
}
.mod_eventlist >.layout_teaser >.contentWithImage >.eventcontent {
    float:left;
}
.mod_eventlist >.layout_teaser >.contentWithImage >.imagecontent {
    display:none;
}
#logocontainer > a {
    width:50%;
    display:inline-block;
}
#logocontainer {
    width:100%;
    height:160px;
    top:0;
    position:absolute;
    overflow:auto;
    display: flex;
    justify-content: center;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0.8) 25%, rgba(255,255,255,0) 33%,  rgba(255,255,255,0) 67%, rgba(255,255,255,0.8) 75%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0.8) 25%, rgba(255,255,255,0) 33%,  rgba(255,255,255,0) 67%, rgba(255,255,255,0.8) 75%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0.8) 25%, rgba(255,255,255,0) 33%,  rgba(255,255,255,0) 67%, rgba(255,255,255,0.8) 75%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}
#hslogo {
    width:130px;
    height:70px;
    position:relative;
    float:right;
    display:block;
    margin-top:12px;
    background-image:url("/files/iapg/images/jadehs-logo.png");
    background-repeat: no-repeat;
    background-size: contain;
}
#logo {
    width:130px;
    height:70px;
    left:20px;
    position:relative;
    float:left;
    display:block;
    margin-top:45px;
    background-image:url("/files/iapg/images/IAPG-Logo_03.png");
}
body,
input,
textarea,
select {
    font-size:9.5pt;
    line-height:1.75em;
    letter-spacing:0;
}
h2,
h3,
h4,
h5,
h6 {
    font-size:1.5em;
}
header h2 {
    font-size:2em;
    line-height:1.2em;
}
#titleBar {
    background-color:#666;
}
#titleBar .title a {
    display:block;
    text-align:center;
    font-size:1.6em;
    line-height:70px;
    text-decoration:none;
    color: #fff !important;
    font-weight: 700;
}
#titleBar .toggle {
    width:55px;
    height:65px;
    left:0;
    top:0;
    position:absolute;
    background-color: rgba(11,11,11,.3);
}
#titleBar .toggle:before {
    width:60px;
    height:40px;
    left:5px;
    position:absolute;
    display:block;
    border-radius:4px;
    content: '';
    top: 5px;
}
#titleBar .toggle:after {
    width:20px;
    height:20px;
    left:15px;
    position:absolute;
    display:block;
    content: '';
    top: 25px;
    background: url('images/mobileUI-site-nav-opener-bg.svg') 0px 0px no-repeat;
    opacity: 1;
}
#titleBar .toggle:active:after {
    opacity: 1;
}
#banner {
    height:160px;
    overflow:hidden;
    font-style: normal;
}
#controlls {
    display:none;
}
#header .mod_changelanguage {
    height:40px;
    float:left;
    display:none;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    background-color: #d0d0d0;
}
#header .mod_changelanguage a {
    color: #f00;
    text-decoration:none;
    width:38px;
    height:25px;
}
#header .mod_form {
    display:none;
    padding-top:15px;
    padding-right:5px;
    padding-bottom:10px;
    padding-left:50%;
    background-color: #d0d0d0;
    height:26px;	
    vertical-align: middle;
    white-space: nowrap;
}
#header .mod_form h1 {
    display: none;
}
#header .mod_form .formbody {
    height:25px;	
    display: flex;		
    vertical-align: middle;
    background: #fff;
    border: none;
    font-size: 10pt;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
}
#header .mod_form .widget-text {
    width:100%;
    float:left;
    height:25px;
    margin-left:10px;
    vertical-align: middle;
}
#header .mod_form .widget-submit {
    float: right;
    height:25px;
    width:20px;
    margin-right:10px;
    top: 50%;
    z-index: 1;
    color: #4f5b66;
}
#header .mod_form .widget-submit input {
    vertical-align:middle;
}
#header .mod_form .widget-text input {
    width:100%;
    height: 100%;
    background: transparent;
    border: 0;	
    color: #000;
}
#header .mod_form .widget-submit button {
    display:block;
    font-family: FontAwesome;
    background: transparent;
    vertical-align: middle;
    border: 0;
    height:25px;
    width:25px;
    top: 50%;
    z-index: 1;
    color: #000;
}
#menutoggle {
    width:100%;
    height:54px;
    left:0;
    right:0;
    position:absolute;
    float:right;
    margin-top:90px;
    display: flex;
    justify-content: flex-end;
}
#banner {
    padding-top:30px;
}
#banner .container {
    height:130px;
}
#main {
    padding:4em 0;
}
#footer {
    padding:0 0 3em;
}
#footer header {
    margin-bottom:2em;
}
.hamburger .line {
    width:30px;
    height:3px;
    display:block;
    margin:8px auto;
    background-color:#E30613;
    border-radius:2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger:hover {
    cursor: pointer;
}
.hamburger {
    width:50px;
    height:50px;
    margin-right:20px;
    border:2px solid #E30613;
    border-radius:50%;
}
.hamburger .top {
    margin-top:14px;
}

/* ONE */
#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    -o-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
}
header .mod_navigation {
    width:100%;
    display:none;
    z-index: 1;
}
header .mod_navigation>ul {
    padding:10px;
    background-color:#d0d0d0;
    color:#535850;
    list-style-type:none;
}
header .mod_navigation>ul .actPage {
    font-size:20px;
    font-weight:bold;
}
header .mod_navigation>ul a {
    text-decoration:none;
    color:#535850;
}
header .mod_navigation>ul ul {
    list-style: none;
}
header .mod_navigation .level_1>li {
    margin-top:3px;
    margin-bottom:3px;
    font-size:16px;
}
header .mod_navigation .level_2>li {
    margin-top:3px;
    margin-bottom:3px;
    padding-left:20px;
    font-size:14px;
}
header .mod_navigation>ul ul>li {
    margin-top:3px;
    margin-bottom:3px;
    padding-left:20px;
    font-size:12px;
}
header .mod_navigation>ul span.active {
    font-weight:bold;
}
header .mod_navigation>ul .submenu>.navcontrol {
    width:15px;
    height:15px;
    top:5px;
    position:relative;
    float:right;
    cursor: pointer;
}
header .mod_navigation>ul .submenu>.navcontrol:before {
    width:15px;
    height:2px;
    left:0;
    top:0;
    position:absolute;
    background: #535850;
    content: '';
    transition: background 500ms, transform 500ms;
    transform: rotate(90deg);
}
header .mod_navigation>ul .submenu>.navcontrol:after {
    width:15px;
    height:2px;
    left:0;
    top:0;
    position:absolute;
    background: #535850;
    content: '';
    transition: background 500ms, transform 500ms;
}
header .mod_navigation>ul .submenu>.navcontrol:after {
    transform-origin: center;
}
header .mod_navigation>ul .submenu.trail>ul,
header .mod_navigation>ul .active.submenu>ul,
header .mod_navigation>ul .open.submenu>ul {
    display:block;
}
header .mod_navigation>ul .submenu>ul,
header .mod_navigation>ul .active.open>ul,
header .mod_navigation>ul .trail.open>ul {
    display:none;
}
header .mod_navigation>ul .submenu.trail>.navcontrol:before,
header .mod_navigation>ul .active.submenu>.navcontrol:before,
header .mod_navigation>ul .open.submenu>.navcontrol:before,
header .mod_navigation>ul .submenu.trail>.navcontrol:after,
header .mod_navigation>ul .active.submenu>.navcontrol:after,
header .mod_navigation>ul .open.submenu>.navcontrol:after {
    transform: rotate(180deg);
}
header .mod_navigation>ul .active.open>.navcontrol:before,
header .mod_navigation>ul .open.trail>.navcontrol:before {
    transform: rotate(90deg);
}
#left .mod_navigation {
    display:none;
}
.mod_eventlist >.layout_upcoming_no_links >.event {
    display:block;
}
.mod_eventlist >.layout_upcoming>.event {
    display:block;
}
#mapid {
    width:100%;
    height:500px;
    background-color:#d0d0d0;
}
.mod_newslist.miniNews {
    width:90%;
    margin-right:0;
    margin-left:10px;
    background-color:#d0d0d0;
    margin-bottom : 30px;
}
.mod_eventlist.miniEvents {
    width:90%;
    margin-right:0;
    margin-left:10px;
    background-color:#d0d0d0;
    margin-bottom : 30px;
}
.mod_article > .ce_text #mainpage_institutview {
    float:left;
    margin-left:0;
    margin-right:100%;
}
}
