/*
 Theme Name:   Astra Child
 Description:  Mein Astra
 Author:       Michael Ackermann
 Author URI:   https://www.studio-m3.de
 Template:     astra
 Version:      1.0
 Text Domain:  astra-child
*/


/* You can start adding your own styles here. Use !important to overwrite styles if needed. */


/* ----- GRUNDLAGEN ----- */

body {
	/*font-family: arial, sans-serif;*/
	/*font-weight: 300;*/
	/*font-size: 100%;*/
	-ms-hyphens: none;
  	-webkit-hyphens: none;
	hyphens: none;
}



/* ----- SCHRIFTEN ----- */

h2.lineafter:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
	margin-left: 15px;
    top: 50%;
    background-color: black;
}

.gross {
	font-size: 2em;
}


/* ----- studio-m3 Link im Footer ----- */

.ast-footer-copyright a {
		color:#ffffff;
}

.ast-footer-copyright a:hover, a:active {
		color:#989898;
}

#menu-footer a:hover {
	color: #989898;
}

/* ----- Contact Form 7 SENDEN Button ----- */

 input.wpcf7-submit {
	border: 1px solid	#3a3a3a;
	background-color: #ffffff;
}

 input.wpcf7-submit:hover {
	border: 1px solid	#3a3a3a;
	color: #ffffff;
	background-color: #989898;
}


@media screen and (max-width: 920px) {
	h4.entry {
		font-size: 60px;
	}
	p.entry {
		font-size: 18px;
	}
}

@media screen and (min-width: 1400px) {
	h4.entry {
		font-size: 130px;
	}
	p.entry {
		font-size: 30px;
	}
}