/*!
 * EVENTIS AG
 */

body, html {
	
	color: black;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 300; 
    padding-top: 70px;
	padding-bottom: 100px;
	width:100%;
	
}


/* set background image per page */

.je-bg-1 {
	background: url('../bg/bg-1.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
}
.je-bg-2 {
	background: url('../bg/bg-2.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.je-bg-3 {
	background: url('../bg/bg-3.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.je-bg-4 {
	background: url('../bg/bg-4.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.je-bg-5 {
	background: url('../bg/bg-5-1.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.je-bg-6 {
	background: url('../bg/bg-6.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.je-bg-7 {
	background: url('../bg/bg-7.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.je-bg-8 {
	background: url('../bg/bg-9.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


h1 {
	font-size: 1.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}


/* *************** Navbar ************/

.navbar {
	background: #fff;
    background: rgba(255,255,255,1); 
	
}
.navbar_border_salmen {
	border-bottom: 4px solid rgb(35,91,168) !important;
}

.navbar_border_blue {
	border-bottom: 4px solid rgb(6,53,138) !important;
}

.navbar_border_yellow {
	border-bottom: 4px solid rgba(255,235,0,1.00) !important;
}



.navbar-default .navbar-brand {
    color: #000 !important;
}

.navbar-default .navbar-nav > li > a{
	color: #000 !important;
	
}

.navbar-fixed-top {
    top: 2.5% !important;
    border-width: 0 0 1px;
	margin: 0 20px 0 20px;
}

.navbar-fixed-top .navbar-collapse {
	max-height: 500px;
	
}

.nav_container {
	padding: 0 100px 0 100px ;
	
}

.nav > li > a {
    padding: 30px 12px 30px 12px !important;
}



.navbar-brand {
    font-size: 2em;
	width: auto;
    /*font-weight: 600;*/
    letter-spacing: 2px;
	padding: 10px 30px 10px 40px !important;
	margin: 0;
}

.navbar-brand img {
    width:70%;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}




/* ************ ALLGEMEIN *********** */

th {
	font-size: 1.5em;
	
}



.container {
	padding-bottom: 200px;
	height: 100%;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    background: #fff;
    background: rgba(255,255,255,0.9);
	position: absolute;
	
	left: 10%;
	padding: 15px 15px 30px 15px;
	
	margin: 0 20px 120px 20px;
	width: 75%;
}

.team-pic-media {
   	display: none;
	
}

.intro {
   	top:60%;
	margin: 0 20px 0 20px;
	
}

.intro_jeker {
   	top:60%;
	margin: 0 20px 0 20px;
	
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.hours p {
	font-size: 1em;
	
	
}

.tel-big {
	font-size: 1.25em;
	
}



/* **************** Picture Carousel **************** */ 


.carousel {
    margin-bottom: 0;
    padding: 20px 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
	
	
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: rgb(6,53,138);
}


.funktion {
	font-size: 1.1em;
	
}


/* **************** Footer **************** */ 

footer {
	background: #fff;
    background: rgba(255,255,255,1);
	position: fixed;
	bottom: 2.5% !important;
	right: 0;
    left: 0;
	line-height:1.6 !important;
	font-size: 1.25em;
	margin: 0 20px 0 20px;
	padding: 15px 0px 15px 0px;
	width: 97%;
	
}

    


footer p {
    margin: 0;
    padding: 50px 0;
	
}


.footer_border_blue {
	border-top: 4px solid rgb(6,53,138) !important;
}

.footer_border_yellow {
	border-top: 4px solid rgba(255,235,0,1.00) !important;
}

.footer_border_salmen {
	border-top: 4px solid rgb(35,91,168) !important;
}


/* **************** Responsive **************** */ 

@media screen and (max-width: 480px) {
	
	body {
	
    padding-top: 20%; 
	}
	
	.team-pic-media {
   	display: contents;
	
}

	
	.im-bg-1, .im-bg-2, .im-bg-3, .im-bg-4, .im-bg-5, .im-bg-6 {
	/*background: rgba(6,53,138,0.25);*/
	background: rgb(255,255,255);
	}
	
	.je-bg-1, .je-bg-2, .je-bg-3, .je-bg-4, .je-bg-5, .je-bg-6 {
	/*background: rgba(6,53,138,0.25);*/
	background: rgb(255,255,255);
	}

	
	.navbar-fixed-top {
    top: 0% !important;
	margin: 0;
	}
	
	.navbar-brand {
        font-size: 1.25em;
		
    } 
	
	.navbar-brand img {
    padding-top: 0;
	width:30%;
}

	
	.box {
	margin: 0 0 120px 0;
		
	}
	
	.intro {
   	top: -10% !important ;
	margin: -10px 0 50px 0;
	}
	
	
	footer {
	position: fixed;
	bottom: 0% !important;
	right: 0;
    left: 0;
	
	margin: 0;
	min-width: 100%;
	}

  
	
}

@media screen and (max-width: 420px) {
	.welcome {
		margin-bottom: 200px;
		
	}
	
	 .welcome_sm {
		margin-bottom: 200px;
		
	}
}

@media screen and (max-width: 760px) {
	
	.intro {
   	top: 30% !important ;
	margin: 0 ;
	
	}
	
	
}

@media screen and (max-width: 790px) {
	
	
	.intro_jeker {
    
	top: 20%;
	margin-bottom: 90px;
	}
	
	
	
	footer {
	
	max-width: 93%;
	
	}
	
}

@media screen and (max-height: 900px) {
	#welcome {
		margin-bottom: 200px;
		
	}
}




/* Navbar Breakpoint */
@media screen and (max-width: 1100px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
	.navbar-brand img {
    padding-top: 0;
	width:45%;
	}
	
    .collapse.in{
        display:block !important;
    }
	
	.intro {
    
	top:50%;
	
	
}
	
	
	footer {
	
	width: 96%;
	
	}
	
}


@media screen and (min-width:1200px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px 30px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: 'Lato', Helvetica, Arial, sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }


    .navbar {
        border-radius: 0;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,1);
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
	
	
}

@media screen and (min-width:1440px) {
	.navbar-nav {
		font-size: 1.25em;
	
    }
	
	
}


