

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
body, html { height:100%;    -ms-overflow-style: scrollbar; font-family: 'Montserrat', sans-serif;
}

body { /*overflow-x:hidden;*/ position:relative; background:#fff;
  color: #fff;
  font-family: 'Montserrat', sans-serif !important; font-size:14px;font-weight:400
}

a {
  color: #ddd;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.btn {
  font-weight: 400;
}
.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
a:hover,
a:focus {
  color:#666;
  text-decoration: none;
  outline: none;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */

  padding-top: 30px;
  /* IE6 workaround*/

  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-slider  {
  position: relative; height:100%; z-index:5;
}
#main-slider .carousel-inner { height:100%;}
#main-slider h2 {
  font-size: 60px; text-indent:0 !important
}
#main-slider .btn {

}
#main-slider .btn:hover {
}
#main-slider .boxed {
  padding: 10px 15px;
  background: none;
  display: inline-block;
}

.boxed .more { text-align:right; clear:both; font-weight:700; text-decoration:none; float:right; color:#db0132; }
.boxed .more:hover { color:#cbb165; }

#main-slider .item {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 100%;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms; color:#fff;
}
#main-slider hr { margin:0 auto;}
/*#main-slider a { text-transform:uppercase; color:#fff; display:block; padding:15px;}
#main-slider a:hover { font-size:20px; font-weight:700;}*/
#main-slider .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
#main-slider p { margin-bottom:0; font-size:25px; font-weight:300;}

.gap {
  margin-bottom: 50px !important;
}
.big-gap {
  margin-bottom: 100px !important;
}
.no-margin {
  margin: 0;
  padding: 0;
}
.tcenter { text-align:center;}
.tright { text-align:right;}
.versteckt { opacity:0}
.sichtbar { opacity:1}
.shadow { box-shadow:0px 0px 3px 1px #333; -moz-box-shadow:0px 0px 3px 1px #333; -webkit-box-shadow:0px 0px 3px 1px #333;}
.inner-shadow {     -moz-box-shadow:    inset  0  8px 8px -8px #000, 
                        inset  0 -8px 8px -8px #000;
    -webkit-box-shadow: inset  0  8px 8px -8px #000, 
                        inset  0 -8px 8px -8px #000;
     box-shadow:        inset  0  8px 8px -8px #000, 
                        inset  0 -8px 8px -8px #000;}
.img-responsive { margin:0 auto;}

footer {  z-index:200; line-height:normal; }

/* Large desktops and laptops */
@media (min-width: 1200px) {
footer {  z-index:200; font-size:23px; }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1409px) {
footer {  z-index:200; font-size:20px; }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
footer {  z-index:200; font-size:15px; }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
footer {  z-index:200; font-size:13px; }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
footer {  z-index:200; font-size:12px; }
}

.modal * {border-radius: 0 !important}
