/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics

   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



/* base
----------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}

@font-face {
font-family: 'ElegantIcons';
src:url('fonts/ElegantIcons.eot');
src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
url('fonts/ElegantIcons.woff') format('woff'),
url('fonts/ElegantIcons.ttf') format('truetype'),
url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
font-weight: normal;
font-style: normal;
}

body {
background-color:#004799;
margin:0;
padding: 0;
font-size:100%;
color:#222;
}

div, input, textarea, select, label, :before, :after{
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

p,ul,ol,table,label,input,select,textarea,.zemThanks{
margin:0;
padding:0 0 30px;
font-family:questrial,muli,lato,'helvetica regular',arial,georgia;
font-size:1.0em;
line-height:1.7em;
font-style:normal;
}

h1,h2,h3,h4,h5,h6 {
font-family:questrial,raleway,lato,'open sans',arial;
}

h1, h2, h2 a {
padding:0;
margin:0 0 25px;
line-height:1.3em;
font-size:1.7em;
text-transform:uppercase;
color:#111;
font-weight:400;
font-style:normal;
}

h2 a {
font-size:inherit;
}

h2 a:hover {
text-decoration:none;
}

h3 {
padding:0 0 15px 0;
margin: 0 ;
color:#888;
font-size:1.5em;
font-weight:400;
font-style:normal;
border-bottom:0px dotted #555;
}

h4{
padding:0 0 5px;
margin:0 0 10px;
line-height:1.3em;
font-size:1.4em;
color:#111;
font-weight:400;
font-style:normal;
border-bottom:0px dotted #555;
}

h4.front{
background: #fff;
padding:8px 20px;
margin:0 auto 40px;
line-height:1.3em;
font-size:2.0em;
text-transform:uppercase;
color:#222;
display: inline-block;
}

h5,h6 {
padding:0 0 5px;
margin:0 0 10px;
font-size:1.2em;
font-weight:400;
}

h6 {
font-size:1.2em;
color:#55ae30;
}

.latest{
color:#444;
font-size:1.0em;
font-weight:700;
font-style:italic;
text-align:right;
border-bottom: 1px dotted #555;
}

a,code{
margin:0;
padding:0;
background:none;
color:#76B945;
color:#007dc7;
font-weight:400;
text-decoration:none;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity:1;
}

a:hover {
text-decoration:none;
opacity:0.7;
}

code {
color:#A06748;
}

ul, li ul {
list-style-type:none;
margin:0;
text-align:left;
}

ul li, li ul li {
background: url(/images/133.gif) no-repeat left 0.6em;
padding:0 0 0 1.3em;
margin:0;
}

.inline li {
padding:0.3em 0 0.3em 1.3em;
display:inline;
}

li ul{
font-size:100%;
}

ol, li ol {
margin:0 0 0 30px;
}

ol li, li ol li {
padding:.2em 0;
margin:0;
}

.col-2,.col-3,.col-4{
list-style-type: none;
margin:0;
padding:0 0 20px 0;
word-spacing: -0.26em;
}

.col-2 li,.col-3 li,.col-4 li{
background:none;
margin:0 0 30px;
padding: 0 40px 0 0;
word-spacing: 0;
vertical-align:top;
display:inline-block;
width:50%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.col-3 li{
width:33.3333%;
}

.col-4 li{
width:25%;
}

img {
margin:0 ;
padding:2px;
max-width:100%;
width:auto;
height:auto;
}

.left {
margin:2px 20px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 20px;
float:right;
}

.center {
margin:2px;
text-align:center;
vertical-align:top;
float:none;
display:inline-block;
}

blockquote {
background-color:#ededed;
margin:0 0 30px 0;
padding:20px 20px 0;
border-left:0px solid #999;
}

blockquote p {
margin:0;
font-family:georgia, "times new roman", verdana;
text-align:center;
font-style:italic;
font-size:1.0em;
color:#000;
font-weight:400;
}

table {
margin: 0 0 30px;
padding:0;
border-collapse:collapse;
border-top: 0px solid #bbb;
width:100%;
}

td {
margin:0;
padding:5px 10px;
text-align:center;
border-bottom: 1px solid #888;
}

th {
background-color:#444;
padding:8px 10px;
color:#fff;
font-weight:400;
text-align:center;
border-bottom: 0px solid #555;
}

hr {
margin:2em auto;
width:370px;
height:1px;
color:#7a7e7d;
background-color:#7a7e7d;
border:none;
}

.table-head {
background:#333;
color:#fff;
}

.article {
padding: 0 0 30px 0;
position:relative;
z-index:210;
}

.meta {
margin:0 ;
padding:6px 0;
text-align:left;
line-height:1.5em;
color:#fff;
overflow:hidden;
width:99%;
clear:both;
}

.meta a {
background-color:#007dc7;
margin:0 ;
padding: 8px 25px;
text-align:center;
font-size:0.9em;
color:#fff;
font-weight:400;
text-transform:uppercase;
text-decoration: none;
display:inline-block;
}

.meta a:after {
font-family: 'ElegantIcons';
content: "\35";
color:#EFC904;
font-size:1.3em;
float:right;
}

.posted {
margin:-20px 0 25px 5px;
padding: 0;
font-size:0.8em;
color:#999;
font-weight:400;
font-style:normal;
text-transform:uppercase;
}

.posted span{
color:#333;
font-weight:400;
}

.edasi {
margin: 0 ;
padding: 7px 20px;
background-color:#01B8CE;
text-align:center;
font-size:0.9em;
color:#fff;
font-weight:400;
text-transform:uppercase;
text-decoration: none;
display:inline-block;
}

.edasi:after {
font-family: 'ElegantIcons';
content: "\35";
color:#000;
font-size:1.4em;
float:right;
}

.tagasi {
margin: 0 ;
padding: 7px 20px;
text-align:center;
font-size:0.9em;
color:#111;
font-weight:400;
text-transform:uppercase;
text-decoration: none;
border:1px solid #ddd;
display:inline-block;
}

.tagasi:before {
font-family: 'ElegantIcons';
content: "\34";
color:#3E98CD;
font-size:1.4em;
float:left;
}


/* front news
--------------------------------------- */

.block{
margin:0 ;
padding:0;
overflow:hidden;
display:block;
clear:both;
}

.block-uudised{
margin:0 ;
padding:0 50px 30px 0;
overflow:hidden;
width:70%;
float:left;
}

.block-uudised-sub{
background: url(/images/130.png) no-repeat center top;
margin: 0 ;
padding-top:30px;
text-align:left;
line-height:1.3em;
font-size:1.2em;
text-transform:uppercase;
width:100%;
display:inline-block;
}

.block-uudised-sub li {
background:none;
margin: 0 0 20px;
padding-right:30px;
width:50%;
float:left;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.block-uudised-sub li a{
color:#111;
font-weight:400;
}

.block-uudised-sub .posted {
margin:0;
font-size:0.7em;
}

.block-kalender{
margin:0 ;
padding:0;
overflow:hidden;
width:30%;
float:right;
}


/* article album
-------------------------------------------- */

.article-album{
list-style-type:none;
margin:30px 0;
}

.article-album li {
background:none;
padding:0;
margin:0 0 6px;
vertical-align:top;
text-align:center;
display:inline-block;
}

.article-album li a{
display: block;
position: relative;
text-align: center;
overflow: hidden;
}

.article-album img{
margin:0 auto;
padding:0;
display: block;
width: 100%;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}

.article-album a:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}

.thumb-alt {
text-align:center;
line-height:1.2em;
display:block;
}

.album {
margin:0 0 20px;
padding: 0 20px;
vertical-align:top;
text-align:center;
max-width:300px;
display:inline-block;
overflow:hidden;
}

.album a{
display: block;
position: relative;
text-align: center;
overflow: hidden;
}

.album img{
margin:0 auto;
padding:0;
display:block;
float:none;
width:auto;
height:180px;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}

.album a:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}

.album h3 {
padding:10px 0;
margin: 0 ;
line-height:1.3em;
font-size:1.1em;
font-weight:400;
font-style:normal;
text-align:center;
text-transform:uppercase;
}

.album h3 a{
color:#111;
}



/* partnerid
----------------------------------------- */

.partnerid {
padding-bottom:0px;
text-align:center;
}

.partnerid a {
display:inline-block;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.partnerid a:hover {
opacity:1;
}

.partnerid img{
padding-left:5px;
padding-right:5px;
padding-bottom:10px;
text-indent:-5000em;
width:auto;
height:auto;
max-width:100%;
max-height:80px;
display:inline-block;
}

.partnerid br {
display:none;
}


/* layout
----------------------------------------------- */

#container {
margin:0 auto;
padding:0;
text-align:center;
width:100%;
}

#header,#header-sub,#content-1,#content-2,#content-3,#content-4,#content-5,#content-6,#footer {
margin:0 auto;
padding:30px 0;
background-position: center top;
background-repeat: no-repeat;
background-size:cover;
background-attachment: scroll;
text-align:left;
width:100%;
clear:both;
}

#container:before,.top:before,.header:before,#header:before,#footer:before,.content-2:before,.content-3:before,.content-4:before,.container:before,.container-2:before,.vert-middle:before,.article:before,#container:after,.top:after,.header:after,#header:after,#footer:after,.content-1:after,.content-2:after,.content-3:after,.content-4:after,.container:after,.container-2:after,.vert-middle:after,.article:after,.diff-columns:after,.myCalendar:after  {
display: table;
content: ' ';
clear:both;
} 

.top {
background: rgba(0,0,0, 1);
left:0;
top:0;
width:100%;
height:60px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
position:relative;
z-index:700;
}

.top .container {
height:100%;
position:relative;
z-index:510;
}

.top-content {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
height:100%;
border-top:0;
position:relative;
z-index:510;
}

#header,#header-sub {
background-image: url(/images/991.jpg);
padding:0;
height:auto;
position:relative;
}

#header-sub {
background-image: url(/images/138.jpg);
height:auto;
}

#header .container,#header-sub .container {
position:relative;
z-index:10;
}

#logo {
padding-top:10px;
padding-bottom:10px;
display:block;
position:relative;
z-index:20;
}

#logo img{
margin: 0 ;
padding:0;
text-indent:-5000em;
display:block;
}

#mm-all-menus:not( .mm-menu ) {
display: none;
}

#all-menus {
margin-right:auto;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
height:100%;
position:relative;
z-index:510;
}

#main-menu {
list-style-type: none;
margin-bottom: 0;
padding:0;
text-transform:uppercase;
display: none;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
height:100%;
}

#main-menu > li{
background: none;
margin:0 7px;
padding:0;
line-height:60px;
font-size:16px;
color:#fff;
position:relative;
z-index:600;
}

#main-menu > li:first-child{
display:none;
}

/* #main-menu li:nth-child(4n){
margin-left:auto;
margin-right:auto;
} */

#main-menu li a {
margin:0 ;
font-weight:400;
color:#fff;
text-decoration:none;
}

#main-menu ul{
    list-style: none;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
    list-style-type: none;
margin: 0;
padding:0 ;
text-align:left;
line-height:1.7em;
display:none;
left:0;
position:absolute;
z-index:610;
}

#main-menu ul li{
margin:0;
padding: 0;
font-size:95%;
color:#fff;
display:block;
position:relative;
}

#main-menu ul li a {
background-color:#000; 
margin:0 0 1px;
padding:9px 14px;
text-align:left;
color:#fff;
display:block;
width:225px;
float:left;
}

#main-menu ul li a:hover {
background-color:#333;
opacity:1;
}

#content-1 {
background-color:#fff;
background-size:auto;
padding-top:8%;
}

#content-2 {
background-color:#f5f5f5;
background-image: url(/imaages/122.jpg);
text-align:center;
overflow:hidden;
}

#content-2 p{
padding:0;
font-size:1.2em;
color:#111;
}

.container{
margin:0 auto;
padding-left:4%;
padding-right:4%;
width:100%;
max-width:1100px;
height:100%;
clear:both;
}

#footer {
overflow:hidden;
}

.kontakt-all{
margin: 0;
padding:0;
float:left;
}

#footer p{
margin:0;
padding:0;
color:#fff;
}

#footer a{
color:#318EC3;
}

#footer img{
margin:0;
padding:0;
}


/* vetical-align middle
------------------------------------- */

.vert-middle {
margin-left: auto;
margin-right: auto;
padding-left:4%;
padding-right:4%;
padding-bottom:40px;
text-align:center;
width:100%;
max-width:1100px;
height:100%;
position:relative;
z-index:13;
}

.vert-middle .middle-box { 
margin-left: auto;
margin-right: auto;
padding-bottom:0;
height:100%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction:column;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-align:start;
align-items:flex-start;
position:relative;
z-index:12;
}

.middle-box-content{
padding-left: 25px;
padding-top:25px;
padding-bottom: 25px;
text-align:left;
width:100%;
position:relative;
z-index: 100;
}

.middle-box h2 {
margin-bottom:1.8em;
-ms-flex-align:center;
align-items:center;
font-size:46px;
color:#fff;
line-height:1.3em;
font-weight:700;
/* text-transform:uppercase; */
font-style:normal;
width:100%;
}

.middle-box p{
margin-bottom:0;
color:#fff;
line-height:1.5em;
font-size:20px;
font-weight:400;
}


/* curtains
---------------------------------- */

.header-curtain{
background: rgba(0,0,0, 0.40);
left: 0;
right:0;
top:0;
bottom:0;
position: absolute;
z-index: 3;
}

.header-curtain-2:before {
background: rgba(1, 1, 1, 0.5);
content: ' ';
left:0;
right:0;
top: 0;
width: 100%;
height:400px;
border-top: 4px solid #B39B49;
-webkit-transform: skewY(1.7deg);
-ms-transform: skewY(1.7deg);
transform: skewY(1.7deg);
position: absolute;
z-index: -100;
}

.section-curtain-1{
background: rgba(0,71,153, 0.9);
left: 0;
right:0;
top:0;
bottom:0;
width: 100%;
height:100%;
position: absolute;
z-index: 3;
}

.section-curtain-2{
left: 0;
right:0;
bottom:0;
width: 100%;
height: 40px !important;
position: absolute;
z-index: 4;
}

.section-curtain-2:before {
background: rgba(255,255,255,1);
content: ' ';
left:0;
right:0;
top: 0;
width: 100%;
height:400px;
border-top: 4px solid #B39B49;
-webkit-transform: skewY(-1.7deg);
-ms-transform: skewY(-1.7deg);
transform: skewY(-1.7deg);
position: absolute;
z-index: -100;
}

.section-curtain-3{
background: rgba(0,0,0,0);
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(8,8,8,0.15) 45%, rgba(12,12,12,0.66) 72%, rgba(17,17,17,0.66) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(45%, rgba(8,8,8,0.15)), color-stop(72%, rgba(12,12,12,0.66)), color-stop(100%, rgba(17,17,17,0.66)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(8,8,8,0.15) 45%, rgba(12,12,12,0.66) 72%, rgba(17,17,17,0.66) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(8,8,8,0.15) 45%, rgba(12,12,12,0.66) 72%, rgba(17,17,17,0.66) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(8,8,8,0.15) 45%, rgba(12,12,12,0.66) 72%, rgba(17,17,17,0.66) 100%);
background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(8,8,8,0.15) 45%, rgba(12,12,12,0.66) 72%, rgba(17,17,17,0.66) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#111111', GradientType=1 );
left: 0;
right:0;
bottom:0;
width: 100%;
height:100%;
position: absolute;
z-index: 3;
display:none;
}

.fb{
margin: -10px 0 0 15px;
padding:0;
color: #fff;
display:inline-block;
float:right;
}

.pall {
right:10px;
bottom:-50px;
position:absolute;
z-index:400;
}

.tutvustus{
padding:20px 0;
display:inline-block;
max-width:600px;
}

.tutvustus p{
padding-bottom: 10px;
line-height:1.4em;
font-size:1.3em;
color:#fff;
text-align:left;
font-weight:400;
text-shadow: 2px 1px 2px #444;
}

.jatkub a{
margin:0 ;
padding: 7px 20px;
background: rgba(0,0,0, 0.70);
text-align:center;
color:#fff;
font-weight:400;
font-size:0.8em;
text-transform:uppercase;
text-decoration: none;
display:inline-block;
float:right;
}

.jatkub a:after {
font-family: 'ElegantIcons';
content: "\35";
color:#EFC904;
font-size:1.6em;
float:right;
}

.salong {
padding-top:30px;
}

.salong li{
background-image:none;
padding-top:90px;
position:relative;
}

.salong .one:before, .salong .two:before, .salong .three:before{
top:0;
left:50%;
margin-left:-36px;
padding:16px;
font-family: 'ElegantIcons';
speak: none;
font-size: 35px;
color: #8C7D76;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
border-radius:50%;
border:2px solid #8C7D76;
position:absolute;
}

.salong .one:before {
content: "\e06d";
}

.salong .two:before {
content: "\e081";
}

.salong .three:before {
content: "\e076";
}

#navigation{
margin: 0 auto;
text-align:center;
}

#navigation p{
margin: 0 auto;
padding:0;
text-align:center;
line-height:1.0em;
font-size:.8em;
font-weight:400;
font-style:normal;
text-transform:uppercase;
display:inline-block;
}

#navigation a{
margin-right:1px;
background-color:#222;
color:#fff;
text-decoration:none;
float:left;
}

.nav-link-prev, .nav-link-next {
margin:0;
padding:15px 25px;
float:left;
}


/* smd_calendar
------------------------------------------ */

.calendar-col {
height:auto;
}

.calendar-col > div{
height:100%;
}

.calendar-col-img{
background-image: url(/images/5.jpg);
background-position: center bottom;
background-attachment:scroll;
background-repeat: no-repeat;
background-size:100% auto;
position:relative;
}

.myCalendar{
margin:0 auto;
text-align:left;
width:100%;
}

.myCalendar h2 {
margin:0;
padding-bottom:10px;
}

table#calendar-01 {
margin-bottom:-1px;
padding:0;
text-align:center;
text-transform:uppercase;
border-collapse:collapse;
border-top: 0px solid #bbb;
height:auto;
max-height:100%;
}

table#calendar-01 th {
background-color:inherit;
padding:5px 10px;
color:inherit;
font-weight:inherit;
}

table#calendar-01 td {
background-color:#e7e7e7;
margin:0;
padding:0;
text-align:center;
border: 1px solid #fff;
vertical-align:middle;
width:14.3%;
}

table#calendar-01 tr.smd_cal_navrow{
background-color:#444;
padding:4px 10px;
font-size:20px;
color:#fff;
color:#007dc7;
}

table#calendar-01 .smd_cal_navrow span{
padding:8px 10px;
display:inline-block;
}

table#calendar-01 tr:nth-child(even) {
background: rgba(200,200,200, 0);
}

table#calendar-01 tr.smd_cal_daynames {
background-color:#aaa;
padding:4px 10px;
line-height:1.5em;
font-size:20px;
color:#fff;
}

table#calendar-01 .smd_cal_event{
background-color:#007dc7;
}

table#calendar-01 .smd_cal_event a{
font-size:22px;
color:#fff;
}

table#calendar-01 h4{
margin: 0;
padding:0;
text-align:center;
line-height:2.1em;
font-size:22px;
}

table#calendar-01 h4:before {
border: 0;
}



/* mobile-menu
--------------------------------------- */

a.mob-nav{
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
width: 55px;
border-radius: 0;
/* box-shadow: 0 3px 12px rgba(1,1,1,0); */
}

.burger {
display: block;
width: 30px;
}

.burger .bar {
background-color: #fff;
margin: 2px 0;
border-radius: 0px;
width: 30px;
height: 3px;
float: right;
display: block;
}


/* fancybox
----------------------------------------------- */

.fancybox-slide--iframe .fancybox-content {
width  : 940px;
max-width  : 80%;
max-height : 80%;
margin: 0;
}

.fancybox-caption {
background-color: rgba(0,0,0, 0.3);
font-size: 18px;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
color: #fff;
}

/* hidden content */
#hidden-content{
max-width: 950px;
padding: 10px 30px;
border-radius: 4px;
opacity: 0;
transform: translateY(-50px);
transition: all .3s;
}

.fancybox-slide--complete #hidden-content{
opacity: 1;
transform: translateY(0);
}

.fancybox-caption-wrap {
background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
text-align:center;
}


/* miscellanneous
------------------------------------ */

.indent {
text-align:left;
left:-5000em;
position:absolute;
z-index:500;
}

.float-left {
float:left;
}

.float-right {
float:right;
}

.align-left {
text-align:left;
}

.align-right {
text-align:right;
}

.align-center {
text-align:center;
}

.hide {
display:none;
}

.columns-2{
column-count:1;
-moz-column-count:1; /* Firefox */
-webkit-column-count:1; /* Safari and Chrome */
}

.login{
display:inline-block;
position:relative;
z-index:2000;
}

.header-img {
padding-top:20px;
}

.counter {
right:5px;
bottom:0px;
position:absolute;
z-index:200;
opacity:0;
}

.counter img{
border:none;
}

.no-disc-ul {
list-style-type:none;
padding-left:0;
}

.sub-section-content {
margin-top:10%; 
margin-bottom:10%; 
padding:0 7%;
display:inline-block;
position:relative;
z-index:3; 
}

.col-content{
display:-ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
}

.col-content > div{
margin-bottom: 55px;
}

.col-content h2{
padding:0;
margin:0 0 10px;
line-height:1.4em;
font-size:24px;
color:#342221;
font-weight:400;
}

.col-content p{
margin-bottom:20px;
color:#333;
}

.col-content .edasi{
text-align:right;
}

.borders {
padding: 15px 40px;
text-align:center;
border:1px solid #fff;
border-radius:3px;
display:inline-block;
}

.down:before {
left:50%;
bottom:-25px;
font-family: 'FontAwesome';
content: "\f103";
font-size:2.0em;
background-color:#111;
margin:0 0 0 -25px;
padding:5px;
color:#fff;
border-radius:50%;
border:3px solid #fff;
position:absolute;
z-index:200;
}

.title {
margin-bottom:4%;
}

.title h1,.title h2{
margin-bottom:0;
}

.title h3 {
margin-bottom:0.2em;
font-size:24px;
}

.title p {
margin:0 0 0.2em;
}

.social {
margin-left:10px;
margin-right:20px;
}
.social a{
margin-left:7px;
display:inline-block;
}
.social img{
padding:0;
max-width:none;
max-height:30px;
}

.colored-line {
display:inline-block;
width:0;
position:absolute;
z-index:5000;
}

.colored-line:before {
background-color:#C17900;
display: block;
position: absolute;
content: ' ';
right:-100px;
top: -30px;
width: 3000px;
height: 2px;
z-index: -100;
}

.joon-top,.joon-bottom {
background-color: #d3af38;
background-color:#c7c2b8;
top: 4px;
left:0;
position:absolute;
z-index:700;
width:100%;
height:4px;
}

.joon-bottom {
bottom: 4px;
}

.wrap,.highlighted{
background-color:#E9C59E;
background-color: rgba(0,0,0, 0.15);
padding-left:5px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
font-size:inherit;
font-weight:400;
}

.small{
font-size:90%;
}

.margin-bottom{
margin-bottom: 5%;
}

.connect{
color: #7C1B1E;
}

.img-a{
right:-80px;
position:relative;
z-index:100; 
}

.lowercase {
text-transform:lowercase !important;
}

.map {
width: 100%;
height: 60vh;
}

.calendar{
width: 100%;
min-height: 80vh;
}

audio {
width: 100%;
max-width: 335px;
}

.mm-listview {
padding-left:0;
text-transform:uppercase;
}

.mm-listview li{
font-size:18px;
text-align:left;
}

.mm-listview li:before {
content: " ";
}

.mm-listitem{
background:none;
}



/* mobile devices (min-width:1000px) 
---------------------------------------------------*/

@media screen and (min-width:1000px) {

a.mob-nav{
display: none;
}

#main-menu{
display: -ms-flexbox;
display: flex;
}

}


/* mobile devices (min-width:1150px) 
---------------------------------------------------*/

@media screen and (min-width:1150px) {

#content-1 {
padding-top:90px;
}

.container,.vert-middle {
padding-left:0;
padding-right:0;
}

}



/* mobile devices (max-width:820px) 
---------------------------------------------------*/

@media screen and (max-width:820px) {


#logo {
width:140px;
}

#sidebar-1,.pall{
display:none;
}

.block-uudised,.block-kalender{
margin:0 ;
padding-right:0;
width:100%;
float:none;
}

.col-3 li, .col-4 li{
margin:0 auto 20px;
width:50%;
}

h1, h2, h2 a {
font-size:1.4em;
margin:0 0 20px;
}

h2 a {
font-size:inherit;
}

#footer{
text-align:center;
}

.kontakt-all{
margin: 0 auto;
padding:0 0 20px;
float:none;
}
}

/* mobile devices (max-width:500px) 
---------------------------------------------------*/

@media screen and (max-width:500px) {

#logo {
width:110px;
}

.block-uudised-sub li {
background:none;
margin: 0 0 20px;
padding-right:0;
width:100%;
float:none;
}

.col-2 li,.col-3 li,.col-4 li {
width:100%;
}
}