.navbar-brand .img-fluid{
	max-width: 200px;
}

@media(min-width: 1200px){
	.navbar-brand .img-fluid{
		max-width: 250px;
	}
}

.index-hero{
	background-image: url(../../img/index-hero.jpg);
}

.index-hero .device{
	max-width: 300px;
}

@media(min-width: 1200px){
	.index-hero .device{
		max-width: 400px;
	}
}

.btn:hover{
	cursor: pointer;
}

#divOuter{
	margin-top: 100px;
}

#divOuter h1{
	margin-bottom: 70px;
	color: #555;
	text-align: center;
}

#divOuter h2{
	color: #555;
	font-weight: 400;
	font-size: 27px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
}

.btn-shadow.btn-shadow-success{
	background-color:#97C73D;
	color: #3F475A;
}

.features-section .header h2{
	line-height: 1.5;
}

.features-section .feature .info p{
	font-size: 15px;
}

.signup-cta a, .signup-cta a:hover, .signup-cta a:active{
	background-color: #4786c6 !important;
}

.footer .menu p{
	margin-top: 30px;
	color: #f7f7f7;
	font-size: 13px;
}

.footer .newsletter .signup form input[type="submit"], .footer .newsletter .signup form input[type="submit"]:hover{
	background-color:#4786c6;
}

.footer--light .menu ul li a{
	color:#4786c6;
}

.ce-textpic{
	border-bottom: 1px solid #ddd;
	margin: 0 0 60px 0;
	padding-bottom: 60px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

h3{
	font-size: 24px;
}

@media(max-width: 768px){
	.ce-textpic > div{
		float: none !important;
	}
}


@media(min-width: 769px){
	.ce-left .ce-gallery img{
		margin-right: 30px;
	}
	.ce-right .ce-gallery img{
		margin-left: 30px;
	}
	.footer--dark .newsletter h3{
		width: 90%;
		float: right;
		text-align: left;
	}
}

.footer .credits a{
	color: #a3aab5;
	margin-right: 10px;
	padding: 5px;
}

.footer .credits a:hover{
	color: #f7f7f7;
	text-decoration: none;
}

/*KONTAKTFORMULAR*/

@media(min-width: 769px){
	#kontaktformularmitDatenschutz-Checkbox-24{
		width: 33%;
		margin: auto;
	}
}

#kontaktformularmitDatenschutz-Checkbox-24 .form-group{
	margin-bottom: 40px;
}

#kontaktformularmitDatenschutz-Checkbox-24 .form-check-label{
	padding-left: 0px;
}

#kontaktformularmitDatenschutz-Checkbox-24 .form-check-label input{
	margin-right: 15px;
}
