:root{
	--themeBg: #000;
	
	--themeTint: rgb(174,101,51);
	--themeTint-2: rgb(115,50,26);
	--themeTint-3: rgb(186, 96, 36);
	--themeGrey:rgb(15,15,15);

	--themeText: #fff;

	--themeButton-border: #fff;
	--themeButton-color: #fff;
}

body{
	background-color:var(--themeBg);	
	font-family: 'Montserrat', sans-serif;
	color:var(--themeText);
}
h1,h2,h3,h4{
	color: var(--themeText);
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1.05em;
	letter-spacing: 0em;
	margin: 0.5em 0;
}

.jumbotron h1{
    font-size: 41px;
    text-transform: uppercase;
}
.jumbotron h2{
	font-size: 21px;
	font-weight: 600;
	line-height: 1.8em;
}
.jumbotron h3{
	font-size: 22px;
}
.jumbotron h4{
    font-size: 17px;
}


.pageContent h1,
.pageContent h2,
.pageContent h3,
.pageContent h4{
}

@media screen and (max-width: 769px){
	.jumbotron h1{
		font-size: 33px;
	}
	.jumbotron h2{
		font-size: 18px;
	}
	.jumbotron h3{
		font-size: 28px;
	}
	.jumbotron h4{
		font-size: 18px;
	}
}

h1.subTitle,h2.subTitle,h3.subTitle,h4.subTitle{
    font-family:  sans-serif;
    letter-spacing: normal;
    color: #aab0b5;
    text-align: center;
    margin: 20px 0;
}
p{
	font-size: 15px;
    line-height: 25px;
	color: var(--themeText);
}

a{
	color: var(--themeText);
	text-decoration:none;
	cursor:pointer;
}
a:not(.underline):hover{
	text-decoration:none;
}
a:active, a:focus { 
 outline: none; 
 ie-dummy: expression(this.hideFocus=true);
}
a.underline{
	text-decoration:underline;
}

.pointer{
	cursor:pointer;
}

form {
	margin:0;
}
::selection {
    background: #3d4f58;
    color: #fff;
    text-shadow: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.grecaptcha-badge{
	display: none !important;
}
.hidden{
	display:none;
}
.relative{
	position:relative;
}
.fixed{
	position:fixed;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

select{
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;	
}select::-ms-expand {
    display: none;
}
select,
textarea,
input:not([type=radio]):not([type=checkbox]){
    height: 38px;
    line-height: 1.8em;
    padding: 10px;
    font-size: 17px;
    border:0;
    transition:border-color .2s ease-in-out;
    font-family: 'Agenda-Light', sans-serif;
}
input:hover {
	background-color: rgba(255,255,255, 0.1) !important;
}
textarea{
    padding: 10px 20px;
}
input:focus{
	outline: none;
}	
input{
	resize:none !important;
}
input:not([type=radio]):not([type=checkbox]), textarea, select {
	background-color: var(--themeGrey);
	width: 100%;
	margin-bottom: 10px;
	resize: vertical;
	position: relative;
	z-index: 1;
	border: none;
	border-bottom: 1px solid white;
}

.transparent    {background-color:transparent;}

.jumbotron{
	margin-bottom:0px;
}
.bigpadding{
	padding:80px 0;
}

.nopadding{
	padding:0px;
}
body .nopadding_i{
	padding:0px !important;	
}
.nopadding_l{
	padding-left:0px;
}
.nopadding_r{
	padding-right:0px;	
}
.nomargin{
	margin:0;
}
.nobackground{
	background-color:inherit !important;
}
.container_white{
	background-color:#FFF;
}
.transbackground{
	background-color:rgba(0,0,0,0.0);
}

.large_container{
	max-width: 1670px !important;	
	width: 100%;
}
.small_container{
	max-width: 1400px !important;
}
.mini_container{
	max-width: 900px !important;	
}

body .htmlblok p{	
	/* text-align: justify; */
	/* padding: 0 15px; */
    /* font-size: 15px; */
}

.black{
	background-color: var(--themeBg);
}
.white{
	background-color: #fff;
}
.brown{
	background-color: var(--themeBrown);
}
.grey{
	background-color: var(--themeGrey);
}

.left_align{
	text-align:left;
}
.right_align{
	text-align:right;
}

.right{
	float:right;	
}
.left{
	float:left;
}

a.buster {position:Absolute;top:0;left:0;width:10px;height:10px;}
a.buster img{opacity:0.01; width:10px; height:10px;}

.jumbotron ul li,
.jumbotron p{
	font-size: 16px;
	line-height: 1.9em;
	font-weight: 300;
	color: var(--themeText);
}

.jumbotron.default{
	margin:80px 0;
}
.lightbox{
	display:none;
}

.alignCenter{
	text-align: center;
}

a.button, button.button {
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    border: 2px solid #fff;
    background-color: transparent;
    border:1px solid var(--themeButton-border);
    color: var(--themeButton-color);
    cursor: pointer;
    box-sizing: border-box;
    transition: all .1s ease-in-out;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 26px;
}

.button:hover{
	transform:translateY(-1px);
	/* border-bottom:1px solid rgba(0,0,0,.2); */
}
.button:active{
	transform:translateY(0px);
	/* border-bottom:0px solid rgba(0,0,0,.2); */
}

.jumbotron .pageContent p{
	color:var(--themeBlue);
}

blockquote {
	display: inline-block;
	padding: 10px 0;
	margin-left: 0;
	margin-right: 0;
	font-style: normal;
}
.jumbotron blockquote p{
	font-size: 34px !important;
	line-height: 1.2em;
	font-weight: 300;
	color: var(--themeGreen) !important;
}
blockquote p:before{
	content:'"';
}
blockquote p:after{
	content:'"';
}


.background{
	position:absolute;
	z-index:0;
	height:100%;
}

body .big_container{
	max-width:1920px !important;
}


.largeQuote{
	
}
.largeQuote h1{
	color:var(--themeGreen);
	font-size: 105px;
	line-height: 0.84em;
	margin: 0;
}
.largeQuote h1 small{font-size: 40%;line-height: 1.1em;text-transform: none;}

@media screen and (max-width: 1024px) and (min-width:769px){
	.largeQuote h1{
		font-size:80px;
	}
}

@media screen and (max-width: 769px){
	.largeQuote h1{
		font-size: 41px;
	}
}

.pageHeader{
	width:100%;
	height: auto;
}
.pageHeader picture{
    width: 100%;
}
.pageHeader picture img{
    width: 100%;
    height: auto;
}

@media screen and (max-width:500px){
	.pageHeader picture{
	    width: 100%;
	    height:300px;
	    display:flex;
	    overflow:hidden;
	    justify-content: center;
	}
	.pageHeader picture img{
	    width: auto;
	    height: 300px;
	}
}


.downloadList .htmlblok{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.downloadList .button{
	width:175px;
}

/* -- messages -- */
div.messagePopupBox{
	position:fixed;
	max-height:100vh;
	overflow-y:auto;
	overflow-x:hidden;	
	bottom:0;
	right:0;
    z-index: 1111111;
    padding: 27px;
}
div.messagePopupBox:empty{
	display:none;
}

div.messagePopupBox .popupMessage {
    width: 100%;
    background-color: #3ac73f;
    padding: 25px;
    margin-top: 10px;
    color: #000;
    opacity: 0.0;
    transition: opacity .6s ease-in-out;
    box-shadow: 3px 3px 0px -1px rgba(0, 0, 0, 0.09);
	cursor:pointer;
}
div.messagePopupBox .popupMessage.shown{
	opacity:1.0;
}
div.messagePopupBox .popupMessage.error{
	background-color: #ff2b2b;	
}
div.messagePopupBox .popupMessage.warning{
	background-color: orange;
}

div.container.textField a{
	/* color:#6d820d; */
}
div.container.textField h4 ~ h2{
	margin-top:0;
}

body div.titleBar h1,
body .textField h1,
body div.titleBar h2,
body .textField h2,
body div.titleBar h3,
body .textField h3{
	/* color: #709840; */
}
/* --------------------- */

div.sliderTextBox{
	margin-top: -120px;
	margin-bottom: 80px;
}


div.sideInfo div.sideContent{
    padding: 30px;
}

div.sideInfo .sideImage{
	height:200px;
}

div.imageHolderHolder{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
div.imageHolderHolder div.imageHolder:hover {
    transform: scale(1.05);
}


element.style {
    background-image: url(upload/fotoalbum/9/114.jpg);
}
div.imageHolder{
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}
div.imageHolder img{
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	width:100%;
	height:auto;
	transform: translateX(-50%) translateY(-50%);
}

div.imageHolder.vertical img{
	height:100%;
	width:auto;
}
div.imageHolder.incr img{
	transform: translateX(-50%) translateY(-50%) scale(1.01);
}

div.loader{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:9999;
	background-color: rgba(255,255,255,0.8);
	opacity: 0.0;
	transition: opacity .1s ease-in-out;
}
div.loader img{
    position: absolute;
    width: 10%;
    min-width: 80px;
    max-width: 140px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);	
}
div.loader.show{
	opacity:1.0;
}

#map{
	width:100%;
	height:400px;
}

select.wrong,
textarea.wrong,
label.fileInput.wrong,
label.checkbox.wrong,
input.wrong{
	background-color: rgba(205, 0, 57, 0.06) !important;
    border-color: rgba(205, 0, 57, 0.18) !important;
}

div.viewer_error,
div.viewer_message{
	background-color: rgb(87 170 90);
	padding: 15px;
	margin-bottom: 20px;
	font-family: 'MinionPro-It', sans-serif;
}
div.viewer_error{
	background-color:#fcb6b6;	
	color: #000;
}


label.fileInput {
    display: block;
    min-height: 55px;
    height: auto;
    float: left;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 2px;
    box-sizing: border-box;
    border: 2px solid transparent;
}
label.fileInput span{	
    width: 100%;
    line-height: 37px;
    height: 37px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
}
label.fileInput a:not(.button){	    
    padding: 0 10px;
}

@media (max-width: 800px){
	label.fileInput{		
		text-align: center;
	}
}
@media (min-width: 801px){
	label.fileInput a{	    
		float:right;
	}
}

label.fileInput input{
	display:none;
}

label.checkbox{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 20px 7px;
    background-color: #eee;
    margin-bottom: 8px;
	cursor:pointer;
}
label.checkbox input{
    display: block;
    position: Absolute !important;
    width: 15px !important;
    height: 15px !important;
    top: 12px;
    right: 10px;
}

p.error {
    color: #ff2b2b;
    margin: -12px 0 10px 0 !important;
    font-weight: 600;
    font-size: 15px;
}

div.textBox{
	width:100%;
	height:auto;
}

.boxShadow{
	box-shadow: 0 0 7px rgb(0 0 0 / 34%);
}

/* -- template -- */
.imageBox{
	width:100%;
	float: left;
	height: auto;
	padding-right: 4vw;
}
.imageBox img{
	float:left;
	width:50%;
}
.imageBlock{
	float:
	left;
	margin-top: 70px;
	background-color: var(--themeBrown);
	width: 70px;
	height: 70px;
}

.pageContent{
	padding: 50px 15px;
}
.bigPadding{
	padding: 80px 15px;
}
.pageContent iframe{
	max-width:100%;
}

.messageHolder{
	position:relative;
	width:100%;	
    float: left;	
    padding-top: 10px;
}
.messageHolder:empty{
	display:none;
}

.success, .warning, .attention, .information {
    width: 100%;
    z-index: 10;
    padding: 10px 10px 10px 33px;
    margin-bottom: 10px;
    color: #555555;
}
.success {
    background: #EAF7D9 url(../image/success.png) 10px center no-repeat;
}
.warning {
    background: #FFD1D1 url(../image/warning.png) 10px center no-repeat;
}
.attention {
    background: #FFF5CC url(../image/attention.png) 10px center no-repeat;
}
.information {
    background: #f7f3ec;
}
.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

@media (min-width: 768px){
	*::-webkit-scrollbar {
		width: 10px;
		height: 4px;
		background-color: rgb(0 0 0 / 41%);
	}
	*::-webkit-scrollbar-thumb {
		width: 10px;
		height: 10px;
		background-color: #525252;
	}
}
@media (min-width: 2000px){
	.small_container{
		max-width:1400px !important;
	}
	.jumbotron .container{
		max-width:100%;
	}
}
@media (max-width: 1500px){
	div.menuMax div.fslide img{
		min-height:100%;
		height:100% !important;
		width:auto !important;
		position: absolute;
		left: 50%;
		top: 50%;		
		transform: translateX(-50%) translateY(-50%);		
	}
}

@media (max-width: 1200px){
	.not_tablet{
		display:none;
	}
	.tablet_nomargin{
		margin:0 !important;
	}
	.tablet_nopadding{
		padding:0;
	}
	.tablet_container_customWidth{
		width: 670px;
	}	
	.jumbotron .container {
		max-width: 100% !important;
	}
	.container {
		max-width: 100%;
	}
	.tablet_fullwidth{
		width: 100%;
	}
	.small_container{
		max-width: 100% !important;
	}
	
	.infoBoxes div.col {
		min-height: 200px;
	}
}

@media (max-width: 769px){	
	div.sliderTextBox {
		margin-top: -40px;
	}
}
@media (max-width: 1024px){	
	.jumbotron{		
		/* overflow: hidden; */
	}
	div.sliderTextBox {
		margin-top: -70px;	
	}
	div.textBox {
		padding: 15px;
	}
}


@media (min-width: 1025px){
	body .mobile_only{
		display:none !important;
	}
	.not_mobile_nopadding_r{
		padding-right:0;
	}
    div.divider{
        border-bottom: 1px solid var(--themeText);
        width: 1600px;
		max-width:100%;
        margin: auto;
    }
}
@media (min-width: 1025px){
	.not_mobile_nopadding{
		padding:0;
	}
	.not_mobile_nomargin{
		margin:0;
	}	
	.only_mobile{
		display:none;
	}
}
@media (max-width: 1024px){

	.not_mobile{
		display:none !important;
	}
	.mobile_nomargin{
		margin:0;
	}
	.mobile_nopadding{
		padding:0;
	}

	.mobile_fullwidth{
		width:100%;
	}

	.jumbotron.paddingFirst{
		margin-top:70px;
	}
}	
@media (max-width: 993px){	
}
@media (max-width: 769px){	
	div.background{
		display:none;
	}
	#jumbo-menu {
		top:0;
	}
	.jumbotron blockquote p{
		font-size: 26px !important;
	}
	.jumbotron ul li, .jumbotron p {
	    font-size: 18px;
	}

	.mobile_nopadding{
		padding:0 !important;
	}
}
