html {
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #042728, #018086);
    color: #333;
    font: 125%/1.5 'segoe ui', 'lucida sans unicode', 'lucida grande', lucida, sans-serif;
}

#bgTop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 10rem;
    background: linear-gradient(180deg, #909090, #ffffff);
    overflow: hidden;
}

.trenner {
    width: 10rem;
    height: 1rem;
}

.dancingIcon {
    position: relative;
    width: 2rem;
    height: 2rem;
    top: 8rem;
    left: calc((100% - 70rem) / 3.5);
}

#dancingIcon1 {
    top: 8.75rem;
}

.cleaner {
    clear: both;
    height: 1px;
    margin: 0;
}

#main {
    position: relative;
    width: 70rem;
    margin: 0 auto;
    padding: 0 0 0 0;
    background: linear-gradient(180deg, #202020, #333333);
}

#header {
    position: relative;
    width: 68rem;
    height: 8rem;
    background: #00393b;
    padding: 1rem;
}

#kopfBild {
    position: absolute;
    right: 0;
    top: 0;
    height: 10rem;
}

#header h1 {
    color: #809c9d;
    font: 300% 'Garamond', Times, serif;
    margin: 3.5rem 1rem 0 0.5rem;
}

#header p {
    position: absolute;
    top: 5.25rem;
    right: 12rem;
    margin: 0;
    width: 10em;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
}

#header .box {
    float: left;
    width: 2rem;
    height: 2rem;
    text-align: center;
    padding: 0;
    margin: 1rem 0.5rem;
    border-radius: 1rem;
}

#header-box1 {
    background: #018086;
    color: #432206
}

#header-box2 {
    background: #005d61;
    color: #dd6600
}

#header-box3 {
    background: #0a3d3f;
    color: #dd8900;
}

#header-box4 {
    background: #042728;
    color: #dd6600;
}

#header-box5 {
    width: 5rem;
    border-left: 1px solid #018086;
    border-bottom: 1px solid #018086;
}

#menu {
    height: 2.5rem;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #a06300;
    background: linear-gradient(180deg, #00393b, #202020);
    color: #909090;
}

#menu li {
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    width: 20%;
}

#menu a {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 0 0;
    line-height: 2.35rem;
    height: 2.5rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #909090;
}

#menu a.sel,
#menu a:hover {
    background: linear-gradient(0deg, #202020, #444444);
    color: #ff8900;
}

h2,
h3,
h4,
dt {
    color: #ff8900;
}

#content {
    padding: 1px;
    color: #909090;
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 1px;
}

#content a {
    color: #018086;
}

#content p {
    margin: 0.25em 0;
}

.left {
    grid-column: 1;
    padding: 10px 20px;
    border-right: 1px dotted #ff8900;
}

.center {
    text-align: center;
}

.left h3 {
    margin: 0.5em 0 0.3em;
    font-size: 1.5rem;
    font-weight: normal;
}

.left h4 {
    font-size: 1.4rem;
    font-weight: bold;
}

ul {
    margin: 0 0 0 1rem;
    padding: 0;
    color: #a06300;
    list-style-type: square;
    list-style-position: inside;
}

li {
    color: #909090;
}

.right {
    grid-column: 2;
    margin: 0 20px 0 0;
    padding: 1rem 1rem 1rem 10rem;
}

.right h3 {
    font-size: 1.5rem;
}

.right h3 span {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 1em;
    border: 1px solid silver;
    vertical-align: middle;
}

.right .photo {
    float: left;
    margin: 0 15px 15px 0;
}

.right h4 {
    margin: 0;
    font-size: 100%;
    font-weight: bold;
}

.right .link {
    text-align: right;
}

#rbox {
    float: left;
    position: relative;
    width: 180px;
    margin: 15px 0 20px 0;
    padding: 2px 5px 2px 30px;
    font-size: 10px;
    line-height: 1.2;
}

#rbox span {
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 8px;
    height: 8px;
    background: white;
}

button {
    float: right;
    margin: 15px 0 20px 0;
    width: 10rem;
    height: 3rem;
    border-radius: 1.5rem;
    background: #0a3d3f;
    color: #909090;
    border: 1px solid #018086;
    text-align: center;
    line-height: 25px;
}

.rightCode {
    grid-column: 2;
    margin: 0;
    padding: 2rem;
    max-width: 45rem;
}

.rightCode h3 {
    font-size: 1.5rem;
}

.svgRight {
    float: right;
    width: 15rem;
    margin: 1rem 0 1rem 1rem;
    background: #dd8900;
    border: 1px solid #000000;
}

#footer {
    margin: 0.5rem 0;
    padding: 0.5rem 0;
    text-align: center;
    border-top: 1px solid #a06300;
    border-bottom: 1px solid #a06300;
    background: #432c06;
    color: #ff8900;
}

#footer a {
    padding: 3px 5px;
    color: #ff8900;
}