html, button, input, select, textarea {
	color: #222;
}
html, body {
	height: 100%;
}
html {
	font-size: 100,01%;
}
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* oxygen-regular - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oxygen-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oxygen-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oxygen-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oxygen-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oxygen-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oxygen-300.svg#Oxygen') format('svg'); /* Legacy iOS */
}

body {
	font-family: "Quicksand";
	font-size: 16px;
  line-height: 1.2;
	color: #303030;
	-webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
img {
	vertical-align: middle;
}
.col-md-4 {
	padding-bottom: 20px;
}
.row {
	margin-right: 0px;
	margin-left: -15px;
}
.navbar-default {
	border-color: transparent;
	background-color: #dadada;
}
.navbar-inverse .navbar-brand {
	font-weight: 500;
	font-size: 20px;
}
.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}
a img {
	background: white;
}
.odd a img {
	background: #e8f2f7;
}
ul, ol {
	list-style: none;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: "Oxygen", sans-serif;
	color: #333;
}
h2 {
	font-size: 36px;
	color: #777;
}
h3 {
	font-size: 1.64em;
}
.heading {
  margin-bottom:2em;
}
/* Paragraph & Typographic */
p {
	line-height: 1.75em;
	margin-bottom: 0.75em;
}
p.desc {
	font-size: 1.2em;
  margin-bottom:2em
}
.centered {
	text-align: center;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 300;
}
small {
	font-size: 0.6em;
}
/* Links */
a {
	color: #4abcc5;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #c0392b;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Site Sections  */
#header {
	text-align: center;
}
#header h1 {
	color: #ffffff;
  margin-top:50px;
	font-size: 3.1em;
	font-weight: 400;
}
#header p {
	color: #fff;
	font-size: 1.75em;
	letter-spacing: 1.5px;
  line-height:1.5em;
}
#about {
	background: #fff;
	padding: 3.75em 0;
}
#about img {
	margin-top: 3.25em;
}
#services {
	background: #e8f2f7;
	padding: 3.25em 0;
	text-align: center;
}
#services .fa {
	color: #50a4c8;
}
#services p {
	text-align: center;
}
#teaching {
	background: #fff;
	padding: 3.25em 0;
}
#teaching h4 {
	padding-top: 0.625em;
}
#teaching p.desc {
	margin-top: 2.5em;
	margin-bottom: 1.1em;
}
#teaching .img-thumbnail {
	height:150px;
}
#faq {
	background: #e8f2f7;
	padding: 3.75em 0;
}
#faq .panel-default {
	margin-bottom: 0.5em;
}
#faq .panel-heading [data-toggle="collapse"]:after {
  font-family: 'FontAwesome';
  content: "\f138";
  float: right;
  color: #F58723;
  font-size: 1.125em;
  line-height: 1.375em;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#faq .panel-heading [data-toggle="collapse"].collapsed:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #454444;
}
#contact {
	background: #fff;
	padding: 3.75em 0;
	text-align: center;
}
#contact .address i {
  margin-top:1.25em;
}
#contact .form {
	padding: 1.875em 0;
}
#contact .fa {
	color: #50a4c8;
	margin-bottom: 0.625em;
}
#contact .text-danger {
	color: #e74c3c;
	text-align: left;
	margin: 0;
}
#contact .btn {
	font-size: 1.125em;
	margin-top: 1.875em;
	background-color: #50a4c8;
	color: #fff;
	border: 0;
}
#contact .btn:hover, #contact .btn:focus {
	background-color: #4287a5;
	outline: 0px;
}
#footer {
	background: #2b2b2b;
	padding: 25px 0 15px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#footer span.copyright {
	line-height: 40px;
	color: #888;
	font-weight: 400;
}
#footer span.copyright a {
	color: #888;
	border-bottom: 1px dotted;
}
#footer span.copyright a:hover {
	color: #50a4c8;
	text-decoration: none;
}
#footer h4 {
	color: white;
}
ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 24px;
	outline: 0;
	color: #999;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #50a4c8;
}
/*  Impressum  */
.lightbox .box {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
   	min-width:50%;
    height:90%;
    margin: 2% auto;
    padding:20px;
    background-color:#FFF;
    box-shadow: 0px 1px 26px -3px #777777;
    overflow:auto;
    }
    .lightbox .title {
        margin:0;
        padding:0 0 10px 0px;
        border-bottom:1px #ccc solid;
        font-size:22px;
        }
    .lightbox .content {
        display:block;
        padding:10px 0 0 0px;
        font-size:18px;
        line-height:22px;
        }
    .lightbox h4 {
        font-weight:bold;
        }
    .lightbox .close {
        float:right;
        display:block;
        text-decoration:none;
        font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size:22px;
        color:#858585;
        }
.lightbox {
    /** Hide the lightbox */
    display: none;
    /** Apply basic lightbox styling */
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color:#333333;
    overflow:auto;
    }
.lightbox:target {
    /** Show lightbox when it is target */
    display: block;
    outline: none;
}
/* ReCaptcha */
.g-recaptcha > div {
  margin: 0 auto;
}

/* MEDIA QUERIES */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	/* Images */
	#teaching .img-thumbnail {
		margin-top: 1.5em
	}
}
/* Medium Devices, Desktops */
@media screen and (max-width : 992px) {
  #about img {
    margin-left:auto;
    margin-right:auto
  }
	#contact .address i.fa-envelope-o {
		margin-top: 0em
	}
}
@media screen and (max-width:768px) {
  #header h1 {
    font-size: 2.5em;
    line-height: 1.2em
  }
  #header p {
    font-size: 1.25em;
    line-height: 1.8em
  }
  #services .fa {
    margin-top:1em;
  }
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  #header h1 {
		font-size: 1.8em;
		line-height: 1.2em
	}
	h3 {
		font-size: 1.3em;
	}
	#header p {
		font-size: 1.1em;
		line-height: 1.4em
	}
	#about p, #about h3 {
		text-align: center
	}
	#about h3 {
		margin-top:2em
	}
	.heading {
		margin-bottom: 1.8em
	}
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}
