/* 
    Rot         #d70b13;
    Rot dark    #c10a11;
    Grau        #4c4c4c;
*/

body
{
    color: #4c4c4c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;    
    background: url(../img/Background.jpg);
    background-position: center !important;
    background-size: cover;
    background-attachment: fixed;
}

a:hover
{
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 
{
	color: #fdfbfb;
}

.modal-header h4 
{
    color: #ededed;
}

.modal-content {
    color: #fff;
    background-color: #000000f5;
}

.modal-header .close 
{
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    color: #fff;
}





.modal-body 
{
   /* min-height: 80vh;*/
   
    max-height: 80vh;
    min-height: 30vh;
   
   
}



.MobileNavi
{
    display:none;
}

.NaviContainer 
{
    padding-bottom: 10px;
    font-size: 14pt;
    color: #e6e6e6; 
}

.MainNavi li 
{
    color: #e6e6e6;
    float: left;
    list-style: outside none none;
    margin-right: 18px;
    margin-top: 5px;
}

.MainNavi li a
{
    font-size: 13px;
    color: #e6e6e6;
    font-family: Open Sans Bold Italic;
}

.MainNavi li.active
{
    margin-top:0px;
}


.MainNavi li.active a
{
    color: #4c4c4c;
    font-size: 20pt;
}


.red 
{
    color: #d70b13;
}


.row.header
{
    color: #4c4c4c;
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}

.row.header h1 { color: #4c4c4c; }

.row.header.List 
{
    background: #80051a;
    color: white;
    /*width: 100%;*/
    height: 72px;
    padding-top: 0px;
    font-size: 17px;
    padding-left: 10px;
    margin-top: 50px;
    margin-left: -18px;
    margin-right: 0px !important;
    margin-bottom: -20px;
}


.BlockElement img
{
    width: 100%;
}


.BlockElement.NoBorder
{
    border: 0px;   
}

.BlockElement
{
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    float: left;
    width: 100%;
    transition: all 1s;
    overflow: hidden;
    min-height: 465px;
}

.BlockElements .BlockElement {
	padding: 0 15px;
}

.BlockElements.List .BlockElement {
	padding: 0 15px;
}

.BlockElement:hover .ApartmentCubeImage
{
    transform: scale(1.02);
    transition: all 1s;
	overflow: hidden;
    
}

.BlockElement .ApartmentCubeImage
{
    transition: all 1s;
}

.ApartmentCubeContainer .BlockElement
{
    margin-left: 0px;
    margin-right: 0px;
}
.SimilarApartment .BlockElement {
	padding: 0 15px;
}

.BlockElementEdit
{
    height: inherit;
	background: #eee;
	margin: 0 15px 0 0;
	padding-bottom: 15px;
}

.BlockElement .Title
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: white;
    padding: 5px 15px;
    font-weight: 400;
    line-height: 26px;
	margin-bottom: 10px;
	background-color: #d8281c;
}

.BlockElement .Adress, .BlockElement .Rooms, .BlockElement .Description, .BlockElement .Price, .BlockElement .Info
{
	padding: 0 15px !important;
	color: rgb(51,51,51);
	font-weight: 400;
}
.BlockElement .Info {
	margin-top: 15px;
}

.Description 
{
	margin-top: 15px;
}

.Description .col-sm-2, .Description .col-sm-5, .Description .col-sm-10 
{
	line-height: 30px;
	background-color: #fff;
	padding: 0 8px !important;
}

.Description .col-sm-2
{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.Description .col-sm-5
{
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.Description .col-sm-10
{
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.Description .col-sm-10 
{
	width: 83.33333333% !important;
}
.Description .col-xs-12 {
	border-left: 1px solid #ddd;
}

.Description .col-xs-12 .col-sm-6 {
	margin-top: 1px;
	margin-bottom: 15px;
}
.Description .col-xs-12 .col-xs-12 { 
	margin-bottom: 0;
}
.Description .col-sm-6.col-xs-12.noborder:first-child { padding-left: 0; padding-right: 15px; padding-top: 5px; }
.Description .col-sm-6.col-xs-12.noborder:last-child { padding-left: 15px; padding-right: 0; padding-top: 5px; }

.Description .col-xs-12 .col-xs-12:first-child { padding-left: 0; padding-right: 0; }
.Description .col-xs-12 .col-xs-12:last-child { padding-left: 0; padding-right: 0; }

.Description .col-xs-12 .col-sm-6 a.btn_Order 
{
	line-height: 40px;
	width: 100%;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	border-radius: 3px;
}

.Description .col-xs-12 .col-sm-6 a.btn_Order:hover 
{
	color: #fff;
}

.Description .col-xs-4 a 
{
	margin-top: 1px;
	margin-bottom: 15px;
}

.FirstImage
{
    width: 100%;
	height: 230px;
	overflow: hidden;
	border-right: 1px solid #fff;
}

.FirstImage img {
	width: 100%;
	height: auto;
}

.SecondImage
{
    width: 100%;
	height: 115px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}

.BlockElement .Sub
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;
}

.ImageContainer 
{
    padding: 0px;
	background-color: #eee;
	overflow: hidden;
}

.ImageContainer .FirstImage {
	width: auto;
}

.ImageContainer.col-sm-6, .ImageContainer.col-xs-12 {
	padding-left: 15px;
}
.BlockElements .ImageContainer.col-xs-12, .SimilarApartment .ImageContainer.col-xs-12 { padding-left: 0; padding-right: 0; }

.DetailContainer
{
	background-color: #eee;
	padding: 0;
}



.row.BlockElements
{
    margin-right: -16px; 
    margin-left: -16px; 
}


.ImageContainer > div
{
    padding:0px;
}




.BlockElement .Break 
{
    padding-left: 25px;
    padding-right: 25px;
}



.BlockElement .Price 
{
    text-align: right;
    font-weight: 600;
    color: #d8281c;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 28px;
}


.BlockElement .Buttons  div
{
    border: 1px solid #e3e7ea;
    background: #f1f5f8;
    text-align: center;
    height: 40px;
    vertical-align: middle;
    padding-top: 5px;
    cursor: pointer;
    color:black;
}




.FooterLayer
{
    /*background: #373c42;*/
    width: 100%;
    color: #black;
    min-height: 35px;
    padding-top: 10px;
    font-size: 10pt;
    padding-bottom: 20px;  
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 1000;
    margin-top: 0px;
    /*position: absolute;*/
}

.FooterLayer a
{
    color: #cbd2d8;
    text-decoration: none;
}

.MainHeader
{
    text-transform: uppercase;
    border-bottom: 2px solid #c71d2a;
    font-family: Open Sans Bold Italic;
    letter-spacing: 10px;
    padding-left: 15px;
    width: 665px;
    
}

.MainHeader.Admin
{
    color:#000;
    
}

#l_Basket 
{
    border-left: 1px solid black;
    margin-top: 17px;
    font-family: Open Sans Bold Italic;
    text-align: right;
    font-size: 16px;
}   

#l_Basket a
{
    color: #4c4c4c;
}

.MainTeaser
{
    text-align: center;
    
}

.MainTeaser h2
{
    font-family: Open Sans Bold Italic;
}

.Tile 
{
    width: 100%;
	line-height: 40px;
    float: left;
    display: block;
    position: relative;
    text-align: center;
    padding: 60px 0;
    margin-bottom: 1px;
    color: #4c4c4c;
    margin-top: 10px;
    background: #ccc;
	
}

.Tile h2
{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #4c4c4c;
}

.Tile h2 i
{
	margin-right: 5px;
}

.Tile p
{
	font-size: 30px;
}


.Tile.Complete 
{
    width: 1000px;
    margin-bottom: 15px;
}





.TileOffset
{
    margin-left: 500px;
}



.Tile.DoubleGlas
{
    background: url(../img/zweifach-glas.png);
    background-repeat: no-repeat;
    background-position: center;
}



.Tile.TripleGlas
{
    background: url(../img/dreifach-glas.png);
    background-repeat: no-repeat;
    background-position: center;
}


.Tile.Text 
{
    background: #c71d2a;
    color: white;
    
}


.Tile.Large
{
    width: 48%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.Tile h3
{
    font-family: Open Sans Bold Italic;
}

.TeaserRow 
{
    margin-left: 0px;
    margin-top: 25px;
    margin-bottom: 150px;
}


.Form
{
    margin-top: 25px;
    margin-left: 75px;
}




#WindowImage
{
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: 340px 340px;
    width: 340px;
    padding-left: 65px;
    height: 272px;
}




.line
{
    position: absolute;
    background: #000;
    
}

.VerticalLine
{
    width: 1px;
    
}


.HorizontalLine
{
    height: 1px;
    /*background: #ccc;*/
}

.TillerTile h3
{
    margin-top: -20px;
}

.TillerTile
{
    height: 300px;
}

.TillerTile .input-group-addon:first-child
{
    width: 250px;
}


.OpenFormGroup
{
    display:none;
}

.WindowCount
{
    width: 100%;
    margin: auto;
    vertical-align: middle;
    margin-top: 15%;
    padding-left: 5px;
    text-align: center;
}


.ProductName
{
    font-weight: bold;
    font-size: 20px;
}


.ProductLine
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.Basket .fa-shopping-cart
{
    margin-right: 3px;
}


.BasketTileIcon
{
    color : #EEEEEE;
    font-size : 185px;
    text-shadow : 1px 1px 5px black;
}

.BasketButtonRow
{
    margin-top: 50px;
    margin-bottom: 70px !important
}


.BasketButton 
{
    background-color: #c71d2a;
    width: 35px;
    float: left;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin: 2px;
    margin-top: 0px;
}

.ProductDescription p{
    margin-left: 5px;
    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 0px;
}


.ProductCount 
{
    float: left;
    width: 45px;
    text-align: center;
}


.TotalPrice 
{
    font-weight: bold;
    text-decoration: underline;
    text-align: right;
}


.Price
{
    text-align: right;
}

.Header-Table
{
    font-weight: bold;
    font-size: 20px;
}




.BasketFirstRow
{
    border-bottom: 0xp solid #ccc;
    margin-bottom: 10px;
}


.MyError
{
    border-color: #B94A48 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.jfvErrorLayer
{
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    border-radius: 10px 10px 10px 10px;
    color: #B94A48;
    line-height: 10px;
    padding: 6px 10px 0;
    position: absolute;
}

.MainNavi.Checkout
{
    text-align: center;
    margin: auto;
    width: 500px;
    
}


.modal-dialog button.btn
{
    background-color: #d70b13 !important;
    border: 0 none;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    font-size: 25px;
}

.modal-dialog button.btn:hover {
	background-color: #b20e14 !important
}


.SizeInputRight, .SizeInputBottom
{
    width: 65px;
    padding-left: 2px;
    font-size: 14px;
}


.Sub
{
    font-size: 14px;
}

#WidthRight
{
    margin-left: 4px;
}

.BookingRequest:first-child
{
      margin-top: 0px;
}

.BookingRequest
{
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 5px 15px;
}

.chosen-container input
{
    width :100% !important;
}


.ListHeader 
{
    margin-bottom: -20px;
    height: 75px !important;
}

.nav.nav-tabs
{
    width: 100% !important;
    margin-bottom: 20px;
}

.nav-tabs>li 
{
    width: 25%;
	border-right: 1px solid #fff !important;
    
}
.nav-tabs>li:last-child 
{
	border-right: 0 !important;
} 

/*.Sticky
{
 transition: all 1s;   
}*/

.Sticky.fixed
{
    position: fixed;
    top: 0;
    background: white;
    z-index: 50;
	left: auto !important;
	right: 50px;
	width: 270px !important;
}

.Sticky.Full.fixed
{
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100% !important;
    left: -50px !important;
    border-radius: 0px;
}

.Sticky.Full.fixed ul
{
    position:absolute;
}

.nav-tabs li a i
{
    margin-right: 1px;
	font-size: 20px;
	position: relative;
	top: 1px;
}




@media (min-width: 1200px)
{
    .Sticky.Full.fixed ul
    {
        margin:auto;
        width: 1200px;
    }
    
    .nav-tabs li a i
    {
        margin-right: 5px;
    }
    
    
}

@media (min-width: 992px)
{
    .Sticky.Full.fixed ul {
        width: 970px;
    }
}

@media (min-width: 768px)
{
    .Sticky.Full.fixed ul 
    {
        width: 750px;
    }
}



.Red
{
    background: #d8281c !important;
}

/*#f_LoginForm
{
    min-height: 590px;
}*/

.Room .Prices .input-group-addon
{
      /*width: 150px;*/
	  width: 33.3%;
}

.l_WishList
{
    display: none;
}

.FooterLableBox
{
    float: left;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px;
    margin-right: 10px;
    padding: 5px 10px;
    margin-bottom: 10px;
	font-weight: normal;
}


.nav-tabs li:last-child
{
    border-right: 0 none;
}

.nav-tabs li a
{
	color:white;
   text-align: center;
   font-weight: normal;
}

.nav-tabs li.active
{
    background: rgba(255,255,255,1) ;
    border: 0px none;
}

.nav-tabs li.active a
{
    background: rgba(216,40,28,0.9) ;
    border: 0px none;
    color:white;
}

.nav-tabs li:hover
{
    background:rgba(216,40,28,0.9);
    border: 0 none;
}

.nav-tabs li a:hover
{
    background: rgba(216,40,28,0.9) ;
    border: 0 none;
    color:white;
}

.nav-tabs li.active a:hover
{
    background: #d8281c ;
    border: 0 none;
    color:white;
}

.nav-tabs>li 
{
    line-height: 40px;
}

.nav-tabs 
{
    border:0 none; 
}

.nav-tabs>li>a
{
    border:0 none; 
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.nav-tabs li
{
    background:rgba(216,40,28,1);
    border: 0px solid #d8281c;
    border-right: rgba(255,255,255,0.6);
}

.nav>li>a:focus, .nav>li>a:hover 
{
    text-decoration: none;
    background-color: #c70d14 !important; 
    color:white !important;
    border: 0px none !important;
    transition: 0.3s all;
}

.level-2>.nav>li>a:focus,.level-2>.nav>li>a:hover
{
    background-color: #b20e14 !important; 

}

tabs>li.active>a:focus, .nav-tabs>li.active>a:hover 
{
    color:white !important;
    background-color: rgba(216,40,28,0.9) !important; 
    border: 0px none !important;
    
}

.generated-label{
    padding-top: 7px;
}

.btn-secondary {
    color: #fff;
    background-color: #9c9c9c;
    border-color: #6c757d;
}


.btn-Green
{
    background: #28a745;
}

/*
.widget
{
    border: 1px solid #ccc;
    background: #000000c7;
    margin-bottom: 20px;
    width: 80%;
    margin-left: 10%;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 4px 3px 8px 1px #ccc;
    min-height: 185px;
    margin-top: 25px;
    display: block;
}
*/
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


