
body {

    background-color: #000000;
    color: #E0E0E0;
}

#screen-main {

    min-width: 1200px;
}

#screen-sub {

    min-width: 1228px;
}

#flex {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.border {

    flex-grow: 1;
    flex-shrink: 1;
}

.border img {

    width: 100%;
    height: 900px;
    vertical-align: top;
}

.fade {

    flex: 0 0 14px;
}

.fade img {

    width: 100%;
    vertical-align: top;
}

a:link {

    text-decoration: none;
    color: #FF0000;
}

a:visited {

    text-decoration: none;
    color: #FF0000;
}

a:hover {

    text-decoration: none;
    color: #600060;
}

div#top {

    color: #FF0000;
    width: 1200px;
    margin: auto;
    font-size: 24px;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 10px;
}

h1 {

    color: #A9A9E8;
}

h2 {

    color: #A9A9E8;
}

/* Main page */

#pad {

    flex: 0 0 1200px;
}

div#btn-ueber-mich {

    position: relative;
    top: -700px;
    left: 500px;
}

div#btn-tech-blog {

    position: relative;
    top: -600px;
    left: 600px;
}

div#btn-projekte {

    position: relative;
    top: -500px;
    left: 700px;
}

div.btn {

    width: 0px;
    height: 0px;
}

/* Sub page */

#pad-sub {

    flex: 0 0 1200px;
    background-image: url(sm.png);
    background-repeat: no-repeat;
}

#frame {

    display: flex;
}

#nav {

    width: 280px;
    padding-top: 920px;
}

#text {

    padding-left: 30px;
    margin-top: 210px;
    width: 890px;
}

/* Flex boxes */

div.is-layout-flex {

    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

div.is-layout-flow {

    margin: 10px;
    border: ridge 5px #A00000;
    flex: 0 0 250px;
    padding: 0px;
}

div.is-layout-flow figure {

    margin: 0px;
    padding: 10px;
}

div.is-layout-flow p {

    padding: 10px;
}

div.invisible {

    visibility: hidden;
}

/* Bottom Menu */

div#bottom {

    color: #FF0000;
    width: 1200px;
    margin: auto;    
    font-size: 24px;
}

ul.bottom-menu {

    list-style-type: none;
}

ul.bottom-menu li {

    display: inline;
}

/* Left Menu */

ul.left-menu {

    list-style-type: none;
}

ul.left-menu li {

    padding-top: 10px;
}

ul.left-menu li:first-child {

    border-bottom: ridge 3px #A9A9E8;
    margin-bottom: 5px;
}

/* Images */

figure.img-right-float {

    color: green;
    display: inline;
    float: right;
    margin: 10px;
}

/* other */

pre.wp-block-code {

    background-color: #404040;
    padding: 5px;
    border: 3px ridge #E0E0E0;
}

figure.skills th {

    border-bottom: ridge 5px #A9A9E8;
    text-align: left;
    padding: 5px;
    min-width: 20em;
}

figure.skills td {

    vertical-align: top;
    padding: 5px;
    border-bottom: solid 1px #404040;
}
