/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html, body {
	font-family: 'Roboto', sans-serif;
	font-size:22px;
    background: #fff;
    margin:0px;
    padding:0px;
    color: #3d424f;
    line-height:1.6;
    background-color: #d3e1d1;
    box-sizing: border-box;
    letter-spacing:1px;
}

header {
	background-color: #FFF;
	box-sizing: border-box;
	position: relative;
}

.clr {
	display: block;
	clear: both;
}

.leftside {
	padding:5% 5% 5% 5%;
	display:block;
	width:100%;
	box-sizing: border-box;
  position: relative;
}

.star {
  position: relative;
}
@media all and (min-width:600px) {
  .star {
    position: absolute;
    bottom:-70%;
    left:20%;
  }
}

.rightside  {
	padding: 2% 0% 2% 0%;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  left:0%;
  top:0;
}
section .rightside  {
	padding:5% 5% 0 5%;
	max-width:70%;
}

@media all and (min-width:600px) {
  .leftside {
	max-width:55%;
  }
 .rightside  {
 	position: absolute;
 	max-width: 50%;
 	left:50%;
 }
}

img {
	max-width:100%;
	display:block;

}

a {
	color: #3d424f;
	text-decoration:none;
}

.head1 {
	font-size:28px;
	color: #3d424f;
	line-height:1.1;
	margin-bottom:0;
	padding-bottom:0;
	font-family: 'Roboto Condensed';
}

.sub {
	margin-bottom:20px;
}

@media all and (min-width:768px) {
 .head1 {
	font-size:44px;
	}
}


.head2 {
	font-size:24px;
	color: #3d424f;
	line-height:1.5;
	font-family: 'Roboto Condensed';
}


.section {
	height:100%;
	width:100%;
	position: relative;
	display:block;
	background: url(img/boegen.png);
	background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

.content {
	height:100%;
	width:100%;
	position: relative;
}

.text {
	padding:5% 5%;
	box-sizing:border-box;
}

@media all and (min-width:600px) {
  .text {
  	padding:2% 2%;
    width: 90%;
    margin-left: auto;
  }
}
@media all and (min-width:768px) {
  .text {
    width: 70%;
  }
}

@media all and (min-width:1080px) {
  .text {
    width: 50%;
  }
}

p.mt {
	font-family: 'Roboto Condensed';
	margin-top:10%;
}

.pt {
	padding-top:3%;
}
