html {
    margin:0px;
    padding: 0px;
}

body {
    margin:0px;
    padding: 0px;
    background-color: #242424;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.projecttitle {
    color:#ffffff;
    text-align: center;
    font-size: 30px;
    margin: 20px 0px 0px 0px;
}


.backbutton {
    display: inline;
    padding: 6px 10px 6px 10px;
    margin-top: 5px;
    color: #ffffff;
    background-color: #242424;
    border: 1px solid #ffffff;
    position: absolute;
}


.logo {
    display: inline-block;
    margin-right: 20px;
}

.logo img {
    width: auto;
    max-height: 40px;
    float: left;
}


.editor-row, .editor-column, .resizable-frame {
    overflow: auto!important; /* Scrollen ermöglichen */
}

.resizable-frame iframe {
    overflow: auto!important; /* Scrollen innerhalb des iframes aktivieren */
}


@media (max-width: 900px) {
    .resizable-frame iframe {
        min-height: 600px;
    }
}