@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700');

body, html {
    color: #FFFFFF;
    background-color: #404955;
	font-family: 'Lato', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
}

a, a:visited {
    color: #65C18F;
    text-decoration: underline;
}

a:hover {
    color: #55AA7C;
}

h1 {
    font-size: 36px;
    font-weight: 600;
}

h2 {
    font-size: 24px;
    font-weight: 600;
}

h3 {
    font-size: 16px;
    font-weight: 600;
}

h4 {
    color: #65C18F;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
}

._clear {
	clear: both;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #EEEEEE;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #EEEEEE;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #EEEEEE;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #EEEEEE;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #EEEEEE;
}

.fb-page {
	width: 100% !important;
	min-width: 100% !important;
}

/* Formular Classes */

.btn {
    outline: none;
    color: #e1632b;
    font-weight: bold;
    padding: 10px 30px;
    border: 0px none;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);

	background: rgba(255,191,0,1);
    background: linear-gradient(to bottom, rgba(255,191,0,1) 0%, rgba(255,170,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#ffaa00', GradientType=0 );
}

.btn:hover {
	color: #e1632b;
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(to bottom, rgba(255,191,0,1) 0%, rgba(255,170,0,1) 100%);
}

.btn:active, .btn:focus {
    color: #346F4F;
    outline: none !important;
    background: rgba(101,193,143,1);
    background: linear-gradient(to bottom, rgba(101,193,143,1) 0%, rgba(85,179,93,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65c18f', endColorstr='#55b35d', GradientType=0 );
}

/* Background Logo */

.watermark {
    width: 788px;
    height: 852px;
    background: url("images/watermark.png") no-repeat;
    position: absolute;
    left: 18%;
    top: 30px;
    z-index: 0;
}

/* No Javascript Support */

.no-javascript {
	color: #8A6D3B;
	background-color: #FCF8E3;
	border-bottom: 1px solid #8A6D3B;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
	padding: 10px 15px;
}
.no-javascript > i.fa {
	float: left;
	margin-top: 2px;
}
.no-javascript > p {
	margin-left: 24px;
	margin-bottom: 0px;
}

/* Navigation & Logo */

.navbar-wrapper {
    margin: 40px 0;
}

.navbar-wrapper .logo {
    float: left;
    width: 223px;
    height: 70px;
    background: url("images/logo.png") no-repeat;
}

.navbar-wrapper .navbar {
    float: right;
    text-align: right;
    padding: 28px 15px 0 0;
}

.navbar-wrapper .navbar .openChatPlaceholder {
	float: right;
    margin: -8px 0 0 15px;
}

/* Introduction */

.intro-wrapper {
    min-height: 500px;
    background: url("images/buildings.png") left bottom repeat-x;
    padding-bottom: 40px;
}

.intro-wrapper .description {
    color: #9BA2AB;
    font-size: 13px;
    text-align: center;
    position: relative;
}

.intro-wrapper .description img {
    padding: 3px;
    margin: 25px 0;
    /*background-color: #DDDDDD;*/
    /*border: 1px solid #65C18F;*/
    border-radius: 25%;
    position: absolute;
    left: 20%;
    transform: translateX(-20%);
}

.intro-wrapper .description p {
    clear: both;
    text-align: left;
    position: relative;
    top: 207px;
}

/* Registration Formular */

.registration {
    border-radius: 5px;
    /*background-color: #F05337;*/
	background: rgba(240,80,91,1);
    background: linear-gradient(to bottom, rgba(240,80,91,1) 0%, rgba(198,70,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0505b', endColorstr='#c64652', GradientType=0 );
    padding: 15px 15px;
}

.registration h1 {
    text-align: center;
    margin: 5px 0 25px 0;
}

.registration h3 {
    text-align: center;
    margin: 25px 0 15px 0;
}

.registration input[type=text],
.registration input[type=email] {
    width: 100%;
    height: 50px;
    color: #FFFFFF;
    outline: none;
    padding: 15px 20px;
    border: 0px none;
    border-radius: 25px;
    box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.15);

	background: rgba(198,70,82,1);
    background: linear-gradient(to bottom, rgba(198,70,82,1) 0%, rgba(240,80,91,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c64652', endColorstr='#f0505b', GradientType=0 );

    margin: 0 0 15px 0;

    /*background: rgba(255,255,255,1);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0 );*/
}

.registration input:-webkit-autofill,
.registration input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px transparent inset;
}

.registration input[type=text]::-webkit-input-placeholder,
.registration input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #E5E5E5;
}
.registration input[type=text]::-moz-placeholder,
.registration input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #E5E5E5;
}
.registration input[type=text]:-ms-input-placeholder,
.registration input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #E5E5E5;
}
.registration input[type=text]:-moz-placeholder,
.registration input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #E5E5E5;
}

.registration input[type=submit] {
    outline: none;
	color: #346F4F;
    font-size: 140%;
    font-weight: bold;
    padding: 15px 40px;
    border: 0px none;
    border-radius: 25px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);

	background: rgba(101,193,143,1);
    background: linear-gradient(to bottom, rgba(101,193,143,1) 0%, rgba(85,179,93,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65c18f', endColorstr='#55b35d', GradientType=0 );
}

.registration input[type=submit]:hover {
	color: #346F4F;
	background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(to bottom, rgba(101,193,143,1) 0%, rgba(85,179,93,1) 100%);
}

.registration p {
    color: #a33740;
    font-size: 11px;
    text-align: center;
    padding: 0 12%;
}

.registration span {
    text-align: center;
    margin: 0 auto;
}

.registration .char-wrapper {
    text-align: center;
    margin: 0 0 13px 0;
}

.registration .char-wrapper input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    display: none;
    top: -10000;
}

.registration .char-wrapper .character {
    height: 95px;
    cursor: pointer;
    margin: 0 3px 6px 3px;
    padding: 10px 10px 0 10px;
    border-radius: 5px;
}

.registration .char-wrapper .character.active {
    background: rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.15);
}

.registration .char-wrapper .character:nth-child(odd) {
    /* Fixes height issue between character models */
    position: relative;
    top: -2px;
}

.registration .submit {
    text-align: center;
}

.registration .submit span {
    display: block;
    margin: 15px 0 25px 0;
}

.registration a {
    color: #FFFFFF;
}

/* About Wrapper */

.about-wrapper {
    background: #384250;
    /*background: linear-gradient(to right, rgba(93,102,113,1) 0%, rgba(93,102,113,1) 50%, rgba(76,85,97,1) 50%, rgba(76,85,97,1) 100%);
    /*background: linear-gradient(to right, rgba(56,66,80,1) 0%, rgba(56,66,80,1) 55%, rgba(76,85,97,1) 56%, rgba(76,85,97,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d6671', endColorstr='#4c5561', GradientType=1 );*/
	padding: 10px 0px 20px 0px !important;
}

.about-wrapper #fb-container {
	/*padding-top: 10px;*/
	padding-bottom: 20px;
}

.about-wrapper #news-container {
	padding-bottom: 20px;
	max-height: 500px;
	overflow: auto;
}

#news-container article {
	clear: both;
	border-top: 1px dotted #2d3642;
	padding: 10px 0 15px 0;
}
#news-container article:first-child {
	border: 0px none;
}
#news-container article:last-child {
	padding-bottom: 0px;
}
#news-container article h2 {
	margin: 10px 0 3px 0;
	padding-left: 15px;
	border-left: 4px solid #65C18F;
}
#news-container article p {
	margin-bottom: 5px;
}
#news-container article span.date {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #8E959E;
	padding-bottom: 8px;
	display: block;
}
#news-container article span.read {
	float: right;
	padding: 10px 30px 0 0;
}
#news-container article span.read a {
	font-style: italic;
}

/* Guide Wrapper */

.guide-wrapper {
    background: #404955;
    /*background: linear-gradient(to right, rgba(93,102,113,1) 0%, rgba(93,102,113,1) 50%, rgba(76,85,97,1) 50%, rgba(76,85,97,1) 100%);
    /*background: linear-gradient(to right, rgba(56,66,80,1) 0%, rgba(56,66,80,1) 55%, rgba(76,85,97,1) 56%, rgba(76,85,97,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d6671', endColorstr='#4c5561', GradientType=1 );*/
	padding: 20px 0px 20px 0px !important;
}

.guide-wrapper .guideline {
    padding: 85px 0 0 50px;
    background-color: #4C5561;
}

.guide-wrapper .guide {
    color: #9BA2AB;
    font-size: 13px;
    text-align: center;
    margin: 10px 0 20px 0;
}

.guide-wrapper .guide img {
    margin: 5px auto 15px auto;
}

/* Footer */

.footer-wrapper {
    color: #9CA3AC;
    font-size: 12px;
    padding: 20px 0;
	background-color: #384250;
}

.footer-wrapper .footer {
    text-align: center;
}

.footer-wrapper a {
    color: #9CA3AC;
}

/* Bootstrap Modal */

.modal-content {
	color: #000000;
	padding: 0 20px 5px 20px;
}

.modal-content article {
	padding: 10px 0 15px 0;
}
.modal-content article h2 {
	font-size: 32px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding-left: 15px;
	border-left: 4px solid #65C18F;
}
.modal-content article p {
	margin-bottom: 5px;
}
.modal-content article span.date {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #8E959E;
	padding-bottom: 8px;
	display: block;
}
.modal-content article span.read {
	float: right;
	padding: 10px 30px 0 0;
}
.modal-content article span.read a {
	font-style: italic;
}

/* Bootbox */

.bootbox.modal {
    color: #808080;
}
