:root {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 3.3125rem;
}

h2 .highlight{
    color:#7bbd00;
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.8rem;
  }
  #page_main h1 {
    font-size: 2.7rem;
  }
}



h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.98697rem;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1rem;
  }
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
}

a {
  font-family: "Source Sans Pro", sans-serif;
  outline: 0;
}

a:hover, a:active, a:focus {
  outline: 0;
}

object, embed, input {
  outline: 0px none !important;
}

input::-moz-focus-inner {
  border: 0;
}

.btn {
  border-radius: 0;
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: none !important;
}

.btn-success {
  background-color: #7bbd00;
}
.btn-primary {
  background-color: #1f5db4;
}


#messages {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1040;
  width: 400px;
}

#messages .alert {
  margin-bottom: 5px;
  border-radius: 0;
  display: none;
}

.alert-danger{
    background-color: #ed5565;
    border-color: #ed5565;
    color: #fff;
    border-radius: 0;
}

.alert-info{
    background-color: #1f5db4;
    border-color: #1f5db4;
    color: #fff;
    border-radius: 0;
}

.alert-info a{
    color: #fff;
}

#video .vjs-tech {
  pointer-events: none;
}

#video .vjs-big-play-button {
  display: none;
}

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0px none !important;
  -moz-outline-style: none;
}

form select.form-control,
form input.form-control {
  border-radius: 0;
  margin: 3px 0;
  border: 0;
  font-family: "Source Sans Pro", sans-serif;
}

form .group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 3px;
}

form .group input {
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/img/front/ic_arrow_drop_down_48px-128-Kopie.png") !important;
  background-repeat: no-repeat;
  background-position: 96%;
}

select:focus {
  outline: none;
  border: 0;
  border-color: inherit !important;
  box-shadow: none !important;
}

.btn {
  margin-top: 15px;
  padding: 23px 0px;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
}

body#page_madeingermany .btn{
    
        padding: 18px 32px;
}

.border-bottom {
  margin-top: 70px;
  border-bottom: 2px solid #d0d0d0;
}
@media screen and (max-width: 767px) {
.border-bottom {
  margin-top: 0px;
  border-bottom: 2px solid #d0d0d0;
}
}
.border-top {
  margin-bottom: 70px;
  border-top: 2px solid #d0d0d0;
}

.tooltip .tooltip-inner {
  background-color: #205ba9;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #205ba9;
  bottom: 1px;
}

#arrow {
  opacity: 0;
  width: 77px;
  height: 141px;
  -webkit-animation-duration: 2s;
  /* Chrome, Safari, Opera */
  animation-duration: 2s;
}

.fancybox-skin {
  padding: 5px !important;
  border-radius: 0 !important;
}

#privacy-policy-hidden,
#agb-hidden,
#impress-hidden {
  display: none;
  padding: 15px;
}

.blueline {
  position: relative;
  background-color: #1f5db4;
  height: 138px;
}

.blueline.arrowUp::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #1f5db4 transparent;
  position: absolute;
  top: -24px;
  right: auto;
  bottom: auto;
  left: calc( 50vw - 25px);
  z-index: 2;
}

.blueline .wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-align-content: space-between;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 90px;
  line-height: 90px;
}

.blueline .wrapper p {
  margin: 0;
  color: #d1d1d1;
  font-size: 14px;
  vertical-align: middle;
}

.blueline .wrapper div {
  max-width: 14%;
}

@media screen and (max-width: 767px) {
.blueline .wrapper div {
  max-width: 30%;
}
}

.blueline .wrapper div img {
  max-height: 40px;
}

.blueline .imgwrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-align-content: space-between;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 98px;
  margin: 0 60px;
}

.blueline .imgwrapper img {
  border-right: 1px solid #fff;
  padding-right: 5vw;
}

header {
  height: 100vh;
  
  /*min-height: 860px;*/
  background-image: url("/img/front/hintergrundbild.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}

#page_main header{
  height: calc( 100vh - 98px );
  
}

@media screen and (max-width: 991px) {
  #page_main header{
    height: 100vh;
    
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  header {
    height: 705px;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: auto;
    min-height: auto;
    padding-bottom: 120px;
  }
  header .input-group {
    display: block;
  }
  header .input-group .btn {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}

header .navbar-fixed-top{
    background-color:#000;
    border: none;
}

header .navbar-toggle {
  border-color: #fff;
  border-radius: 0;
}

header .navbar-toggle .icon-bar {
  background-color: #fff;
}

header .navbar-brand {
  padding-top: 0;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  header .navbar-brand {
    padding-left: 15px;
    width: 90px;
  }
}

header .navbar-brand img {
  width: 100px;
}

header #mainnav {
  position: relative;
  pointer-events: none;

}

header .navbar-nav + s {
  height: 3px;
  background: #205ba9;
  display: inline-block;
  position: fixed;
  bottom: -3px;
  left: 0;
}

header .navbar-right {
  padding-right: 15px;
  padding-top: 25px;
  pointer-events: auto;
}
header .navbar-nav{
    pointer-events: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    
}



header .navbar-right a {
  color: #fff;
  font-size: 1.0625rem;
  padding-bottom: 5px;
  padding-top: 5px;
}

header .navbar-nav a:hover, header .navbar-nav a:focus ,
header .navbar-right a:hover, header .navbar-right a:focus {
  background: none;
}

header .navbar-right li{
height:30px;
}
@media screen and (max-width: 767px) {
    header .navbar-nav{
      max-width: auto !important;
      max-width: 100% !important;
      display: block;
      padding:0;
      margin: 0;
    }
    header .navbar-right li{
        text-align:center;
       
    }
    header .navbar-nav + s {
      display:none !important;
    }
}

header .navbar-right li:focus a, header .navbar-right li:hover a, header .navbar-right li.active a {
  background: none;
}

header .navbar-right li.blue a {
  background-color:#205ba9;
  transition: all 1s;
  padding-left: 25px;
  padding-right: 25px;
}


@media screen and (min-width: 767px) {
  header .navbar-right li.flag a {
    padding-right:0px;
  }
}

header .navbar-right li:last-child a i{
  font-size:18px;
}

header .navbar-right li img{
  vertical-align: baseline;
}


header > .container {
  padding-top: 25vh;
}


body#page_madeingermany header > .container {
  padding-top: 20vh;
}




@media screen and (max-width: 1025px) and (max-height: 769px) {
  header > .container {
    margin-bottom: 10vh;
    padding-top: 30vh;
  }
}

@media screen and (max-width: 767px) {
  header > .container {
    padding-top: 20vh;
  }
}

header > .container h1 {
  color: #fff;
  /* text color */
}

header > .container h2 {
  color: #fff;
  /* text color */
  font-size: 1.593rem;
}

@media screen and (max-width: 767px) {
  header > .container h2 {
    font-size: 1.05rem;
  }
}

header > .container .text-right img {
  display: inline-block;
  width: 298px;
}

header > .container .text-right img.madeingermany{
  width: auto;  
}

header > .container form.start {
  margin-top: 7vh;
}

header > .container form.start .form-control,
header > .container form.start .btn {
  border-radius: 0;
  padding: 19px 40px;
  height: 60px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  header > .container form.start .form-control,
  header > .container form.start .btn {
    padding: 19px 0;
  }
}

header > .container form.start .form-control {
  color: #000;
  padding: 19px 20px;
}

header > .container form.start input {
  font-size: 16px;
}


header > .container form.start .input-group-btn {


  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 52%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 52%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
header .bluelinestart {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1f5db4;
  height: 98px;
}

header .bluelinestart.arrowUp::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #1f5db4 transparent;
  position: absolute;
  top: -24px;
  right: auto;
  bottom: auto;
  left: calc( 50vw - 34px);
  z-index: 2;
}

header .bluelinestart .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  line-height: 60px;
}

header .bluelinestart .wrapper p {
  margin: 0;
  color: #d1d1d1;
  font-size: 14px;
  vertical-align: middle;
}

header .bluelinestart .imgwrapper {
  /*display: flex;
      flex-direction: row;
      align-content: space-between;
      align-items: center;
      justify-content: space-between;
      */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 24px 0; 
}

@media screen and (max-width: 767px) {
  header .bluelinestart .imgwrapper {
    margin: 19px 0px;
  }
}

header .bluelinestart .imgwrapper div {
  border-right: 1px solid #fff;
  width: 20%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  float: left;
}

@media screen and (max-width: 992px) {
  header .bluelinestart .imgwrapper div {
    width: 25%;
  }
  header .bluelinestart .imgwrapper div:nth-last-child(2) {
    border: 0;
  }
}

@media screen and (max-width: 767px) {
  header .bluelinestart .imgwrapper div {
		width: 50%;
		padding: 0 21px;
  }
  header .bluelinestart .imgwrapper div:nth-child(2) {
    border: 0;
  }
}

header .bluelinestart .imgwrapper div:last-child {
  border: 0;
}

header .bluelinestart .imgwrapper div img {
  border: 0;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  max-height: 50px;
  width: auto;
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  header .bluelinestart .imgwrapper div img {
    max-width: 90% !important ;
  }
}

body#price_details {
  background-color: #f6f6f8;
}

body#price_details .buttom .right a:first-child {
  color: #fff;
}

body#price_details header {
  min-height: 100vh;
  height: auto;
  position: relative;
  margin-bottom: 90px;
  padding-bottom: 90px;
}



body#price_details header > .container {
  padding-top: 10vh;
}

body#price_details header > .container h2 {
  font-size: 26px;
  margin-bottom: 48px;
}


@media screen and (max-width: 767px) {
  body#price_details header > .container h2 {
	  font-size: 16px;
	}
}

body#price_details header > .container p {
  margin-bottom: 45px;
}

body#price_details header::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #0a0a0a transparent transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -24px;
  left: calc( 50vw - 34px);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  body#price_details header {
     padding-bottom: 0;
   margin-bottom:25px;
   padding-bottom:1px;
	}
	body#price_details header::after{
    border-color: #fff transparent transparent transparent;
    display:none;
	}
}
body#price_details .price_details .details {
  margin-top: 75px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  body#price_details .price_details {
    overflow: scroll;
  }
  body#price_details .price_details .details {
    min-width: 690px;
  }
  
   body#price_details .price_details .details > div{
	   padding:0;
   }
  
  
}

body#price_details .price_details ul {
  background-color: #fff;
  padding: 0;
  margin: 0;
}

body#price_details .price_details ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  list-style: none;
  padding-top: 16px;
  padding-bottom: 18px;
  margin-left: 30px;
  margin-right: 30px;
  border-bottom: 1px solid #eee;
}

body#price_details .price_details ul li span {
  height: 20px;
  width: 100%;
  display: block;
}

body#price_details .price_details ul li i.material-icons {
  font-size: 20px;
}

body#price_details .price_details ul li i.material-icons.green {
  color: #7bbd00;
}

body#price_details .price_details ul li i.material-icons.red {
  color: #ff0000;
}

body#price_details .price_details ul li:last-child span {
  border-bottom: 0;
}

body#price_details .price_details .thead ul li {
  position: relative;
}

body#price_details .price_details .thead ul li span {
  padding-right: 20%;
}

body#price_details .price_details .thead ul li i {
  position: absolute;
  right: 10%;
  top: 17px;
  color: #616161;
}

body#price_details .price_details a.btn {
  margin-top: 0;
  padding: 12px 0px;
}
@media screen and (max-width: 767px) {
  body#price_details .price_details .thead ul li i {
	 right:-46%;
	 display:none;
	}
  body#price_details .price_details .thead ul li span{
	  font-size:10px;
  }
  
  body#price_details .price_details a.btn {
      width:auto;
      margin-right:5px;
    }
  
}



body#price_details .price_details .option {
  background-color: #fff;
  height: 100%;
  line-height: 0;
}

body#price_details .price_details .option h4 {
  padding: 10px 0;
  margin: 0;
  margin-top: 10px;
  position: relative;
  display: block;
  background-color: #fff;
}

body#price_details .price_details .option .arrow {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
  background-color: #eeeeee;
}

body#price_details .price_details .option .arrow::after {
  content: '';
  width: 51%;
  position: absolute;
  height: 20px;
  left: 0px;
  bottom: -20px;
  background: linear-gradient(to right top, transparent 48%, #eeeeee 50%);
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  body#price_details .price_details .option .arrow::after {
    background: linear-gradient(to right top, transparent 50%, #eeeeee 50%);
  }
}

body#price_details .price_details .option .arrow::before {
  content: '';
  width: 50%;
  position: absolute;
  height: 20px;
  bottom: -20px;
  right: 0;
  background: linear-gradient(to left top, transparent 48%, #eeeeee 50%);
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  body#price_details .price_details .option .arrow::before {
    background: linear-gradient(to left top, transparent 50%, #eeeeee 50%);
  }
}

body#price_details .price_details .option.blue h4 {
  background-color: #205ba9;
  color: #fff;
  padding-top: 20px;
  margin: 0;
}

body#price_details .price_details .option.blue .arrow {
  background-color: #091f35;
}

body#price_details .price_details .option.blue .arrow::after {
  background: linear-gradient(to right top, transparent 48%, #091f35 50%);
}

body#price_details .price_details .option.blue .arrow::before {
  background: linear-gradient(to left top, transparent 48%, #091f35 50%);
}

body#price_details section.bottom {
  margin-top: 80px;
}

body#page_functions header {
  position: relative;
  height: calc(100vh - 98px);
      margin-bottom: 100px;
      padding-bottom: 0;
}



@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  body#page_functions header {
    height: 768px;
  }
}

body#page_functions header > .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: -50px;
  z-index: 2;
}

body#page_functions header > .container h2 {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  body#page_functions header{
	  height: 350px;
  }
  body#page_functions header > .container h2 {
    font-size: 1rem; 
	}
  
}

body#page_agb article.functions,
body#page_madeingermany article.functions{
    margin-top:-60px;
}

article.functions section {
  padding: 60px 0 0 0; 
}

@media screen and (max-width: 767px) {
 article.functions section {
  padding: 30px 0 0 0;
}
  
}

article.functions section h2 {
  margin-bottom: 48px;
  color: #585858;
}

article.functions section ul {
  padding-left: 65px;
  padding-top: 25px;
}

article.functions section ul li {
  list-style: none;
  position: relative;
  margin-bottom: 30px;
}

article.functions section ul li::before {
  content: 'check';
  font-family: 'Material Icons';
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
          font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  color: #7bbd00;
  position: absolute;
  left: -42px;
  top: -2px;
}

article.functions section ul li:last-child {
  margin-bottom: 0;
}

article.functions section img {
  max-height: 180px;
}

body#page_madeingermany article.functions section img {
  max-height: none;
}

article.functions section .text-center {
  /*margin-bottom: 40px;*/
}

@media screen and (max-width: 767px) {
article.functions section .text-center {
  margin-bottom: 0;
}

  
}

article.functions section .text-center img {
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  article.functions section .text-center img {

	  margin-bottom: 40px;
	  margin-top: 25px;
  }
  article.functions,
  article.functions .text-right{
	  text-align:center !important;
  }
}

article.functions section.odd {
  background-color: #fff;
}

article.functions section.even {
  background-color: #f6f6f8;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  body#page_payment header,
  body#page_cart header {
    min-height: 100vh;
    padding-bottom: 100px;
    height: auto;
  }
}

body#page_payment header .buttom .right a:first-child,
body#page_cart header .buttom .right a:first-child {
  color: #fff;
}

body#page_payment header > .container,
body#page_cart header > .container {
  padding-top: 10vh;
}

body#page_payment header > .container h1,
body#page_cart header > .container h1 {
  font-size: 48px;
}

body#page_payment header > .container h2,
body#page_cart header > .container h2 {
  font-size: 26px;
  margin-bottom: 48px;
}


@media screen and (max-width: 767px) {
  body#page_payment header > .container h1,
body#page_cart header > .container h1 {
  font-size: 26px;
  
  
}

body#page_payment header > .container h2,
body#page_cart header > .container h2 {
  font-size: 16px;
}


.checkbox input{
	  width: 25px;
    height: 25px;
    margin-left: -30px !important;
    margin-top: 0 !important;
}
.checkbox label, .radio label{
  padding-left: 30px;
}

}


body#page_payment header > .container p,
body#page_cart header > .container p {
  margin-top: 20px;
  margin-bottom: 20px;
}

body#page_payment header > .container p.overline,
body#page_cart header > .container p.overline {
  margin-bottom: 0;
}

body#page_payment header .blueline,
body#page_cart header .blueline {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
}


body#page_payment header,
body#page_cart header {
      min-height: 100vh;
      height :auto;
          padding-bottom: 160px;
}


body#page_payment header .form-control,
body#page_cart header .form-control {
  height: 45px;
}

body#page_payment header .cart span,
body#page_cart header .cart span {
  float: right;
}

body#page_payment header .cart .total,
body#page_cart header .cart .total {
  border-top: 2px solid #fff;
  font-size: 26px;
  padding-top: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

body#page_payment header .cart .total small,
body#page_cart header .cart .total small {
  font-size: 14px;
  display: block;
  text-align: right;
}

body#page_payment header .cart .text-center,
body#page_cart header .cart .text-center {
  margin-bottom: 0;
  margin-top: 30px;
  height: 26px;
}

body#page_payment header .cart .text-center span,
body#page_cart header .cart .text-center span {
  background-color: #e51c23;
  font-size: 14px;
  color: #fff;
  float: none;
  display: inline-block;
  padding: 3px 10px;
  cursor: pointer;
}

body#page_try header {
  min-height: 100vh;
  height: auto;
  padding-bottom: 180px;
}

body#page_try header > .container {
  padding-top: 15vh;
}

@media screen and (max-width: 767px) {
  body#page_try header > .container {
	padding-top: 10vh;
	}
}

body#page_try header > .container h1 {
  font-size: 48px;
}





body#page_try header > .container h2 {
  font-size: 26px;
  margin-bottom: 25px;
}



body#page_try header > .container p {
  margin-top: 25px;
  margin-bottom: 25px;
}

body#page_try header > .container p a {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  body#page_try header > .container h1 {
	  font-size: 30px;
	}
	
	body#page_try header > .container h2 {
	  font-size: 16px;
	  margin-bottom: 25px;
	}
	body#page_try header > .container p {
	  font-size:14px;
	}
}

body#page_try header > .container .btn {
  padding: 20.46px 10px;
}

body#page_try header .blueline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

body#page_try header .buttom .right a:first-child {
  color: #fff;
}

body#page_price header {
  height: auto;
  min-height: 100vh;
  padding-bottom: 140px;
}

body#page_price header .blueline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

body#page_price header .buttom .right a:first-child {
  color: #fff;
}

body#page_price header > .container {
  /*margin-top: 10vh;*/
  padding-top: 10vh;
  margin-bottom: 10vh;
}

body#price_details header > .container h1 ,
body#page_price header > .container h1 {
  font-size: 48px;
}



body#page_price header > .container h2 {
  font-size: 26px;
  margin-bottom: 45px;
}



body#page_price header > .container p {
  font-size: 14px;
  margin-top: 50px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	body#price_details header > .container h1 ,
    body#page_price header > .container h1 {
		font-size: 30px;
	}
    body#price_details header > .container h2 ,
	body#page_price header > .container h2 {
		font-size: 16px;

	}
	body#price_details header > .container p,
	body#page_price header > .container p {
	  font-size: 12px;

	}
}

body#page_price header > .container p a {
  color: #7bbd00;
}

body#page_price header .price_option_link {
  background-color: #ffffff;
  color: #464646;
  width: 64px;
  height: 10px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  bottom: -10px;
  z-index: 100;
}

body#page_price header .price_option_link span {
  position: relative;
  margin-left: 0;
  margin-top: -10px;
  padding: 0;
  z-index: 2;
}

body#page_price header .price_option_link::after {
  content: '';
  width: 50%;
  position: absolute;
  height: 5px;
  left: 0;
  bottom: -5px;
  background: linear-gradient(to right top, transparent 40%, #ffffff 50%);
}

body#page_price header .price_option_link::before {
  content: '';
  width: 50%;
  position: absolute;
  height: 5px;
  bottom: -5px;
  right: 0;
  background: linear-gradient(to left top, transparent 40%, #ffffff 50%);
}

body#page_madeingermany header,
body#page_agb header,
body#page_optout header,
body#page_contact header {
  height: 460px;
  margin-bottom: 90px;
  min-height:auto;
}

@media screen and (max-width: 767px){
    body#page_madeingermany header,
    body#page_agb header,
    body#page_optout header,
    body#page_contact header {
      height: auto; 
      margin-bottom: 25px;
      min-height:auto;
          padding-bottom: 30px;
    }
    
    
    
    body#page_madeingermany header > .container ,
    body#page_agb header > .container ,
    body#page_optout header > .container ,
    body#page_contact header > .container 
        {
                padding-top: 50px;
    margin-bottom: 5vh;
    }
    
    body#page_contact  .border-bottom{
        margin-top: 25px;
        margin-bottom: 25px;
    }
}



body#page_madeingermany header::after,
body#page_agb header::after,
body#page_optout header::after,
body#page_contact header::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #0a0a0a transparent transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -24px;
  left: calc( 50vw - 25px);
  z-index: 2;
}

body#page_madeingermany .top,
body#page_agb .top,
body#page_optout .top,
body#page_contact .top {
  margin-bottom: 90px;
}

body#page_madeingermany h2,
body#page_agb h2,
body#page_optout h2,
body#page_contact h2 {
  margin-bottom: 50px;
}

body#page_madeingermany i.material-icons.large,
body#page_agb i.material-icons.large,
body#page_optout i.material-icons.large,
body#page_contact i.material-icons.large {
  font-size: 80px;
  color: #205ba9;
  margin-bottom: 40px;
}


body#page_madeingermany header h1{
        margin-top: -15px;
}

@media screen and (max-width: 767px) {
	.productrow > div{
		padding:0;
	}
    
    body#page_madeingermany header h1{
        margin-top: 15px;
        text-align: center;
    }
    
    body#page_madeingermany header p{
         text-align: center;
    }

}


.price_option {
  background-color: #fff;
  color: #000;
  margin: 0;
}

.price_option h3 {
  margin: 0;
  margin-top: 15px;
  padding: 16px 0;
  color: #205ba9;
  
}
@media screen and (max-width: 768px) {
  .price_option h3 {
    font-size:13px;
  }
	

}


.price_option h3.blue {
  padding: 25px 0;
  margin-top: 0px;
  background-color: #205ba9;
  color: #fff;
}

.price_option h4 {
  background-color: #eeeeee;
  position: relative;
  margin: 0;
  line-height: 63px;
  font-size: 38px;
  color: #464646;
  border-top: 1px solid #d8d8d8;
  padding-top: 10px;
}

.price_option h4 small {
  line-height: 1;
  margin-top: -15px;
  font-size: 11px;
  color: #464646;
}

.price_option h4::after {
  content: '';
  width: 50%;
  position: absolute;
  height: 30px;
  left: 0px;
  bottom: -30px;
  background: linear-gradient(to right top, transparent 48%, #eeeeee 50%);
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .price_option h4::after {
    background: linear-gradient(to right top, transparent 50%, #eeeeee 50%);
  }
}

.price_option h4::before {
  content: '';
  width: 51%;
  position: absolute;
  height: 30px;
  bottom: -30px;
  right: 0;
  background: linear-gradient(to left top, transparent 48%, #eeeeee 50%);
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .price_option h4::before {
    background: linear-gradient(to left top, transparent 50%, #eeeeee 50%);
  }
}

.price_option h4.blue {
  border-top: 1px solid #091f35;
  background-color: #091f35;
  color: #fff;
}

.price_option h4.blue small {
  color: #fff;
}

.price_option h4.blue::after {
  background: linear-gradient(to right top, transparent 48%, #091f35 50%);
}

.price_option h4.blue::before {
  background: linear-gradient(to left top, transparent 48%, #091f35 50%);
}

.price_option h4 small {
  display: block;
}

.price_option img {
  position: absolute;
  right: 45px;
  top: 40px;
  width: 62px;
  height: auto;
}

.price_option ul {
  margin: 0;
  padding: 45px 40px 0 40px;
  border-bottom: 1px solid #d8d8d8;
}

@media all and (max-width: 1024px)  {
  .price_option ul {
	padding: 45px 30px 0 30px;
  }
}

@media screen and (max-width: 767px) {
	.price_option ul {
	  margin: 0;
	  padding: 45px 20px 0 20px;
	  border-bottom: 1px solid #d8d8d8;
	}
	.price_option ul li i{
		display:none;
	}
  .price_option ul li select{
    height:11px !important;
  }
    .price_option ul li{
		font-size: 0.6rem;  
	}
	
	.price_option h3.blue{
		margin-top: -3px;
	}
	.price_option img{display:none;}
    
    .price_option .footer a{
        font-size: 12px;
    }
}

.price_option ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  position: relative;
}


.price_option ul li i {
  position: absolute;
  right: 5px;
  top: calc(50% - 8px);
  font-size: 15px;
  color: #585858;
 
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .price_option ul li i {
	right:-24px;
  }
}

select#price_option_select_2,
.price_option ul li select {
  border: 0;
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  margin: 0;
  height: 20px;
  text-align: center;
  box-shadow: none;
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
select#price_option_select_2{
    height: auto;
        padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .price_option ul li select{
    background-image:none !important;
  }
	

}



.price_option .footer {
  padding: 15px;
}

.price_option .footer.blue {
  padding-top: 30px;
}

section.operation {
  background-color: #f6f6f8;
  padding-top: 80px;
  padding-bottom: 110px;
  position: relative;
}

@media screen and (max-width: 767px) {
	section.operation {
		padding-top: 40px;
		padding-bottom: 25px;
	}
	
}

section.operation::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #f6f6f8 transparent transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -24px;
  left: calc( 50vw - 34px);
  z-index: 2;
}

section.operation .item {
  position: relative;
}

section.operation .item::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.5px 0 13.5px 13px;
  border-color: transparent transparent transparent #1f5db4;
  position: absolute;
  top: 184px;
  right: -7px;
  bottom: auto;
  left: auto;
}

@media screen and (max-width: 767px) {
  section.operation .item::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.5px 13.5px 0 13.5px;
    border-color: #1f5db4 transparent transparent transparent;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -45px;
    left: calc( 50vw - 13.5px);
    z-index: 2;
    display:none;
  }
}

section.operation .item:last-child::after {
  content: none;
}

@media screen and (max-width: 767px) {
  section.operation .item {
    margin-bottom: 50px;
  }
}

section.operation .item .image {
  height: 161px;
  line-height: 161px;
  text-align: center;
}

section.operation .item .image img {
  display: inline-block;
  max-height: 110px;
}

section.operation .item h3 {
  color: #585858;
  margin-bottom: 44px;
}

section.operation .item p {
  color: #2b2b2b;
  /* text color */
}

section.showroom {
  margin: 90px 0;
}
@media screen and (max-width: 767px) {
section.showroom {
  margin: 45px 0;
}
}
section.showroom .head h2 {
  margin-bottom: 44px;
  color: #585858;
}

section.showroom .head p {
  margin-bottom: 35px;
  color: #2b2b2b;
}

section.showroom .item {
  margin-top: 40px;
}

section.showroom .imgOverlay{
  margin-bottom: 32px;
}

section.showroom img {
  
  display: inline-block;
}

@media screen and (max-width: 767px) {
  section.showroom .item {
    text-align: center;
	    margin-top: 30px;
  }
  
  section.showroom .item i {
    font-size: 50px;
  }
  
  
	section.showroom img {
	  margin-bottom: 0;
	  display: inline-block; 
	}
}


section.showroom .btn {
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  section.showroom .btn {
    padding: 20px 0;
    width: 100%;
  }
}

section.howto {
  background-color: #1f5db4;
  color: #fff;
  min-height: 430px;
  position: relative;
}

section.howto h2 {
  margin-top: 94px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  section.howto h2 {
    margin-top: 50px;
  }
}

section.howto p {
  margin-bottom: 50px;
  padding-right: 25px;
}

section.howto a {
  color: #fff;
  text-decoration: underline;
}

section.howto a.btn {
  display: none;
  padding: 20px 40px; /*23px 15px;*/
}

@media screen and (max-width: 767px) {
  section.howto a {
    text-align: center;
    display: block;
	display:none;
  }
  section.howto{
	  text-align:center;
  }
  
  section.howto p{
	      margin-bottom: 40px;
  }
}

section.howto.videoShown a.end {
  display: none;
}

section.howto.videoShown a.btn {
  display: inline-block;
}

section.howto .wrapper {
  margin-left: 55px;
  width: 40vw;
  max-width: 640px;
  position: relative;
}

section.howto .wrapper .video {
  display: table-cell;
  vertical-align: middle;
  width: 40vw;
  max-width: 640px;
  height: 430px;
}

@media screen and (max-width: 767px) {
  section.howto .wrapper .video {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  section.howto .wrapper {
    padding-top: 15px;
    margin-left: 0;
    margin-bottom: 50px;
    width: 100%;
    width: 100%;
    max-width: 100%;
  }
}

section.howto #play {
  color: #fff;
  z-index: 2;
  position: absolute;
  top: calc( 50% - 48px);
  right: auto;
  bottom: auto;
  left: calc( 50% - 48px);
}

section.howto #play i {
  font-size: 6rem;
}

@media screen and (max-width: 767px) {
  section.howto #play {
    display: none;
  }
}

section.functions {
  background-color: #f6f6f8;
  position: relative;
  padding-top: 94px;
  padding-bottom: 45px;
}

@media screen and (max-width: 768px) {
	section.functions {

	  padding-top: 45px;
	  padding-bottom: 45px;
	}

}

section.functions .wrapper {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  section.functions .container {
    overflow-x: hidden;
    overflow-y: visible;
  }
}

section.functions::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #f6f6f8 transparent transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -24px;
  left: calc( 50vw - 25px);
  z-index: 2;
}

section.functions h2 {
  margin-bottom: 48px;
  color: #585858;
}


@media screen and (max-width: 768px) {
	section.functions h2 {
	  margin-bottom: 20px;
	}

}


section.functions p.blue {
  color: #1f5db4;
}

section.functions a {
  display: inline-block;
  margin-bottom: 25px;
}

section.functions .items {
  min-height: 235px;
}

@media screen and (max-width: 768px) {
	/* section.functions .items  {
	  min-height: 50vh;
	} */

}

section.functions .items .item {
  display: none;
}

section.functions .items .item.active {
  display: block;
}

section.functions .items .item img {
  display: inline-block;
  max-height: 210px;
}

@media screen and (max-width: 991px) {
  section.functions .items .item {
    text-align: center;
  }
  section.functions .items .item .text-right {
    text-align: center;
  }
  section.functions .items .item img {
    display: inline-block;
  }
}

section.functions ul {
  border-top: 2px solid #d2d2d2;
  margin: 110px 0;
  padding: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
	section.functions ul {
	  margin-top: 20px;

	}

}

section.functions ul li {
  float: left;
  list-style: none;
  width: 9.09%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  section.functions ul li {
    width: 20%;
  }
}

section.functions ul li a {
  font-size: 45px;
  color: #333;
}

section.functions ul li:hover a, 
section.functions ul li.active a,
section.functions ul li.active {
  color: #1f5db4;
  text-decoration: none;
}

section.stats {
  background-color: #09243f;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}

section.stats h2 {
  font-size: 72px;
  margin-bottom: 0;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  section.stats h2 {
    font-size: 60px;
  }
}

section.stats h3 {
  margin-top: 0;
  font-size: 25px;
  margin-bottom: 40px;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  section.stats h3 {
    font-size: 20px;
  }
}

section.stats p {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

section.stats a {
  color: #fff;
  text-decoration: underline;
  margin-top: 30px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
section.stats a {
margin-top: 0px;
margin-bottom:15px;
font-size: 1rem;
}

}
section.stats a.btn {
  margin-top: 25px;
  display: block;
  padding: 18px 32px;
  white-space: inherit;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  section.stats a.btn {
    padding: 18px 20px;
  }
}

section.customer {
  padding-top: 73px;
  padding-bottom: 30px;
}

section.customer img {
  display: inline-block;
}

section.customer .customer-quotes {
  margin-top: 60px;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
	section.customer {
	  padding-top: 30px;
	  padding-bottom: 15px;
	  text-align:center;
	}
	
	section.customer .customer-quotes {
		margin-top: 10px;
		margin-bottom: 35px;
	}

}



section.customer .customer-quotes .image {
  height: 140px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

section.customer .customer-quotes .image img {
  max-width: 200px;
  max-height: 90px;
}

section.customer .customer-quotes .name {
  margin: 0;
}

section.customer .customer-quotes a {
  margin-top: 20px;
  display: inline-block;
  color: #000;
}

@media screen and (max-width: 768px) {
	section.customer .customer-quotes a {
	  margin-top: 0;
	  margin-bottom:20px;
}


}

section.customer .customer-quotes a:hover {
  text-decoration: none;
}

section.customer .customer-quotes .row{
    margin-bottom: 40px;
}

section.customer .btn {
  padding: 23px 0px;
}

section.signup {
  background-color: #1f5db4;
  color: #fff;
  padding-top: 85px;
  padding-bottom: 78px;
}

section.signup .btn{
  margin-top: 120px;
}



section.signup h2 {
  margin-bottom: 49px;
}

@media screen and (max-width: 768px) {
	section.signup {
	  padding-top: 40px;
	  padding-bottom: 35px;
	  text-align:center;
	}
	
	section.signup h2 {
	  margin-bottom: 20px;
  }
  
  section.signup .btn{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  

}

section.signup select option[disabled] {
  color: #333;
}

section.signup p.text-center {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
    section.signup p.text-center {
      font-size: 11px;

    }
}

section.signup p.text-center a {
  color: #fff;
}

section.signup form {
  margin-bottom: 15px;
}

section.signup form .group input.left {
  width: 40%;
}

section.signup form .group input.right {
  width: 58%;
  width: calc(60% - 3px);
}

footer {
  background-color: #09243e;
  background-image: url("/img/front/map.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #d1d1d1;
  min-height: 373px;
  padding-top: 30px;
  position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer {
    background-image: url("/img/front/map-retina.png");
    background-size: 639px 347px;
  }
}

footer .nav li a {
  padding-left: 0;
}

footer .nav li a:hover {
  background: none;
}

footer h3 {
  margin-bottom: 26px;
  font-size: 21px;
}

footer a, footer a:hover {
  color: #d1d1d1;
}

footer p {
  line-height: 24px;
  font-size: 14px;
}

footer p i.material-icons {
  vertical-align: middle;
  margin-right: 25px;
  font-size: 20px;
}

footer p.first {
  margin-bottom: 45px;
  line-height: normal;
}

footer::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #09243f transparent;
  position: absolute;
  top: -24px;
  right: auto;
  bottom: auto;
  left: calc( 50vw - 34px);
  z-index: 2;
}

footer .wrapper {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-content: space-between;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: centern;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 150px;
}

footer .wrapper div {
  max-width: 60%;
}
section.signup h2 {
  margin-bottom: 49px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  footer .wrapper div {
    max-width: 50%;
    width: 45%;
  }
}



footer .wrapper img {
  max-height: 32px;
}

.buttom {
  background-color: #091f35;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
}

.buttom .left a {
  line-height: 40px;
  margin-right: 15px;
}

.buttom .left a img {
  height: 21px;
}

.buttom .right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.buttom .right a {
  color: #fff;
  font-size: 14px;
}

.buttom .right a:first-child {
  color: #1d52a6;
}


form.hasError  .btn-success{
    background-color: #f44236;
}

ol li{
margin-bottom: 15px;
}

#made-in-germany-badge-link{
    padding:5px;
        position: absolute;
    top: 25px;
}

#made-in-germany-badge{
   
    max-height: 45px;
}

#page_agb .color h2,
#page_agb .color h4,
#page_agb .color p

{
    color: #585858;
    
}

    
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  .hidden-ipad{
      display:none;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px)  {
  /* For portrait layouts only */
  .hidden-ipad{
      display:none;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  /* For landscape layouts only */
  .hidden-ipad{
      display:none;
  }
}


#price_option_select{
    width: 100%;
    border: 0;
    background-position: 95%;
    cursor: pointer;
    margin-right:15px;
}

#price_option_select_2{
    width: 100%;
    border: 0;
    background-position: 95%;
    cursor: pointer;
    
}

.imgOverlay{
  position: relative;
}

.imgOverlay > .overlay{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 1s;
}

.imgOverlay > .overlay.show{
  opacity: 1;
}



.bounceSv {
  animation-name: bounceSv;
  transform-origin: center bottom;

}

.animatedSv{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}


@keyframes bounceSv {
  from, 10%, 26%, 40%, 50%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  20%, 23% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  35% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  45% {
    transform: translate3d(0, -4px, 0);
  }
}



header h2 a i.material-icons{
  vertical-align: sub;
  color: #000;
}

header h3#headlineCollapse{
  font-weight: normal;
  font-size: 1.125rem;
}

#page_functions article.functions section ul li{
  margin-bottom: 0px;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  text-align: left;
}

#page_functions article.functions section ul{
  padding-top: 13px;
}
#page_functions article.functions section .subtitle{
  color: #585858;
  margin-bottom: 5px;
}

#page_functions article.functions section h2{
  margin-top: 0px;
}

section.functions .item  ul{
  margin: 0;
  border: 0;
}

section.functions .item  ul li {
  width: 100%;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
}

@media screen and (max-width: 767px) {
  body#page_payment .navbar-toggle , body#page_cart .navbar-toggle{
    display: none;
  }
  body#page_payment header, body#page_cart header{
    padding-bottom:0px;
  }

  body#page_payment header .blueline, body#page_cart header .blueline{
    position: relative;
  }
    
  section.operation .item h3{
    font-size: 1.8rem;
  }

  body#page_payment header > .container p.overline, body#page_cart header > .container p.overline{
    margin-bottom: 20px;
  }
}

/*section.functions .item  ul li::before{
  content: 'check';
  font-family: 'Material Icons';
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  color: #7bbd00;
  position: absolute;
  left: -42px;
  top: -2px;
}*/


.header-container{
  height: calc( 100vh - 98px );
}

#refStage{
  
  background-color: #1f5db4;
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  align-items: space-between;
  
}




#refStage>div{
    flex: 1 1 16.666%;
    max-width: 16.666%;
    text-align: center;
    height: calc( 25% - 50px );
    margin: 25px 0;
    border-right: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#refStage>div:nth-child(6){
  border-right: 1px solid transparent !important;
}

#refStage>div.c-3{
  flex: 1 1 33.333%;
  max-width: 33.333%;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid transparent;
  height: 50%;
  margin: 0;
}

#refStage>div.c-3.text{
  align-content: center;
  flex-wrap: nowrap;
    flex-direction: column;
}

#refStage>div.c-3>div{
  flex: 1 1 50%;
  max-width: 50%;
  height: calc( 50% - 50px );
  margin: 25px 0;
  border-right: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#refStage img{
  display: inline-block;
  vertical-align: middle;
  max-width: 60%;
  max-height: 60%;
  flex-shrink:0;
}

#refStage h2 {
    margin-bottom: 44px;
    color: #585858;
    margin-bottom: 20px;
    margin-top:0;
}

#refStage .btn{
  margin-top: 35px;
  border-radius: 100px;
  
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
  min-width: 220px;
  padding: 13px 33px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}


.bg-white{
  background-color: #fff !important; 
}