/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Montserrat', sans-serif;
	background-color: #ff9800;
	font-size: 16px;
	line-height: 26px;
}

h1,h2,h3,h4,h5,h6 {
	color: #333;
	text-align: left;
}

h1,h2,h3 {
	border-bottom: 2px solid #ff9800;
}
h4,h5,h6 {
	font-weight: bold;
}

.newsletter2go h2 {
	border-bottom: 0;
	font-size: 18px;
	text-align: center;
}

.modal-title {
	border-bottom:0;
}

a:link, a:visited {
	color: #b16900;
	text-decoration: underline;
}

a:hover {
	color:#ff9800;
}

input {
	width: 100% !important;
	border-color: #ff9800 !important;
}

button[type=submit] {
	margin-top: 10px !important;
	background-color: #ffad33 !important;
	border-color: #ff9800 !important;
}

button[type=submit]:hover {
	background-color: #ff9800 !important;
	border-color: #ff9800 !important;
}

.container {
	margin-top: 15px;
	background-image: url(../img/frame/content.png);
	background-repeat: repeat-y;
	width: 1056px;
	padding:0;
}

.logo {
	margin-right: 50px;
	float: right;
}

.header {
	background-image: url(../img/frame/top.png);
	background-repeat: no-repeat;
	min-height: 803px;
	width: 1056px;
}

.content  {
	padding-top: 180px;
	padding-left: 320px;
	padding-right: 90px;
	
	text-align: justify;
}

.content-frame {
	padding-top: 1px;
}

.footer {
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	
	border-top: 1px solid #ff9800;
}

.referrals {
	padding-bottom: 20px;
}

#lady {
	background-image: url(../img/lady/lady_1.png);
	background-repeat: no-repeat;
	width: 315px;
	height: 547px;
	
	position: fixed;
	bottom: 0;
	margin-left: -40px;
	
	
	-webkit-transition: background 800ms ease-in 200ms; /* property duration timing-function delay */
    -moz-transition: background 800ms ease-in 200ms;
    -o-transition: background 800ms ease-in 200ms;
    transition: background 800ms ease-in 200ms;
}

@media (max-width: 990px) {
	.logo {
		margin-right: 20px;
	}
	
	.container {
		width: initial;
	}
	
	.header {
		width: initial;
		height: initial;
	}
	
	.content {
		padding-right: 40px;
	}
}


.modal-dialog {
	width: 767px;
}

@media (max-width: 767px) {
	h1 {
		font-size: 28px;
	}
	
	.container {
		margin-top: 0;
		background: none;
	}
	
	.logo {
		float: none;
		background-color: #bbd033;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px solid #333;
		box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,1);
		-moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5);
		-webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5);
		box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5);
	}
	
	.header {
		background: none;
		width: initial;
		height: initial;
	}
	
	.content {
		padding: initial;
		background-color: #fff;
	}
	
	.content-frame {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.modal-dialog {
		width: 100%;
	}
}

@media (max-height: 600px) {
	#lady {
		display: none;
	}
}


/* corona */

.simple-banner {
position: fixed;
bottom: 0;
background-color: red;
color: white;
text-align: center;
font-weight: bold;
font-size: 22px;
min-height: 80px;
line-height: 80px;
z-index: 99999;
width: 100%;
}

.simple-banner-green {
	background-color: #718935;
}

@media only screen and (max-width: 768px) { 
.simple-banner {
padding-top: 10px;
line-height: 24px;
}
}

#Footer {
    margin-bottom: 80px;
}