/*
 Theme Name:   Chosen Child
 Template:     chosen
 Author: 	   Compete Themes
 Version: 	   1.0
 Author URI:   https://www.competethemes.com
 Description:  This is a child theme used to customize the Chosen WordPress theme.
 License: GNU  General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
 
@import url("../chosen/style.min.css");

p {
 line-height: 1.8;
 }

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.mc-field-group {
    margin: 15px 0px;
}

.newsletter-ueberschrift {
    margin: 50px 0px 30px;
}

#mc_embed_signup {
	text-align:center;
}

.ad {
	text-align:center;
}

.featured-image {
  padding-bottom: 36%;
}

.site-title {
    font-size: 2em;
}

@media (min-width: 43.75em) {
.site-title {
    font-size: 3.188em;
}
	}

@media (min-width: 68.75em) {
.site-title {
    font-size: 4.188em;
}
	}