/*---------------------------------------------------------------*/
/*------------------------- theme.css ---------------------------*/
/*---------------------------------------------------------------*/
/* Elements */
@import 'elements/accent_colors.css';
@import 'elements/logo.css';
@import 'elements/header.css';
@import 'elements/image_gallery.css';
@import 'elements/footer.css';
@import 'elements/address.css';
@import 'elements/form.css';
@import 'elements/quote.css';
@import 'elements/summary_list.css';
@import 'elements/partner_overview.css';
@import 'elements/call_to_action.css';
@import 'elements/blog.css';
@import 'elements/map.css';
@import 'elements/contact_with_form.css';
@import 'elements/contact_bar.css';
@import 'elements/socials.css';
@import 'elements/event_overview.css';
@import 'elements/facebook_plugin.css';
@import 'elements/cookie.css';

body.index header {
	background-color: transparent;
}

body.index > main > header {
	background-color: #2E2756;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	background-image: url('../images/solar_system.svg');
	background-repeat: no-repeat;
	background-size: contain;
    background-position: top right;
    margin-top: -4rem;
    padding-top: 4rem;
}

body > main > header > .content_container {
	flex-direction: column;
	padding: 7rem 0;
	justify-content: center;
}

body > main > header > .content_container h1 {
	margin-bottom: 0;
	font-size: 2.5rem;
}

body > main > header > .content_container h1:before {
	content: none;
}

body > main > header > .content_container p {
	font-family: 'opensans-regular', sans-serif;
	margin-top: 0;
}

h1 {
	font-family: 'opensans-semibold', sans-serif;
	margin: 0;
	color: inherit;
	text-align: inherit;
	text-transform: uppercase;
}

h1:before {
	content:"";
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	background-image: url('../images/slashes.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 0.5rem;
}

.content_container h1 {
	margin: 0 0 3rem 0;
	text-align: left;
	font-size: 1.4rem;
}

.content_container h1 + p {
	margin-top: -1.5rem;
}

h2 {
	font-size: 1.4rem;
    margin-top: 0.5rem;
}

p,
li {
	font-family: 'raleway-medium', sans-serif;
	font-size: 1rem;
    line-height: 1.65rem;
	margin: 1.5rem 0;
}

a {
	color: #CC3B68;
}

.button,
button,
form button[type="submit"] {
	cursor: pointer;
    background-color: #2E2756;
    color: #fff;
    padding: 0.5rem 3rem;
    border-radius: 3rem;
    border: 0;
    font-size: 1rem;
    position: relative;
    text-decoration: none;
    margin-top: 1rem;
    line-height: 1.2rem;
    display: inline-block;
    text-align: center;
}

iframe {
	width: 100%;
	max-width: 100%;
}


/* section styling */
@media screen and (min-width: 70rem) {
	.about {
		background-image: url('../images/graph_grey.svg'), url('../images/graph_grey_reverse.svg');
		background-repeat: no-repeat;
		background-position: bottom right, top left;
		background-size: 20rem;
	}
}

.contact {
	background-color: #d33e5f;
    padding: 3rem 0;
    background-image: url(../images/swirl.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.contact h1:before {
	content: none;
}

footer {
	flex-direction: column;
}

footer nav {
	margin-top: 2rem;
}

@media screen and (min-width: 50rem) {
	footer {
		flex-direction: row;
	}

	footer nav {
		margin-top: 0;
	}
}


/* News */
.blog .content_container {
	max-width: 50rem;
}

.blog .blogpost {
	width: 100%;
}

/* Events */
.event_overview {
    background-image: url(../images/graph_70.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 30%;
}

.event_overview .month h1:before {
	content: none;
}

.event_overview .event h1 {
	color: #CC3B68;
}

/* This hides a honeypot checkbox used to detect bots. */
input[name=accept] {
	display: none;
}
