html {
	min-height: 100%;
}

body {
	padding-top: 140px;
	font-family: 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #22252E;
	font-size: 16px;
	min-height: 100%;
	background: #e8e7e7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczNzM3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZDRkNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e8e7e7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e7e7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e7e7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e7e7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e7e7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8e7e7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e7e7', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

a {
    color: #09729f;
    text-decoration: none;
    outline:none !important;
}

a:hover,
a:focus {
  color: #09729f;
  text-decoration: none;
}
a:focus, a:active {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
}

*::-moz-selection {
    color: #000;
    background: rgba(215, 215, 215, 0.7) none repeat scroll 0% 0%;
}

h2 strong {
    font-weight: 300;
    color: #818993;
    text-decoration: none;
}
a[href^=tel],
a[href^=skype],
a[href^=mail] {
	text-decoration: none;
}

/*PANEL KUNDENMEINUNGEN*/
.panel-body p {
    margin: 0px;
}
.container .panel-body h3 {
	padding: 0px 0px 10px;
	font-size: 1.125em;
	font-weight: 400;
}

/*TITLES*/
.container h1, .container h3 {
	font-weight: 300;
	font-size: 1.5em;
  	padding: 20px 0 15px 0;
  	margin: 0;
  	line-height: 1.25em;
}
.btn {
	border-radius: 4px;
	margin-right: 5px;
	margin-top: 10px;
}

/*COLORS*/
.darkblue { 
  background-color: #222a32;
}
.brightblue {
  background-color: #28333c;
}
.linen {
    background-image: url('../img/low_contrast_linen.png');
    -webkit-box-shadow: inset 0 5px 8px -5px rgba(0,0,0,0.7);
    box-shadow: inset 0 5px 8px -5px rgba(0,0,0,0.7);
}
.grey {
  background-color: #eee;
}
.whiteshadow {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.transparent {
  background-color: transparent;
}
.inverse {
  color: #fff;
}
.inverse h3 {
  color: #818993;
}
.text-muted {
  color: #818993;
}

/* SPACER */
.top-xs { padding-top: 1em; }
.top-sm { padding-top: 2em; }
.top-md { padding-top: 3em; }
.top-lg { padding-top: 5em; }
.top-xl { padding-top: 7em; }

.bottom-xs { padding-bottom: 1em; }
.bottom-sm { padding-bottom: 2em; }
.bottom-md { padding-bottom: 3em; }
.bottom-lg { padding-bottom: 5em; }
.bottom-xl { padding-bottom: 7em; }

.top-bottom-xs { padding: 1em 0; }
.top-bottom-sm { padding: 2em 0; }
.top-bottom-md { padding: 3em 0; }
.top-bottom-lg { padding: 5em 0; }
.top-bottom-xl { padding: 7em 0; }

.space40 {
  padding: 40px 20px;
}
.img-space {
  padding: 5%;
}
.headerimage {
  padding: 80px 0 0 0;
}
.inhalt ul {
  padding: 0 0 0 1em;
}
.centered-text {
  text-align: center;
}

/*HEADER*/
.logo {
	position: relative;
	width: 50%;
	float: left;
}
.logo a {
	position: relative;
	display: block;
	color: #818993 !important;
	text-decoration: none;
	position: relative;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	line-height: 80px;
  	float: left;
  	white-space: nowrap;
  	border: 0;
}

.logo .icon {
	position: relative;
	margin: 25px 5px 0 0;
	width: 40px;
	height: 40px;
    background: url('../img/pp-icon.png') no-repeat center center;
    float: left;
    background-size:cover;
    background-size: 100%;
}

.slogan {
	position: relative;
	width: 50%;
	float: left;
	line-height: 80px;
	font-weight: 400;
	font-size: 1.125em;
	text-transform: uppercase;
	text-align: right;
}

/*TOPBAR*/
.topbar {
    background-color: #09729f;
}
.topbar .nav-pills > li > a {
    border-radius: 0px;
}
.topbar .fb,
.topbar .google,
.topbar .rss {
   font-size: 1.5em;
}
.topbar .login  {
   text-transform: uppercase;
   margin-right: 20px;
   font-weight: 400;
}
.topbar .nav > li > a,
.topbar .nav > li > a:hover,
.topbar .nav > li > a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    font-size: .75em;
    padding: 10px 10px 10px 0;
}

/*WYSIWYG JUMBOTRON*/
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  border-bottom: 0px solid #E5E5E5;
  padding: 20px 15px;
}
.jumbotron .featurette-heading strong {
  color: #818993;
  font-weight: 300;
}
.jumbotron p {
    margin-bottom: 0;
    font-size: 1.25em;
    font-weight: 200;
}
.jumbotron .btn {
  padding: .75em 1.250em;
  font-size: .750em;
  margin: 1.5em .75em;
  color: #fff;
}
.btn-success,
.btn-primary {
    background-color: #09729f;
    border-color: transparent;
    font-weight: 300;
    text-transform: uppercase;
}
.btn-lg, .btn-group-lg > .btn {
    font-size: 16px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-success {
    background-color: #076188;
    border-color: #076188;
}

/* BOXES TEXT TEASER  */
.textteaser {
	padding-bottom: 3em;
}
.textteaser h3 {
	letter-spacing: 0px;
}
.textteaser .panel {
    margin-bottom: 0px;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.textteaser h2 {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 1.75em;
}

/*REFERENCES*/
.header-references .image-thumb {
    margin: 0px auto;
    display: block;
    width: 100%;
    max-width: 1000px;
    height: auto;
}
.references {
    padding-bottom: 2em;
}
.references strong,
.references b {
    font-weight: 400;
}

/*KONTAKT GOOGLE MAPS*/
.googlemaps {
   position: relative;
   height: 300px;
   overflow: hidden;
}
.googlemaps iframe,   
.googlemaps object,  
.googlemaps embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

/* BOXES DIENSTLEISTUNGEN  */
.dienstleistungen .col-lg-4 {
	margin: 2em 0;
	text-align: center;
}
.dienstleistungen .panel {
    margin-bottom: 0px;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.dienstleistungen h2 {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 1.75em;
}
.dienstleistungen .featurette-heading strong {
    color: #818993;
    font-weight: 300;
}
.icon-boxes-item  {
	font-size: 54px;
	width: 100px;
	height: 100px;
	padding: 15px 23px;
	border-radius: 50%;
    background-color: #09729f;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
}
.icon-boxes-item a {
    text-decoration: none;
    color: #fff;
}
.icon-boxes-item:hover {
	color: #fff;
    background-color: #818993;
}
.dienstleistungen .btn-success {
    background-color: #818993;
    border-color: #818993;
}

/* FEATURETTES  */
.featurette {
	padding: 1em 0;
}
.center-text,
.center-img {
	padding: 0 5%;
	display: table-cell;
	vertical-align: middle;
	float: none;
	min-height: 200px;
	text-align: left;
}
.center-img {
	padding: 0;
}
.featurette-heading {
	font-weight: 400;
	line-height: 1.063em;
	letter-spacing: -1px;
	font-size: 2em;
	padding: 1em 0px 0.50em 0;
	margin: 0;
}
.lead {
	font-size: 1em;
	margin-bottom: 0px;
}
.pricelabel {
	width: 100px;
    height: 100px;
    left: 0px;
    top: 5%;
    position: absolute;
    display: inline-block;
    background: linear-gradient(to bottom, #09729f, #064f6e) repeat scroll 0% 0% transparent;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    z-index: 2;
    transform: rotate(-15deg);
}
.pricelabel h4 {
    margin: 0px;
    padding-top: 1.125em;
    font-size: 1.5em;
    text-align: center;
    font-weight: 600;
}
.pricelabel p {
    margin: 0px;
    padding: 0px;
    font-size: 0.875em;
    line-height: 1em;
    text-align: center;
}

/*CP DATEILISTE*/
.filelist {
	margin: 0 0 40px 0;
}
.fileEntry {
	padding: 10px 0 5px 0;
	border-top: 1px dotted #CCCCCC;
}
.fileEntry h3 {
	font-size: 1.250em;
	margin: 0;
	padding: 5px 0;
}
.fileEntry p.filedetails {
	font-size: .875em;
}

/*CP NEWS*/
.news .col-lg-4 {
	margin: 3em 0;
}
.news .date {
	margin: 1em 0;
	color: #777;
	font-size: .875em;
}
.news h3 {
    font-size: 1.5em;
}

/*TEAM IMAGES SPECIAL*/
.team .panel {
    margin: 0 0 30px 0;
    border-radius: 0px;
}
.team .thumbnail {
    padding: 0px;
    margin-bottom: 10px;
    border: 0px solid #DDD;
    border-radius: 0px;
}
.team .btn {
    margin: 10px 0 0 0;
}
.imageTeam {
	display: block;
	position: relative;
}
.imageTeam .visible,
.imageTeam .visible-hover {
	display: block;
}
.imageTeam .visible {
	position: relative;
	opacity: 1;
	z-index: 1;
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.imageTeam .visible:hover {
    opacity: 0;
	z-index: 1;
}
.imageTeam .visible-hover {
	position: absolute;
	opacity: 1;
	z-index: 0;
	left: 0;
	top: 0;
}

/*MODUL NEWS*/
.newsEntry h2, .news h1 {
 	 font-size: 1.125em;
 	 line-height: 1.25em;
 	 font-weight: 400;
 	 padding: 0;
 	 margin: 0;
}
.newsEntry {
		margin: 0 0 3em 0;
	}
.news-date {
 	 margin: 5px 0 10px 0;
 	 color: #818993;
 	 font-size: .875em;
}

/*NAVIGATION*/
.navbar-inverse .navbar-toggle {
    border-color: #09729f;
    background-color: #09729f;
    border: 2px solid #09729f;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    border-color: #076188;
    background-color: #076188;
    border: 2px solid #076188;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar .gradient {
	height: 80px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
   	filter:progid:DXImageTransform.Microsoft.dropShadow(color=#000, offX=0, offY=5, positive=true);
}
.navbar-header {
}
.navbar-inverse {
	background-color: #d7d7d7;
	border: 0;
	border-color: #d7d7d7; 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
   	filter:progid:DXImageTransform.Microsoft.dropShadow(color=#000, offX=0, offY=5, positive=true);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #999;
}
.nav > li {
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.navbar-inverse a {
	color: #333333;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #2989b9;
}
.nav > .active > a,
.nav > .active > a:hover,
.nav > .active > a:focus {
	color: #2989b9;
	background-color: #ffffff;	
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.dropdown-menu {
    margin: 0px 0px 0px;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
    font-size: 1em;
    padding: 0px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 30px;
    line-height: 2em;
    color: #333333;
    text-transform: none;
    font-weight: 300;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #2989B9;
	color: #fff;
}

/*IMAGESLIDER*/
.carousel, .header-references {
    background: radial-gradient(at 50% 80% , #394653, #2C3741, #222A32) repeat scroll 0% 0% transparent;
}
.header-cd {
    background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #D5D5D5),
	color-stop(1, #FFFFFF)
    );
    background-image: -o-linear-gradient(right, #D5D5D5 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(right, #D5D5D5 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(right, #D5D5D5 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(right, #D5D5D5 0%, #FFFFFF 100%);
    background-image: linear-gradient(to right, #D5D5D5 0%, #FFFFFF 100%);
    }
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img, .image-thumb {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
}
.keyvisual {
    position: relative;
}
.keyvisual img {
    display: block;
    width: 100%;
    height: auto;
}
.carousel-caption {
    right: 10%;
    left: 10%;
    bottom: 5em;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}
.carousel-indicators {
    display: none;
}
.carousel-caption h3 {
    font-size: 2.5em;
    line-height: 1em;    
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.carousel-caption p {
    font-size: 1.75em;
    line-height: 1em;  
    margin: 0 0 15px 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
}
/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .4s; /*adjust timing here */
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
	width: 10%;
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

/*CONTACT FORM*/
.contact .form-error {
  color: #e30613;
  margin: 0 0 12px 125px;
  font-weight: 700;
}
.contact .form-error p {
  color: #e30613;
  margin: 0;
}
.contact .form-field {
  *zoom: 1;
  padding-left: 125px;
  position: relative;
}
.contact .form-field + .form-field {
  margin-top: 8px;
}
.contact .form-field:before,
.contact .form-field:after {
  content: "";
  display: table;
}
.contact .form-field:after {
  clear: both;
}
.contact .form-field label {
  position: absolute;
  min-width: 0;
  width: 120px;
  white-space: nowrap;
  top: 7px;
  left: 0;
  font-weight: 300;
}
.contact .form-field label sup {
  color: #e30613;
  font-weight: 700;
  position: relative;
  left: 2px;
  top: 3px;
  line-height: 1;
  font-size: 18px;
}
.contact .form-field.form-type-checkbox {
  margin-bottom: 10px;
}
.contact .form-field.form-type-checkbox + .form-type-checkbox {
  margin-top: -10px;
}
.contact .form-field.form-type-checkbox.no-label {
  margin-left: 145px;
}
.contact .form-field.form-type-checkbox .form-checkbox {
  height: auto;
}
.contact .form-field.form-type-checkbox .form-checkbox label {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  padding-left: 22px;
  margin-bottom: 2px;
}
.contact .form-field.form-type-checkbox .form-checkbox label:last-child {
  margin-bottom: 0;
}
.contact .form-field.form-type-checkbox label input {
  position: absolute;
  left: 2px;
  top: 0;
  width: auto;
}
.contact .form-field.form-type-submit .btn {
  margin: 15px 0;
  color: #ffffff;
  border: 0;
  background-color: #09729F;
  font-weight: 300;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.contact .form-field.form-type-submit .btn:hover,
.contact .form-field.form-type-submit .btn:focus,
.contact .form-field.form-type-submit .btn:active {
  background-color: #076188;
}
.contact .formtitle p {
  font-weight: bold;
  padding: 0;
  margin: 1em 0 0 0;
}
.contact form .form-error p {
  position: relative;
  padding-left: 1.35em;
  font-weight: normal;
}
.contact form .form-error p:before {
  position: absolute;
  content: '•';
  left: 4px;
  top: 3px;
  line-height: 13px;
  font-size: 14px;
  font-weight: 700;
}
.contact .mathspam .calc {
  font-weight: 700;
}

/* CP IMAGES FOOTER REFERENCES  */
.footer-references .caption {
	text-align: center;
	padding: 5px;
}


/*FOOTER*/
footer.fluid{
	font-size: .875em;
	padding-bottom: .75em;
}
footer .container h3{
	font-size: 1.250em;
	padding: 40px 0 20px 0;
	font-weight: 300;
	text-transform: uppercase;
}
footer a  {
    color: #818993;
    text-decoration: none;
    margin-right: 15px;
}
footer a:active, footer a:hover {
    color: #428BCA;
    text-decoration: none;
}
footer .container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .container li {
	margin: 0;
	padding: 0 0 5px 0;
}
footer .copyright {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
}
footer .copyright p {
    position: relative;
    float: left;
    color: #777;
}
.back-to-top a {
	position: relative;
	text-decoration: none;
}
.back-to-top:before {
	content:"\e133";
	font-family: 'Glyphicons Halflings';
	font-size: 2em;
	color: #09729f;
	float: right;
}

/* RESPONSIVE */
@media (min-width:1201px){
.newsEntry h2, .news h1 {
 	 min-height: 50px;
}
}

@media (min-width:769px) and (max-width:1200px){
	.logo {
		width: 50%;
	}
	.brands {
		width: 50%;
}
}

@media (min-width:768px) and (max-width:991px){
.newsEntry h2, .news h1 {
 	 min-height: 40px;
	}
	.navbar .gradient {
		height: 80px;
	}
	.carousel-caption h3 {
   	 	font-size: 2em;
	}
	.carousel-caption p {
   		 font-size: 1.250em;
	}
	.dienstleistungen .panel-title {
		font-size: 1em;
	}
	.logo {
		width: 50%;
	}
	.logo a {
	 	font-size: 1.5em;
	}
	.brands {
		position: relative;
		width: 50%;
		float: left;
}
}

@media (max-width:767px){
	body {
		padding-top: 95px;
	}
	.newsEntry h2, .news h1 {
		margin: 10px 0 0 0;
		min-height: auto;
	}
	.container h1, .container h3 {
		font-size: 1.250em;
	}
	.featurette-heading {
    	font-size: 1.75em;
	}
	.container h1, .container h3 {
		padding: 1em 0 0.5em 0;
		margin: 0px;
	}	
	.navbar .gradient {
		height: 60px;
	}
	.logo {
		float: left;
		text-align: left;
		width: auto;
	}
	.logo a {
		float: none;
		font-size: 1.5em;
		line-height: 60px;
	}
	.navbar-toggle {
	    margin-top: 12px;
	}
	.dropdown-menu {
		position: relative;
		float: none;
	}
	.dropdown-menu li {
		text-align: center;
	}
	.vert-center-left {
	padding: 0 5% 5%;
	}
	.vert-center-right {
	padding: 0 5% 5%;
	}
	.jumbotron p {
    font-size: 1.063em;
	}
	.top-xs { padding-top: 0.25em; }
	.top-sm { padding-top: 0.5em; }
	.top-md { padding-top: 1em; }
	.top-lg { padding-top: 2em; }
	.top-xl { padding-top: 3em; }

	.bottom-xs { padding-bottom: 0.25em; }
	.bottom-sm { padding-bottom: 0.5em; }
	.bottom-md { padding-bottom: 1em; }
	.bottom-lg { padding-bottom: 2em; }
	.bottom-xl { padding-bottom: 3em; }

	.top-bottom-xs { padding: 0.25em 0; }
	.top-bottom-sm { padding: 0.5em 0; }
	.top-bottom-md { padding: 1em 0; }
	.top-bottom-lg { padding: 2em 0; }
	.top-bottom-xl { padding: 3em 0; }
}