/*-----------------------------------------------------------------------------------

    Template Name: Theme name
    Template URI:
    Description: One page portfolio, creative
    Author:
    Author URI:
    License:
    License URI:
    Version: 1.0

    All files, unless otherwise stated, are released under the GNU General Public License
    version 3.0 (https://www.your-site.com/index.html)

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
    2. slider-area
    3. Header-area
	4. Section-area
	5. welcome-area
	6. About-area
	7. Progress-Bar
	8. Service-area
	9. Portfolio-area
	10. Testimonial-area
		10.1 Testimonial-carousel
	11. Team-area
	12. Pricing-Table
	13. Blog-area
	14. Contact-area
	15. Footer-area

  16.contact-form
-----------------------------------------------------------------------------------*/
.pressum {
  margin-bottom: -30px;
}
iframe {
  width: 100%;
}

.formular p {
  margin-top: 15px;
}
.formular h4 {
  margin-left: 4px;
}

.Steinschlag {
  font-size: 16px;
  line-height: 24px;
  padding-left: 15px;
}
.erstebox {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html,
body {
  text-align: justify !important;
  height: 100%;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 15px;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
body {
  font-family: "Lato", sans-serif;
}
button,
button:hover,
a,
a:hover {
  text-decoration: none;
  transition: all 0.9s ease 0s;
}
.slicknav {
  display: block;
}

/*----------------------------
2. slider-area
------------------------------*/
.slider-area {
  position: relative;
}

.slider-area .item:after {
  background: #1f292e none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.slide-control {
  color: #fff;
  font-size: 80px;
  left: 30px;
  margin-top: -60px;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  z-index: 999999;
}
.right.slide-control {
  left: auto;
  right: 30px;
}
.slide-control:hover {
  color: #fff;
  opacity: 1;
}
.top-area-bg {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider-area .item {
  height: 50vh;
  width: 100%;
}

.slider-area .item > img {
  height: 50vh;
  width: 100% !important;
}
.carousel-text {
  bottom: 17%;
  color: #fff;
  font-weight: 700;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 9999;
}

#sliderLogo {
  background-color: #ffee02;
  top: 0%;
  bottom: 0%;
}

.carousel-text h2 {
  /* font-size: 72px; */
  font-size: 55px;
  font-weight: 700;
  color: #ffed00;
}
.carousel-text h1 {
  font-size: 150px;
  font-weight: 700;
  line-height: 98px;
  margin-bottom: 20px;
}
.carousel-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 0px;
  /*line-height: 30px;*/
  margin-bottom: 0px;
  /* margin-bottom: 98px;*/
}
.btn-default {
  background-color: #ffed00;
  border: medium none;
  color: #292e88;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: -40px;
  /*margin-bottom: 5px;*/
  /*padding: 20px 25px;*/
  margin-top: 35px;
}
.btn-default:hover {
  color: #ffed00;
  background-color: #292e88;
}
.intro-scroll i {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  border-radius: 3px 3px 0 0;
  bottom: 0;
  color: #808080;
  font-size: 50px;
  height: 111px;
  left: 50%;
  line-height: 114px;
  margin-left: -85px;
  position: absolute;
  text-align: center;
  width: 170px;
  z-index: 999999;
}
.intro-scroll:hover i {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
  transition: all 0.3s ease 0s;
}
/*--------------------------
 3. Header-area
 ---------------------------*/
.header-area {
  border-bottom: 1px solid #ebebeb;
  padding: 0;
  width: 100%;
  z-index: 999999;
}
.is-sticky .header-area::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.logo img {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mainmenu ul.nav.navbar-nav {
  float: none;
  text-align: right;
}
.mainmenu ul.nav.navbar-nav li {
  display: inline-block;
  float: none;
  margin: 0 0 0 20px;
  position: relative;
}
.mainmenu ul.nav.navbar-nav li a {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  padding: 30px 0;
  text-transform: uppercase;
}
.mainmenu ul.nav.navbar-nav li.current:after {
  background: #ffed00 none repeat scroll 0 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 1;
}
.mainmenu ul.nav.navbar-nav li:hover::after {
  width: 100%;
  background: none !important;
  opacity: 1;
}
.mainmenu ul.nav.navbar-nav li:after {
  border-top: 5px solid #ffed00;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  background: none !important;
  opacity: 0;
  transition: 0.5s;
}
.mainmenu ul.nav.navbar-nav li:hover a {
  color: #ffed00;
  background: none !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: inherit;
}
.mainmenu .navbar-collapse {
  padding-right: 0;
}

/* ----------------------------
4. Section-area
------------------------------*/
.section-padding {
  padding: 50px 0;
}
.section-title {
  color: #333333;
  font-family: "Raleway", sans-serif;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.section-title h2 span {
  font-weight: 400;
  margin-right: 10px;
  color: #333;
}
.section-title h2 {
  color: #292e88;
  font-weight: 700;
}
.section-content p {
  font-size: 16px;
  padding: 15px 25%;
  line-height: 24px;
}
.big-divider {
  background: #e1e1e1 none repeat scroll 0 0;
  height: 1px;
  margin: 0 auto;
  width: 250px;
}
.big-divider::after {
  background: #ffed00 none repeat scroll 0 0;
  border-radius: 2px;
  content: " ";
  display: block;
  height: 10px;
  left: 120px;
  position: relative;
  top: -5px;
  width: 10px;
}
.section-content {
  padding-top: 20px;
}
.blog-area,
.portfolio-area {
  background: #fafafa;
}
/* ----------------------------
5. welcome-Area
------------------------------*/
#welcome-scroll {
  background-color: #fafafa;
}
.welcome-info {
  background-color: #f5f5f5;
  border-radius: 3px;
  margin-top: 25px;
  padding: 15px;
  transition: all 0.3s ease-out 0s;
}
.top-welcome i {
  background-color: #f5f5f5;
  border-radius: 50%;
  display: inline-block;
  font-size: 27px;
  height: 60px;
  line-height: 64px;
  margin-top: -70px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  width: 60px;
}
.top-welcome h4 {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}
.bottom-welcome p {
  color: #777777;
  line-height: 24px;
}
.bottom-welcome a {
  color: #ffed00;
  font-size: 13px;
  opacity: 0;
}
.bottom-welcome a::after {
  color: #ffed00;
  content: "";
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  margin-left: 15px;
}
.bottom-welcome a:hover {
  text-decoration: none;
}
.welcome-info:hover {
  background-color: rgba(255, 255, 255, 0);
}
.welcome-info:hover .top-welcome i {
  background-color: #ffed00;
  color: #fff;
}
.welcome-info:hover .bottom-welcome a {
  opacity: 1;
}
/* ----------------------------
6. About-area
------------------------------*/
/*.about-area {
  background: #fafafa none repeat scroll 0 0;
}
.about-content img {
  max-height: 280px;
  max-width: 550px;
  width: 100%;
}
.about-content {
  position: relative;
}
.about-over {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  position: absolute;
  top: 30px;
  width: 95%;
}
.about-over h2 {
  font-family: "Raleway",sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.about-over p {
  color: #828282;
  line-height: 24px;
  margin-bottom: 25px;
}
a.btn-about {
  background: #ffed00 none repeat scroll 0 0;
  border: 2px solid #ffed00;
}
.btn-about {
  background: #ffed00 none repeat scroll 0 0;
  border: 2px solid #ffed00;
  border-radius: 3px;
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 17px;
  margin-right: 5px;
  padding: 6px 30px;
  text-align: center;
}
a.btn-about:hover {
  border: 2px solid #ffed00;
  color: #ffed00;
}
.btn-about:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #ffed00;
  border-radius: 3px;
  color: #ffed00;
  padding: 6px 30px;
  text-align: center;
  text-decoration:none;
}*/

/* ----------------------------
7. Progress-Bar
------------------------------*/
/*.Progress-Bar {
  display: block;
  height: 45px;
  margin-bottom: 10px;
  margin-top: 0;
  position: relative;
}
.Title-progress {
  padding: 0 20px;
  position: absolute;
  top: 0;
  z-index: 1111;
}
.Title-progress h2 {
  color: #fff;
  display: inline-block;
  font-family: "Lato",sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-top: 13px;
  text-transform: uppercase;
}
.progress {
  background-color: #e9e9e9;
  border-radius: 3px;
  box-shadow: none;
  height: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}
.progress-bar {
  background-color: #ffed00;
  height: 41px;
}
.progress-bar p {
  color: #fff;
  float: right;
  font-size: 13px;
  margin-right: 34px;
  margin-top: 8px;
}*/
/* ----------------------------
8. Service-area (LEISTUNGEN)
------------------------------*/
.top-service {
  color: #292e88;
  text-align: center;
  /*background-color: #f5f5f5;*/
  overflow: hidden;
}
.top-service h4 {
  margin-top: 20px !important;
}

.bottom-service {
  display: inline-block;
  position: relative;
  text-align: left;
}
/***************************************/
@media (min-width: 1921px) {
  .slidermainlogo img {
    height: 100%;
  }
  .slidermainlogo {
    height: 100%;
  }
  .blog-list {
    height: 680px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1920px) {
  .bottom-service {
    height: 560px;
  }
  .blog-list {
    height: 680px !important;
    background-color: #fff;
    margin-bottom: 5px;
  }
  .blog-list h3 {
    font-size: 20px;
  }
  .slidermainlogo img {
    height: 100%;
  }
}

@media (min-width: 980px) and (max-width: 1024px) {
  .bottom-service {
    height: 700px;
  }
  .blog-list {
    height: 700px;
    background-color: #fff;
    margin-bottom: 5px;
  }
  .blog-list h3 {
    font-size: 16px;
  }

  #imgLogo {
    margin-top: 7%;
  }
  .slidermainlogo img {
    height: 100%;
  }
  .slidermainlogo {
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .bottom-service {
    height: 600px;
  }
  .blog-list {
    height: 600px;
    background-color: #fff;
    margin-bottom: 5px;
  }

  .blog-list h3 {
    font-size: 16px;
  }

  #service-info-3 {
    height: 300px;
  }

  #imgLogo {
    margin-top: 5%;
  }
  .slidermainlogo img {
    height: 100%;
  }

  .slidermainlogo {
    height: 100%;
  }
}

@media (min-width: 340px) and (max-width: 768px) {
  .bottom-service {
    height: 800px;
  }
  .blog-list {
    height: 800px;
    background-color: #fff;
    margin-bottom: 5px;
  }
  #service-info-1 {
    height: 300px;
  }
  #service-info-2 {
    height: 300px;
  }
  #service-info-3 {
    height: 300px;
  }

  #imgLogo {
    margin-top: 20%;
  }

  .slidermainlogo img {
    height: 100%;
  }

  .slidermainlogo {
    height: 100%;
  }
}

@media (max-width: 340px) {
  .slidermainlogo img {
    height: 100%;
  }
}

.slidermainlogo {
  height: 100%;
}

.bottom-service h4 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
}

.bottom-service p {
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.blog-list {
  height: 850px;
  background-color: #fff;
  margin-bottom: 5px;

/*
.bottom-service a {
  background-color: #ffed00;
  border-radius: 0 0 3px 3px;
  bottom: 0;
  color: #292e88;
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}*/

/*.service-info:hover .bottom-service a{
	text-decoration:none;
	background-color:#292e88;
	color:#ffed00;
}*/
.service-info {
  /*border: 3px solid #ffed00;
  border-radius: 6px;*/
  color: #828282;
  background-color: #f5f5f5;
}
/* ----------------------------
9. Portfolio-area
------------------------------*/
/*.portfolio-list .single-portfolio {
  box-sizing: border-box;
  width: 33.3333%;
  float: left;
}
.portfolio-list {
  margin: 50px 0 100px;
}

.portfolio-list {
    margin: 50px 0 100px;
}
.portfolio-item {
    position: relative;
}
.item-preview {
    position: relative;
}
.item-preview > img {
    display: block;
    width: 100%;
}
.item-overlay {
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.2);
  transition: all 0.3s ease 0s;
}
.item-overlay .item-title {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.item-overlay a {
    color: #fff;
}
.item-title h5 a {
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: uppercase;
}
.item-title h5 a:hover {
    text-decoration: underline;
}
.portfolio-item-overlay {
  position: absolute;
  text-align: center;
  top: 40%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 100%;
}
.portfolio-item-overlay a {
    display: inline-block;
    font-size: 100px;
    font-weight: 200;
    line-height: 60px;
    text-decoration: none;
}
.portfolio-item:hover .item-overlay {
  opacity: 1;
  transform: scale(1);
}
.portfolio-item:hover .item-overlay .item-title {
  opacity: 1;
  bottom:25%;
}
.portfolio-item:hover .portfolio-item-overlay {
  opacity: 1;
}*/
/* ----------------------------
10. Testimonial-area
------------------------------*/
/*.testimonial-area {
  background-image:url("img/testimonial/bg.png");
  background-position:center -545.571px;
  position:relative;
}
#testimonial::after {
  background: #1f292e none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.testimonial-area h2 {
  color: #fff;
  font-family: "Raleway",sans-serif;
  font-size: 28px;
  margin-bottom: 75px;
  position: relative;
  text-transform: uppercase;
  z-index: 9999;
}
.testimonial-area h2::before {
  background-image: url("img/quote-left.png");
  content: " ";
  display: inline-block;
  height: 38px;
  left: -30px;
  position: relative;
  top: 10px;
  width: 45px;
}
.testimonial-area h2::after {
  background-image: url("img/quote-right.png");
  content: " ";
  display: inline-block;
  height: 38px;
  left: 30px;
  position: relative;
  top: 10px;
  width: 45px;
}*/
/* ----------------------------
10.1 Testimonial-carousel
------------------------------*/
/*.ccarousel-text {
  float: left;
  font-size: 16px;
  font-weight: 300;
  padding: 0 85px;
  text-align: left;
  width: 77%;
  position: relative;
  color: #fff;
}
.carousel-author {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  width: 23%;
  position: relative;
  color: #fff;
}
.testimonial-area .test-control {
  color: #fff;
  font-size: 30px;
  left: 0;
  margin-top: -55px;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  z-index: 9999;
}
.test-right.test-control {
    left: auto;
    right: 0;
}
.test-control:hover{
	opacity:1;
	color:#fff;
}
.carousel-author > img {
  border-radius: 50%;
  max-width: 80px;
  max-height: 80px;
}
.carousel-author p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.testimonial-area .carousel-indicators {
  bottom: -20px;
  position: absolute;
}
.carousel-inner {
  z-index: 9999;
}*/
/* ----------------------------
11. Team-area
------------------------------*/
/*.team-member-detail {
  text-align: center;
}
.team-member img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}
.team-member:hover .member-socail a{
	visibility:visible;
	transition:all 0.2s ease-in-out 0s;
}
.member-socail {
  display: block;
  left: 62px;
  position: absolute;
  text-align: center;
  top: 90px;
  visibility: hidden;
  z-index: 999;
}
.member-socail a {
  color: #222;
  font-size: 12px;
  margin: 0 3px;
  padding: 5px;
}
.member-socail a i {
    height: 12px;
    text-align: center;
    width: 15px;
}
.team-member {
  position: relative;
}
.team-area .team-member-detail .member-socail a:hover {
  background: #ffed00 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  padding: 5px;
}
.team-area .team-member-detail .team-member .hover {
  background: #ffed00 none repeat scroll 0 0;
  border: 1px solid #333;
  border-radius: 50%;
  height: 200px;
  left: 30px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  width: 200px;
}
.team-area .team-member-detail .team-member:hover .hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out 0s;
}
.team-member-detail h5 {
  font-size: 22px;
  margin: 30px 0 0;
  font-weight: 700;
}
p.position {
  font-weight: 400;
  margin: 20px 0 0;
}
.team-member-detail p {
  color: #999999;
}
p.member-info {
  margin: 20px 0 0;
}*/
/* ----------------------------
12. Pricing-Table
------------------------------*/
/*.pricing-details {
  border: 1px solid #e1e1e1;
  padding-bottom: 45px;
}
.pricing-title {
  background: #333 none repeat scroll 0 0;
  border-radius: 3px 3px 0 0;
  color: #ffed00;
  font-size: 30px;
}
.pricing-title {
  background: #333 none repeat scroll 0 0;
  border-radius: 3px 3px 0 0;
  color: #ffed00;
  font-size: 25px;
  font-weight: 800;
  height: 109px;
  padding-top: 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.pricing-title span {
  color: #bbccda;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: -4px;
  text-transform: none;
}
.pricing-title span em {
  color: #ffed00;
}
.pricing-details ul {
  margin-bottom: 30px;
  padding: 0;
}
.pricing-details li {
  border-bottom: 1px solid #f1f1f1;
  color: #999999;
  line-height: 50px;
  list-style: outside none none;
}
.pricing-details ul li.feature-cl {
  background: #f6f6f6 none repeat scroll 0 0;
}
.btn.pricing-btn {
  background: #ffffff none repeat scroll 0 0;
  color: #ffed00;
  font-size: 16px;
  font-weight: 800;
  padding: 15px 35px;
  text-transform: uppercase;
  border: 2px solid #ffed00;
}
.pricing-table:hover .pricing-title {
  background: #1f292e ;
  opacity: .8;
}
.pricing-table:hover a.btn.pricing-btn {
  background: #ffed00;
  color: #fff;
}*/
/* ----------------------------
13. Blog-area (Service)
------------------------------*/
.blog-info {
  background: #828282 none repeat scroll 0 0;
  padding: 15px 12px;
  height: 650px;
}
/*.blog-date p {
    color: #c1c1c1;
    font-size: 12px;
    line-height: 50px;
    margin: 0;
}
.blog-date p a {
    color: #999;
    text-decoration: none;
}*/
.blog-title {
  color: #292e88;
}
.blog-title a {
  color: #292e88;
  font-size: 18px;
  font-weight: 700;

  margin-bottom: 0;
}
.blog-date p a:hover {
  color: #ffed00;
}
/*.blog-title a:hover {
  color: #ffed00;
}*/
.blog-title p {
  color: #828282;
  font-size: 13px;
  line-height: 25px;
  margin-top: 7px;
}
/*.get-more::after {
  color: #bebebe;
  content: "";
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  margin-left: 10px;
}
.get-more a {
  color: #bebebe;
  display: inline-block;
  font-size: 13px;
  margin: 10px 0;
}
.get-more a:hover, .get-more a:hover::after {
	color:#ffed00;
}*/
/* ----------------------------
14. Contact-area
------------------------------*/
.contact-us .bottom-form textarea {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  margin-top: 20px;
  padding: 10px 15px;
  resize: none;
  width: 100%;
}
.contact-us .top-form input {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 10px 15px;
  width: 100%;
}
.contact-us .top-form {
  float: left;
  width: 48%;
}
.contact-us .top-form:first-child {
  margin-right: 30px;
}
.contact-us .bottom-form input {
  background: #ffed00 none repeat scroll 0 0;
  border: 2px solid #ffed00;
  border-radius: 3px;
  color: #292e88;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  padding: 10px;
  transition: all 0.3s ease 0s;
  width: 20%;
}
.contact-us .bottom-form input:hover {
  color: #292e88;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #292e88;
}
.contact-title {
  margin-bottom: 15px;
}
.contact-title h3 {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.contact-details li {
  list-style: outside none none;
}
.contact-details ul li i {
  color: #292e88;
  float: left;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}
.contact-details ul {
  margin: 0;
  padding: 0;
}
.contact-details ul li p {
  color: #828282;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
}
.contact-info {
  margin-bottom: 20px;
}
.contact-details ul li a {
  color: #292e88;
}
/* ----------------------------
15. Footer-area
------------------------------*/
.footer-area {
  background: #292e88 none repeat scroll 0 0;
  padding: 20px 0 10px;
  /*color: #999999;*/
  color: #fff;
  padding-top: 1%;
}
.copyright p span,
.designer i {
  color: #ffed00;
}
.designer p span {
  color: #fff;
}
.socail-links {
  float: right;
}
.socail-links i {
  color: #999999;
  font-size: 20px;
  margin-left: 8px;
  transition: all 0.3s ease 0s;
}
.socail-links i:hover {
  color: #ffed00;
}
/* ----------------------------
ScrollUp
------------------------------*/
#scrollUp {
  background-color: #ffed00;
  border-radius: 2px 2px 0 0;
  bottom: -10px;
  color: #292e88 !important;
  display: block;
  font-size: 16px;
  height: 45px;
  line-height: 38px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 50px;
  z-index: 1000;
}
#scrollUp i {
  display: block;
  padding-top: 10px;
}

/*--------------------------
contact-form
---------------------------*/

#row {
  text-align: center;
  color: #292e88;
}
#contact-form {
  margin: 10px 20px 10px 20px;
  padding: 10px 10px 10px 10px;
  border: double;
  border-radius: 20px 20px 20px 20px;
  border-color: #ffed00;
}

#logo {
  display: inline-block;
}

#title {
  display: inline-block;
  margin: auto 20px;
}

/*.contact-form {
  background: #e1d367;
  padding: 40px;
  max-width: 800px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
  display: table;
}

label {
  left: 13px;
  color: #292e88;
  pointer-events: none;
  font-size: 16px;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  margin-left: -5px;
}*/
#image {
  display: inline-block;
}

input,
textarea {
  font-size: 22px;
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  background: none;
  border: 1px solid #292e88;
  color: #292e88;
  border-radius: 2px;
}

textarea {
  border: 2px solid #292e88;
  margin: 20px auto;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}
/*تگ مربوط به ظاهر کلید ثبت نام */
/*.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #1ab188;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover,
.button:focus {
  background: #179b77;
}
.button-block {
  display: block;
  width: 100%;
}*/
.contact-form > table {
  border: 1px solid black;
  align: right;
  display: block;
}
#table {
  text-align: left;
}
/*Impressum*/
.impressum {
  background: #e1d367;
  padding: 40px;
  max-width: 800px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
  display: table;
}

.impressum > h1 {
  color: #292e88;
}

/*.navbar-toggle {
  background: #ffed00 !important;
}

#impressum {
  color: #ffed00;
}*/

/**/
.container-fluid-contact {
  background: #e1d367;
  padding: 40px;
  max-width: 50%;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
  display: table;
}
#contact-title {
  color: #292e88;
}

.philosophie-area {
  background-color: #fafafa;
}
.pressum{
  color: #828282;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0 15px;
}
#blog-list3 {
  height:680px ;
}


ol,	ul {
			list-style: none;
}
    
#contact_1 {
			margin-bottom: 2%;
}

.fa {
  margin-right: 1%;
}
@media (min-width: 1921px) {
  .blog-list {
    height: 680px !important;

  }
}

@media (min-width: 1200px) and (max-width: 1920px) {
  .blog-list {
    height: 700px !important;
    margin-bottom: 5px;

  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .blog-list {
    height: 780px !important;
    margin-bottom: 5px;

  }

}

@media (min-width: 767px) and (max-width: 991px) {
  .blog-list {
    height: 980px !important;

  }


}

@media (min-width: 420px) and (max-width: 767px) {
  #blog-list1 {
    height: 500px !important;
    margin-bottom: 15px !important;
  }
  #blog-list2 {
    height: 630px !important;
    margin-bottom: 15px !important;
  }
  #blog-list3 {
    height: 430px !important;
  }
  #philosophie-content,
  #notdienst-content {
    margin-left: 2%;
    margin-right: auto;
  }


}

@media (max-width: 420px) {
  #blog-list1 {
    height: 500px !important;
    margin-bottom: 15px !important;
  }
  #blog-list2 {
    height: 850px !important;
    margin-bottom: 15px !important;
  }
  #blog-list3 {
    height: 430px !important;
  }
  #philosophie-content,
  #notdienst-content {
    margin-left: 2%;
    margin-right: auto;
  }
}

.transform {
  text-transform: none;
}

body {
  text-align: justify !important;

}

.blog-list,
.blog-info {
  background: #f5f5f5 none repeat scroll 0 0;
}

.blog-info {
  padding: 3%;
}

.service-info {

  background-color: #fff;
}

.top-service {
  background-color: #fff;

}

#notdienst_slide {
  font-size: 20px;
  color: red;
  text-align: center;
  top: 50%;

}

/* CSS Mini Reset */

html,
body,
div,
form,
fieldset,
legend,
label {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption {
  font-weight: normal;
}

img {
  border: 0;
}
#blue{
  font-weight: 900;
  color:#292e88;
  }

  .logo img{
		height: 90px;
	}
