@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700&subset=latin,latin-ext);
/* Set assets path for different color variation */

/* Zen Green */

/*#b2cd49;*/

/* Blue Variation*/

/* Purple Variation
$contact-background: #614e90;
$services-h2-background: $contact-background;
$custom-header: $form-button;
$contact-header-color: #bba7ef;
$address: $contact-header-color;
$address-border: $contact-header-color;
$dark-color: #272727;
$services-h3: $contact-header-color;
$menu-hover: $contact-header-color;
$member-image-border: $contact-header-color;*/

.main .container:after, .slider:after, .abstract:after, .services:after, .educations:after, .about:after, .team:after, .services .service:after, .educations .educations-slide:after, .educations .single:after, .team .member .image:after, .footer ul:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.educations .educations-slide div img:hover, .educations .educations-slide div img.active {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(100%);
}


body, h1, h2, h3, h4, h5, h6, ul, li, form, div, p {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

body {
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  color: #5f5e5d;
  background: #272727 url(../images/pattern_bamboo1.jpg);
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}

div {
  width: auto;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
  outline: none;
  color: #5f5e5d;
}

a:hover {
  text-decoration: none;
}

.main {
  text-align: left;
}

.main .container {
  max-width: 960px;
}

@media all and (max-width: 960px) {
  .main .container {
    width: 96%;
  }
}

.header, .main {
  background: whitesmoke url(../images/pattern_lightpaperfibres.jpg);
}

.header {
  width: 100%;
  z-index: 10;
  padding-top: 38px;
  position: relative;
}

@media all and (max-width: 768px) {
  .header {
    padding-top: 150px;
    background: #ffffff;
  }
}

.header h1 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header h1:hover {
  top: -6px;
}

@media all and (max-width: 768px) {
  .header h1:hover {
    top: 0;
  }
}

.header h1 a {
  width: 150px;
  height: 150px;
  display: block;
  text-indent: -9999px;
  background: #272727 url(../images/logo.png);
}

.menu {
  background: #064b8e;
}

.menu ul {
  text-align: center;
}

.menu ul li {
  display: inline-block;
}

.menu .left-side {
  padding-right: 105px;
}

.menu .right-side {
  padding-left: 105px;
}

@media all and (max-width: 768px) {
  .menu .right-side, .menu .left-side{
    padding-left: 0;
    padding-right: 0;
  }
}

.menu li a {
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 25px 15px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media all and (max-width: 768px) {
  .menu li a {
    padding: 25px 5px;
    font-size: 16px;
  }
}


.menu li a.active, .menu li a:hover {
  color: #272727;
}

.slider {
  /* used on parallex version */
  background: white url(../images/slider.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
  /*
  background: #000; //used on video version combined with opacity of video
  */
}
@media all and (max-width: 768px) {
  .slider {
    background: white url(../images/slider_mob.jpg) 50% 0 no-repeat fixed;
  }
}



.slider .container {
  position: relative;
  max-width: none;
}

.headerslide {
      width: 100%; /* full width */
    height: 160px; /* height of carousel */
    margin-right: 10px;
  
  padding: 176px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (max-width: 768px) {
  .headerslide {
    padding: 76px 0;
  }
}

.headerslide div {
  text-align: center;
  width: 66%;
  padding: 10px 0;
  text-transform: uppercase;
  color: white;
  font-size: 36px;
  line-height: 40px;
  border-bottom: 5px solid white;
  border-top: 5px solid white;
}

@media all and (max-width: 768px) {
  .headerslide div {
    font-size: 20px;
    line-height: 30px;
    width: 90%;
  }
}

.headerslide div strong {
  font-size: 42px;
}

@media all and (max-width: 768px) {
  .headerslide div strong {
    font-size: 28px;
  }
}


.abstract, .services, .educations, .about, .team {
  margin-top: 25px;
  margin-bottom: 25px;
}

.abstract {
  width: 100%;
  text-align: center;
}

@media all and (max-width: 768px) {
  .abstract {
    width: 100%;
  }
  .about{
    margin-bottom: unset;
  }

}


.abstract h2 {
  font-size: 20px;
}

.abstract h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.abstract h4 {
  font-size: 16px;
  margin-bottom: 15px;
}

.abstract blockquote {
  font-style: italic;
}

.abstract h2, .about h2{
  text-align: center;
  overflow: hidden;
  color: #4d4d4d;
  font-weight: normal;
  text-transform: none;
}

.abstract h2:before, .abstract h2:after, .about h2:before, .about h2:after, .contact h2:before, .contact h2:after{
  background: #4d4d4d;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.abstract h2:before, .about h2:before, .contact h2:before{
  right: 1.25em;
  margin-left: -50%;
}

.abstract h2:after, .about h2:after, .contact h2:after{
  left: 1.25em;
  margin-right: -50%;
}

.abstract h3, .about h3, .contact h3 {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #4d4d4d;
  color: #333333;
}

.educations {
  margin-bottom: 25px;
  text-align: center;
  clear: both;
}

.educations a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.educations .educations-slide {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f6f6f6;
  margin-top: 18px;
  z-index: 5;
  padding-bottom: 25px;
  width: 33%;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.4;
  border: 2px solid transparent;  
}

.educations-slide.is-selected {
  opacity: 1;
  border: 2px solid #064b8e;  
}

@media all and (max-width: 768px) {
  .educations .educations-slide {
    width: 100%;
  }
  .educations-slide.is-selected {
    border: 0px;  
  }
}



.educations-nav {
width: 100%;
margin-left: auto;
margin-right: auto;
}

.educations-nav .educations-nav-slide {
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
  background-color: #f6f6f6;
  margin-top: 18px;
  z-index: 5;
  padding-top: 15px;
  padding-bottom: 15px;
margin-left: auto;
  text-align: center;
  width: 14.28%;
  float: left;
  border: transparent 3px solid;
}

.educations-nav .educations-nav-slide p {

  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bolder;
  text-align: center;
  color: #000000;

}

@media all and (max-width: 768px) {
  .educations-nav .educations-nav-slide.row1  {
    width: 33.3%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .educations-nav .educations-nav-slide.row2  {
    width: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
  }


}

.educations-nav .educations-nav-slide:hover {
  border: #064b8e 3px solid;
}

.educations-nav .educations-nav-slide:focus {
  border: #064b8e 3px solid;
}

.educations-nav .is-active {
  border: #064b8e 3px solid;
}

.educations .educations-slide div {
margin: 10px;
}



.educations .educations-slide div img {
  width: 100%;
  height: auto;
  float: left;
}


.about {
  text-align: center;
}

.about .title {
  width: 100%;
}


.about h2 {
  font-size: 20px;
}

.about h3 {
  font-size: 22px;
}

.about h3, .about p {
  margin-bottom: 50px;
}

.team h4 {
  line-height: 22px;
  margin-bottom: 16px;
}

.team h4 span {
  color: #5f5e5d;
  font-style: italic;
  text-transform: none;
  font-weight: normal;
}

.team .member {
  width: 33%;
  padding-left: 12%;
  float: left;
  text-align: center;
  overflow: hidden;
}

@media all and (max-width: 768px) {
  .team .member {
    width: 50%;
    margin-bottom: unset;
    padding-left: 25%;
    padding-right: 25%;
  }
  blockquote.teamstatement{
    display: none;
  }
  .about h3 {
    margin-bottom: unset;
  }
}


.team .member .image {
  margin-bottom: 20px;
  border-bottom: 5px solid #064b8e;
  position: relative;
}

.team .member .image img {
  float: left;
  z-index: 5;
  width: 100%;
  text-align: center;
}

.team .member .image p {
  font-size: 18px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.9);
  padding: 25px;
  position: absolute;
  top: 0;
  color: white;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 768px) {
  .team .member .image p {
    font-size: .7em;
  }
}



.team .member li {
  display: inline-block;
  margin: 0 2px;
}

.team .member li a {
  font-family: 'FontAwesome';
  font-size: 14px;
  display: block;
  width: 14px;
  padding: 3px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #2b2b2b;
  background: #064b8e;
  /*background: $dark-color;
      color: $contact-header-color;*/
}

.team .member li a:hover {
  color: #064b8e;
  background: #2b2b2b;
  /*background: $contact-header-color;
        color: $dark-color;*/
}

.contact {
  background: #064b8e;
  padding: 28px 0;
}

.contact .title h2 {
  font-size: 20px;
  color: white;
}



.contact .title h2:after, .contact .title h2:before {
  background: white;
}



.contact .title h3 {
  border-bottom: none;
  font-size: 28px;
  padding-bottom: 20px;
  color: white;
}


.contact .form {
  width: 80%;
  text-align: center;
}

@media all and (max-width: 768px) {
  .contact .form {
    width: 100%;
  }
}

.contact .error, .contact .message {
  margin: 2% 2% 10px;
}

.contact .error.active {
  color: #ee2828;
  background: #fddede;
  padding: 5px 10px;
}

.contact input, .contact textarea, .contact button {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  color: white;
}

.contact input, .contact textarea {
  padding: 3px 8px;
  background: #064b8e;
  border: 1px solid white;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact input::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder {
  color: white;
}

.contact input::-moz-placeholder, .contact textarea::-moz-placeholder {
  color: white;
}

.contact input:-ms-input-placeholder, .contact textarea:-ms-input-placeholder {
  color: white;
}

.contact input {
  width: 96%;
  margin: 0 2% 2%;
  float: left;
}

@media all and (max-width: 768px) {
  .contact input {
    width: 100%;
    margin: 0 0 2%;
    float: none;
  }
}

.contact textarea {
  width: 96%;
  height: 100px;
  margin-bottom: 2%;
  resize: none;
}

@media all and (max-width: 768px) {
  .contact textarea {
    width: 100%;
    float: none;
  }
}

.contact button {
  padding: 7px 50px;
  border: 3px solid white;
  background: white;
  font-weight: bold;
  color: #064b8e;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact button:hover {
  border: 3px solid #333333;
  background: #333333;;
  font-weight: bold;
  color: white;
}

.map #map_canvas {
  height: 315px;
}

.footer {
  text-align: center;
  font-size: 15px;
  background: #272727 url(../images/pattern_bamboo1.jpg);
  color: white;
}

.footer .container {
  padding: 50px 0;
  position: relative;
}

@media all and (max-width: 768px) {
  .footer .container {
    padding: 30px 0;
  }
}

.footer .social {
  width: 45%;
}

@media all and (max-width: 768px) {
  .footer .social {
    width: 100%;
  }
}

.footer h4 {
  margin-bottom: 5px;
  color: white;
}

.footer ul, .footer p {
  margin-bottom: 50px;
}

.footer ul {
  background: #313130;
}

.footer ul li {
  font-size: 14px;
  padding: 14px;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .footer ul li {
    padding: 14px 10px;
  }
}

.footer ul li a {
  display: block;
  color: white;
  width: 26px;
  height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer ul li a:hover {
  color: #064b8e;
}

.footer .copyright {
  color: white;
  margin-bottom: 10px;
}

.footer a{
  color: white;
}
.back {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.back .container {
  position: relative;
}

.back a {
  width: 50px;
  height: 50px;
  background: #064b8e;
  text-align: center;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.back a:hover {
  bottom: -6px;
}

.anchor {
  display: block;
  height: 0px;
}

.impressum{
  background-color: #272727;
  margin-top: 50px;
}

.impressum p{
    margin-bottom: unset;
}

.faq{
  padding: 1.6rem;
  box-sizing: border-box;
  background-color: #ebebeb;
  margin-bottom: .5rem;
  color: inherit;
  font-size: 19px;
  font-weight: bold;
}

div[id^="course_details_div_"] {
  float: left;
  width: 70%;
 margin-left: 0px;
}

@media screen and (max-width: 768px) {
  div[id^="course_details_div_"] {
   width: 100%;
   
  } 
}

div[id^="course_content_div_"] {
  display: flex;
  position: relative;
}

div#Verkehrskunde>div[id^="course_"],div#Motorrad>div[id^="course_"] {
  padding: 1.6rem;
  box-sizing: border-box;
  background-color: #ebebeb;
  margin-bottom: .5rem;
  color: inherit;
  font-size: 14px;
}

div[id^="enrollment_"] {
  border: #000000 solid;
  margin: 10px;
  padding: 10px;
}

a[id^="enrollment_delete"] {
  border: #000000 solid;
  margin: 10px;
  padding: 10px;
}

a[id^="course_delete"] {
  border: #000000 solid;
  margin: 10px;
  padding: 10px;
}

a[id^="course_archive"] {
  border: #000000 solid;
  margin: 10px;
  padding: 10px;
}

a[id^="course_reactivate"] {
  border: #000000 solid;
  margin: 10px;
  padding: 10px;
}

a[id^="course_enroll"]{
  background-color: #064b8e;
  color: #ffffff;
  display: inline-block;
  width: auto;
  padding: 6px 40px;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 16px;
}

[id^="course_send"] {
  background-color: #064b8e;
  color: #ffffff;
  display: inline-block;
  width: auto;
  padding: 6px 40px;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  text-decoration: underline;
  font-family: Arial;
  bottom: 0;
  right: 0;
  margin-top: 16px;
}


div[id^="enroll_form_div_"] select[id*="title"] {
  box-sizing: border-box;
  padding: 6px 10px;
  outline: 0;
  border: 0;
  width: 100%;
  display: block;
  margin-bottom: .5rem;
  background-color: #f6f6f6;
}

div[id^="form_div_e"]>input {
  box-sizing: border-box;
  padding: 6px 10px;
  outline: 0;
  border: 0;
  width: 100%;
  display: block;
  margin-bottom: .5rem;
  background-color: #f6f6f6;
}

div[id^="form_div_e"]>input[id*="city"], div[id^="form_div_e"]>input[id*="plz"], div[id^="form_div_e"]>input[id*="name"], div[id^="form_div_e"]>input[id*="surname"], div[id^="form_div_e"]>input[id*="mobile"], div[id^="form_div_e"]>input[id*="mail"] {
  width: calc(50% - .25rem);
}

div[id^="form_div_e"] {
  display: flex;
}

div#fsowrapper {
  max-width: 960px;
}

div.course_detail_div_date {
  float: left;
  margin-right: 16px;
  clear: both
}

div[id*="c_0300_adress"] {
  margin-top: 32px;
  clear: both;
}

div[id*="c_0300_adress"]>a {
  color: #989898;
  font-style: italic;
}

div[id*="c_0400_price"]>a {
  color: #989898;
}

input[id^="e_0200_name"], input[id^="e_0500_plz"], input[id^="e_0700_mobile"] {
  margin-right: 10px;
}

fieldset[id^="enroll_form_div_fieldset_"] {
  margin-top: 24px;
}

div[id^="course_detail_div_"]>img {
  width: 14px;
  height: 20px;
  margin-right: 16px;
  vertical-align: middle;
}

div#coursefilter{
  text-align: center;
  margin-bottom: 16px;
}

div#coursefilter>span{
  cursor: pointer;
  padding: 5px;
  margin: 5px;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  border: 3px solid transparent;
  vertical-align:middle;
}

.importanttext{
  color: orange;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  div#coursefilter>span{
    margin:unset;
  }
}

div.educations-nav img{
  margin-left: auto;
  margin-right: auto 
}

div#coursefilter>span:hover{
  border: #064b8e 3px solid !important;
}



div#coursefilter>span#filter_span_Alle{
  border: #064b8e 3px solid;
}

div.course .abstract{
  margin-bottom: 20px;
}   

div.course .abstract h2{
  font-weight: bold;
}   

div[class^="filter-wrapper"]{
  display: none;
}

div.news3Container{
  float: left;
  width: 29%;
  margin: 1%;
  background-color: #f6f6f6;
  height: 200px;
  padding: 1%;
}

div.news4Container{
  float: left;
  width: 21%;
  margin: 1%;
  background-color: #f6f6f6;
  height: 140px;
  padding: 1%;
}

div.news1Container{
  clear:both;
  width: 96%;
  background-color: #f6f6f6;
  padding: 1%;
}

div.newsSection{
  clear: both;
  width: 100%;
}

div.newsSection2{
  clear: both;
  width: 100%;
  padding-top: 30px;
}

div.news{
  width: 90%;
}

div.newsSection2{
  clear: both;
  width: 100%;
  padding-top: 30px;
}

button#newsButton, button#aktionsButton{
height: 40px;
width: 280px;
background-color: #064b8e;
color: white;
font-size: medium;
border: unset;
}

@media screen and (max-width: 768px) {

  div[id^="form_div_e"] {
      display: block;
  }
  div[id^="form_div_e"]>input[id*="city"], div[id^="form_div_e"]>input[id*="plz"], div[id^="form_div_e"]>input[id*="name"], div[id^="form_div_e"]>input[id*="surname"], div[id^="form_div_e"]>input[id*="mobile"], div[id^="form_div_e"]>input[id*="mail"] {
      width: 100%;
  }
  div[id^="course_details_div_"] {
      float: unset;
  }
  div[id^="course_content_div_"] {
      display: block;
      position: unset;
  }
  a[id^="course_enroll"] {
      position: unset;
      bottom: unset;
      right: unset;
  }
  div.course_detail_div_date {
      float: unset;
  }

  div.news{
    width: 95%;
  }

  div.news3Container{
    clear: both;
    width: 96%;
    margin: 1%;
    background-color: #f6f6f6;
    height: unset;
    padding: 1%;
  }
  
  div.news4Container{
    clear: both;
    width: 96%;
    margin: 1%;
    background-color: #f6f6f6;
    height: 80px;
    padding: 1%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  /*
# = id
. = class
*/
}