@font-face {
    font-family: 'opensans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#opensans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#opensanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'opensansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#opensansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'opensanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#opensanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html { 
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale;
    position: relative;
    min-height: 100%;
}

html, body {
	margin: 0px;
	padding: 0px;
	font-family: opensans, "Century Gothic", Verdana;
	line-height: 30px;
	font-size: 17px;
    color: #333;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 90px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
    padding-top: 20px;
  height: 60px;
}

footer p {
    margin-bottom: 0;
}

img {
	border: 0 none;
	max-width: 100%;
	height: auto;
}

img#ebook {
	max-width: 200px;
	margin-bottom: 10px;
}

a, a:focus {
	outline: 0;
}

a:link, a:visited {
	color: #0066CC;
    transition: all 0.4s;
}

a:hover, a:active {
    color: inherit;
	text-decoration: none;
    outline: 0;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

h1, h2, h3, p {
    margin-bottom: 25px;
    margin-top: 0;
    line-heigt: normal;
}

h1 {
    font-family: opensansbold;
    font-size: 50px;
    margin-bottom: 30px;
}

h3 {
    font-family: opensanssemibold;
    font-size: 30px;
}

.wide {
    display: block;
}

.mob {
	display: none;
}


/* slider */

#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.infoOnSlider {
   position: absolute;
    top: 30px;
    left: 50px;
}

.infoOnSlider h4 {
    color: #fff;
    font-size: 60px;
    font-family: opensansbold;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 1);
}

.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 520px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}

/* end slider */

.center {
    text-align: center;
}

.center ul {
  list-style-type: none;
}

section {
    padding: 20px 0;
}

section#slider {
    padding: 0;
}

section#start {
}

section#ebook2 {
background: #0099ff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTlmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWViZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #0099ff 0%, #ceebff 100%);
background: -webkit-linear-gradient(top,  #0099ff 0%,#ceebff 100%);
background: linear-gradient(to bottom,  #0099ff 0%,#ceebff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#ceebff',GradientType=0 );


}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin: 30px 0;} .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

a.ebookdownload:link, a.ebookdownload:visited {
	display: block;
	height: 60px;
	width: 309px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/downloadknop.png);
	background-position: center top;
    transition: none;
}

a.ebookdownload:hover, a.ebookdownload:active {
	background-position: center bottom;
}

.counter {
	text-align: center;
}
.counternummer {
	font-weight: bold;
	color: #1c5720;
	display: inline;
	font-size: 18px;
}