/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=91dc87c57bb48a8bd362)
 * Config saved to config.json and https://gist.github.com/91dc87c57bb48a8bd362
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/* lädt font von google*/
@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700);

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,400&display=swap');

}

html, body {/* beide elemente werden angesprochen*/
	height: 100%;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}


.subtitle {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 0.2rem;
	text-align: center;
	margin-top: 150px;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 4rem;
	line-height: 1;
	text-align: center;
	margin-top: 150px;
	margin-bottom: 2rem;
}

@media (max-width: 800px) {
	h5 {
		font-size: 40px;
	}
	.subtitle {
		font-size: 20px;
	}
}

h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	text-align: center;
	color: #898989;
	margin: 0;
	position: relative;
}


p.intro {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	margin-top: 0px;
	text-align: center;
}

.highlight {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	margin-top: 0px;
	text-align: center;
	color:#D74652;
}

.imgsub-intext {
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #858585;
	text-align: center;
	margin-bottom: 100px;
}

@media (max-width: 400px) {
	h1 {
		font-size: 26px;
	}
	.navbar-items li {
		font-size: 10px;
	}
	p {
		margin-top: 10px;
	}
}

.links-intext a {
	float: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 5px;
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	display: block;
	position: relative;
	color:#19375c;
	letter-spacing : 2px;
	text-decoration: none;
}

.links-intext a:hover {
	color: #D74652;
	text-decoration: underline;
	transition: ease-in-out;
}

.imgbig {
	/*float:center;*/
	margin-top: 20px;
	max-width: 90%;
}


/*----------- content----------*/
.lead {
	font-size: 17px;
	text-align: left;
	font-weight: 300;
}



/* LIGHTBOX*/

.lightbox {
	/** Default lightbox to hidden */
	display: none;
	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	transition: all 1s;
}

.lightbox img {
	/** Pad the lightbox image */
	max-width:80%;
	max-height: 80%;
	margin-top: 2%;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;
	/** Unhide lightbox **/
	display: block;
	text-decoration: none;
}

.imgsub {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}

.imgsub-copyright {
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
	letter-spacing: normal;
	color: #d0d0d0;
}

a:hover {
	text-decoration: none;
}