/* Demo-spezifische Anpassungen */

body {
	background: #FFFCF5;
	background-size: cover;
	background-position: center center;
}
ul {
	padding-left: 18px;
}
ol {
	padding-left: 20px;
}
ol li {
	padding-left: 5px;;
}
.module-wrapper li {
	padding-bottom: 15px;
}

.main ol,
.main ul {
	margin-top: 30px;
	padding-bottom: 30px;
}
.tab-content>.tab-pane h2 {
	margin-top: 0;
}

.full-screen .wrapper {
	background-color: transparent;
	padding-top: 200px;
}
.mt {
	padding-top: 70px;;
}
.mb {
	padding-bottom: 70px;
}
.mtb {
	padding-top: 70px;;
	padding-bottom: 70px;
}

@media only screen and (min-width: 992px) {
	.seperator {
	    padding-bottom: 45px;
	}
}
hr {
    border-bottom: 1px solid #DED4C2;
    position: relative;
    padding-bottom: 40px;
	margin-bottom: 60px;
}
form hr,
#comments hr {
    border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 992px) {
	.seperator:before {
	    height: 8px;
	    width: 170px;
	}
}
hr:before {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 120px;
    height: 4px;
    background: #DED4C2;
}
form hr:before,
#comments hr:before {
    background: #ccc;
}

.demo-card .card-wrapper {
	padding-bottom: 0;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
.navbar-nav > li > .dropdown-menu,
.dropdown .dropdown-menu {
	transform: translate3d(0px, 0px, 0px);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background: #EFEFEF;
	color: #337ab7;
}
.navbar-nav > li > .dropdown-menu,
.dropdown .dropdown-menu {
	padding: 0;
}
.dropdown-menu > li > a {
	padding: 10px 15px;
}
.dropdown-menu li [class*="icon-"] {
    font-size: 15px;
    margin-right: 10px;
    margin-left: 5px;
}

.sidenav_title {
	text-align: center;
}
.subnav {
	padding-bottom: 50px;
}
.subnav ul {
	list-style-type: none;
	padding-left: 10px;
}
.subnav li a {
	line-height: 10px;
	padding: 10px 20px;
	display: block;
	border-bottom: 0px solid #68B3C8;
}
.subnav li a.rex-current {
	background: #ecebe6;
}
.full-screen .background footer .container {
	margin-top: 0;
}
.full-screen footer {
	position: absolute;
	text-align: center;
    bottom: 0;
    color: #fff;
    position: absolute;
    z-index: 3;
    width: 100%;
}
.full-screen footer .container {
	margin-top: 0;
}
.full-screen.register .container {
	margin-bottom: 0;
}
.full-screen .demo-card a {
	color: #fff;
	text-decoration: underline;
}
.form-captcha .input-group-btn>.btn {
	background: #A7A49F;
	margin-top: 0 !important;
	border-color: #fffcf5;
}
.full-screen.register .demo-card .form-captcha input {
	margin-bottom: 0;
	height: 42px;
	padding-left: 0;
}
.full-screen.register .demo-card {
	min-height: auto;
}

.tabs {
	padding-top: 80px;
	padding-bottom: 40px;
}

.my-gallery {
	padding: 50px 0;
}

pre {
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 20px 15px;
}
.alert {
	marg
}
.alert-red {
    background: #f2dede;
    border: 1px solid #ebccd1;
}
.alert-yellow {
    background: #fcf8e3;
    border: 1px solid #faebcc;
}
.alert-blue {
    background: #d9edf7;
    border: 1px solid #bce8f1;
}
.alert-green {
    background: #dff0d8;
    border: 1px solid #d6e9c6;
}

label {
	font-weight: normal;
}
.radio.form-group {
	padding-left: 0;
}

.rex-yform {
	padding-bottom: 25px;
}
.rex-yform .form-group {
    margin-bottom: 25px;
}
.rex-yform .btn-primary {
	margin-top: 20px;
}

.form_ycom_auth_form_info li {
	padding-bottom: 20px;
}
.full-screen.login .demo-card .btn {
	margin-top: 40px;
	margin-bottom: 30px;
}

.hide-label label.control-label {
	display: none;
}
.rex-yform input[type=text],
.rex-yform input[type=password] {
	background-color: #fffcf5;
    border: medium none;
    border-radius: 4px;
    color: #66615b;
    font-size: 16px;
    transition: background-color 0.3s ease 0s;
    padding: 7px 18px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.42857143;
    background-image: none;
}
.full-screen.login div.checkbox {
	color: #fff;
}

.full-screen.login .demo-card label {
	margin-top: 0;
}
.checkbox label,
.radio label{
	padding-left: 10px;
}

.form_ycom_auth_form_info {
	padding-left: 0;
}
.form_ycom_auth_form_info li {
    color: #B33C12;
    text-align: center;
    font-size: 1.825em;
    line-height: 1.4;
    margin: 20px 0 10px;
    font-weight: 400;
	list-style-type: none;
}
.form-captcha .input-group-addon {
	width: 144px;
}

.screen-window {
    margin: 50px auto;
    overflow: hidden;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.screen-window {
	width: 100%;
	height: auto;
}
.screen-window-top {
    background-color: #dfe3e9;
}
.screen-window-circles {
    padding-left: 7px;
    line-height: 30px;
}
.screen-window-circles span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
}
.screen-window-circles .red {
    background-color: #d14e52;
}
.screen-window-circles .yellow {
    background-color: #d1ae52;
}
.screen-window-circles .green {
    background-color: #4eb794;
}

.datetime select {
	height: 40px;
	width: auto;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;;
}

body.default form {
	padding: 40px 50px;
	margin-bottom: 50px;
	border: 1px solid #ccc;
	background: #ECEBE6;
}
.form hr {
	border-color: #ccc;
}
.full-screen.login .demo-card hr {
	border-bottom-color: #fff;
}
.full-screen.login .demo-card hr:before {
	background: #fff;
}
.full-screen.login .demo-card .btn {
	width: 100%;
}

#map_wrapper, .map_wrapper {
    height: 700px;
    padding: 10px 0 35px;
}
#map_canvas, .map_canvas {
    width: 100%;
    height: 100%;
}
#map_wrapper h4 {
	margin: 10px;
}

.contact-info .fa {
	margin-right: 10px;
}

.switch{
    margin-right: 20px;
}
#navbar-full .navbar{
    border-radius: 0 !important;
    margin-bottom: 0;
    z-index: 2;
}
.space-300{
    height: 300px;
    display: block;
}
.space{
    height: 130px;
    display: block;
}
.space-110{
    height: 110px;
    display: block;
}
.space-50{
    height: 50px;
    display: block;
}
.space-70{
    height: 70px;
    display: block;
}
.navigation-example .img-src{
    background-attachment: scroll;
}

.main {
    background-color: #FFFCF5;
    padding-top: 50px;
	padding-bottom: 50px;;
/*     position: relative; */

}
.navigation-example{
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    margin-top:0;
}
#notifications {
    display: block;
    width: 100%;
    position: relative;
}
#notifications.logged-in {
	text-align: center;
}
.tim-note{
    text-transform: capitalize;
}
.subscribe-form{
    padding-top: 20px;
}
.subscribe-form .form-control{

}

.space-100{
    height: 100px;
    display: block;
    width: 100%;
}

.be-social{
    padding-bottom: 20px;
/*     border-bottom: 1px solid #aaa; */
    margin: 0 auto 40px;
}
.txt-white{
    color: #FFFFFF;
}
.txt-gray{
    color: #ddd !important;
}
footer {
    background-attachment: fixed;
    position: relative;
    line-height: 20px;
}
footer nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
footer nav > ul > li{
    display: inline-block;
    padding: 10px 15px;
    margin: 15px 3px;
    line-height: 20px;
    text-align: center;
}
footer nav > ul > li:first-child{
    margin-left: 0;
    padding-left: 0;
}
footer nav > ul a:not(.btn) {
  color: #777777;
  display: block;
  margin-bottom: 3px;
}
footer nav > ul a:not(.btn):hover, .footer nav > ul a:not(.btn):focus {
  color: #E3E3E3;
}
footer .copyright {
  color: #777777;
  padding: 10px 15px;
  font-size: 14px;
  margin: 15px 3px;
  line-height: 20px;
  text-align: center;
}
footer .heart{
    color: #EB5E28;
}

.social-share{
    float: left;
    margin-right: 8px;
}
.social-share a{
    color: #FFFFFF;
}
#subscribe_email{
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.pick-class-label{
    border-radius: 8px;
    border: 1px solid #CCC5B9;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
    padding: 23px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.parallax{
  width:100%;
  height:auto;

  display: block;
  background-attachment: fixed;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;

}

.logo-container .logo{
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    width: 50px;
    float: left;
}

.logo-container .brand{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    width: 50px;
    height: 50px;
}
.navbar-brand>img {
    height: 33px;
  }x

.logo-container{
    margin-top: 10px;
}
.logo-container .logo img{
    width: 100%;
}
.navbar-small .logo-container .brand{
    color: #333333;
}
.demo-header{
    background-size: cover;
    background-color: #FF8F5E;
    background-position: center top;
    margin-top: -100px;
    min-height: 600px;
}
.demo-header .motto{
    color: #FFFFFF;
    padding-top: 15%;
    text-align: center;
    z-index: 3;
}
.demo-header .motto h3{
    margin-bottom: 0;
}
.separator{
    content: "Separator";
    background-color: #f4f3ef;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}
.social-buttons-demo .btn{
    margin-right: 5px;
    margin-bottom: 7px;
}

.img-container{
    width: 100%;
    overflow: hidden;
}
.img-container img{
    width: 100%;
}
.lightbox img{
    width: 100%;
}
.lightbox .modal-content{
    overflow: hidden;
}
.lightbox .modal-body{
    padding: 0;
}
@media screen and (min-width: 991px){
    .lightbox .modal-dialog{
        width: 960px;
    }
}

@media (max-width: 768px){
    .btn, .btn-morphing{
        margin-bottom: 10px;
    }
    .parallax .motto{
        top: 170px;
        margin-top: 0;
        font-size: 60px;
        width: 270px;
    }
}


/*      layer animation          */
.layers-container{
    display: block;
    margin-top: 50px;
    position: relative;
}
.layers-container img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  text-align: center;
}

.section-black {
  background-color: #333;
}

#layerHover{
  top: 30px;
}
#layerImage{
    top: 50px;
}
#layerBody{
  top: 75px;
}

.animate {
  transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  -webkit-transition: 1.5s ease-in-out;
}

.down {
  transform: translate(0,45px);
  -moz-transform: translate(0,45px);
  -webkit-transform: translate(0,45px);
}

.down-2x {
   transform: translate(0,90px);
  -moz-transform: translate(0,90px);
  -webkit-transform: translate(0,90px);
}


.navbar-default.navbar-small .logo-container .brand{
    color: #333333;
}
.navbar-transparent.navbar-small .logo-container .brand{
    color: #FFFFFF;
}
.navbar-default.navbar-small .logo-container .brand{
    color: #333333;
}
.section-thin{
    padding-bottom: 0;
}

.info.info-separator{
    position: relative;
}
.info.info-separator:after{
    height: 100%;
    position: absolute;
    background-color: #ccc;
    width: 1px;
    content: "";
    right: -7px;
    top: 0;
}
@media (max-width: 767px){
.info.info-separator:after{
    display: none;
  }
}
.info li{
    padding: 5px 0;
    border-bottom: 1px solid #E5E5E5;
    color: #666666;
}
.info ul{
    width: 240px;
    margin: 10px auto;
}
.info li:last-child{
    border: 0;
}
.payment-methods i {
    font-size: 28px;
    padding: 0 3px;
    width: 38px;
}
.payment-methods h4 {
    font-size: 18px;
    line-height: 38px;
}
/*
.info .description .btn{
    width: 240px;
    font-weight: 500;
}
*/
#buyButtonHeroes{
    margin-top: 31px;
}
.right-click{
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.8);
    position: fixed;
    z-index: 20000;
    display: none;
}
.onclick{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20001;
}
.container-right-click{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.container-right-click .card-price#card-price-small{
    margin-top: 70px;
     -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    z-index: 20003;

}
.container-right-click .card-price#card-price-big{
    margin-top: 40px;
     -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
      position: relative;
    z-index: 20003;

}
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

.container-right-click h4{
    color: white;margin-top: 45px;font-weight: 200;margin-bottom: 0;
}
.icon-class{
    fill: #75c3b6;
}
.navbar-header{
    min-width: 120px;
}
#notifications{
    background-color: #FFFCF5;
}
#demo-navbar{
    border-radius: 0;
    margin-bottom: 0px;
}
.download-area{
    margin-top: 30px;
}
.sharing-area{
    margin-top: 50px;
}
.sharing-area .btn{
    margin-top: 14px;
}

/* for components and tutorial page */
pre.prettyprint{
    background-color: #FFFCF5;
    border: 0px;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 20px;
    text-align: left;
}
.atv, .str{
    color: #75c3b6;
}
.tag, .pln, .kwd{
    color: #7A9E9F;
}
.atn{
    color: #68B3C8;
}
.pln{
    color: #333;
}
.com{
    color: #999;
}
.space-top{
    margin-top: 50px;
}
.area-line{
    border: 1px solid #999;
    border-left: 0;
    border-right: 0;
    color: #666;
    display: block;
    margin-top: 20px;
    padding: 8px 0;
    text-align: center;
}
.area-line a{
    color: #666;
}
.container-fluid{
    padding-right: 15px;
    padding-left: 15px;
}
.example-pages{
    margin-top: 50px;
}
.demo-wrapper{
    margin-top: 70px;
}
.next-section{
    margin-top: 100px;
}
.coloured-cards .card{
    margin-top: 30px;
}
#modals .btn, #tooltips .btn, #popover .btn{
    margin-bottom: 15px;
}
#social-sharing .btn{
    margin-top: 15px;
}
#textarea textarea{
    margin-bottom: 15px;
}


/*      light colors - used for select dropdown         */
.link-danger {
	color: #EB5E28 !important;
}
.link-danger:focus,
.link-danger:active,
.link-danger:hover {
	color: #B33C12 !important;
}

.link-info {
	color: #68B3C8 !important;
}
.link-info:focus, .link-info:active, .link-info:hover {
	color: #3091B2 !important;
}

.landing-alert {
	margin-bottom: 0;
}

.landing-header {
	background-size: cover;
	min-height: 570px;
}

.landing-header .motto {
	padding-top: 8%;
	text-align: left;
	z-index: 3;
}

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

.landing-section .btn-simple {
	padding: 0;
}

.landing-section .column {
	padding: 0 75px 0 25px;
}

.team-player .img-circle, .team-player .img-thumbnail {
	display: block;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}

.contact-form {
	margin-top: 30px;
}

.contact-form label {
	margin-top: 15px;
}

.contact-form .btn {
	margin-top: 30px;
}

.navbar-relative {
	position: relative;
	z-index: 2;
}

.register-background {
	background-position: center center;
	background-size: cover;
	min-height: 100vh;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.register-background .filter-black::after {
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.register-background .container {
	margin-top: 11%;
	position: relative;
	z-index: 3;
}

.register-footer {
	bottom: 20px;
	color: #fff;
	position: absolute;
	z-index: 3;
	width: 100%;
}

.register-footer .fa-heart {
	color: #EB5E28;
}

.register-card {
	background-color: #FF8F5E;
	border-radius: 8px;
	color: #fff;
	max-width: 350px;
	margin: 20px 0 70px;
	min-height: 400px;
	padding: 30px;
}

.register-card label {
	margin-top: 15px;
}

.register-card .title {
	color: #B33C12;
	text-align: center;
}

.register-card .btn {
	margin-top: 30px;
}

.register-card .forgot {
	text-align: center;
}

.full-screen .background {
	background-position: center center;
	background-size: cover;
	width: 100%;
	position: fixed;
	min-height: 100%;
}
.full-screen .background .filter-black::after {
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.full-screen .background .container {
	padding-top: 200px;
	position: relative;
	z-index: 3;
}
.full-screen .demo-card {
	border-radius: 8px;
	margin: 20px 0;
	min-height: 400px;
	padding: 30px;
}
.full-screen.login .demo-card {
	background-color: #FF8F5E;
	color: #fff;
}
.full-screen.login .demo-card .modal {
	color: #66615b
}
.full-screen.login .form-password {
	padding-bottom: 15px;
}
.full-screen.login .demo-card .title {
	color: #B33C12;
	text-align: center;
}
.full-screen.login .demo-card .btn {
	margin-top: 30px;
}
.full-screen.login .demo-card .modal .btn {
	margin: 0;
}
.full-screen.login .demo-card .forgot {
	text-align: center;
}
.full-screen.register .background .filter-black::after {
	background-color: rgba(0, 0, 0, 0.6);
}
.full-screen.register .info-horizontal .module-wrapper {
	color: #FFFFFF;
	margin-bottom: 15px;
}
.full-screen.register .info-horizontal p,
.full-screen.register .info-horizontal li {
	font-size: 14px;
}
.full-screen.register .demo-card {
	background-color: #E8E7E3;
	max-width: 100%;
}
.full-screen.register .demo-card input {
	margin-bottom: 8px;
}
.full-screen.register .demo-card .btn {
	margin-top: 20px;
}
.full-screen.register .demo-card .division {
	float: none;
	margin: 0 auto;
	overflow: hidden;
	margin: 20px 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.full-screen.register .demo-card .division .line {
	border-top: 1px solid #66615b;
	position: absolute;
	top: 10px;
	width: 40%;
}
.full-screen.register .demo-card .division .line.l {
	left: 0;
}
.full-screen.register .demo-card .division .line.r {
	right: 0;
}
.full-screen.register .social {
	margin-bottom: 10px;
	margin-top: 15px;
	text-align: center;
}
.full-screen.register .login {
	margin-top: 20px;
	text-align: center;
}
.full-screen.register .login p {
	font-size: 0.9em;
}
