@import "bootstrap.min.css";

* { margin:0; padding:0; }
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:17px;
	line-height: 1.7;
	font-weight: 300;
	color:#363636;
	background-color: #fff;
}

ul, ol{
	padding-left: 25px;
}

p{
	color: #363636;
}

h1,h2,h3,h4,h5,h6{
	color: #363636;
	margin-left: 40px;
}

.container-content h1,.container-content h2,.container-content h3,.container-content h4,.container-content h5,.container-content h6{
	margin-left: 0px;
}

h1,h2 {
	font-size: 32px;
	font-weight: 300;
	margin-bottom:20px;
	text-transform: uppercase;
}

h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight:400;
	text-transform:none;
}
h4 {
	font-size: 20px;
	font-weight:400;
	margin-bottom: 20px;
	text-transform: none;
}


h5{
	font-size: 18px;
	color: #363636;
	font-weight: 400;
}


a{
	color: #666;
	text-decoration: underline;
	
}

a:hover, a:active{
	color: #4d4c4b;
	
}

img{
	border:none;
	max-width: 100%;
}

.form-control{
	font-size: 17px;
	margin-bottom: 10px;
}

.btn-primary, .btn-primary:hover{
	background-color: #000;
	font-size: 17px;
	border: 0px;
}

.container-contact{
	margin-top: 20px !important;
}

.container-global{
	width: 100%;
	position:relative;
}

.container-left{
	bottom: 0;
    left: 0;
    position: relative;
    top: 0;
	width: 100%;
	background-color: #363636;
    border: medium none;
    display: table;
    height: 100vh;
    margin: 0;
    overflow: hidden;
    padding: 0;
    table-layout: fixed;
    text-align: center;
}

.container-left-image{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	max-width: auto;
	display: none;
}

.container-left-logo{
	position: absolute;
	bottom: 100px;
	right: 40px;
	width: 200px;
}

.container-left-copyright{
	position: absolute;
	bottom: 30px;
	left: 40px;
	width: 200px;
	color: #fff;
	text-transform: uppercase;
}

.container-right{
	position: relative;
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
}

.container-right-menu{
	background-color: #363636;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	table-layout: fixed;
	position: absolute;
	display: none;
}

.container-right-menu h2 {
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 25px;
	margin-left: 40px;
}

.container-header{
	margin: 20px;
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 1;
}

.container-header-menu{
	float:right;
}

.container-header-menu i{
	font-size: 48px;
	cursor: pointer;
	color: #fff;
}

.container-content{
	margin-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
}

.container-content-galerien{
	padding: 40px;
}

.container-content-galerien h2{
	margin-left: 0px;
}

.container-content-monatsbild h2{
	margin-top: 40px;
	margin-bottom: 0px;
}

.footer-line{
				z-index: 1001;
				position:fixed;
				left: 20px;
				bottom: 20px;
				background-color: #000;
				padding: 5px;
				color: #fff;
}

.footer-line a{
				color: #fff;
}

#menu a{
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	margin-left: 25px;
	text-decoration: none;
}

#menu li.active a{
	background-color: #fff;
	color: #363636;
}

#menu a:hover{
	background: transparent;
}

.image-list{
	padding-left: 0px;
	margin-bottom: 20px;
}

.image-list li{
	margin-right: 2%;
}

.image-list li.active{
	outline: 4px solid #363636;
}

.image-list li{
	float: left;
	list-style: none outside none;
	position: relative;
	margin-top: 15px;
}

.image-list .image-title{
	position: absolute;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	background-color: #363636;
}

.container-gallery-images{
	padding: 40px;
	line-height: 0;
	-webkit-column-count: 3;
	-webkit-column-gap:   0px;
	-moz-column-count:    3;
	-moz-column-gap:      0px;
	column-count:         3;
	column-gap:           0px; 
}

.gallery-image{
	  border: 2px solid #000;
    height: auto !important;
    margin: 10%;
    width: 80% !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.col-md-15 img{
	width: 100%;
}


.scrolltotop{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	font-size: 36px;
	color: #dbdbdb;
	cursor: pointer;
}

@media (min-width: 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
    }
	
	.container-left-logo{
		bottom: 40px;
	}
	
	
}

@media (min-width: 992px) {
	
	
    .col-md-15 {
        width: 20%;
        float: left;
    }
	
	.container-header{
		margin-right: 20px;
		margin-top: 0px;
		position: relative;
		float: right;
		z-index: 1;
		width: 100%;
		top: 0px;
		right: 0px;
	}
	
	.container-header-menu i{
		color: #363636;
	}
	
	.container-header-menu i.white{
		color: #fff;
	}
	
	.container-content{
		margin-top: 0px;
	}
	
	.container-left{
		width: 33%;
		position: fixed;
	}
	
	.container-right{
		width: 66%;
		margin-left: 33%;
		
	}
	
	.container-right-menu{
		width: 67%;
		margin-left: 33%;
		height: 100%;
		top: 0;
		right: 0;
		table-layout: fixed;
		position: fixed;
	}
	
	.image-list li{
		width: 31% !important;
	}
	
	.container-gallery-images{
		padding: 40px;
		line-height: 0;
		-webkit-column-count: 4;
		-webkit-column-gap:   0px;
		-moz-column-count:    4;
		-moz-column-gap:      0px;
		column-count:         4;
		column-gap:           0px; 
	}
	
}

@media (min-width: 1200px) {
	
	body, .form-control, .btn-primary, .btn-primary:hover {
		font-size:20px;
	}
	
    .col-lg-15 {
        width: 20%;
        float: left;
    }
	
	.container-left{
		width: 50%;
	}
	
	.container-right{
		width: 50%;
		margin-left: 50%;
	}
	
	.container-right-menu{
		width: 50%;
		margin-left: 50%;
		height: 100%;
	}
	
}





