/* ==========================================================================
Fonts
========================================================================== */

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans Bold';
    src: url('../fonts/PTSans-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Instrument Serif';
    src: url('../fonts/InstrumentSerif-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}


/* ==========================================================================
General Body
========================================================================== */

body {
    position: relative;
	font-family: "PT Sans", sans-serif;
	font-size: 17px;
	/*color: #000;*/
	direction: ltr;
	margin: 0;
	padding: 0;
	padding-top: 61px;
}


/* ==========================================================================
Utilities
========================================================================== */

.display-none, .display-hide {
	display: none !important;
}

.bold {
	font-weight: 700 !important;
}

.no-border {
	border: none !important;
}

.inline {
	display: inline;
}

.no-break {
	white-space: nowrap;
}

.img-responsive {
	width: 100%;
}

.no-margin {
	margin: 0 !important;
}

.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-50 { margin-bottom: 50px; }


/* ==========================================================================
Colors
========================================================================== */

.black  { color: #000000 !important; }
.blue   { color: #428bca !important; }
.brown  { color: #a37343 !important; }
.green  { color: #5cb85c !important; }
.grey   { color: #aaaaaa !important; }
.orange { color: #ea863b !important; }
.pink   { color: #f277bd !important; }
.red    { color: #d9534f !important; }
.white  { color: #ffffff !important; }
.yellow { color: #F9E132 !important; }


/* ==========================================================================
Typography
========================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: "Instrument Serif", sans-serif;
	font-weight: 400;
	margin: 0;
	color: #000;
}

h1 {
	font-size: 55px;
	margin-bottom: 40px;
    /*color: #029ce6;*/
}

h2 {
	font-size: 45px;
	margin-bottom: 20px;
    color: #000;
}

h3 {
	font-size: 35px;
	margin-bottom: 20px;
}

h4 {
	font-size: 30px;
}

p {
	line-height: 25px;
	margin-bottom: 18px;
}

p.lead {
	font-size: 22px;
	line-height: 30px;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #029ce6;
	text-decoration: none;
	text-shadow: none;
}

a:hover {
	color: #009ae4;
	text-decoration: none;
}

b, strong, .bold {
    font-family: "PT Sans Bold", sans-serif;
    font-weight: normal;
}

ul {
    padding-left: 20px;
}


/* ==========================================================================
Containers
========================================================================== */

.block {
	padding: 50px 0;
    position: relative;
}

.slider {
	position: relative;
	background: #f9f9f9;
}

.parallax {
    height: 550px;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 52px;
    line-height: 1.2;
    text-align: center;
    padding: 20px;
}
.parallax > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#start {
    background: #333;
    color: #fff;
}
#start h1 {
    color: #fff;
}

#fotobox {
    background: #019e00;
    color: #fff;
}
#fotobox h2 {
    color: #fff;
}
#lehrer {
    background: #333;
    color: #fff;
}
#lehrer h2 {
    color: #ddd;
}
#cd {
    background: #eee;
}
#location {
    background: #eee;
}

#footer {
	padding: 24px 0;
	background: #333;
	color: #aaa;
	font-size: 14px;
}

.go2top, .go2top:focus {
    position: fixed;
    right: 15px;
    bottom: 15px;
    color: #999;
    width: 34px;
    height: 34px;
    border: 1px solid #999;
    border-radius: 50% !important;
    text-align: center;
    padding: 8px 0px 0px 1px;
    z-index: 1025;
    font-size: 14px;
    line-height: 1;
    opacity: 0.6;
}
a.go2top:hover {
	color: #aaa;
}


/* ==========================================================================
Bootstrap Customize
========================================================================== */

.close {
    position: absolute;
    top: 2px;
    right: 12px;
    font-size: 36px;
    color: #666;
}

.modal-body {
    padding: 40px;
}

.btn-primary {
	background: #029ce6;
	border-color: #029ce6;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background: #555;
	border-color: #555;
}

/*
.btn-secondary {
    background: #f3ce01;
    border-color: #f3ce01;
}
*/

.btn-xs {
    padding: 1px 6px;
    font-size: 14px;
}


/* ==========================================================================
Navigation
========================================================================== */

.navbar {
    /*height: 61px;*/
    background: #fff;
    border-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

.navbar-light .navbar-nav {
    background: #fff;
}

.navbar-light .navbar-nav .nav-link {
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    color: #555;
    padding: 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #222;
    background-color: #f5f5f5;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.active:focus {
    color: #fff;
    background-color: #029ce6;
}

.navbar-light .navbar-toggler {
    margin-right: 10px;
}

.navbar-brand {
    padding: 8px;
}
.navbar-brand img {
	height: 44px;
}


/* ==========================================================================
Portfolio
========================================================================== */

.mix-filter {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.mix-filter li {
	color: #555;
	cursor: pointer;
	padding: 6px 15px;
	margin-right: 2px;
	margin-bottom: 5px;
	background: #eee;
	display: inline-block;
}
.mix-filter li:hover,
.mix-filter li.active {
	color: #fff;
	background: #97ba40;
}

.mix-grid .mix {
	display: none;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.mix-grid .mix .mix-inner {
	position: relative;
	width: 100%;
}

.mix-grid .mix a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #333;
	opacity: 0;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.mix-grid .mix:hover a {
	opacity: 0.4;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.mix-grid .mix a i {
	color: #fff;
	font-size: 98px;
	padding-top: 50%;
	margin-top: -50px;
}


/* ==========================================================================
Media Queries
========================================================================== */

@media (max-width: 991px) {

    .parallax {
        font-size: 44px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 8px;
    }

}

@media (min-width: 768px) {


}

@media (max-width: 767px) {

    h1 {
        font-size: 36px;
        margin-bottom: 16px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 25px;
    }

	p.lead {
		font-size: 17px;
		line-height: 25px;
	}

    .block {
        padding: 25px 0;
    }

	.parallax {
		/*background-position: center center;
		background-size: cover;*/
		height: 300px;
        font-size: 32px;
	}

    #start {
        padding-bottom: 25px;
    }

    .modal-body {
        padding: 25px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px;
    }

	.margin-bottom-xs {
		margin-bottom: 25px;
	}

}

@media (max-width: 580px) {


	small {
		display: block;
	}

}

@media print {

	.hidden-print {
		display: none;
	}
	.no-page-break {
		page-break-after: avoid;
	}
	a {
		border-bottom: none !important;
	}
	a[href]:after {
		content: "";
	}

	body {
		background-color: #fff !important;
	}
	header {
		display: none;
	}

	footer {
		display: none;
	}

}
