/*links*/

a {
  color: #1daaea;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #107aab;
  text-decoration: underline;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	background-color: #171717;
}

.blur-bg {

	background-image: url("../images/blurbg.jpg");
	background-size: cover;
	color: white;
	
}

.grey-bg {

	background-color: rgb(239,239,244);
	
}

.white-bg {

	background-color: white;
	
}


.darkGrey-bg {

	background-color: #171717;
	color: white;
	
}

.header {
	padding-top: 50px;
	padding-bottom: 50px;
}

.header h1 {
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 40px;
}

.content {
	/*padding-top: 40px;*/
	padding-bottom: 0px;
}

.content p {
	
	font-size: 16px;
	font-weight: 300;
}

h2 {
	line-height: 40px;
	font-weight: 300;	
	margin-top: 50px;
}

.headline-icon {
	margin-top: 50px;
}

.headline-icon + h2 {
	margin-top: 20px;
}

.imprint {
	padding-top: 40px;
	padding-bottom: 40px;
}

.imprint p {
	font-size: 14px;
}

.imprint h3 {
	
}

hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
    margin: 1em 0; padding: 0; 
    }
    
.screenshots-wrapper img {
	
	margin-bottom: 10px;
	border: 1px rgba(186,186,186,1) solid;
	
}

.tip-box {
	
	background-color: white;
	padding: 20px;
	border-radius: 20px;
	border: 1px rgba(186,186,186,1) solid;
	color: #ce33fc;

	margin-bottom: 30px;
}

.tip-box p {
	
	font-size: 14px;
	font-weight: 400;
}

.tip-box p:last-child {
	
	margin-bottom: 0px;
}


.review-box {
	
	background-color: white;
	padding: 20px;
	border-radius: 4px;
	border: 1px rgba(186,186,186,1) solid;
	color: #ce33fc;
	margin-bottom: 30px;
}

.review-box p {
	font-size: 14px;
	font-weight: 400;
	
}

.review-box p:last-child {
	
	margin-bottom: 0px;
}

p.review-info {
	color: rgb(51, 51, 51);
	font-weight: 300;
}

p.review-title {
	font-weight: 300;
	text-transform: uppercase;
}

.function-box {
	
/*
	background-color: white;
	padding: 20px;
	border-radius: 4px;
	border: 1px rgba(186,186,186,1) solid;
	/color: #ce33fc;
*/
	margin-bottom: 30px;
}

.function-box p {
/*
	font-size: 14px;
	font-weight: 400;
*/
	
}

.function-box p:last-child {
	
	margin-bottom: 0px;
}

.lang-menu {

	margin-bottom: 20px;
}

.lang-menu a {
	
	color: rgba(204, 204, 204, 1)
}

.btn-primary {
	
	background-color: #ffb100;
	border: none;
}

.btn-primary:hover {
	
	background-color: #f3aa00;
	border: none;
}

@media (min-width:480px) {
	


}

@media (min-width:768px) {
	

}

@media (min-width:992px) {


}