body, html {
	height: 100%;
	min-height: 100%;
	background-color: #000; 
}

.header {
    width: 100%;
    top:0px;
    margin: 0px;
    padding:40px;
    float: left;
    position:fixed;
    text-align: right;
    max-height:99999px;
    z-index:1000;
}

.box_container{
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 200px auto 0px auto;
    float: left;
    clear: none;
    position: relative;
}

.sprung {
    visibility: hidden; 
    height: 0px !important; 
    position: absolute; 
    margin: -100px;
}

.logo {
    float: left;
    width: 14%;
    max-width: 100%;
    height: auto;
	margin: 20px 0px 0px 43%;
    clear: none;
   
}


.box_full {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px auto 0px auto;
    float: left;
    clear: both;
    position:relative;
}

.box_content {
    width: 100%;
    height: auto;
    min-height: 50px;
    padding: 0em calc(20vw - 70px);
    margin: 0px auto 0px auto;
    float: none;
    clear: none;
}

.box_66 {
    width: 67%;
    height: auto;
    min-height: 50px;
    margin: 0px;
    float: left;
    clear: none;
}

.box_50-L {
    width: 49%;
    height: auto;
    min-height: 50px;
    margin: 0px 1% 70px 0px;
    float: left;
    clear: none;
}

.box_50-R {
    width: 49%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px 70px 1%;
    float: left;
    clear: none;
}

.box_33-L {
    width: 32%;
    height: auto;
    min-height: 800px;
    margin: 0px;
    float: left;
    clear: none;
}

.box_33-C {
    width: 32%;
    height: auto;
    min-height: 800px;
    margin: 0px;
    float: left;
    clear: none;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.box_33-R {
    width: 32%;
    height: auto;
    min-height: 800px;
    margin: 0px;
    float: left;
    clear: none;
}

table {
	margin:20px 80px 0px 80px;
	width: 70%; 
	border-collapse: collapse;
    border:0;	
}

.borderbottom {
    border-bottom: 3px solid #fff;
}

.black {
    background-color: #000;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.webdesign {
	float: left;
	margin: auto auto 180px -50px;
	height: auto;
	width: 100%;
	bottom: 0;
	z-index: 10;
	position:fixed;
	display:block;
}

=============================================================================================================
   ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE
   ========================================================================================================== */

@media screen and (max-width: 1380px) {

.header {
    width: 1024px;
	height:auto;
}


.logo {
    width: 28%;
	margin: 10px 0px 0px 36%;  
}

}
   
@media screen and (max-width: 1280px) {

.navigator {
    margin-left: 25%;
    clear: none;
    width: 75%;
}
   
}

@media screen and (max-width: 1024px) {


.logo {
    width: 28%;
	margin: 10px 0px 0px 36%;  
}
}

@media screen and (max-width: 800px) {

.box_33-L {
    width: 100%;
    height: auto;
    margin: 0px;
    float: left;
    clear: none;
}

.box_33-C {
    width: 100%;
    height: auto;
    margin: 0px;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
}

.box_33-R {
    width: 100%;
    height: auto;
    float: left;
    clear: none;
}

.logo {
    width: 40%;
	margin: 10px auto -70px auto;  
}

.navigator {
    margin: 10px auto 0px auto;
	height: auto;
	width: 50%;
}

}

