#container {
	margin-top: 10px;
}

.footer-link {padding: 14px 50px 30px 40px; color:white;}
#breadcrumbs {
	padding:0;
}

.quote {
	text-align: center;
	margin-top:20px;
}

.blue-btn {
	background: #538fd5;
	color:#ffffff;
	padding:10px;
	text-align: center;
	text-transform: uppercase;
	font-size:15px;
	text-decoration: none;
	margin-top:20px;
	letter-spacing: 1px;
}

.btn {
	margin-top:20px;
}

.header-box {
	max-width:940px;
	background:#141211;
	height:56px;
	margin: 0 auto;
	display: block;
}

#header-text {
	padding:10px 0 10px 20px;
}

#options li a {
	font-size:15px;
	color:#333 !important;
}

.blue-btn:hover {
	color:#538fd5;
	background-color:#ffffff;
}

.wpcf7-response-output {
	color:#333;
}

.wpcf7-not-valid-tip {
	font-size:0.5em;
}

.paringu-vorm input[type="submit"] {
	background: #538fd5 !important;
	color:#ffffff !important;
	cursor: pointer;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease; 
  opacity: 0;
}

#header-text {
	float: left;
	display: block;
}

#language {
	float:right;
	display: block;
	padding: 15px 20px 0px 20px;
}

#language img {
	margin-right:10px;
}

.paringu-icon {
	vertical-align: middle;
	padding-right:5px;
	font-size:1.4em !important;
}

#options ul {
	position: inherit;
	margin-top: 20px !important;
}

.menu-item i._mi {
	font-size:2em;
	margin-top:5px;
}
#open-menu p span {
	font-size: 1.5em;
}




/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
#backtotop ul li a {
background: url(images/bg-up.png) center 48% no-repeat #538fd5 !important;
}
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
.header-box {
	display: none;
}
#backtotop ul li a {
background: url(images/bg-up.png) center 48% no-repeat #538fd5 !important;
}
}