.nullpadding { padding: 0px 0px 0px 0px; }
.abstand { margin-bottom: 30px; }
.borderbox { width: 100%; border-top: 3px solid #000000; margin-bottom: 30px; }

/* Farbverhalten CONTAINER und COLS etc. */
.coloring { width: 100%; height: 100%; background-image: url(../design/hintergrund.jpg); background-attachment: fixed; background-position: center center; background-repeat: none; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; }











body, td, p, .n, blockquote 	{ font-size: 16px; line-height: 24px; }
H1 { font-size: 20px; line-height: 26px; font-weight: 500; text-transform: none; }

.logo img { width: 100%; max-width: 300px; height: auto; padding-top: 40px; padding-bottom: 0px; }

a { font-size: 16px; font-weight: 300; text-transform: none; }
span.fusszeile { font-size: 16px; line-height: 18px; font-weight: 400; text-transform: none; }
a.fusszeile { font-size: 16px; line-height: 18px; font-weight: 400; text-transform: uppercase; }

/* Kleine Geräte (Tablets, 768px und breiter (col-sm-)) */
@media (min-width: 768px) { 
body, td, p, .n, blockquote 	{ font-size: 16px; line-height: 24px; }
H1 { font-size: 20px; line-height: 26px; }

.logo img { width: 100%; max-width: 450px; height: auto; padding-top: 60px; padding-bottom: 0px; }

a { font-size: 16px; }
span.fusszeile { font-size: 16px; line-height: 18px; }
a.fusszeile { font-size: 16px; line-height: 18px; }
} 

/* Mittlere Geräte (Desktop-PCs, 992px und breiter (col-md-)) */
@media (min-width: 992px) {
body, td, p, .n, blockquote 	{ font-size: 17px; line-height: 25px; }
H1 { font-size: 22px; line-height: 28px; }

.logo img { width: 100%; max-width: 500px; height: auto; padding-top: 70px; padding-bottom: 0px; }

a { font-size: 17px; }
span.fusszeile { font-size: 16px; line-height: 18px; }
a.fusszeile { font-size: 16px; line-height: 18px; }
}

/* Große Geräte (Desktop-PCs, 1200px und breiter (col-lg-)) */
@media (min-width: 1200px) { 
body, td, p, .n, blockquote 	{ font-size: 18px; line-height: 26px; }
H1 { font-size: 24px; line-height: 30px; }

.logo img { width: 100%; max-width: 575px; height: auto; padding-top: 80px; padding-bottom: 0px; }

a { font-size: 18px; }
span.fusszeile { font-size: 16px; line-height: 18px; }
a.fusszeile { font-size: 16px; line-height: 18px; }
}