
.col-right .inner {
	float:right;
	margin-top: 100px;
  	text-align: center;
  	padding: 20px;
	padding-top:30px;
  	background: white;
  	border-radius: 10px;
	color:var(--color-black);
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
}

.col-right .inner img {
	margin-bottom:5px;
}

.col-right .inner a {
	color:black !important;
}

.container input, .container textarea {
	width:100%;
	resize: none;
}

.container .form-group {
	margin-bottom:15px;
	text-align: left;
}

.container .title {
	font-weight:bold;
	color:white;
}

.error {
	color: white;
  	font-size: 9pt;
}

#message {
	display:none;
	font-size:14pt;
	background:#9c001c;
	padding:10px;
	border-radius:10px;
	color:white;
}

#send-message {
	width:60% !important;
	margin:0 auto;
}


.form-control::placeholder {
    	color: gray !important;
    	opacity: 0.6;     /* Für volle Deckkraft */
}

.col-right img {
	display: block;
	margin: 0 auto;
	width: 200px;
}

/* *** MEDIA QUERIES ********************************************************************** */

@media only screen and (max-width:768px) { 

section.hero-wrapper {
	display:none;
}

	
}
