body {
    background-color: #1c1c1c;
	color:#dddddd;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 2em 0;
}

.important {
    color:#cc2200;
}

img {
     border: none;
}

h1 {
    font-size: 2em;
    margin: 0 0 1em 0;
}

a:link {
    color:#df5900;
    text-decoration:none;
}
a:visited {
    color:#df5900;
    text-decoration:none;
}
a:hover {
    color:#ffe92b;
    text-decoration:none;
}
a:active {
    color:#df5900;
    text-decoration:none;
}
a:focus {
    color:#ffe92b;
    text-decoration:none;
}


div.main_container{
    width: 100vw;
    min-width: 660px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

div.title{
    position: relative;
    flex: none;
    height: 210px;
    order: 1;
    background-image: url("../grafik/title-back.png");
}

div.title_left{
    position: absolute;
    height: 210px;
    width: 210px;
    top: 0px;
    left: 0px;
    background-image: url("../grafik/title-left-2024.png");
}

div.title_right{
    position: absolute;
    height: 210px;
    width: 210px;
    top: 0px;
    right: 0px;
    background-image: url("../grafik/title-right.png");
}

div.title_content{
    display: flex;
    position: relative;
    top: 0px;
    height: 210px;
    text-align: center;
    font-size: 70px;
    text-shadow: 2px 2px 9px #000000;
    justify-content: center;
}

div.title_content_vcenter{
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
}

div.content{
    flex:1 1 auto;
    order: 2;
    margin: 35px 0px;
    text-align: center;
}

div.content-leftspace{
    text-align:left;
    padding-left: 190px;
}

div.imprint{
    flex:1 1 auto;
    order: 2;
    margin: 35px 0px;
    text-align: center;
}

div.footer{
    flex: none;
    height: 14px;
    order: 3;
    text-align: center;
    font-size: 8px;
    padding-top: 4px;
    border-top: 1px solid #df5900;
}

div.title_nav{
    position: absolute;
    height: 26px;
    left: 190px;
    bottom: 0px;
    font-size: 14px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav {
    float: right;
    margin: 0;
    height: 100%;    
}

li {
    display: inline;
    padding: 6px 15px;
}

nav a:link {
    text-decoration: none;
    color: #696969;
    display: inline-block;
}

nav a:visited {
    text-decoration: none;
    color: #696969;
    display: inline-block;
}

nav a:hover {
    color: #df5900;
}
  
nav a:active {
    color: #393939;
}

nav a:focus {
    color: #df5900;
}

a.social-container-link {
    display: block;
    margin-bottom: 20px;
}

div.social-container {
    background-color: #ffe92b;
    border: 3px solid #dda909;
    width: 400px;
    height: 50px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 16px;
    color: #696969;
}

div.social-container-icon {
    height: 50px;
    width: 50px;
    float: left;
}

div.social-container-text {
    float: left;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
    font-size: 28px;
    font-weight: bold;    
}

div.social-container:hover {
    background-color: #ffe92b;
    border-color: #df5900;
    color: #df5900;
}