/*NAVI*/
.navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 1em;
    text-transform: none;
    font-family: 'Lato', sans-serif;
}

/*Headers Farben*/
/*Balken*/
.cl-effect-14 a::before, .cl-effect-14 a::after {
	background: #aadbf1;
}


.banner-info {
    text-align: center;
     background: rgba(0, 0, 0, 0.38); 
    width: 54%;
    margin: 0 auto;
    padding: 5.5em 0;
}

h1,h2,h3,h4,h5,h6{
	margin:0;	
  font-family: 'Lato', sans-serif;
 
}
h2.tittle, h3.tittle {
	font-weight:100!important;
	font-size:2.5em;
}

.blog-text a h4,.single-text a h4,.single-text  h4{
    color:#333;
    font-size: 1.4em;
   
}

.service-box h5 {
      color: #666;
    
}

.blog-text p, .single-text p {
    font-size: 1em;
    color: #777;
    line-height: 1.9em;
	margin-bottom: 9px;
}


.blog-text a h4:hover,.single-text a h4:hover{
color:#FBD92B;
}	



.navbar-brand {
    display: block;
    padding: .5em 0 0em 0em;
    color: darkgray!important;
    font-size: 2em;
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
}

.navbar-brand .projects {
font-family: 'Raleway', sans-serif!important;
	font-size: .8em!important;
	border: none;
	font-weight: 100!important;
	color: darkgray!important;
	border-top: 1px solid #aadbf1;
	letter-spacing: .02em;
}

.navbar-brand .szalc {
	font-family: 'Raleway', sans-serif!important;
	font-size: 1em!important;
	font-weight: 400!important;
	border: none!important;
	color: darkgray!important;
	letter-spacing: .02em;
}


a.sing {
    color: #333;
    font-size: .7em;
    padding: 0.3em .5em;
    background: #fff;
    margin: 1em 0;
    display: inline-block;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

a.sing-sing {
    color: #fff;
    font-size: 1em;
    padding: 0.6em 1em;
    background: #222;
    margin: 1em 0;
    display: inline-block;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
a.sing-sing:hover {
    background: #FBD92B;
	}

a.sing:hover {
    background: #ccc;
	color:#000;
	}
	a:hover,
a:focus {
  color: #999;
  text-decoration: none;
}
#home {
    padding: 0;
    background-color: #fff;
}

table.update th, table.update td{
	padding:5px;
}
/*Viewingroom backgroundimage*/
.service-slide {
 /* background: url(../images/serve.jpg) no-repeat 0px 0px;*/
  background:none;
    /*background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;*/
    min-height: 9px;
	float:left;
}
.serve-grids-top:nth-child(1) {
    margin-top: 0;
}
.service-box p {
    color: #777;
    font-size: 0.9em;
    /*margin: 0 auto;*/
	 margin-left:0;
    line-height: 1.8em;
    font-weight: 400;
    width: 82%;
    text-align:left;
}

/*GALERIE*/
.da-thumbs li {
   /* float: left;*/
   float:none;
   display: inline-block;
   vertical-align:top;
    margin: 0.4%;
    padding: 3px;
    position: relative;
   /* width: 32.4%;*/
	width: 30%;
}

/*Bilder im Seller Room*/
@media (max-width:1366px){
.blog-single img {
		width: 30%;
	}
}

/*.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 80%;
  height: auto;
}*/

/*CONTACT*/
.contact-text-inner {
   
    width: 100%;
    
}
.contact-text-inner a{
	color:#666;
    font-size:1em;
}


.contact .contact-text img {
    width: 70%;
}


/*FOOTER*/
.footer {
   background: #f3f1ef;
	margin-top: 7em;
}  
.support {
   
    background-color: #f3f1ef;
    
} 
.footer-grids h3{
 color:#333;
   font-size:1.3em;
 font-weight: 400;
  text-decoration: none;
  line-height: 1.4em;
  margin:0.6em 0;
}

.banner-info p {
      font-size: 1.7em;
    color: #fff;
    line-height: 1.9em;
    margin: 3% auto 0;
    width: 54%;
}
.copy p a {
   color:#333;
}
.copy p {
  color: #333;
  font-size: 0.9em;
}

/*ROOM*/
.leave h4,h4.tz-title-4.tzcolor-blue {
        color: #111;
    font-size: 1em;
    font-weight: 400;
    margin-top: 0.5em;
}
/*BUTTONS*/
.btn-success {
  color: #000;
  background-color: #aadbf1;
  border-color: #aadbf1;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #888;
  border-color: #888;
}
.btn-block {
  display: block;
  width: 30%;
  padding-right: 0;
  padding-left: 0;
}

.btn-primary {
  color: #000;
  background-color: #aadbf1;
  border-color: #aadbf1;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #888;
  border-color: #888;
}

.support input[type="submit"] {
    background: #aadbf1;
    cursor: pointer;
    border: 0;
    color: #111;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0.88em;
    text-align: center;
    webkit-appearance: none;
    outline: none;
}
     .support input[type="submit"]:hover {
       background: #888;
	       color: #fff;
}




@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.logo h4 {
		font-size: .7em;
		
	}
	}

@media (max-width: 991px) {

.blog-text {
    
	margin-bottom: .5em;
}
}

/*@media (max-width: 1366px) {
.blog-single img {
    width: 60%;
}
}*/
  .ev-wrap:hover .grid-ev {
   
    background:rgba(170,219,241, 0.80);
    
}

.events-grid h6 {
        color: #fff;
        font-size: 0.9em;
        background-color: #888;
        display: inline-block;
        padding: 1em;
        text-align: center;
}
