@import 'fonts.css';

* {
	border-radius: 0;
}

html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
font-variant-ligatures: none;
-webkit-font-variant-ligatures: none;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
color:rgba(0,0,0,0.7);
font-size:16px;
font-family:'Open Sans', sans-serif;
font-weight:200;line-height:140%;
overflow-x:hidden;
letter-spacing:0.1px;
-webkit-font-smoothing: antialiased !important; 
-moz-osx-font-smoothing: grayscale;
hyphens: auto;
}


article, aside, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

hr { width:60%;text-align:center;}
h1,h2,h3,h4,h5,h6 { font-weight:200;color:rgba(0,0,0,0.6);}
#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6 { font-weight:200;color:rgba(255,255,255,0.6);}

.cl {
  clear: both;
}

.logo img {
  max-width: 100%;
}

.wrapper {
  max-width: 1200px;
  margin: 20px auto 0 auto;
  min-width: 320px;
}

.header {
	width: 100%;
	display: block;
	min-height: 85px;
	padding: 19px 0px 15px 0px;
	background:rgb(255,255,255);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	position: fixed;
	z-index: 2;
	top: 0px;
}

.logo {
  padding: 0px 0px;
  margin: 0;
  float: left;
  width: 265px;
}


.main-content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.mt50 { margin-top:50px;}
.mb40 { margin-bottom:40px;}

#footer { color:#b1b1b1; background:rgb(16, 20, 39);margin-top:100px;padding:30px 0 50px 0}
#footer h2 { font-size:26px;font-weight:300;padding-bottom:20px;}
#footer a { color:#b1b1b1; }
@media only screen and (min-width: 230px) and (max-width:910px) {
  .wrapper {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .header {
    min-height: 75px;
  }
  .logo {
    display: none !important;
  }
  .header {
    box-shadow: none !important;
    background-image: none !important;
    position: static !important;
  }
  .bigmegamenu {
    position: static !important;
  }
}

@media only screen and (min-width: 911px) and (max-width:1064px) {
  .wrapper {
    width: 96%;
    margin: 0% 2%;
  }
}

@media only screen and (min-width: 1024px) and (max-width:1200px) {
  .wrapper {
    width: 96%;
    margin: 0% 2%;
  }
}
.min-height120 { min-height:120px}
.bg-box { background:rgba(229,229,229,0.5)}
.unterstrich { border-bottom:1px solid #fff}
.link:before { font-family: FontAwesome;content: "\f0c1";padding-right:5px }

#button {
  display: inline-block;
  background-color: #848a9a;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: 200;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}




.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-out .7s;
  left: 0;
  opacity: 0; /* hide all slides */
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.carousel.fade .item:first-child {
  top: auto;
  opacity: 1; /* show first slide */
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}



.btn-default,
.btn-colored {
	border-radius: 0;
	font-size: 13px;
	font-weight: 400;
	margin-right: 2px;
	margin-top: 10px;
	padding: 10px 15px;
}
/* button colored */
.btn-colored,
button.btn-colored {
	background-color: #393939;
	color: #fff;
}
.btn-colored:hover {
	background-color: rgba(34,34,34,0.8);
	color: #fff;
}
.btn-colored:hover,
button.btn-colored,
button.btn-colored:hover,
button.btn-colored:focus,
button.btn-colored.focus {
	color: #fff;
}
