@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700,900);
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700,900);
@import url(//fonts.googleapis.com/css?family=Open+Sans);
/*========================================================
										Main layout styles
=========================================================*/
body {
  background: #fafafa;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h2 {
  padding: 100px 0 10px 0;
  font-size: 30px;
}
a h3,
a h4,
a:hover h3,
a:hover h4 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #f6af33;
}
::selection {
  color: #ffffff;
  background: #f6af33;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #fff;
  padding: 14px 0;
}
#header h1 {
  text-align: center;
  margin: 29px 0 35px 0;
}
#header h1 a {
  color: #f6af33;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 27px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* Main menu styles
========================================================*/
.sf-menu {
  float: right;
  width: 100%;
  text-align: center;
}
.sf-menu > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 10px 27px 10px 22px;
  background: url(../images/menu_sep.png) no-repeat left;
}
.sf-menu > li > a {
  display: inline-block;
  background: #fff;
  color: #444;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  letter-spacing: -0.6px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  color: #f6af33;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.current a {
  color: #f6af33;
}
.sf-menu > li.sfHover > a {
  color: #f6af33;
}
.sf-menu li:first-child {
  background: none;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 46px;
  left: 0;
  background: #fff;
  width: 109px;
  z-index: 2;
  display: none;
  box-shadow: 1px 1px 0px #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
.sf-menu ul li a {
  line-height: 35px;
  color: #444;
  display: block;
}
.sf-menu ul li a:hover {
  color: #fff;
  background: #f6af33;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 109px;
  z-index: 4;
  width: 109px;
}
.sf-menu ul ul li {
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-color: #f6af33;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff;
  padding: 10px 0;
  z-index: 999;
}
.isStuck h1 {
  display: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0;
  background: #fafafa;
  overflow: hidden;
}
h2 {
  font-size: 60px;
  color: #444;
  padding-top: 60px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-align: center;
}
h3 {
  font-size: 24px;
  color: #313131;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-align: left;
}
h4 {
  color: #f6af33;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-align: center;
  margin: 4px 0;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #777;
  margin: 6px auto;
  word-wrap: break-word;
  letter-spacing: 0.3px;
}
.btn {
  width: 134px;
  height: 49px;
  background: none;
  color: #f6af33;
  border: 3px solid #f6af33;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 900;
  display: block;
  text-align: center;
  line-height: 49px;
}
.btn:hover {
  color: #fff;
  background: #f6af33;
}
.follow_us .fa {
  color: #fff;
  font-size: 40px;
  margin-right: 37px;
}
.follow_us .fa:hover {
  color: #f6af33;
}
.slogan {
  background: #f6af33;
  min-height: 5px;
}
.top-filler {
  width: 100%;
  border-top: 3px solid #eaeaea;
  height: 1px;
}
@media only screen and (max-width: 480px) {
  .date {
    font-size: 40px !important;
    margin-top: 30px;
  }
  h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 320px) {
  h2 {
    font-size: 30px;
  }
}
/*	Main page - index
=================== */
.index p {
  max-width: 780px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #777;
  margin: 20px auto;
  word-wrap: break-word;
}
.index .block-1 {
  margin-bottom: 35px;
}
.index .block-2 {
  padding-bottom: 45px;
}
.index .block-2 p {
  margin-top: 16px;
  margin-bottom: 24px;
}
.welcome {
  margin-bottom: 56px;
}
.welcome p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.full-width-container {
  width: 100%;
  position: relative;
  background: #eaeaea;
}
.instr-align {
  position: relative;
  float: left;
  margin-top: -149px;
  left: 50%;
}
.instr-align h2 {
  color: #fff;
  background: #313131;
  line-height: 150px;
  padding: 0 40px;
  position: relative;
  float: right;
  right: 50%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .instr-align {
    margin-top: -119px;
  }
  .instr-align h2 {
    line-height: 120px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 979px) {
  .instr-align {
    margin-top: -79px;
  }
  .instr-align h2 {
    line-height: 80px;
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .instr-align {
    margin-top: -69px;
  }
  .instr-align h2 {
    line-height: 70px;
    font-size: 30px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .instr-align {
    margin-top: -49px;
  }
  .instr-align h2 {
    line-height: 50px;
    font-size: 20px;
  }
}
.half_width {
  width: 50%;
  float: left;
}
.half_width img {
  width: 100%;
  height: auto;
}
.block-content h2 {
  padding-bottom: 35px;
  padding-top: 49px;
}
.block-content .block_item {
  border-bottom: 3px solid #eaeaea;
  border-top: 3px solid #eaeaea;
  padding: 29px 0 25px;
  position: relative;
  z-index: 1;
  margin-top: -3px;
  display: block;
}
.block-content .block_item p {
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: 0.2px;
  font-family: 'Open Sans', sans-serif;
}
.block-content .block_item img {
  width: 100%;
}
.block-content .block_item .grid_3 {
  background: #f6af33;
}
.block-content .block_item:hover {
  border-bottom: 3px solid #f6af33;
  border-top: 3px solid #f6af33;
  z-index: 2;
}
.block-content .block_item:hover img {
  opacity: 0.5;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.block-content .date {
  font-size: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #f6af33;
  margin: -9px 0 19px;
}
.block-content .btn {
  margin: 0 auto;
  margin-top: 37px;
}
@media only screen and (max-width: 767px) {
  .block_item .grid_3 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  #block-content .date {
    font-size: 40px;
  }
}
.contacts {
  background: url(../images/contact_bg.jpg) no-repeat #f6af33;
  background-size: cover;
  width: 100%;
  padding-top: 193px;
  padding-bottom: 134px;
  margin-top: 56px;
}
.contacts h3 {
  color: #fff;
  margin-bottom: 63px;
}
.contacts p {
  color: #ffffff;
}
.contacts .phone p {
  margin-bottom: 0;
}
.contacts .phone p:last-child {
  margin-top: 5px;
}
.contacts .address p {
  line-height: 22px;
}
.contacts a {
  color: #f6af33;
  text-decoration: underline;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.contacts a:hover {
  text-decoration: none;
}
.index .slogan h2 {
  color: #fff;
  padding: 41px 20px 45px 20px;
  line-height: 63px;
}
.contact_form {
  margin-top: 35px !important;
}
@media only screen and (max-width: 979px) {
  .contacts {
    padding: 20px 0;
  }
  .contacts h3 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .contacts .grid_3 {
    margin-bottom: 30px;
  }
  .fa {
    margin-right: 20px !important;
  }
  .slogan h2 {
    line-height: 90px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slogan h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
.first_container {
  background: #fafafa;
}
.about_us h2 {
  padding-top: 70px;
  padding-bottom: 33px;
  border-bottom: 3px solid #eaeaea;
  margin-bottom: 25px;
}
.about_us h3 {
  letter-spacing: 0.2px;
  line-height: 28px;
}
.about_us p {
  font-family: 'Roboto', sans-serif;
}
.about_us .content_img {
  margin-top: 3px;
  width: 100%;
}
.about_us .block-1 {
  background: url(../images/about_us_bg.jpg) no-repeat 50%;
  background-size: cover;
  color: #fff;
  margin-top: 69px;
}
.about_us .block-1 span {
  height: 60px;
  width: 54px;
  background: #fff;
  color: #444;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 57px;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 900;
  padding-left: 6px;
  margin-top: 3px;
  behavior: url(js/pie.htc);
  position: relative;
}
.about_us .block-1 h2 {
  color: #fff;
  padding-top: 33px;
  border-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 25px;
}
.about_us .block-1 h4 {
  color: #f6af33;
  text-align: left;
  margin-top: 0;
  margin-bottom: 14px;
}
.about_us .block-1 p {
  color: #fff;
}
.about_us .block-1 .btn {
  margin-top: 25px;
  margin-bottom: 46px;
}
.about_us .block-2 {
  padding-bottom: 40px;
}
.about_us .block-2 h2 {
  border-color: #d9d9d9;
  padding-top: 48px;
  margin-bottom: 30px;
}
.about_us .block-2 h4 {
  color: #313131;
  text-align: left;
  margin-top: 25px;
}
.about_us .block-2 a:hover h4 {
  color: #f6af33;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about_us .block-2_element img {
  width: 100%;
}
.about_us .block-3 {
  background: #fafafa;
}
.about_us .block-3_element {
  padding-left: 58px;
  background: url(../images/quotes.png) no-repeat 0 5px;
}
.about_us .block-3 h2 {
  padding-top: 48px;
  margin-bottom: 18px;
}
.about_us .block-3 h4 {
  color: #313131;
  text-align: left;
  margin-top: 12px;
}
.about_us .block-3 .btn_block {
  margin-top: 25px;
  margin-bottom: 2px;
}
.about_us .block-3 .btn_block a {
  margin: 0 auto;
}
.about_us .contacts {
  padding-bottom: 144px;
}
@media only screen and (max-width: 767px) {
  .about_us .block-1 span {
    margin-bottom: 10px;
  }
  .about_us h3 {
    margin-top: 30px;
  }
  .about_us .block-2_element img {
    margin-top: 30px;
  }
  .about_us .block-3_element {
    margin-top: 30px;
  }
  .about_us .contacts {
    padding-bottom: 0;
  }
}
.classes h2 {
  padding-bottom: 33px;
  padding-top: 69px;
  border-bottom: 3px solid #eaeaea;
  margin-bottom: 30px;
}
.classes_block img {
  width: 100%;
}
.classes .item {
  background: #eaeaea;
  padding: 20px 20px 28px;
  margin-bottom: 30px;
}
.classes .item h4 {
  color: #313131;
  text-align: left;
  margin-bottom: 10px;
}
.classes .item h4:hover {
  color: #f6af33;
}
.classes .contacts {
  margin-top: 30px;
  padding-bottom: 148px;
}
#touch_gallery a {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
}
#touch_gallery a div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#touch_gallery a div:hover {
  opacity: 0.2;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .classes .contacts {
    padding-bottom: 0;
  }
}
.news .block-1 h2 {
  padding-top: 70px;
}
.news .block-2 {
  margin-top: 75px;
  padding-bottom: 43px;
  background: #eaeaea;
}
.news .block-2 h2 {
  border-bottom: 3px solid #d9d9d9;
  padding-top: 36px;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.news .block-2 ul {
  list-style: none;
}
.news .block-2 li {
  line-height: 35px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background: url(../images/bullet.png) 0 12px no-repeat;
  padding-left: 25px;
}
.news .block-2 li a {
  color: #777;
}
.news .block-2 li a:hover {
  color: #f6af33;
}
.news .block-3 .block_item {
  padding: 29px 0;
}
.news .block-3 .block_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.news h4 {
	/* eingefügt für FAQ*/
	/*font-size: 60px;
  color: #444;
  padding-top: 60px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;*/
  text-align: left;
}
.news a {
	/* eingefügt für Download*/
	/*font-size: 60px;*/
  color: #313131;
  padding-top: 60px;
  
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-align: left;
}
.news a:hover {
	/* eingefügt für Download*/
	/*font-size: 60px;*/
  color: #f6af33;
   -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news h3:hover {
  color: #f6af33;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news .contacts {
  padding-bottom: 148px;
}
@media only screen and (max-width: 767px) {
  .news .date {
    margin-top: 30px;
  }
  .news .contacts {
    padding-bottom: 0;
  }
}
.blog h2 {
  padding-top: 70px;
  padding-bottom: 32px;
}
.blog h3 {
  margin-top: -3px;
}
.blog h3 a {
  color: #313131;
}
.blog h3 a:hover {
  color: #f6af33;
}
.blog .blog_item {
  border-top: 3px solid #eaeaea;
  padding: 28px 0 34px;
}
.blog .blog_item p {
  font-family: 'Open Sans', sans-serif;
  color: #777;
}
.blog .blog_item .btn {
  margin: 25px 0 0 0;
}
.blog .blog_item:last-child {
  border-bottom: 3px solid #eaeaea;
}
.blog .atributes_block p {
  margin: 0;
}
.blog .atributes_block a {
  color: #313131;
}
.blog .atributes_block a:hover {
  color: #f6af33;
}
.blog .pager {
  border-top: 3px solid #eaeaea;
}
.blog .pager span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: block;
  margin-top: 30px;
  color: #777;
}
.blog .pager .btn {
  display: inline-block;
}
.blog .pager .btn.sqr {
  width: 49px;
}
.blog .contacts {
  padding-bottom: 148px;
  margin-top: 196px;
}
@media only screen and (max-width: 767px) {
  .blog .contacts {
    padding-bottom: 0;
  }
  .blog h3 {
    margin-top: 30px;
  }
}
.contact_page h2 {
  border-bottom: 3px solid #eaeaea;
  margin-bottom: 29px;
  padding-bottom: 30px;
  padding-top: 70px;
}
.content_map {
  height: 413px;
  position: relative;
  text-align: center;
}
.google-map-api,
#map-canvas {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.contact_info {
  margin-top: 23px;
}
.contact_info p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0 ;
}
.contact_info span {
  min-width: 90px;
  display: inline-block;
}
.contact_info a {
  color: #f6af33;
}
.contact_info .contacts {
  padding-bottom: 148px;
}
@media only screen and (max-width: 767px) {
  .contact_page .contacts {
    padding-bottom: 0;
  }
  .contact_info > div {
    margin-top: 30px;
  }
}
/* PRIVACY POLICY - index-6
==============================*/
.privacy_policy h2 {
  border-bottom: 3px solid #eaeaea;
  margin-bottom: 9px;
  padding-bottom: 30px;
  padding-top: 70px;
}
.privacy_policy p {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.2px;
}
.privacy_policy h3 {
  margin-top: 20px;
}
.privacy_policy span {
  margin-top: 30px;
  display: block;
  font-size: 14px;
}
.privacy_policy span a {
  color: #f6af33;
  font-family: 'Open Sans', sans-serif;
  text-decoration: underline;
}
.privacy_policy span a:hover {
  text-transform: none;
}
.privacy_policy .contacts {
  padding-top: 185px;
}
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 25px 0;
  background: #313131;
  color: #ffffff;
}
#footer h3 {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
}
#footer h3.contact_form {
  margin-top: 9px;
}
#contact-form {
  margin-bottom: 43px;
}
#contact-form fieldset > div {
  text-align: center;
  margin-top: 22px;
  margin-bottom: 40px;
}
.copyright {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: #f6af33;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #fff;
  width: 65px;
  height: 65px;
  font-size: 43px;
  line-height: 38px;
  background: url(../images/scroll_to_top.png) no-repeat 50% 50% #fafafa;
  border-radius: 50%;
  border: 3px solid #f6af33;
  z-index: 20;
  text-indent: -9999px;
  behavior: url(js/pie.htc);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #f0f0f0;
  background: url(../images/scroll_to_top_hover.png) no-repeat 50% 50% #f6af33;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 979px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 767px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 480px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/
