
* {
    -webkit-overflow-scrolling: touch;
}

html {
    overflow: auto;
}

@media (min-width: 1001px) {
body {
	position:fixed;
    background: #000;
    overflow: auto;
    height: 100vh;
	background: #000 url(../images/jumbo_background.jpg) top left no-repeat;
	-webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	top:0;
    left:0;
    right:0;
}
}
@media (max-width: 1000px) {
body {
	position:fixed;
    background: #000;
    overflow: auto;
    height: 100vh;
	background: #000 url(../images/jumbo_background_s.jpg) top left no-repeat;
	-webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	top:0;
    left:0;
    right:0;
}
}

/***** Typography *****/
body, p, a, li, dl, .form-control {  font: normal normal 200 20px 'Montserrat', sans-serif;}
b, strong, dt { font-weight: 400;}
h1, h2, h3, h4, h5, h6 { line-height: 1em;}

.button {
	background-color: #997F34;
	color:#fff;
	padding:5px;
	text-decoration:none;
	font-size:1em;
}
.button:hover {
	text-decoration:none;
	color:#fff;
	background-color: #5B4C1E;
}
.button:focus {
	text-decoration:none;
	color:#fff;
}

/***** Material Shadow *****/
.shadow-top-down {
    box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.75);
    transition: all .5s;
}
.shadow-top-down:hover { box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);}
/***** Material Form Elements *****/
form {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}
form .form-group { margin-top: 30px;}
form input.form-control,
form button.form-control,
form textarea.form-control ,
form select.form-control {
    border: 0px;
    background-color: transparent;
    border-bottom: 3px solid #233842;
    border-radius: 0px;
    height: 45px;
}
form input.form-control:focus,
form button.form-control:focus,
form textarea.form-control:focus {
    border-bottom-color: #c0c0c0;
    box-shadow: none;
}
form button.form-control {
    background-color: #997F34;
    transition: .5s;
}
form button.form-control[type=reset] { background-color: transparent;}
form button.form-control:hover,
form button.form-control:focus {
    border-bottom-color: #275267;
    background-color: #5B4C1E;
}
form textarea.form-control { min-height: 120px;}
form .input-group-addon { 
    border: 0px;
    background-color: transparent;
    border-bottom: 3px solid #233842;
    vertical-align: top;
    border-radius: 0;
    color: white;
}
form .input-group-addon i { padding-top: 10px;color: #000;}
form .checkbox input[type=checkbox] { margin-top: 12px;}
/***** Images Padding Config *****/
.img-rounded { border-radius: 4px;}
.img-n-pargaraph .pull-right {
    padding: 0;
    margin: 10px 0 15px 15px;
}
.img-n-pargaraph .pull-left {
    padding: 0;
    margin: 10px 15px 15px 0;
}
/***** Template Header *****/
header.template_header h1 {
    font: normal normal 200 46px/50px 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 50px;
	margin-bottom: 30px;
    color: #fff;
}
header.template_header h1 span {
    position: relative; 
    top: -15px;
}
/***** Main Menu *****/
nav.main-menu {
    top: 130px;
    right: 100px;
    z-index: 998;
    display: none;
    position: fixed;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid rgba(37,58,68,.15);
}
nav.main-menu a:link, nav.main-menu a:hover, nav.main-menu a:focus, nav.main-menu a { 
    color: #455a64;
    text-align: left;
    font: normal normal 400 18px/30px 'Montserrat', sans-serif;
    padding: 10px 50px 10px 30px;
    border-radius: 0;
}
.show-menu {
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 100px;
    text-align: center;
}
.show-menu a:hover, .show-menu a {
    font: normal normal 100 100px/70px 'Montserrat', sans-serif;
    border: 1px solid rgba(37,58,68,.15);
    text-decoration: none;
    border-radius: 50px;
    background: #fff;
    display: block;
    color: #455a64;
    width: 70px;
    height: 70px;
    padding: 0px;
    outline: none;
}
/***** Home *****/
#home {

    min-height: 100vh;
    padding-bottom: 130px;
    color: #fff;
}
#home .home_inner_wapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#home h1 {
    margin-top: 20vh;
    font: normal normal 300 60px/70px 'Montserrat', sans-serif;
}
#home h2 {
    font: normal normal 100 30px/36px 'Montserrat', sans-serif;
}
#home p {
    margin: 50px 0 50px 0;
    font: normal normal 100 18px/40px 'Montserrat', sans-serif;
}
#home a.btn_wapper {
    margin-bottom: 150px;
	
}
#home a.btn {
    font: normal normal 300 18px/60px 'Montserrat', sans-serif;
    margin-bottom: 30px;
    border-radius: 0px;
    background: #fff;
    height: 63px;
    color: #000;
    padding: 0;
}
/***** Orte *****/
#orte p {
    padding-bottom: 30px;
    text-align: left;
}
#orte .orte-box {
    transition: all .2s;
    background: transparent;
    padding: 40px 0 40px 0;
    margin-bottom: 0px;
    margin-top: 0px;
}
#orte .orte-box:hover {
    padding: 0;
    color: #fff;
}
#orte .orte-box .orte-box-inner {
    box-shadow: inset 0px 0px 0 10px #cecece;
    border-bottom: 10px solid #cecece;
    border-top: 10px solid #cecece;
    transition: all .2s;
    background: #fff;
    padding: 20px;
    margin: auto;
}
#orte .orte-box:hover .orte-box-inner {
    box-shadow: inset 0px 0px 0px 0px #cecece;
    border-bottom: 10px solid #E4C15C;
    border-top: 10px solid #E4C15C;
    padding: 60px 20px 60px 20px;
    background: #000 url(../images/asphalt-texture-7.jpg) scroll;
}
#orte .orte-box p {
    max-width: 450px;
    min-height: 260px;
    line-height: 32px;
    padding-top: 10px;
    font-size: 16px;
    margin: auto;
}
#orte .orte-box .orte-box-icon {
    border-radius: 0px;
    text-align: center;
    padding-top: 15px;
    font-size: 40px;
    color:#E4C15C;
}
/***** Details *****/
#details { 
	background: #000 url(../images/pattern_bg.png) scroll;
    padding-bottom: 75px;
}
#details h2 {
    font: normal normal 80 80px/40px 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
}
#details p {
    text-align: center;
    color: #fff;
}
#details a {
    margin: 50px auto 10px auto;
    display: block;
    width: 260px;
}
#details .details_text_wapper {
    width: 100%;
    max-width: 750px;
    margin: auto;
}
/***** Element *****/
#templatemo_element .container {
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-radius: 5px;
}
#templatemo_element header h1 { color: #000;}
#templatemo_element #element-icon-wapper {
    overflow: hidden;
    border-radius: 5px;
}
#templatemo_element #element-icon-wapper > div {
    background-color: rgba(0,0,0,.05);
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}
#templatemo_element #element-icon-wapper > div:hover {
    transition: .5s;
    background-color: rgba(0,0,0,.2);
}
#templatemo_element #element-icon-wapper a { color: #000;}
#templatemo_element #img-grid-wapper > div { padding: 5px;}
/***** Contact *****/
#templatemo_contact {
    background: #000 url(../images/pattern_bg.png) scroll;
    color: #fff;
}
#templatemo_contact header h1 { color: #fff;}
#templatemo_contact p, #templatemo_contact a  {
    line-height: 1.5em;
    color: #fff;
}
#templatemo_contact form .form-group { margin-top: 30px;}
#templatemo_contact form input.form-control,
#templatemo_contact form button.form-control,
#templatemo_contact form textarea.form-control ,
#templatemo_contact form select.form-control { border-bottom: 3px solid #fff;color: #fff;}
#templatemo_contact form input.form-control:focus,
#templatemo_contact form button.form-control:focus,
#templatemo_contact form textarea.form-control:focus { border-bottom-color: #275267;}
#templatemo_contact form textarea.form-control { min-height: 120px;}
#templatemo_contact form .input-group-addon { border-bottom: 3px solid #fff;}
#templatemo_contact form .input-group-addon i { color: #fff;}
#templatemo_contact .social {
    margin: 0px auto 40px auto;
    text-align: center;
    max-width: 500px;
    width: 100%;
}
#templatemo_contact .social li {
    margin-left: 0;
    width: 25%;
}
#templatemo_contact .social a {
    margin: 50px auto 4px auto;
    background-color: #fff;
    border-radius: 50px;
    padding-top: 15px;
    font-size: 40px;
    line-height: 40px;
    transition: .5s;
    display: block;
    height: 70px;
    color: #fff;
    width: 70px;
}
#templatemo_contact .social a:hover {
    transform: rotate(360deg);
    color: #223741;
}
#templatemo_contact .social .social-facebook { background: #4a6fb5;}
#templatemo_contact .social .social-twitter { background: #28a9e0;}
#templatemo_contact .social .social-youtube { background: #f86d70;}
#templatemo_contact .social .social-instagram { background: #cab9a9;}
/***** Footer *****/
footer {
    padding: 20px 0 16px 0;
    text-align: center;
    background: #fff;
}
.footer-copyright p {
    margin:20px auto 50px auto;
    text-align: center;
    line-height: 32px;
    color: #666;
}
.footer-copyright a { 
    border-bottom: 1px dotted #fff;
    color: #666;
}
.footer-copyright a:hover {
    color: #000;
    border: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .show-menu {right: 50px;}
    nav.main-menu {right: 50px;}
}
@media (max-width: 991px) {
    .show-menu {right: 30px;}
    nav.main-menu {right: 30px;}
}
@media (max-width: 767px) {
    #templatemo_download h2 {font-size: 70px;}
    #templatemo_home h2 {font-size: 26px;}
}
@media (max-width: 400px) {
    nav.main-menu {right: 10px;}
    .show-menu {right: 10px;}
    #templatemo_contact .social a {
        padding: 18px;
        font-size: 25px;
        line-height: 20px;
        height: 60px;
        width: 60px;
    }
}