/* CUSTOM CSS */
/*
.inhalt,.box-bg .inhalt { 
padding: 3em 1em 3em 1em ;
}*/
 
.value-prop {
  margin-top: 1rem; }
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; }
.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600; }
.docs-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  margin-bottom: 0;}
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 0; }
.example-grid .column,
.example-grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem; }
.docs-example .row,
.docs-example.row,
.docs-example form {
  margin-bottom: 0; }
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem; }
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal; }
.code-example {
  margin-top: 1.5rem;
  margin-bottom: 0; }
.code-example-body {
  white-space: pre;
  word-wrap: break-word }
.example {
  position: relative; 
  margin-top: 4rem; }
.example-header {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem; }
.example-description {
  margin-bottom: 1.5rem; }
.example-screenshot-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  height: 250px; }
.example-screenshot {
  width: 100%;
  height: auto; }
.example-screenshot.coming-soon {
  width: auto;
  position: absolute;
  background: #eee;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }
.navbar {
  display: none; }

/* Larger than phone */
@media (min-width: 550px) {
  
  .value-props {
    margin-top: 9rem;
    margin-bottom: 7rem; }
  .value-img {
    margin-bottom: 1rem; }
  .example-grid .column,
  .example-grid .columns {
    margin-bottom: 1.5rem; }
  .docs-section {
    padding: 6rem 0; }
  .example-send-yourself-copy {
    float: right;
    margin-top: 12px; }
  .example-screenshot-wrapper {
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    max-height: none; }
}

/* Larger than tablet */
/* 
.container .column, .container .columns {
border: 2px solid #000;

}*/



.circle {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 0px;
    border-radius: 50%;
    font-size: 1.2em;
    min-width: 38px;
    min-height: 38px;
}

.circle span {
    display: inline-block;
    padding-top: 50%;
    padding-bottom: 50%;
    margin-left: 1em;
    margin-right: 1em;
}

.clr1 {
    background: #000000;
}
.clr2 {
    background: #e8e2e2;
}
.clr3 {
    background: #efe5d7;
}
.clr4 {
    background: #a4a5a8;
}
.clr5 {
    background: #fdc08b;
}
.clr6 {
    background: #bad698;
}
.clr7 {
    background: #c6e4d9;
}
.clr8 {
    background: #fdd46a;
}
.clr9 {
    background: #c0bade;
}
.clr10 {
    background: #ffffff;
}



a.badge {
  width: 130px;
  height: 130px;
  display: bock;
  left: 25px;
  position: fixed;
  top: 80px;
  z-index: 9999;
}

.badge {
    display: inline-block;
    min-width: 1em; /* em unit */
    padding: 1.5em; /* em unit */
    border-radius: 50%;
    font-size: 1.2em;
	line-height: 1.1;
    text-align: left;
    background: #3E5360;
    color: #fff;
	font-weight: 600;
}
a.badge{
color: #fff;
-webkit-transform: rotate(-25deg); 
-moz-transform: rotate(-25deg);	
}
a.badge span{  color:#97BE0D;font-size: 0.8em;}


#navigation > div > ul > li > a {
margin: 0 0.1em 0 0.1em;
 } 


header #navigation > div > ul > li:first-child > a, header.sticky #navigation > div > ul > li:first-child > a {
    padding-left: 0.5em !important;
}

/*
@media only screen and (min-width: 1025px)
.intro, .introleer, .introdefault, .introsingle, .slider {
    margin-top: 7.15vw !important;
}
*/
/*
#navigation > div > ul > li > a {
    padding: 0.5em 0;
    margin:1em 1em;
    
   } 

#navigation > div > ul > li > a::after {
  content: '';
  width: 0;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
}


#navigation > div > ul > li:hover > a::after { left:0;width: 100%;}
*/
.wpcf7 input, .wpcf7 textarea {
color: #ffffff !important;}
