/*

Table of Contents


2.0 - Basic Styles
3.0 - Typography
4.0 - Buttons
5.0 - OLW Custom
6.0 - Swiper Slider Custom
7.0 - Navbar
8.0 - Banner
9.0 - Icons block
10.0 - FAQ
11.0 - Counter, Cta Video section
12.0 - Blogs
13.0 - Pricing tables
14.0 - Testimonial
15.0 - Footer style

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*
basic styles
*/
html {height:100%;}
body {
  height: 100%;
  color: #757575;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400; 
  font-family: "karla", sans-serif;
  font-style: normal;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/company-bike-solutions-circle.png") no-repeat center center; 
  background-size: 50px 50px;
}






.wrap {
  overflow: hidden;
  max-width: 100%; }

section {
  padding: 25px 0;
  position: relative;
  z-index: 2; }

.container {
  width: 100%; }

.text-tertiary,
.text-white .text-tertiary {
  color: #00a5c5 !important; }

.bg-dark {
  background: #333 !important; }

.bg-primary {
  background-color: #122D35 !important; }

.bg-newsletter {
  background: #122D35 !important; }

.bg-gradient, body.gradient .bg-dark,
body.gradient .bg-primary,
body.gradient .btn-primary,
body.gradient .card .card-header a,
body.gradient .navbar .btn,
body.gradient .price-box.best-plan,
body.gradient .price-box.best-plan .price-footer,
body.gradient .price-box.best-plan .price-header {
  background: #122D35 !important;
  background: -webkit-gradient(30deg, #122D35, #122D35) !important;
  background: linear-gradient(30deg, #122D35, #122D35) !important; }

body.gradient .btn-primary:active,
body.gradient .btn-primary:focus,
body.gradient .btn-primary:hover,
body.gradient .card .card-header a:hover,
body.gradient .navbar .btn:hover {
  background: #122D35 !important;
  background: -webkit-gradient(30deg, #122D35, #122D35) !important;
  background: linear-gradient(30deg, #122D35, #122D35) !important; }
body.gradient .member-socials {
  background: rgba(54, 208, 174, 0.7) !important;
  background: -webkit-gradient(30deg, rgba(253, 119, 144, 0.7), rgba(54, 208, 174, 0.7)) !important;
  background: linear-gradient(30deg, rgba(253, 119, 144, 0.7), rgba(54, 208, 174, 0.7)) !important; }

.zero-scrolltop {
  background: #122D35 !important;
  font-size: 24px;
  position: fixed;
  bottom: 25px;
  right: 10px;
  z-index: 999;
  display: none;
  opacity: 0.5;
  height: 32px;
  width: 32px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff; }

.zero-scrolltop:hover {
  opacity: 1;
  color: #fff; }

/*
Typography
*/
a {
  color: #122D35;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  a:focus, a:hover {
    outline: 0 !important;
    text-decoration: none;
    color: #59C9AC; }

.card .card-header,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  display: block;
  margin: 1rem 0 0.5rem;
  text-transform: uppercase;
  color: #122D35; }

.text-white .card .card-header,
.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4,
.text-white .h5,
.text-white .h6,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: inherit; }

.text-capitalize {
  text-transform: uppercase !important;
}

.h1,
h1 {
  font-size: 2rem; }

.h2,
h2 {
  font-size: 1.5rem; }

.h3,
h3 {
  font-size: 1.3rem;
  font-weight: normal; }

.h4,
h4 {
  font-size: 1.2rem;
  font-weight: 400; }

.h6,
h6 {
  font-weight: 400; }

.counter-title {
  font-size: 15px;
  font-weight: normal; }

.h5,
h5 {
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem 0; }

.strong {
  font-weight: bold !important; }

p,
ul {
  margin-top: 0;
  margin-bottom: 1rem; }

.list-checked li:before {
  font-family: FontAwesome;
  content: "\f046";
  font-size: 16px;
  padding-right: 5px; }

.lead {
  font-size: 20px;
  font-weight: 400; }

.size-xl {
  font-size: 32px; }

@media (min-width: 768px) {
  section {
    padding: 35px 0; }

  .main-banner {
    padding: 5rem 0; }

  .card .card-header,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 1rem 0; }

  .h1,
  h1 {
    font-size: 2.5rem; }

  .h2,
  h2 {
    font-size: 2rem; }

  .h3,
  h3 {
    font-size: 1.5rem; }

  .h4,
  h4 {
    font-size: 1.3rem; }

  .h5,
  h5 {
    font-size: 1.2rem; }

  p,
  ul {
    margin-bottom: 1.5rem; } }
@media (min-width: 1280px) {
  section {
    padding: 70px 0; }

  .container:not(.main-slider-container) {
    max-width: 1280px; }

  .main-banner {
    padding: 7rem 0; }

  h1 {
    font-size: 3.5rem; }

  .counter-title {
    font-size: 1.2rem; } }
@media (min-width: 1400px) {
  .main-banner {
    padding: 10rem 0; } }
@media (min-width: 992px) {
  .parallax-fixed {
    background-attachment: fixed !important; } }
.form-group {
  margin-bottom: 10px; }

.form-control {
  min-height: 42px;
  border: 1px solid #fff; }

textarea {
  resize: none; }

label.error {
  background: #122D35;
  font-size: 12px;
  padding: 5px 15px;
  line-height: 1;
  display: block;
  margin: -5px auto 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

/* navbar */
.navbar {
  padding: 0.5rem 0; }

.dark-header .navbar,
.transparent-header .navbar {
  background: rgba(255,255,255,.9);
  position: absolute;
  z-index: 999;
  width: 100%; }
  
.main-slider-container h1 {margin-top: 40px !important}

@media (min-width: 992px) {
	.main-slider-container h1 {margin-top: 0px !important}
  .transparent-header .navbar {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 999;
    width: 100%; } }

.light-header .navbar {
  background: white;
  position: absolute;
  z-index: 999;
  width: 100%; }

.navbar-sticky {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0; }

.navbar.navbar-sticky.sticky-active {
  position: fixed;
  background-color: #fff;
  background-color: rgba(255,255,255,.9);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: fadeInDown 0.5s ease-out forwards;
  animation: fadeInDown 0.5s ease-out forwards; }

.navbar-brand img {
  display: block; }

.light-header .navbar.navbar-sticky.sticky-active {
  background-color: #fff; }

.navbar .navbar-nav .nav-link {
  color: #fff; }

.light-header .navbar.sticky-active .navbar-nav .nav-link,
.light-header .navbar .navbar-nav .nav-link {
  color: #000; }

.transparent-header .navbar.sticky-active .navbar-nav .nav-link {
  color: #fff; }

.navbar-brand-dark {
  display: none; }

.navbar .navbar-nav .active > .nav-link {
  color: #122D35;
  background: transparent; }
.navbar .navbar-nav .nav-link.active {
  color: #122D35;
  background: transparent; }

.light-header .navbar.sticky-active .navbar-nav .nav-link.active,
.light-header .navbar.sticky-active .navbar-nav .nav-link:active,
.light-header .navbar.sticky-active .navbar-nav .nav-link:focus,
.light-header .navbar.sticky-active .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover,
.transparent-header .navbar.sticky-active .navbar-nav .nav-link.active,
.transparent-header .navbar.sticky-active .navbar-nav .nav-link:active,
.transparent-header .navbar.sticky-active .navbar-nav .nav-link:focus,
.transparent-header .navbar.sticky-active .navbar-nav .nav-link:hover {
  color: #122D35;
  background: transparent; }

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
  outline: none; }

.navbar-toggler {
  width: 28px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .navbar-toggler span:nth-child(1) {
      top: 3px;
      -webkit-transform-origin: left center;
      transform-origin: left center; }
    .navbar-toggler span:nth-child(2) {
      top: 11px;
      -webkit-transform-origin: left center;
      transform-origin: left center; }
    .navbar-toggler span:nth-child(3) {
      top: 19px;
      -webkit-transform-origin: left center;
      transform-origin: left center; }

.navbar-toggler.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }
.navbar-toggler.open span:nth-child(2) {
  width: 0;
  opacity: 0; }
.navbar-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 8px; }

.navbar-nav .dropdown-menu {
  float: none;
  padding: 0;
  margin: 0;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  background: #000;
  margin-left: 0; }

.dropdown-item {
  padding: .5rem 1.5rem;
  color: #fff;
  border: 0;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 100px; }

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
  color: #122D35;
  background: transparent; }

@media (max-width: 991px) {
  .mobile-block li {
    display: block;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }
.navbar-expand-lg.navbar .nav-link {
  padding-left: 0.9rem;
  padding-right: 0.9rem; }

.light-header .navbar {
  background-color: #fff; }

.navbar .btn, .offcanvas .btn {
  position: relative;
  background: #122D35;
  border-color: #122D35;
  color: #fff;
  margin-left: 1rem; }

.nav-link {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 100px; }

/*offcanvas*/
.offcanvas {
  padding: 25px; }
  .offcanvas hr {
    border-top: 2px solid #fff3; }
  .offcanvas .navbar-brand {
    margin-right: 0; }
  .offcanvas .nav-link {
    color: #fff; }
    .offcanvas .nav-link:active, .offcanvas .nav-link:hover, .offcanvas .nav-link:focus, .offcanvas .nav-link.active {
      color: #122D35; }

/*
Buttons
*/
.btn {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  cursor: pointer;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  height: auto;
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

.btn:not(.btn-outline-light) {
  border: none; }

.btn-primary {
  background-color: #122D35;
  color: #fff;
  border-color: #122D35; }

.btn-light {
  color: #1e1e1e;
  background-color: #fff;
  border-color: #fff; }

.btn-cta {
  background: #00a5c5;
  color: #fff;
  border-color: #00a5c5; }

.btn.btn-sm {
  padding: 0.6rem 1.8rem; }
.btn.btn-lg {
  padding: 1rem 1.8rem; }
.btn.btn-xl {
  padding: 1.2rem 2.3rem; }
.btn:active, .btn:focus, .btn:hover {
  outline: 0 !important;
  background-color: #122D35;
  background-image: none;
  border-color: #122D35;
  color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

.btn-light.active, .btn-light:active {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #122D35;
  background-image: none;
  border-color: #122D35;
  color: #fff; }

.show > .btn-light.dropdown-toggle {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #122D35;
  background-image: none;
  border-color: #122D35;
  color: #fff; }

.btn.btn-rounded {
  border-radius: 5px; }
.btn.btn-block {
  display: block;
  width: 100%; }

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-warning {
  background-color: #FECF39;
  color: #fff;
  border-color: #FECF39; }

.btn-danger,
.btn-dark,
.btn-info,
.btn-primary,
.btn-success {
  color: #fff !important; }

.btn-outline-light {
  color: #fff; }
  .btn-outline-light:hover {
    color: #fff; }

/*OLW Custom**/
.owl-carousel .parallax-fixed {
  background-attachment: scroll !important; }

.owl-carousel.row {
  width: auto; }
  .owl-carousel.row .owl-stage {
    margin: 0 auto; }
  .owl-carousel.row .owl-item {
    /* padding: 0 15px;  */
    padding: 0;
  }

.owl-carousel .owl-stage-outer {
  margin: 0;
}

.owl-carousel .owl-item .animate_slide {
  -webkit-transition: all 0.45s 0.3s ease-in-out;
  transition: all 0.45s 0.3s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(45px);
  transform: translateY(45px); }

.owl-carousel.owl-drag .owl-item.active .animate_slide {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-top: 0px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #F0147B; }

x.app-screenshots.owl-theme .owl-nav,
.blog-slider.owl-theme .owl-nav,
.mobile-slider.owl-theme .owl-nav {
  display: none; }

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 3px; }

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -40px;
  display: none;
  -webkit-transition: opacity 0.2s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 50%;
  background-color: #ffffff;
  line-height: 32px;
  text-align: center;
  opacity: 1;
  color: inherit;
  left: 20px; }
  @media (min-width: 992px) {
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
      display: block; } }

.owl-carousel .owl-nav .owl-next {
  right: 20px;
  left: auto; }

.main-slider.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 30px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #122D35; }
  
@media (max-width: 1023px) {
	.app-screenshots.owl-theme .owl-nav {
		display: none;
	}
}

@media (min-width: 1024px) {
	.app-screenshots.owl-theme .owl-nav .owl-prev {
		left: -40px;
		background-color: #122D35;
		color: #fff;
	}
	
	.app-screenshots.owl-theme .owl-nav .owl-next {
		right: -40px;
		background-color: #122D35;
		color: #fff;
	}
}

/*Swiper Slider Custom*/
.swiper-container {
  width: 100%;
  margin-bottom: 1.5rem; }

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%; }

/*
Banners styles
*/
.main-banner {
  /* background: url("../images/gbc-slider-1.jpg") no-repeat center center; */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 9; }
  @media (min-width: 992px) {
    .main-banner {
      height: 100vh;
      max-height: 1140px;
      min-height: 890px; } }
  .main-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    opacity: 0.85;
    background: rgba(34,34,34,0);
    mix-blend-mode: multiply; }
  .main-banner-first:after {
    background: rgba(34,34,34,0.9);}

.slide1 {
  background: url("../images/gbc-slider-1.jpg") no-repeat;
  background-size: cover; }

.slide2 {
  background: url("../images/gbc-slider-2.jpg") no-repeat center center;
  background-size: cover; }

.slide3 {
  background: url("../images/gbc-slider-3.jpg") no-repeat;
  background-size: cover; }

.slide4 {
  background: url("../images/gbc-slider-3.jpg") no-repeat center center;
  background-size: cover; }
  
.slide5 {
  background: url("../images/gbc-slider-5.jpeg") no-repeat;
  background-size: cover; }

.slide9 {
  background: url("../images/gbc-slider-9.jpg") no-repeat;
  background-size: cover; }

.gradient .main-banner:after {
  background: #3d5d10 !important;
}

.content-table {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  z-index: 2; }
  @media (min-width: 992px) {
    .content-table {
      padding-top: 0; } }

.content-middle {
  display: table-cell;
  vertical-align: middle; }

@media (min-width: 992px) {
  .content-middle img {
    width: auto !important;
    max-width: 100%;
    height: auto; } }
/* icons block */
.icon-block h4 {
  margin: 1rem 0; }
.icon-block i {
  font-size: 3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#122D35), to(#122D35));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.service-box i {
  font-size: 28px;
  color: #122D35;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block; }

@media (min-width: 992px) {
  .service-box {
    position: relative;
    padding-left: 45px; }
    .service-box i {
      margin-top: 0;
      position: absolute;
      left: 0;
      top: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#122D35), to(#122D35));
      -webkit-background-clip: text;
      -webkit-text-fill-color: rgba(0, 0, 0, 0); }
    .service-box.icon-right {
      padding-left: 0;
      padding-right: 45px; }
      .service-box.icon-right i {
        right: 0;
        left: auto; }

  .service-xs-box.icon-right {
    padding-left: 0;
    padding-right: 45px; }
    .service-xs-box.icon-right i {
      right: 0;
      left: auto; } }
.service-xs-box {
  position: relative;
  padding-left: 45px; }
  .service-xs-box i {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px; }

.gradient .card .card-header a.collapsed {
  background: #fff !important; }

.black-overlay:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0; }



.page-breadcrumb {
  color: #fff;
  padding: 220px 0 220px;
  background: url(../images/slide.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  position: relative;
  z-index: 9; }
  .page-breadcrumb:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    opacity: 0.85;
    background: #122D35;
    mix-blend-mode: multiply; }
  .page-breadcrumb h1 {
    color: inherit; }

.gradient .page-breadcrumb:after {
  background: #122D35 !important;
  background: -webkit-gradient(30deg, #122D35, #122D35) !important;
  background: linear-gradient(30deg, #122D35, #122D35) !important; }


/* Card */
.card {border: 0 !important;}

/*
Footer style
*/
.footer {
  padding: 20px 0; }
  .footer .copyright {
    line-height: 40px; }

.social > li > a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  font-size: 20px; }
  .social > li > a:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); }
.social .twitter {
  background-color: #63cdf1; }
.social .facebook {
  background: #507cbe; }
.social .pinterest {
  background: #c92228; }
.social .dribbble {
  background: #C73B6F; }
.social .linkedin {
  background: #0077B5; }

@media (max-width: 767px) {
  .navbar-expand-lg.navbar .nav-link {
    padding-left: 0;
    padding-right: 0; }

  .navbar .btn {
    margin-left: 0; }

  .footer .copyright {
    line-height: 1.4;
    display: block;
    margin-bottom: 15px; } }
    
/* Custom Style */
.impressum .navbar, .datenschutz .navbar, .datenschutz-app .navbar, .teilnahmebedingungen .navbar, .support .navbar {
	background-color: rgba(255,255,255,.9);
}

#section_impressum, #section_datenschutz, #section_teilnahmebedingungen, #section_support {
	padding-top: 120px;
}



a.disabled {opacity:.3;pointer-events:none}
@media (max-width: 991px) {
	#home .owl-carousel .parallax-fixed {min-height: 600px}
}
@media (max-width: 767px) {
	#home .owl-carousel .parallax-fixed {min-height: 480px}
}

