.nullpadding { padding: 0px 0px 0px 0px; }
.abstand { margin-bottom: 30px; }





body, td, p, .n, blockquote 	{ font-size: 14px; }
H1 			{ font-size: 24px; line-height: 30px; font-weight: 400; text-transform: uppercase; }
H2 			{ font-size: 22px; line-height: 28px; font-weight: 300; text-transform: none; }
.logo img 	{ width: 100%; max-width: 220px; height: auto; padding-top: 50px; padding-bottom: 50px; }

.backg 					{ background-image: url(../design/background.jpg); background-repeat: repeat-x; background-color: #8ea419; background-position: top; padding: 0px; }

.einrichtungen 			{ border: 5px solid #95c123; width: 200px; -webkit-transition: border 0.5s ease-in-out; -moz-transition: border 0.5s ease-in-out; -ms-transition: border 0.5s ease-in-out; -o-transition: border 0.5s ease-in-out; transition: border 0.5s ease-in-out; }
.einrichtungen:hover 	{ border: 5px solid #95c123; }

.small 				{ font-size: 11px; line-height: 13px; }
a.small 			{ font-size: 11px; line-height: 13px; }
a.button > .btn  	{ font-size: 14px; padding: 10px 20px 10px 20px; font-weight: 300; text-transform: none; }


/* Kleine Geräte (Tablets, 768px und breiter (col-sm-)) */
@media (min-width: 768px) { 
body, td, p, .n, blockquote 	{ font-size: 14px; }
H1 			{ font-size: 26px; line-height: 32px; font-weight: 400; text-transform: uppercase; }
H2 			{ font-size: 24px; line-height: 30px; font-weight: 300; text-transform: none; }
.logo img 	{ width: 100%; max-width: 280px; height: auto; padding-top: 50px; padding-bottom: 15px; }

.backg 					{ background-image: url(../design/background01.jpg); background-repeat: repeat-x; background-color: #8ea419; background-position: top; padding: 0px; }

.einrichtungen 			{ border: 7px solid #95c123; width: 254px; -webkit-transition: border 0.5s ease-in-out; -moz-transition: border 0.5s ease-in-out; -ms-transition: border 0.5s ease-in-out; -o-transition: border 0.5s ease-in-out; transition: border 0.5s ease-in-out; }
.einrichtungen:hover 	{ border: 7px solid #95c123; }

.small 				{ font-size: 12px; line-height: 14px; }
a.small 			{ font-size: 12px; line-height: 14px; }
a.button > .btn  	{ font-size: 14px; padding: 10px 20px 10px 20px; font-weight: 300; text-transform: none; }
} 

/* Mittlere Geräte (Desktop-PCs, 992px und breiter (col-md-)) */
@media (min-width: 992px) {
body, td, p, .n, blockquote 	{ font-size: 15px; }
H1 			{ font-size: 30px; line-height: 36px; font-weight: 400; text-transform: uppercase; }
H2 			{ font-size: 28px; line-height: 34px; font-weight: 300; text-transform: none; }
.logo img 	{ width: 100%; max-width: 320px; height: auto; padding-top: 60px; padding-bottom: 15px; }

.backg 					{ background-image: url(../design/background02.jpg); background-repeat: repeat-x; background-color: #8ea419; background-position: top; padding: 0px; }

.einrichtungen 			{ border: 10px solid #8ea419; width: 240px; -webkit-transition: border 0.5s ease-in-out; -moz-transition: border 0.5s ease-in-out; -ms-transition: border 0.5s ease-in-out; -o-transition: border 0.5s ease-in-out; transition: border 0.5s ease-in-out; }
.einrichtungen:hover 	{ border: 10px solid #95c123; }

.small 				{ font-size: 12px; line-height: 14px; }
a.small 			{ font-size: 12px; line-height: 14px; }
a.button > .btn  	{ font-size: 15px; padding: 13px 25px 13px 25px; font-weight: 300; text-transform: none; }
}

/* Große Geräte (Desktop-PCs, 1200px und breiter (col-lg-)) */
@media (min-width: 1200px) { 
body, td, p, .n, blockquote 	{ font-size: 16px; }
H1 			{ font-size: 36px; line-height: 42px; font-weight: 400; text-transform: uppercase; }
H2 			{ font-size: 32px; line-height: 38px; font-weight: 300; text-transform: none; }
.logo img 	{ width: 100%; max-width: 360px; height: auto; padding-top: 70px; padding-bottom: 15px; }

.backg 					{ background-image: url(../design/background03.jpg); background-repeat: repeat-x; background-color: #8ea419; background-position: top; padding: 0px; }

.einrichtungen 			{ border: 10px solid #8ea419; width: 320px; -webkit-transition: border 0.5s ease-in-out; -moz-transition: border 0.5s ease-in-out; -ms-transition: border 0.5s ease-in-out; -o-transition: border 0.5s ease-in-out; transition: border 0.5s ease-in-out; }
.einrichtungen:hover 	{ border: 10px solid #95c123; }

.small 				{ font-size: 13px; line-height: 15px; }
a.small 			{ font-size: 13px; line-height: 15px; }
a.button > .btn  	{ font-size: 16px; padding: 15px 30px 15px 30px; font-weight: 300; text-transform: none; }
}