.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#de2600!important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#de2600!important}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#de2600!important}
.w3-content{max-width:1280px;margin:auto}.w3-rest{overflow:hidden}
.w3-bar{max-width: 1080px; margin-left: auto; margin-right: auto;}
.w3-top{max-width: 1080px; margin-left: auto; margin-right: auto;}

body,h1,h2,h3,h4,h5,h6 {
    font-family: sans-serif;
}

body, html {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    color: #333;
    background-color: #ffffff;
    height: 100%;
    hyphens: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px !important;
}

.untrennbar {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}


@media not print and (max-width: 999px) {
    .w3-content, .w3-top {
	font-size: 16px; 
    }
    h1 {
	font-size: 16px;
    }
    footer {
	font-size: 16px;
    }
}
@media not print and (min-width: 1000px) {
    .w3-content, .w3-top {
	font-size: 16px; 
    }
    h1 {
	font-size: 20px;
    }
    footer {
	font-size: 12px;
    }
}
 
@media print {
    .w3-top {
	position: relative;
    }
    .w3-content, .w3-top, h4 {
	font-size: 12px; 
    }
    h1 {
	font-size: 16px;
    }
    footer {
	font-size: 12px;
    }
    .not-printed {
	display: none;
    }
}

footer {
    color: grey;
}

.w3-hover-opacity {cursor: pointer;}

.w3-button {
    padding: 0px 0px;
}

/* --- end of file */
