/*
Theme Name:   Ocean WP Child-Theme 
Description:  Child-Theme für das Theme generatepress 
Author:       Ludger Soggeberg 
Author URI:   https://www.mytuberadio.de
Template:     oceanwp
Version:      1.0 beta
*/

@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}


#anfrage {
  /*background:#303F9F;*/
  padding:20px 15px 0 15px;
  border-radius:5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.form_half {
width: 49.5%;
float: left;
margin-right: 1%;
margin-bottom: 3.6%;
}
.form_half_last {margin-right:0;
}
#anfrage input {
  /*width:100%;*/
}
#anfrage  input[type=submit] {
  width:100%;
}
#anfrage input[type="submit"] {
  background:#FFA500;
  padding:20px;
  font-size:18px;
  border-radius:10px;
}
#anfrage input[type="submit"]:hover {
  background:#8BC34A;
}

#anfrage input {
  border:1px solid #DDDDDD;
  background:#FCFCFC;
}

#anfrage textarea {
  border:1px solid #DDDDDD;
  background:#FCFCFC;
}

#anfrage input:not([type="submit"]):focus {
  border:1px solid #ffa500;
  background:#FFF9C4;
}

#anfrage textarea:focus {
  border:1px solid #ffa500;
  background:#FFF9C4;
}

#anfrage div.wpcf7-response-output {
  background:#fff;
  padding: 1.5em 1em;
}
#anfrage span.wpcf7-not-valid-tip {
	font-size: 14px;
}

#anfrage .acceptance {
	font-size: 60%;
}

@media (max-width: 767px) {

	.form_half {
	width: 100%;

	}
}






