/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media (min-width:767px) and (min-height:600px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}
/* SECTIONS */

/* standard */
.login-section,
.intro-section,
.standesamt-section,
.bus-section,
.feier-section,
.schlafen-section,
.geschenk-section,
.karte-section {
	min-height: 100%;
    padding-top: 50px;
    text-align: center;
}

/* always 100% for vertical centered / full screen */
.feier-section,
.karte-section {
	height: 100%;
}

/* always more space for graphics */
.bus-section,
.geschenk-section {
	padding-top: 150px;
}

/* always left*/
.karte-section {
	text-align: left;
}

/* larger screens */
@media (min-width:767px) and (min-height:600px) {
	.intro-section,
	.standesamt-section,
	.bus-section,
	.geschenk-section {
		height: 100%;
		padding-top: 150px;
	}
	
	.schlafen-section {
		padding-top: 75px;
	}
	
	.login-section {
		height: 100%;
		padding-top: 0;
	}
}

/* section styling*/

.login-section,
.intro-section {
    background: #fff;
	background: url(../img/background.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.standesamt-section {
	background: #399ca1;
}

.bus-section {
    background: #fff;
}

.feier-section {
	background: #6bd9e6;
	background: url(../img/seigneurie1920.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.schlafen-section {
    background: #eee;
}

.geschenk-section {
    background: #fff;
}

.karte-section {
	height: 100%;
    background: #fff;
}

/* Font */

@font-face {
    font-family: 'intro_rust_gbase_2_line';
    src: url('../fonts/introrustg-base2line-webfont.eot');
    src: url('../fonts/introrustg-base2line-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/introrustg-base2line-webfont.woff2') format('woff2'),
         url('../fonts/introrustg-base2line-webfont.woff') format('woff'),
         url('../fonts/introrustg-base2line-webfont.ttf') format('truetype'),
         url('../fonts/introrustg-base2line-webfont.svg#intro_rust_gbase_2_line') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'intro_head_rbase';
    src: url('../fonts/introheadr-base-webfont.eot');
    src: url('../fonts/introheadr-base-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/introheadr-base-webfont.woff2') format('woff2'),
         url('../fonts/introheadr-base-webfont.woff') format('woff'),
         url('../fonts/introheadr-base-webfont.ttf') format('truetype'),
         url('../fonts/introheadr-base-webfont.svg#intro_head_rbase') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'intro_script_rh2_base';
    src: url('../fonts/introscriptr-h2base-webfont.eot');
    src: url('../fonts/introscriptr-h2base-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/introscriptr-h2base-webfont.woff2') format('woff2'),
         url('../fonts/introscriptr-h2base-webfont.woff') format('woff'),
         url('../fonts/introscriptr-h2base-webfont.ttf') format('truetype'),
         url('../fonts/introscriptr-h2base-webfont.svg#intro_script_rh2_base') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Styles */
.float-clear {
	clear: both;
}

body, .normal, .info_content {
	font-size: 18px;
}

.medium {
	font-size: 1.5em;
}

.large {
	font-size: 48px;
}

h1, .font-rust {
    font-family: 'intro_rust_gbase_2_line';
}

body, .font-head {
    font-family: 'intro_head_rbase';
}

.font-script {
	font-family: intro_script_rh2_base;
}

.font-smile {
	font-family: Verdana;
}

.blue {
	color: #399ca1 !important;
}

.blue-light {
	color: #6bd9e6 !important;
}

.white {
	color: #fff !important;
}

.text-vertical-center-container {
	display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* navigation */
@media(min-width:767px) {
	.navbar-brand {
		margin-top: 5px;
		font-size: 1.5em;
	}
}

@media(max-width:766px) {
	.navbar {
		background-color: transparent;
		border-color: transparent;
	}
	
	.navbar-default .navbar-header {
		background-color: #f8f8f8;
		border-color: #e7e7e7;
	}
	
	.navbar-default .navbar-collapse {
		float: right;
		width: 82px;
	}
	
	.navbar-default .navbar-nav {
		text-align: center;
	}
	
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		background-color: transparent;
	}
	
	.navbar-default .navbar-collapse {
		border-color: transparent;
	}
}

.exit-element input[type=submit] {
	background: url(../img/exit-icon30.png) no-repeat;
	border: 0;
	display: block;
	height: 30px;
	width: 30px;
}

@media(max-width:766px) {
	.exit-element {
		display: none!important;
	}
}

/* Section styles */
/**/
.intro-section h1 {
	margin-top: 0px;
}

.intro-section .spacer {
	height: 0px;
}

@media (min-width:767px) and (min-height:600px) {
	.login-section .spacer, .intro-section .spacer {
		height: 100px;
	}
}

.bg-frame {
	height: 65px;
	background: url(../img/frame.png) no-repeat center center scroll;
	padding-top: 5px;
}

.bg-wimpel {
	height: 125px;
	background: url(../img/wimpel450.png) no-repeat top center scroll;
}

/**/
.standesamt-section {
	color: #fff;
}

.standesamt-section a {
	color: #fff;
	text-decoration: underline;
}

/**/
.bus-section {
	background: url(../img/wimpel450.png) no-repeat 0px 45px scroll;
}

.bus-section a {
	color: #333;
	text-decoration: underline;
}

/**/
.feier-section {
	color: #fff;
}

.feier-section a {
	color: #fff;
	text-decoration: underline;
}

/**/
.schlafen-section a {
	color: #333;
	text-decoration: underline;
}

.schlafen-section .column {
	margin-bottom: 30px;
	padding: 10px;
	background: #fff;
	text-align: left;
}

@media (min-width:767px) {
	.schlafen-section .column {
		float: left;
		width: 32%;
		margin-left: 2%;
	}
	
	.schlafen-section .c-one {
		margin-left: 0;
	}
}

/**/
.geschenk-section {
	background: url(../img/wimpel450.png) no-repeat 0px 45px scroll;
}

/**/
.karte-section .map-container {
	height: 100%;
}