/* 

Urbanic Template 

http://www.templatemo.com/tm-395-urbanic

*/

body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 12px;
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.templatemo_clear {
	clear: both;
}
.templatemo_clear_blog {
	clear: both;
	padding-bottom: 50px;
}

.templatemo-top-bar {
	min-height: 40px;
	background-color: #CCAE66;
}

.subheader {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin-top: 12px;
	font-size: 12px;
	color: #000066;
}

.templatemo-top-menu {
	background-color: #ffffff;
	z-index: 5000;
	width: 100%;
	border-bottom: thin solid #CCAE66;
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 38px;
}

.templatemo-top-menu .navbar-brand {
	padding: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

/* ------ Carousel ----- */

#templatemo-carousel {
    background: url('../images/templatemo_carousel_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 500px;
}

#templatemo-carousel .carousel-caption {
    z-index: 10;
}

#templatemo-carousel .item {
    height: 500px;
}
#templatemo-carousel .carousel-inner > .item > img {
	position: absolute;
	min-width: 100%;
	height: 500px;
	left: 0;
	top: 0;
}
#templatemo-carousel .carousel-caption {
	padding-bottom: 140px;
	right: 20%;
	left: 20%;
    }
	
@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('../images/templatemo_carousel_bg_s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
    }
}

.nav > li > a {
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
}
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  } 

.nav > li > a:hover,
.nav > li > a:focus {
	color: #000066;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #CCAE66;
}


.nav > li > a {
	color: #666666;
	font-size: 1.2em;
	font-weight: bolder;
}
.navbar-default {
	background-color: #fff;
	border: none;
	margin-bottom: 5px;
	margin-top: 5px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #FFFFFF;
	color: #000066;
}

.navbar {
}

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.templatemo-welcome {
	min-height: 230px;
}

.templatemo-slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin: 60px 0;
    color: #333333;
}

.txt_darkgrey {
	color: #CCAE66;
}

.txt_orange {
	color: #000066;
}

.txt_slogan {
    font-size:14px; 
    color:#929292;
}
.templatemo-news {
	background-image: -webkit-linear-gradient(270deg,rgba(204,174,102,1.00) 0.52%,rgba(138,124,95,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(204,174,102,1.00) 0.52%,rgba(138,124,95,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(204,174,102,1.00) 0.52%,rgba(138,124,95,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(204,174,102,1.00) 0.52%,rgba(138,124,95,1.00) 100%);
}

#templatemo-news {
}

.templatemo-line-header {
	margin-top: 80px;
	margin-bottom: 80px;
}

.line-header-style {
	font-weight: normal;
	font-size: 1.6em;
	color: #FFFFFF;
	letter-spacing: 0.6em;
	text-align: center;
}

.line-header-style-dark {
	font-weight: normal;
	font-size: 1.6em;
	color: #CCAE66;
	letter-spacing: 0.6em;
	text-align: center;
}

.member-thumb:hover .thumb-overlay {
	visibility: visible;
	opacity: 1;
}

.member-thumb {
	position: relative;
	overflow: hidden;
}

.member-thumb .thumb-overlay {
	background-color: rgba(255,153,0,0.55);
	position: absolute;
	visibility: hidden;
	padding-top: 40%;
	height: 100%;
	width: 100%;
	opacity: 0;
	top: 0;
}

.thumb-overlay a {
	margin-right: auto;
	margin-left: auto;
	display: inline-table;
}
    .team-inner {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFFFFF;
    }

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
}

.team-inner-subtext {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 30px;
}

.row_team {
	margin-left: -50px;
	margin-bottom: 50px;
}

.row_team li {
	list-style: none;
}
.templatemo-kurse {
}
#templatemo-kurse {
}

.templatemo-service-item-header {
	display: inline-block;
	color: #000066;
	font-weight: bolder;
	padding-bottom: 20px;
	padding-top: 16px;
}

.templatemo-service-item {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}

.templatemo-service-item p {
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	line-height: 1.3em;
}

.hr_gray {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #FFFFFF;
}
.templatemo-workshops {
	background-image: -webkit-linear-gradient(270deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
}
#templatemo-workshops {
}

.templatemo-ausbildungen {
}
#templatemo-ausbildungen {
}

.blog_post {
	color: #333333;
	padding-top: 14px;
	padding-right: 9px;
	padding-left: 14px;
	padding-bottom: 10px;
	background-color: #EFE7D2;
	margin-right: 0px;
	margin-left: 0px;
	border: 20px solid #FFFFFF;
}

.blog_header {
	font-size: 18px;
	font-weight: bold;
}

.blog_text {
	text-align: left;
	font-size: 14px;
}

.btn-orange {
	background-color: #E6D8B6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #8A7C5F;
	border: 2px solid #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
	background-color: #DCC796;
	color: #856B2C;
}

.templatemo-retreats {
	background-image: -webkit-linear-gradient(270deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
}
#templatemo-retreats {
}

.row_retreats {
	margin-top: 0px;
	margin-bottom: 50px;
	background-color: #FFFFFF;
}

.retreat_blog_post {
	color: #333333;
	padding-top: 14px;
	padding-right: 11px;
	padding-left: 14px;
	padding-bottom: 14px;
	margin-right: 0px;
	margin-left: 0px;
	border: 10px solid #FFFFFF;
}

.retreat_blog_post_color {
	color: #333333;
	padding-top: 14px;
	padding-right: 8px;
	padding-left: 14px;
	padding-bottom: 10px;
	background-color: #F7F3E9;
	margin-right: 0px;
	margin-left: 0px;
	border: 20px solid #FFFFFF;
}

.blog_text_retreat {
	text-align: left;
	font-size: 14px;
}

.templatemo-preise {
}
#templatemo-preise {
}
.row_preise {
	margin-bottom: 100px;
}

.templatemo-team {
	background-image: -webkit-linear-gradient(270deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
}
#templatemo-team {
}

.templatemo-contact {
}
#templatemo-contact {
}

.head_contact {
	margin-bottom:0;
}
.templatemo-contact-map {
    margin-bottom: 15px;
    height: 378px;
}

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.txt_anmelden {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 15px;
	letter-spacing: 0.2em;
	background-color: #CCAE66;
	text-align: center;
	padding-bottom: 4px;
}

.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-style: normal;
	font-weight: lighter;
}

.templatemo-footer {
}

.footer_container {
	margin-top: 20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#333333;
}

.link_orange:hover {
	text-decoration:none;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}

.templatemo-impressum {
	background-image: -webkit-linear-gradient(270deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(204,174,102,1.00) 0%,rgba(138,124,95,1.00) 100%);
}

#templatemo-impressum {
}

.txt_white {
	color: #FFFFFF;
}

.blog_box {
	padding-bottom: 100px;
}

.twitter_user {
	color: #000066;
	font-size: 14px;
	float: right;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-twitter {
	background-repeat: no-repeat;
	background-image: url(../images/social-icon-more.png);
	width: 42px;
	height: 42px;
	display: inline-table;
}

a:hover .social-icon-twitter {
	background-repeat: no-repeat;
	background-image: url(../images/social-icon-more_over.png);
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

@media (min-width:991px) and (max-width:1200px) {

.blog_box {
	margin-left: -12px;
	padding-top: 0px;
	padding-bottom: 0px;
}

}

@media (max-width:991px) {
	
    .templatemo-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}

@media (max-width: 768px) {
    .templatemo-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }
.navbar-brand img {
	width: 65%;
}
}
