/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 24, 2016, 11:00:03 AM
    Author     : christian.rotter
*/

html,
body {
    width: 100%;
    height: 100%;
}
a {
    color: #692C91;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
/*
a:hover,
a:focus {
    color: #000;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

section {
    padding: 100px 0;
}
header {
    position: relative;
    width: 100%;

    text-align: center;
    color: #fff;
    background-image: url(../Images/ringeneu.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}
header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

.p_header {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

/*.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: white;
}*/

/*.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}*/

/*.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #222;
}*/

 @media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
/*    }
     #clock span {
        font-size: 50px !important;
        padding: 30px 0;
    }
    #clock div {
        margin:0 25px 30px 25px;
        line-height: 120px;
        font-size: 30px !important;
    }*/
    
    } 
    
    
}
@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}






section {
    padding: 100px 0;
}

#countdown {
  color: #333;
}

#countdown span {
  color: #333;
  font-size: 40px;
  font-weight: normal;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

/*#clock div {
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    margin:0 8px 20px 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 60px;
}
#clock span {
    display: block;
    font-size: 30px;
    font-weight: 100;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}*/



.timer_box h1{
    font-size: 48px;    
    margin-top: 5px;    
    margin-bottom: 0px;    
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;    
    color: white;
}
.timer_box p{ margin-top: 0px; margin-bottom: 20px !important; }

