

/* ==========================================================================
   Author's custom styles
   ========================================================================== 
   font-family:'Futura W01 Medium';
font-family:'Futura W01 Book';
font-family:'Futura W01 Heavy';
   */

body, h1, h2, h3, h4, p { font-family: 'Futura W01 Book', sans-serif, Arial; }

.container {
	position: relative;
}

#headline {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 400px;‚	
}

strong {
	font-weight: 700;
}

h1 {
	font-size: 30px;
	margin-bottom: 20px;
}

h2 {
	font-size: 21px;
	line-height: 36px;
	color: #000;
	text-align: center;
	margin-top: 0px;
}

h3 {
	font-size: 17px;
	line-height: 23px;
	font-family: 'Futura W01 Heavy', sans-serif, Arial;
	margin-bottom: 5px;
}

p {
	font-family: 'Athelas W01 Regular', sans-serif, Arial;
	font-size: 18px;
	line-height: 23px;
	color: #444;
	text-align: justify;
	hyphens: auto;
	  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;

}

.zitat {
	text-align: center;
	font-family: 'Futura W01 Heavy', sans-serif, Arial;
	font-size: 20px;
	line-height: 32px;
	color: #333;	
	letter-spacing: 0.5px; 
	margin-top: 15px;
	margin-bottom: 20px;
}

hr {
	border-top: 1px solid #444;
}

.zwei-spalten {

	margin-left: 15%;
	margin-right: 15%;
}

.rot-font {
	color: rgb(174,46,36);
}

a {
	color: #555;
	text-decoration: underline;
}


a:hover {
	color: rgb(174,46,36);
	text-decoration: none;
}


a.website {
	color: #999;
	text-decoration: none;
}


a.website:hover {
	color: #e5007d;
	text-decoration: none;
}

.img-margin {
	margin-bottom: 15px;

}

.dotted-line {
	border-bottom: 1px dotted #333;
}

.margin-hello {
	margin-top: 50px;
	margin-bottom: 0px;
}

.presenter {
	margin-top: 0px;
	margin-bottom: 0px;
}



footer {
	margin-top: 50px;
}

.btn-primary {
	background: #EEE;
	text-decoration: none;
	text-shadow: none;
	padding: 8px 20px;
	color:#333;
	border-bottom: 1px solid #ae2e24;
	border-top: 1px solid #ae2e24;
	font-size: 15px;

}

.btn-primary:hover {
	background: #e5007d;
	text-decoration: none;
}

.modal-dialog {
	width: 100%;

}

@media (min-width: 768px) {
	.modal-dialog {
	width: 60%;
	}

}

.modal-body p {
	padding:0;
}

.modal-header {
	background: #ae2e24;
}

.modal-header h2 {
	color: #fff;
}

.modal-body h3, .modal-body p {
	text-align: center;
}

