@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Roboto+Slab:400|Oswald:700');

.runder-rand {
  
    border-radius: 35px;
}

.runder-rand-schwarz {
  
    border-radius: 35px;
    border-style: solid;
    border-width: medium;
}

.rand-schwarz {
  
    
    border-style: solid;
    border-width: medium;
}

body {

  font-family: 'Fjalla One', sans-serif;
  font-size: 1.1rem;
}

.content h1 {
  font-size: 1.6em;
  margin-bottom: .5em;
  
}

.text-font{

  font-family: 'Roboto Slab','Anton','Fjalla One', sans-serif;
}

.grenze {


/*-webkit-box-shadow: 10px 13px 5px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 13px 5px -6px rgba(0,0,0,0.75);
box-shadow: 10px 13px 5px -6px rgba(0,0,0,0.75);

margin: 0px 25px 25px 25px;*/
padding: 10px 10px 10px 10px;
/*background-color: #dde0e3e6;*/
background-color: #D2D7D3;


}

/*.nav{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  
}*/

.fixed-nav-margin{
  margin-top:50px;
}

#wave {
  position: relative;
  height: 70px;
  width: 600px;
  background: #e0efe3;
}
#wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: auto;
  height: 80px;

  right: -5px;
  top: 40px;
}
#wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: auto;
  height: 70px;
  background-color: #e0efe3;
  left: 0;
  top: 27px;
}

#container {
    position: relative;
    height: 200px;
    width: 200px;
    overflow: hidden;
    background-color: grey;

}

#container:before { 
    content: '';
    position: absolute;
    left: 20%;
    width: 100%; 
    height: 200%; 
    background-color: rgb(255, 255, 255); /* fallback */
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.diagonal-split-background{
  background-color: #013A6B;
  background-image: -webkit-linear-gradient(80deg, #013A6B 50%, #004E95 50%);
}

.background {
  position: absolute;
  width: 100%;
  margin: 0 auto;
}
.top {
  height: 100px;
  background-color: #23d6c5;
}
.bottom {
  width: 100%;
  height: 500px;
  background: linear-gradient(2deg, #2f3441 50%, transparent 50%);
}

.thumb-box {

  background-color: #D2D7D3;
  padding: 10px 10px 10px 10px;
  margin: 15px 15px 15px 15px;
-webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.75);
 
}


.full-column {
padding: 0px 30px 0px 30px;
margin: 2px 2px 2px 2px;

}


.second-column {
background-color: #ECF0F1;
padding-top: 1em;
padding-bottom: 1em;

}


.grad1 {
    font-family: "Oswald","Times New Roman", Times, serif;
    border: 2px solid;
    border-radius: 100px;
    background: red; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #FF7000 , #FFFF00,#FF7000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FF7000, #FFFF00,#FF7000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #FF7000, #FFFF00,#FF7000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FF7000 , #FFFF00,#FF7000); /* Standard syntax (must be last) */
      padding: 10px 10px 10px 10px;
  margin: 15px 15px 15px 15px;
-webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.75);
text-shadow: -1.5px 0 white, 0 1.5px white, 1.5px 0 white, 0 -1.5px white;
color: black;
}

.title {
  color: #353535;
}

.zentriert {
    margin: auto;
    
    
    
}
.tage{
 margin-top:1em;

}

.leistungen{

  background-color: #ECF0F1;
  padding: 25px 5px 25px 5px;
  margin: 10px 10px;
}

.img-circle {
    border-radius: 50%;
}

.abstand {
  margin: 20px 20px;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }



  span.onsale {
        width: 59px;
        height: 59px;
        background: url(http://i42.tinypic.com/sq49ow.png) no-repeat;
        position: absolute;     
        top:0;
        right:0;
     }


     a {
    color: #292929;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: none 86ms ease-out;
    transition: none 86ms ease-out;
}





navbar-link::after {
  border: 1px solid #000;
      border-top-width: 1px;
      border-right-width: 1px;
      border-top-style: solid;
      border-right-style: solid;
      border-top-color: rgb(0, 0, 0);
      border-right-color: rgb(0, 0, 0);
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.5em;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%;
}




.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: black;
  background-color: #D0EBA9;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: red;
  background-color: #f2dede;
  border: 3px solid black;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.subtitle.is-6 {
  font-size: 0.9rem;
}