@charset "utf-8";
/***************************************************************************/
/********************************  $Content  *******************************/
/**
* + Content
* + Imports Fonts and Icons
* + General Tags
* + Header
* + Slider
* + Form
* + Gallery
* + Partners
* + Footer
* + Tooltip
* + Parallax
* + Video
* + Countdown
* + Newsletter
* + Gmap 
* + Animate Itemas on Start
* + Menu Effect
*/
/* ---------------------------------------------------------------------- */
/*	Import styles
 /* ---------------------------------------------------------------------- */

/* Bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
/*Google Fonts*/
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
/*countdown*/
@import url("clock/main.css");
/*Responsive */
@import url("media-queries.css");


/*******************************  $General Tags  *******************************/
html {
	font-size: 100%;
	min-width: 318px;
}
body {
	font-family: 'lato', sans-serif;
	color: #fff;
	overflow-x: hidden;
}
body > section {
    overflow: hidden;
}
a, a:hover, a:active {	
	outline: 0 !important;
	-webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
a:hover{
	color: #148FEE!important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.btn {
	font-family: 'lato', sans-serif;
}
h2{
	color: #292929;
	font-size: 26px;
  margin: 20px 0;
	padding: 0;
}
h4{
	color: #000;
}
img  {
	width: 100%;
}
i{
	-webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
p {
	font-size: 14px;
	color: #696969;
}
.generic{
	padding: 60px 0 80px 0;
}
.section-title,.widget-title {
  font-size: 18px;
  padding-bottom: 1em;
  position: relative;
  display:block;
  text-align:center;
  width:100%;
}
.section-title {
  font-size: 24px;
  margin-top: 0;
}
.section-title:after,.widget-title:after {
  background-color: #e91e63;
  bottom: -1px;
  content: " ";
  display: block;
  height: 2px;
  left: 0px;
  right:0px;
  margin:auto;
  position: absolute;
  width: 80px;
}

.section-title2,.widget-title {
  font-size: 18px;
  padding-bottom: 1em;
  position: relative;
  display:block;
  width:100%;
  text-align:center;
}
.section-title2 {
  font-size: 24px;
  margin-top: 0;
}
.section-title2:after,.widget-title:after {
  background-color: #e91e63;
  bottom: -1px;
  content: " ";
  display: block;
  height: 2px;
  right: 0px;
  left:0px;
  margin: auto;
  position: absolute;
  width: 80px;
}
/*******************************  $Header  *******************************/
header {
	background: #FFFFFF;
	width: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,0.7);
    overflow:hidden;
    position:fixed;
    z-index:450;
}
header.fixed .top-info {
	height: 0;
	overflow: auto;
}
header.fixed {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 450;
	box-shadow: 0 0 4px rgba(0,0,0,0.7);
}
.logo{
	width:200px;
    padding-top:0px;
    padding-bottom:0px;
}

.navbar {
    border: 0 none;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-brand {
	padding: 0;
}
.navbar-default {
    background: none repeat scroll 0 0 transparent;
    height: auto;
    min-height: 0;
}
.navbar-nav {
	float: right;
	padding: 20px 0;
}
.navbar-nav > li {
	float: left;
	font-size: 15px;
	margin: 0 0 0 25px;
}

.navbar-nav > li > a {    
    padding: 3px 0;
}
/*******************************  $Slider  *******************************/
.slider {
	background: url("../img/slide/slide-01.jpg") no-repeat center top;
	background-size:cover;
    padding-top:60px;
}
#slider h3 {
	color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 45px;

}
#slider h5{
	line-height: 21px;
}
#slider .contform  h3 {
    font-size: 25px;
    line-height: 37px;
    margin: 15px 0;
    padding-left: 0px;
}
#slider .contform textarea.form-control {
    height: 123px;
}
#slider .contform .btn {
    display: block;
    margin: 40px auto;
    width: 100%;
}
#slider .inner{
	margin: 0 0 50px 0;
}
/*******************************  $Form  *******************************/
label{
	font-size: 15px;
}
#suscribe-form{
	
}
.contform {
    background: none repeat scroll 0 0 rgba(76, 76, 76, 0.84);
    padding: 15px 60px 36px 60px;
}
.btn-lg {
    max-width: 100%;
}
.btn-info {
	background-color: #e91e63;
	border-color: #e91e63;
	cursor:pointer;
}
.btn {
	border-radius: 3px 3px 3px 3px;
	font-family: 'lato', sans-serif;
	font-weight: 700;
	padding: 23px 38px;
	-webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
.btn:hover{
	background: #981f48;
	border-color: #981f48;
}
.btn-lg {
    border-radius: 3px 3px 3px 3px;
    font-family: 'lato',sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.33;
    padding: 18px 38px;
}
.btn-lg i {
	font-size: 20px;
}
.form-group {
    margin: 20px 0;
}
.input-lg {
    height: 54px;
}
.input-lg {
	border-radius: 0;
    font-size: 18px;
    height: 45px;
    line-height: 1.33;
    padding: 10px 16px;
}
/*******************************  $Form2  *******************************/
.label2{
	font-size: 15px;
    color:#696969!important;
    text-align:left!important;
}
.contform {
    background: none repeat scroll 0 0 rgba(76, 76, 76, 0.84);
    padding: 15px 60px 36px 60px;
}
.btn-lg {
    max-width: 100%;
}
.btn-info {
	background-color: #e91e63;
	border-color: #e91e63;
	cursor:pointer;
}
.btn {
	border-radius: 3px 3px 3px 3px;
	font-family: 'lato', sans-serif;
	font-weight: 700;
	padding: 23px 38px;
	-webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
.btn:hover{
	background: #981f48;
	border-color: #981f48;
}
.btn-lg2 {
    border-radius: 3px 3px 3px 3px;
    font-family: 'lato',sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.33;
    padding: 18px 38px;
    width:720px;
}
.btn-lg2 i {
	font-size: 20px;
}
.form-group {
    margin: 20px 0;
}
.input-lg2 {
    height: 54px;
    width:720px;
}
.input-lg2 {
	border-radius: 0;
    font-size: 18px;
    height: 45px;
    line-height: 1.33;
    padding: 10px 16px;
}
/*******************************  $Gallery  *******************************/
#gallery h4{
	padding: 20px 0;
}
#gallery p{
	line-height: 30px;
	padding: 0 30px 30px 30px;
}
#gallery .content{
	border: 1px solid #E6E6E6;
	margin: 20px 0 20px 0;	
}

/*******************************  $Partners  *******************************/
#partners{
    padding-bottom:100px;
}

#partners .carousel-indicators {
	left: 0;
	margin: 40px auto 0 auto;
	position: relative;
}
.carousel-indicators .active{
	background: #3977c4!important;
	border: 1px solid #3977c4!important;
	height: 10px!important;
	width: 10px!important;
}
#partners .carousel-indicators li{
	background: #BFCBD6;
	border: 1px solid #BFCBD6;
	height: 8px;
    margin: 0 5px;
	width: 8px;
}
/*******************************  $Footer  *******************************/
#contact{
    position:absolute;
    bottom:0;
    width:100%;
}

footer{
	background: #F1F1F1;
	padding: 40px 0;
}
footer h5{
	color: #000;
}
footer .social li a {
  color: #ccc;
}
footer .container li{
	display: inline-block;
}
footer .list-unstyled{
	font-size: 30px;
}
footer .icon-twitter-circled:hover{
	color: #00ABF0;
}
footer .icon-facebook-circled:hover{
	color: #3B589A;
}
footer .icon-pinterest-circled:hover{
	color: #f31d1d;
}
/*******************************  $Tooltip  *******************************/
.tooltip-inner {
	background: #085BC2;
	border-radius: 2px;
	font-weight: bold;
	font-size: 13px;
	opacity: 1;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #085BC2;
}
/*******************************  $Parallax  *******************************/
.parallax {
  background-attachment: fixed;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.parallax:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.parallax .container {
  position: relative;
  z-index: 2;
}
/**************************** $Video ********************************/
.video {
  background-color: transparent;
  min-height: 624px;
  position: relative;
}
.video .bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.video .bg:before {
  background-color: #666;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  position: absolute;
  top: 0;
  width: 100%;
}
/**************************** $Countdown ********************************/
.slider-countdown {
	background: url("../img/slide/slide02.jpg") no-repeat scroll center top transparent;
  height: 750px;
}
.countdown h2{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
}
.separator{
	padding: 140px 0 60px 0;
}
/**************************** $Newsletter ********************************/
.newsletter {
	background: #004080;
	padding: 3% 0;
}
.newsletter .form-control{
	border-radius: 0;
	height: 49px;
}
.newsletter .fields h3 {
	color: #fff;
	font-size: 1.66em;
  padding: 10px 10px;
  line-height: 1;
	margin: 0;
}
.newsletter .fields input.btn {
  background: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 300;
  border: 0;
  border-radius: 2px;
  padding: 15px 20px 15px 20px;
  margin: 0;
  vertical-align: top;
  width: auto;
  height: auto;
}
.btn {
	box-shadow: none;
}
.newsletter .fields input.btn:hover {
	background: rgba(0, 0, 0, 0.6);
}
.newsletter .fields input.form-control{
	width: 50%;
	float: left;
  margin-right: 2%;
}
/**************************** $Gmap ********************************/
.map {
  height: 600px;
  width: 100%;
}
/*******************************  $Animate Itemas on Start  *******************************/
.animated {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
/*****************************  $Menu Effect  ******************************/
.menu-effect li a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.menu-effect li a:before {
  color: transparent;
  content: '•';
  font-size: 0.7em;
  left: 50%;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 transparent;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  -o-transition: text-shadow 0.3s, color 0.3s;
  -ms-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
}
.menu-effect li.active a,
.menu-effect li a:hover,
.menu-effect li a:focus {
  color: #148FEE;
}
.menu-effect li.active a::before,
.menu-effect li a:hover::before,
.menu-effect li a:focus::before {
  color: #148FEE;
  text-shadow: 10px 0 #148FEE, -10px 0 #148FEE;
}









.text1{
    color:#000;
    padding-top:50px;
    padding-bottom:15px;
}

.text2{
    color:#000;
    padding-top:50px;
    padding-bottom:15px;
}
.number{
    display:block;
    float:left;
    width:35px;
    font-weight:bold;
}
.info{
    display:inline-block;
    width:1100px;
}
.footera a{
    padding:15px;
    font-size:16px;
}
.kontakt{
    height:100%;
    margin-top:50px;
    margin-bottom:150px;
}
.agbtext h3{
    color:#000;
    display:inline-block;
}
.agbtext li{
    margin-left:20px;
    width:30px;
}
.agbtext li span{
    display:block;
    width:900px;
}
.buttontext{
	white-space:normal;
}
.buttontext2{
        display:inline-block;
        white-space:normal;
        font-size:16px;
    }
.email{
	margin-left:35px;
}
a {
	color:#e91e63;
}
a:hover{
	color:#e91e63!important;	
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{
 	background-color: #e91e63;
	border-color: #e91e63;
	cursor:pointer;	
}
.clear{
	clear:both;
}
form input[type="checkbox"]{
	box-shadow:none;
	width:auto;
	float:left;
	margin-right:15px;
}
form label{
	width:90%;
	float:left;
	font-weight:normal;
	font-size:10px;
}