body {
    width: 100%;
    height: 100%;
    font-family: 'Julius Sans One', sans-serif;
    color: #000;
    background: #fff url(../img/bg-pattern.png);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: none;
	font-family: 'Mrs Saint Delafield', cursive;
	line-height: 1.6em;
    font-weight: 400;
    letter-spacing: 1px;
}

h1 {font-size: 20px;}
	
h2 {font-size: 5em;}

@media(max-width:500px) {
   h1 {font-size: 14px;}
   h2 {font-size: 3.5em;}
}

h2.modal-title {font-size: 3em; text-align: center;}

h3 {font-family: 'Julius Sans One', sans-serif; line-height: 1.6em;}

p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.5;
}

.modal-body p {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	margin: 10px 0 10px 0;
}

.modal-body h3, 
.modal-body h4 {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 18px; 
	margin: 10px 0 10px 0;
}

.modal-body h4 {
	font-size: 16px; 
}

.modal-body a {
	color: #666;
}

span.entdecken {font-family: 'Mrs Saint Delafield', cursive; color:#000; font-size:3em;}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 18px;
        line-height: 1.6;
    }
}

a {
    color: #777;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    /*border-bottom: 1px solid rgba(255,255,255,.3);*/
    text-transform: uppercase;
   	font-family: 'Julius Sans One', sans-serif;
    background-color: #000;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	padding-bottom: 20px;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.button_designer {margin-top: 10px;}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 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;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        /*border-bottom: 1px solid rgba(255,255,255,.3);*/
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
   	background: url(../img/intro-bg_3.jpg) no-repeat bottom center fixed;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
	background: url(../img/blank.png);
}

.logo {
	background: url(../img/logo-intro_black.png) center no-repeat;
	background-size: 360px;
	display: block;
	width: 360px;
	height: 360px;
	margin: 0 auto 70px auto;
}

/*.logo {
	width: 50%;
	height: 50%;
}*/

.uhr {margin-bottom: 20px;}

@media(max-width:1000px) {
   /*.logo {
		width: 45%;
		height: 45%;
	}*/
	
	.logo {
		background-size: 300px;
		width: 300px;
		height: 300px;
	}
}

@media(max-width:500px) {
   /*.logo {
		width: 45%;
		height: 45%;
	}*/
	
	.logo {
		background-size: 240px;
		width: 240px;
		height: 240px;
	}
}

.uhr {
	height: 200px;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }

    .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    padding: 7px 16px;
    border: 1px solid #000;
    border-radius: 35px;
    font-size: 40px;
    color: #000;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #000;
    background: rgba(255,255,255,.1);
}

.btn-trauringkonfigurator {color: #000;}
.btn-trauringkonfigurator:hover {color: #777;}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 50px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
	background: url(../img/bg-urkunde.jpg) no-repeat center center fixed;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.divider-section {
    width: 100%;
    padding: 80px 0;
    color: #fff;
	background: url(../img/Tutima-Kaliber-617.jpg) no-repeat center center fixed;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.divider-section-2 {
    width: 100%;
    padding: 120px 0;
    color: #fff;
	background: url(../img/bg-chronik.jpg) no-repeat center center fixed;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

img.chronik-portrait {margin-top:-40px;}

.adressen p {font-size: 1.1em;}

/*#chronik p {
	color: #222; 
	font-size: 1.15em; 
	line-height: 1.8em; 
	text-transform: none; 
	font-family: Georgia, "Times New Roman", Times, serif;
}*/

#chronik p {text-align: center;}

#social {padding: 40px 0;}

.social a {color: #555; border: 1px solid #555;}
.social a:hover {color: #000;  border: 1px solid #000; background: #ececec;}

#map {
    width: 100%;
    /*height: 200px;
    margin-top: 100px;*/
}

@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 100px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: none;
    color: #000;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: none;
    outline: 0;
    color: #fff;
    background-color: #000;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

/* ========================= Footer ========================= */

footer {
	padding-top: 40px; 
	background-color: #000000; 
	width: 100%;
  	padding-right: 15px;
  	padding-left: 15px;
  	margin-right: auto;
  	margin-left: auto;
}

footer p {
	font-size: 1em; 
	color: #fff;
}

footer a {color: #fff;}
footer a:hover {color: #ccc;}

/* ========================= Scrollup ========================= */

.scrollup {
    position: fixed;
	opacity: 0.8;
    bottom: 20px;
    right: 20px;
    display: none;
	z-index: 1000;
}

/* ========================= Update 29.06.16 ========================= */

#slider {padding-top: 60px;}