@font-face {
    font-family: 'Montserratweb';
    src: url('fonts/montserrat/regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserratweb';
    src: url('fonts/montserrat/thin.ttf');
    font-weight: 100;
}

@font-face {
    font-family: 'Montserratweb';
    src: url('fonts/montserrat/bold.ttf');
    font-weight: bold;
}


body, html{
	text-align: center;
	font-family: 'Montserratweb', sans-serif;
	font-size: 14px;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	height: 100%;
}

/**General content styling classes**/
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.w666{
	width: 666.66px;
}

.w333{
	width: 333.33px;
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

.two-columns{
	column-count: 2;
	column-gap: 30px;
	text-align: justify;
}

.height-auto{
	height: auto;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

/*Page elements */

#topimg, #topimg2, #displaysimg{
	padding-top: 50px; 
	padding-bottom: 50px;
	display: block;
}

#displaysimg{
	clear: left;
}


/* Block styling */

.cms-thumb-title{
	padding: 20px 20px;
	height: 30px;
}

#cms-news{
	padding-top: 30px;
}
.cms-news-img{
	float: left;
}

.news-container .cms-thumb a img, .news-container .cms-thumb-edit a img{
	width: 100%;
	height: auto;
	padding: 0px 0px;
	padding-right: 30px;
}

.cms-news-time{
	float: left;
	font-size: 14px;
	clear: both;
	width: 100%;
	border-bottom: 1px #0070c0 solid;
	color: #0070c0;
}

.cms-news-title{
	margin: 0px 0px;
	padding-left: 30px;
}

.news-info{
	float: left;
}

.news-container{
	clear: both;
}

.news-container .header{
	float: left;
	text-align: left;
	clear: unset;
	padding-top: 20px;
	padding-bottom: 10px;
}

.cms-news-text{
	float: left;
	clear: both;
	padding-top: 10px;
	padding-left: 30px
}


/*cms styling*/

.editpaneSpace{
	padding-bottom: 500px;
}

#RTE{
	height: 200px;
}

#cms-info-pane{
	height: 200px;
	display: none;
	margin: auto auto auto auto;
	text-align: center;
	overflow-y: auto;
}


#imageList{
	display: none;
	height: 200px;
	overflow-y: auto;
}

#imageList img{
	height: 150px;
	width: auto;
	padding: 20px 20px;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

#menu{
	height: 64px;
	width: 960px;
	float: left;
	display: block;
	background-color: #0070c0;
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
}

.img-fill-div, #cms-thumb-event a img{
	width: 100%;
	height: auto;
}

#cms-thumb-event{
	padding-top: 50px;
}

#cms-thumb-event a img{
	padding: 0 0;
}

#cms-thumb-event .cms-thumb{
	min-height: unset;
}

.margin-h-auto{
	margin-left: auto;
	margin-right: auto;
}

.btn{
	background-color:#aaa;
	border: 1px solid #fff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding: 8px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000;
	margin-top: 8px;
	margin-left: 8px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	
}

.btn:hover{
	cursor:pointer;
}

#acceptMessage{
	background-color: #3a3;
	border:1px solid #070;
}

#saveRTE{
	background-color: #3a3;
	margin-left: 20px;
}

#saveRTE:hover{
	background-color: #5c5;
}

#dismissRTE{
	background-color: #d66;
	color: #fff;
}

#dismissRTE:hover{
	background-color: #f77;
	color: #fff;
}

#removeImg{
	background-color: #66d;
	color: #fff;
	margin-right: 20px;
}

#removeImg:hover{
	background-color: #77f;
	color: #fff;
}

#menu a{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.menuitem{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	border: 0px solid #aaa;
	width: 33.3%;
}

.menuitem:nth-of-type(2n){
	text-align: center;
}

.menuitem:nth-of-type(3n){
	float: right;
	text-align: right;
}

.menuitem img{
	height: 68px;
	border: 0px solid #000;
}

.menuitem img:hover{
	height: 74px;
	border: 0px solid #000;
}

#center {
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#bottom{
	float: left;
	height: 20px;
	width: 100%;
}

#top{
	position: relative;
	display: block;
	height: 520px;
	width: 1000px;
	float: left;
	overflow: hidden;
}

#top > div{
	position: absolute;
	top: 0px;
	left: 0px;
}

.hidden{
	display: none;
}

.selected{
	position: relative;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	z-index: 900;
}

#top img{
width: 1000px;
height: auto;
}



#editPane{
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 300px;
	width: 100%;
	background-color: #fff;
	opacity: 0.95;
    	filter: alpha(opacity=95); /* For IE8 and earlier */
    	z-index: 1000;
    	text-align: left;
}

#kontakt{
	float: left;
	height: 20px;
	width: 100%;
	text-align: center;
	color: #fff;
}

#login{
	color: #fff;
	position: absolute;
	display: none;
	width: 200px;
	height: 100px;
	z-index: 2;
	padding: 10px 10px 10px 10px;
	background-color: #0070c0;
}

#curl{
	display: block;
	background-color: #0070c0;
	border-color:  #0070c0;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	font-size: 18px;
	margin-top: 30px;
}

#curl img{
	width: 100%;
	height: 100%;
}

#contentarea{
	display: block;
	min-height: 1200px;
	height: auto !important;
	height: 1200px;
	clear: both;
}

#leftpane{
	clear: left;
	display: block;
	width: 280px;
	height: 400px;
	float: left;
	margin: 10px 10px 10px 10px; 
}

#rightpane{
	display: block;
	width: 600px;
	height: 100%;
	float: left;
}

#fullpane{
	width: 890px;
	height: 100%;
	float: left;
	margin-top: 10px;
}

.header{
	clear: 			both;
	text-transform: 		uppercase;
	font-size: 			24px;
	color: 			#0070c0;
	padding-top:		45px;	
}

#toptext, #places, #displaystext{
	display: block;
	clear: both;
	padding:		20px 30px 30px 30px;
}

#places{
	font-style: italic;
}

#imageFilters{
	display: block;
	width: 100%;
	height: 32px;
	border-bottom: #aaa solid 1px;
	border-top: #aaa solid 1px;
	clear: both;
	line-height: 32px;
	padding-left: 16px;
}

.cms-text, .cms-text-edit{
	cursor: pointer;
	min-height: 20px;
}

.cms-text-edit:hover{
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	z-index: 900;
}

.cms-textarea-edit:hover{
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	z-index: 900;
}

.cms-thumb, .cms-thumb-edit{
	cursor: pointer;
	text-align: center;
	/*min-height: 270px;*/
	overflow: hidden;
}


.cms-thumb-edit:hover, .cms-img-edit:hover{
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	z-index: 900;
}

.thumbscontainer{
	display: block;
	float: left;
	width: 333px;
	text-align: center;
	font-size: 12px;
}

.thumbscontainer div{
	clear: both;
}


.cms-thumb a img{
	height: auto;
	width: 313px;
	padding: 0px 10px 0px 10px;
}


.uploadform{
	position: absolute;
	width: 600px;
	height: 50px;
	background-color: #eee;
	border: 1px solid #333;
	z-index: 10;
	padding: 10px 10px 10px 10px;
}


.CMS-RTE{
	display: none;
}

.phone-hidden{
	display: block;
}

@media only screen and (max-width: 1000px) {
	[class*="col-"] {
        	width: 100%;
    	}
	
	#center{
		width: 100%;
	}
	
	#top{
		display: none;
	}
	
	#menu {
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		padding: 50px 0px 0px 0px;
		height: auto;
		overflow-y: auto;
	}
	
	.menuitem{
		display: block;
		width: 100%;
		clear: both;
		border-bottom: 1px #fff solid;
		text-align: center;
		float: left;
	}
	
	.menuitem:nth-of-type(3n){
		text-align: center;
		float: left;
	}
	
	.menuitem .hidden{
		display: block;
	}
	
	#contentarea{
		margin-top: 64px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.burger {
		position: fixed;
		display: block;
		z-index: 3;
		width: 75px;
		height: 75px;
		padding: 0;
		background-color: #fff;
		border: none;
		outline: none;
		top: 0px;
		left: 0px;
	}
	
	.phone-hidden{
		display: none !important;
	}
	
	.thumbscontainer{
		width: 33.33%;
	}
	
	.cms-thumb a img{
		width: 100%;
	}
	
	.w666, .w333{
		width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.thumbscontainer{
		width: 50%;
	}
	
	.two-columns{
		column-count: 1;
		text-align: left;
	}
}