/* HEADER */
/*.navbar-header {/*width: auto;padding-left: 30px;}*/ 
.header {height: 25px;}
.header-image {display: none;}
.header-content {display: none;}

/* CONTENT */
.content-sidebar {width: 38%; margin-bottom: 2em;}
.content-sidebar-modules {margin-bottom:0;}
.module2 {margin-top:30px;}
.module3 {display: none;}
.content-import {width: 60%;}
.module1 h2 {display: none;}


@media screen and (max-width: 900px) {

.navbar-header {padding-left: 1em;}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {margin-right: 0;}
.header {height: auto;}
.header-content {display: block;}
.content-import {width: 93%;}
.content-sidebar {width: 100%; margin-bottom: 0;}
.content-sidebar-modules {background: #ffffff; border-top: 1px solid #c5c5c5;}
.presentation .wrap {padding: 0;}
.presentation {margin: 2em auto; width: 93%;}
/*.module1 {display:none;}*/

}


@media screen and (max-width: 550px) {

.content {padding: 1em 0 0 0;}
.content-import {margin: 0 auto 1em auto;}
.presentation {margin: 1em auto;}
.presentation-content p, .presentation-content li  {word-wrap: break-word;}
}