/*CUSTOM CSS*/

body{
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    /*background-color: rgb(202, 124, 30);*/
    background-image:url(../images/bg-2.jpg);
}


.center{float: none; margin-left: auto; margin-right: auto;}

.container{
	margin-top:100px;
}

.height{
    height:50px;
}

/*/////////////////////////////////////LOGO-MAIN MENU////////////////////////////////////////////////////*/

.title{
    text-align:center;
}

.title p{
    vertical-align:middle;
}

.logo{
    margin-left:50px;
    margin-bottom:-50px;
    z-index:1;
    float:left;
    width:35%;
    padding:.3%;
}

.banner span{
    color:white;
    float:right;
}

.logo img{
    width:100%;
}

.main-menu{
    margin-top:10px;
    height:80px;
    /*background:url("../images/img-noise-361x370.png");*/
}

.main-menu > ul{
    float:right;
}


.main-menu > ul > li{
    list-style:none;
    font-weight:bold;
    font-size:16px;
    display:inline;
    cursor:pointer;
}

.my-dropdown{
    list-style:none;
    font-weight:bold;
    font-size:16px;
    cursor:pointer;
    color:white;
    text-decoration:none;
    padding:15px 30px 15px 30px;
    float:left;
    margin-right:40px;
    border-radius:10px;
    outline: 0;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.dropdown-toggle {
    color:white !important;
    text-decoration:none !important;
}

.main-menu > ul > li > a{
    display:inline-block;
    color:white;
    text-decoration:none;
    padding:15px 30px 15px 30px;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    float:left;
    margin-right:40px;
    border-radius:10px;
    outline: 0;
}

.main-menu > ul > li > a:hover, .main-menu > ul > li > ul:hover{
    background-color: rgba(255, 255, 255, 0.20);
}

.active-link{
    border-radius:10px;
    background-color: rgba(255, 255, 255, 0.20);
}

/*/////////////////////////////////////LOGO-MAIN MENU////////////////////////////////////////////////////*/

.main-content{
    margin-top:120px;
    z-index:1;
    padding:40px;
    margin-bottom:20px;
    /*background:url("../images/img-noise-361x370.png");*/
    background-color: rgba(255, 255, 255, 0.30);
    /*border-top:1px solid black;*/
    /*border-bottom:1px solid black;*/
    color: #2c2c2c;
    border-radius:8px;
    border:4px solid rgba(255, 255, 255, 0.30);
}

h1{
    font-size:20px;
    color:white;
}

.main-content p{
    text-align:justify;
}

.main-content > img{
    width:40%;
    float:right;
    padding:20px;
}

/*//////////////////////////////GALLERY THUMBS/////////////////////////////////////*/

.test{
    margin-top:100px;
}

.house{
    background-color: rgba(255, 255, 255, 0.51);
    text-decoration:none;
}

.house img{
    width:25%;
    float:left;
}

.house p{
    width:75%;
    float:left;
    padding:0 1% 0 1%;
    text-decoration:none;
    color:black;
}

.btn{
    background:#fc741c;
    color:white;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
    outline: 0;
}

.btn:hover{
    background:#fea620;
}

.house{
    opacity:.7;
    cursor:pointer;
}

h3, .house h3, .house a{
    color:#fc741c;
    text-align:center;
    text-decoration:none;
}

.house:hover{
    opacity:1;
    text-decoration:none;
}

/*KONTACT PAGE*/

.panel{
    background-color:transparent;
    border:1px solid #fd731b;
}

.panel-warning > .panel-heading{
    background:#fd731b;
    border:1px solid #fd731b;
    color:white;
}

.alert > ul{
    list-style:none;
    padding:0;
}

.contact-list{
    list-style:none;
}

.iframe{
    float:right;
}

.fotorama img{
    border:1px solid green;
    border-radius:10px;
}

/*UMGEBUNSG FOTO IN LAGE*/

.umgebung{
    width:100%;
}

/*BACK TO TOP*/

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    right: 10px;

}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    right: 10px;

}

#top-link-block a{
    color:#fd731b !important;
    opacity:0.8;
}

#side-tabs a.support {
    background: url('../images/UK1.png');
    right: -15px;
    top: 250px;
    height: 51px;
    width: 45px;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 9999;
    display:block;
}

#anfrage_text{
    resize:none;
}

#side-tabs a.support {
    background: url('../images/UK1.png');
    right: -15px;
    top: 250px;
    height: 51px;
    width: 45px;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 9999;
    display:block;
}

#rg-profile{
    width:400px;
}

.contact-tel ul{
    list-style-type: none;
    padding:0;
}

.profile-info{
    margin-top:20px;
}
