/*
 *
 * GLOBAL
 *
 */

html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.va-helper-table {
	display: table;
	width: 100%;
	height: 100%;
}

.va-helper-cell {
	display: table-cell;
	vertical-align: middle;
}

a:active {
	position: relative;
	top: 1px;
}

p {
	word-wrap: break-word;

}

/*
 *
 * FONTS 
 *
 */

body,
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 30px;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.home header .patrice-name {
	font-family: 'Istok Web', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
word-wrap: break-word;
}

/*
 *
 * BUTTONS 
 *
 */

.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
	background-color: #022140;
	padding: 10px 20px;
}

a.button,
a.button:hover,
a.button:active,
a.button:focus {
	color: white;
	text-decoration: none;
	cursor: pointer;
	padding-bottom: 18px;
	min-width: 200px;
}

a.button span {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
}

/*
 *
 * HOME HEADER DESKTOP
 *
 */

.home header.desktop {
	margin: 0;
	padding: 0;
	height: 100vh;
	width: 100%;
	background-color: #022140;
	background-image: url('./images/bg-blue-dark.png');
}

.home header.desktop .bar-main {
	position: absolute;
	top: 25%;
	width: 100%;
}

.home header.desktop .patrice-name {
	text-align: center;
	font-weight: 400;
	font-size: 36px;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #ffffff;
}

.home header.desktop .patrice-edu {
	font-size:20px;
	margin-top: 10px;
	text-align: center;
	letter-spacing: 4px;
	color: #ffffff;
	animation: fadeIn 2s ease-in-out 0s 1;
}

.home header.desktop .bar-title {
	position: absolute;
	top: 55%;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}


.home header.desktop .bar-title-wrapper {
	overflow:hidden;
	animation: headerBar 2s ease-out 0s 1;
}

.home header.desktop .bar-title-content {
	box-sizing: border-box;
	padding-top: 45px;
	padding-bottom: 40px;
	text-align: center;
	background-color: #ffffff;
}

.home header.desktop .patrice-title {
	display: inline-block;
	font-size:30px;
	text-align: center;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
}

.home header.desktop .bar-more {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.home header.desktop .bar-more .button-more {
	display:block;
	margin: auto;
	width: 60px;
	height: 60px;
	background-image: url('./images/arrow-more.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
	cursor: pointer;
	animation: fadeIn 2s ease-in-out 0s 1;
	
}

/*
 *
 * HOME HEADER MOBILE
 *
 */
.home header.mobile {
	background-color: #022140;
	background-image: url('./images/bg-blue-dark.png');
	min-height: 150px;
	width: 100%;
}

.home header.mobile .patrice-title-wrapper {
	position: absolute;
	top: 40px;
	width: 100%;
	padding-top:3px;
	padding-bottom:3px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.home header.mobile .patrice-title {
}

.home header.mobile .patrice-title h1 {
    margin: 0;
	padding-top: 15px;
	padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: #ffffff;
    text-align: center;
}

/*
 *
 * HOME MAIN 
 *
 */

.home main section#card {
	padding-top: 60px;
	padding-bottom: 120px;
	background-image: url('./images/bg-main-section-card.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom right;
}
@media (max-width: 767px) {
	.home main section#card {
		padding: 0;
		background-image: none;
		padding-bottom: 30px;
		background-color: #eeeeee;
	}
}


.home main .card {
	margin-top: 100px;
	background-color: white;
	border-radius: 4px;
	/* background-color: #022140; */
/*	background-image: url('./images/bg-blue-light.png'); */
		background-color:#1e4258;
		background-image: none;
}
@media (min-width: 768px) {
	.home main .card {
	}
}
@media (max-width: 767px) {
	.home main .card {
		margin-top: 0px;
	}
}

.home main .card .row {

}

.home main .card .col-card {
	padding: 0;
}

.home main .card .col-card-right {
	background-color: #ffffff;
}

.home main .card #portrait {
	width: 100%;
	border-radius: 4px 0 0 0;
}
@media (max-width: 767px) {
	.home main .card #portrait {
		border-radius: 0
	}
}

.col-social {
	text-align: right;
	margin-top: 16px;
}
@media (max-width: 767px) {
	.col-social {
		margin-top: 35px;
	}
}

.social-link svg {
	fill: white;
	margin-left: 15px;
	width: 30px;
	height: 30px;
}

.home main #card-content {
	padding: 80px;
	padding-top: 70px;
	padding-bottom: 70px;
}
@media (max-width: 767px) {
	.home main #card-content {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		background-color: #eeeeee;
	}
}

.home main #card-content h1 {
	text-transform: uppercase;
	color: #265077;
}
@media (max-width: 767px) {
	.home main #card-content h1 {
		display: none;
	}
}
@media (max-width: 1199px) {
	.home main #card-content h1 {
		font-size: 30px;	
	}
}

.home main .card aside {
	height: 225px;
	text-align: center;
	color: white;
	border-radius: 0 0 0 4px;
}

.home main .card aside #card-name {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 28px;
}

.home main .card aside #card-title {
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 5px;
}

#button-mail {
	min-width: 260px;
	background-color: #265077;
	margin-right: 20px;
	margin-top: 10px;
	padding-left: 70px;
	background-image: url('./images/icon-mail.png');
	background-size: 40px;
	background-position: 15px center;
	background-repeat: no-repeat;
}

#button-phone {
	min-width: 260px;
	background-color: #265077;
	margin-top: 10px;
	padding-left: 55px;
	background-image: url('./images/icon-phone.png');
	background-size: 40px;
	background-position: 15px center;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {

	#button-mail,
	#button-phone {
		width: 100%;
		margin-bottom: 5px;
	}
}
@media (max-width: 1199px) {

	#button-mail,
	#button-phone {
		width: 100%;
	}
}


/*
 *
 * HOME DESCRIPTION 
 *
 */

.home section#description {
	background-color:#ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
}

.home section#description ul {
	margin: auto;
	max-width: 600px;
	padding: 0;
	text-align: left;
	list-style: none;
	margin-top: 50px;
}

.home section#description ul li:before {
}

.home section#description ul li div {
	display: flex;
	align-items: center;
}

.home section#description ul li img {
	min-width: 35px;
	min-height: 35px;
	margin-right: 15px;
	position: relative;
	top: -5px;
}

.home section#description ul li {
	line-height: 22px;
	margin-top: 35px;
}

.home section#description p {
	margin-top: 35px;
	margin-bottom: 35px;
}

.home section#description h2 {
	text-align: center;
	font-weight: 700;
	font-size: 40px;
}
@media (max-width: 767px) {

	.home section#description h2 {
		font-size: 30px;
	}

}

.home section#description p {
	text-align: center;
}

.home section#description .underline {
	width: 100px;
	height: 5px;
	background-color: #265077;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}


/*
 *
 * FOOTER 
 *
 */

footer section#footer-address {
	padding-top: 30px;
	background-image: url('./images/bg-blue-light.png');
	color: #fff;
	padding-bottom: 30px;
}

footer section#footer-links {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('./images/bg-blue-dark.png');
}

footer #link-impressum,
footer #link-home,
footer #link-policy {
	float: right;
}

footer #link-impressum,
footer #link-home {
	padding-right: 20px;
}


footer #copyright {
	display: inline-block;
	color: #ffffff;
}

footer section#footer-links a,
footer section#footer-links a:hover,
footer section#footer-links a:active,
footer section#footer-links a:focus {
	color: #ffffff;
}

@media (max-width: 767px) {

	footer #link-impressum,
	footer #link-home,
	footer #link-policy {
		width: 100%;
		text-align: right;
		padding-right: 0;
	}
}

/*
 *
 * GENERIC 
 *
 */

.generic header {
	height: 300px;
	background-image: url('./images/bg-blue-dark.png');
}

.generic header .container,
.generic header .row,
.generic header .col-header {
	height: 100%;
}

.generic header h1 {
	position: absolute;
	bottom: 20px;
	color: #ffffff;
	font-weight: 700;
}
@media (max-width: 767px) {

	.generic header h1 {
		font-size: 20px;
	}
}

.generic main {
	padding-top: 60px;
	padding-bottom: 60px;
}

.error-message {
	font-size: 22px;
	min-height: 400px;
}

.generic h4 {
	font-style: italic;
}


.col-content-policy strong {
	display: block;
	margin-top: 50px;
	font-size: 18px;
}
.col-content-policy b {
	display: block;
	margin-top: 35px;
	font-size: 14px;
}
