
/* GLOBAL STYLES */
body, body *{margin:0;padding:0;border:0;}
body,table{color:#333;font-size:1em; font-family: 'Roboto Condensed', sans-serif;}
h1,h2,h3,h4{font-size:1.2em;}

body{padding:0;background:#fff url('img/bg-1.jpg'); background-repeat: no-repeat;
    background-attachment: fixed;background-position: center;text-align:center;}

input[type="text"], input[type="password"], input[type="file"], input[type="email"], select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:#9fdbdc;font-family:Arial, sans-serif;font-size:0.8em;border-radius:2px;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus{border-color:#00679a;box-shadow:0 0 3px rgba(0,103,154,0.6);}
input[type="text"].warning-required, input[type="password"].warning-required, input[type="email"].warning-required, select.warning-required, textarea.warning-required{background:#fbefef;border-color:#bb4c2e;}
input[type="submit"], button[type="submit"]{padding:5px 14px;background:#c1c1c1; color:#fff;transition:all 0.3s ease;font-family:Arial, sans-serif;font-size:1em;border-radius:2px;}
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus{background:#A5A6A4;cursor:pointer;}
label{font-weight:bold;}
label span{padding-left:10px;color:#aaa;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;font-size:100%;}
tbody, tfoot, thead{margin:0;padding:0;}
caption, tr, th, td{margin:0;padding:2px 4px;border:1px solid #fff;font-size:100%;font:inherit;vertical-align:baseline;}

a{color:#0070b8;text-decoration:underline;}
a:hover{color:#000;text-decoration:underline;}

.msg{clear:both;overflow:hidden;padding:20px 0;text-align:center;}
.msg.done, .msg.error{margin:10px 0;background:#0093dd url('img/info.png') no-repeat 20px center;color:#fff;font-size:1.5em;}
.msg.done a, .msg.error a{color:#fff;}
.msg.done a:hover, .msg.error a:hover{color:#1f1a17;}
.msg a.action{display:inline-block;margin:7px 7px;padding:3px 8px;border:1px solid #fff;text-decoration:none;font-size:0.813em;}
.msg a.action:hover{background:#fff;}
.msg.panel a.action{margin-top:13px;}
.msg.error{background-color:#cc1426;}
.wai{position:absolute;width:1px;height:1px;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);overflow:hidden;}

#container{position:relative;width:1100px;margin:10px auto;text-align:left;background:none;}
#container:after{content:"";display:table;clear:both;}
#header{}
#body, #foot{float:left;width:100%;margin:0 auto;padding:0;}

#slider{width:100%; height:285px; background:none;}

/* QUICK LINKS */
#skiplinks{position:absolute;top:0px;left:0px;}
#skiplinks a{position:absolute;top:-500px;left:0px;z-index:10;min-width:200px;padding:10px;color:#fff;}
#skiplinks a:focus{top:0;background:#000;color:#fff;}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head1{float:left;width:100%;height:110px; position: fixed;
top: 0;
z-index: 999;
background: rgba(255,255,255,0.7);}
#head1 .container {
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
#logo{float:left; position:relative; top:-53px;animation-name: flipInX;transform-origin: center bottom;animation-duration:2s;animation-fill-mode: both;}
#logo #title{float:left;}
#logo #title a{color:#1f1a17;font:bold 3.25em 'Arial';line-height:1em;text-decoration:none;}
#logo #title a span{color:#cc1426/*#c32119 #26547c*/;background:inherit;}
#logo #title a strong{color:#0093dd;background:inherit;}
#logo #title a em{color:#cc1426;font-style:normal;}
#logo #slogan{float:left;padding:0 0 0 8px;background:inherit;color:#1f1a17;font-size:2.45em;margin-top:22px;}

#search-form{float:right;min-width:140px;width:25%;margin:25px 2% 0 0;text-align:right;}
#search-form input[type="text"], #search-form button{height:30px;padding:5px 3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#search-form input[type="text"]{min-width:100px;width:45%;background:#fff;color:#333;border-right:0;border-top-right-radius:0px;border-bottom-right-radius:0px;}
#search-form input[type="text"]:focus{width:78%;transition:all 0.5s ease;}
#search-form button{width:20%;background:#9fdbdc url('img/search.png') no-repeat center center;color:transparent;border-top-left-radius:0px;border-bottom-left-radius:0px;}
#search-form button:hover, #search-form button:focus{background-color:#a5a6a4;transition:all 0.5s ease;}
@-moz-document url-prefix(){#search-form button{padding-top:3px;}}

/* HEADER WITH TOP MENU */
#head2 {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
#head2 .container{position:absolute;right:0;top:80px;}

/* MENU TOP */
#header .menu-1{float:right;}
#header .menu-1 ul{float:left;height:100%;margin:0;list-style:none;}
#header .menu-1 li{float:left;padding:0;}
#header .menu-1 li.selected, #header .menu-1 li:hover{}

#header .menu-1 li a{float:left;margin:8px 0;padding:4px 20px;color:#333;font-size:1.5em;text-decoration:none;background:transparent;border:1px solid transparent; text-transform:uppercase;}
#header .menu-1 li:first-child a{border-left:transparent;}
#header .menu-1 li:last-child a{border-right:transparent;}
#header .menu-1 li:hover a, #header .menu-1 .selected a, #header .menu-1 .selected-parent a{color:#333;transition: all 0.2s ease-in 0s;border-bottom: 4px solid #ff9900;}
#header .menu-1 > ul > li > a{animation-name: fadeIn;transform-origin: center top;animation-duration:2s;animation-fill-mode: both;}

#header .menu-1 .selected a{/*border-color:transparent #0093dd;*/}

/*sitemap */


#siteMap {
    margin: 0;
    padding: 10px 40px 20px;
}
#siteMap dt {
    padding: 7px 0 0;
}
#siteMap dt a {
    background: inherit;
    font-weight: bold;
}
#siteMap dd {
    margin: 0;
    padding: 2px 0 0 20px;
}
#siteMap dd.d2 {
    padding: 0 0 0 40px;
}
#siteMap a {
    color: #333;
}
#siteMap a:hover {
    color: #ff9900;
    font-weight: bold;
    text-decoration: none;
}

/* SLIDER */
/* You will find slider styles in style-slider.css file */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:0; border: 1px solid #ced4d9;box-shadow: 0 0 38px 0 rgba(0,0,0,.2);background:#ffffff url('img/bottom_shadow.png') no-repeat center bottom;}
#body:after{content:"";display:table;clear:both;background:#fff;}

/* PAGE */
#page{position:relative;float:left;width:100%;margin:0 0 30px;text-align:left;}
#page h1{color: #4d2200;font-size: 1.75em;font-weight: 700;font-family: 'Roboto Condensed', sans-serif;line-height: 1.75em;padding: 16px 0;text-transform: uppercase;}
#page h1::after {background: #ffa900 none repeat scroll 0 0;content: "";display: block;height: 5px;margin: 10px 0 0;transition: all 0.5s ease 0s;width: 60px;}

#page .msg.error h1{margin-top:15px;color:#fff;}
#page .msg.error.panel h1{margin:0;font-size:1em;}

#page4 #page h1{ display:none; }

#page .images-1{
    max-width:100% !important;
    height:auto;
    display:block;
}

/* PAGE - BREADCRUMB (navigation path) */
#page nav.breadcrumb{margin-bottom:20px;}
#page nav.breadcrumb a{}
#page nav.breadcrumb a:hover{}

/* PAGE CONTENT */
#page div.content{line-height:1.5em;margin-right:15px;}
#page div.content > ul, #page div.content > ol{padding:0 0 0 30px;}
#page div.content > ul:after, #page div.content > ol:after{content:"";display:table;clear:both;}
#page div.content > ul li, #page div.content > ol li{margin:8px 0;padding:0;}
#page div.content p{padding-bottom:10px;}

#page ul.options{float:left;width:100%;margin:0 10px 20px 0;list-style:none;}
#page ul.options::after{content:"";display:table;clear:both;}
#page ul.options li{float:left;margin:0 10px 0 0;}
#page ul.options .edit a, #page ul.options .delete a{display:inline-block;width:21px;height:21px;background:url('../admin/img/options.png') no-repeat 0px 0px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;}
#page ul.options .edit a:hover{background-position:0 -21px;}
#page ul.options .delete a{background-position:-21px 0;}
#page ul.options .delete a:hover{background-position:-21px -21px;}

#page > time{position:absolute;top:40px;right:0;color:#6e6e6e;}

/* IMAGES STYLES */
/* global */
#content li img{box-shadow:0 0 4px rgba(100,100,100,0.4); }

.pages-5 li img{width:100%;}

#content li img:hover{opacity:0.8;}
/* list global */
.images-1, .images-2, .images-3, .images-4{list-style:none;}
.images-1 li, .images-2 li, .images-3 li, .images-4 li{margin:0 0 15px 0;background:inherit;text-align:center;}
.images-1 p, .images-2 p, .images-3 p, .images-4 p{max-width:250px;margin:0 auto;color:#0093dd;font-size:0.875em;}
#content div.content .images-3, #content div.content .images-4{padding:0;}
/* list custom */
.images-1{clear:left;float:left;margin:9px 20px 0 0;}
.images-2{clear:left;float:left;margin:8px 20px 0 0px;}
.images-2:hover{animation-name: pulse;transform-origin: center bottom;animation-duration:1s;animation-fill-mode: both;}
.images-3, .images-4{clear:both;}

.images-3 li, .images-4 li{float:left;width:100%;}
.images-3 li:nth-child(4n+1), .images-4 li:nth-child(4n+1){clear:left;}

.images-3 a{z-index:1}
.images-3{margin:0;padding:0;background:#fff;position:relative;overflow:hidden}
.images-3:hover img{-webkit-transform:scale(1.2);transform:scale(1.2)}
.images-3 img{max-width:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;list-style-type:none}
.images-3{list-style-type:none}
.images-3 p{display:none;}

#content div.content .images-3, #content div.content .images-4{clear:none;}


/* FILES LIST STYLES */
#content .files-list{width:100%;float:left;margin:15px 0 5px;list-style:none;vertical-align:middle;border-left:2px solid #c8cccf;font-size:0.9em;}
#content .files-list li{float:left;clear:left;width:100%;height:20px;margin:9px 0 9px 20px;padding-left:30px;background:url('img/files-ext.gif') no-repeat 0 -260px;}
#content .files-list p{display:inline;color:#0093dd;font-style:italic;}
#content .files-list p:before{content:" - ";}
#content .files-list li.zip{background-position:0 0;}
#content .files-list li.xml{background-position:0 -20px;}
#content .files-list li.xls{background-position:0 -40px;}
#content .files-list li.web{background-position:0 -60px;}
#content .files-list li.vcf{background-position:0 -80px;}
#content .files-list li.txt{background-position:0 -100px;}
#content .files-list li.sys{background-position:0 -120px;}
#content .files-list li.swf{background-position:0 -140px;}
#content .files-list li.psd{background-position:0 -160px;}
#content .files-list li.pps{background-position:0 -180px;}
#content .files-list li.png{background-position:0 -200px;}
#content .files-list li.pic{background-position:0 -220px;}
#content .files-list li.pdf{background-position:0 -240px;}
#content .files-list li.nn{background-position:0 -260px;}
#content .files-list li.eml{background-position:0 -280px;}
#content .files-list li.media{background-position:0 -300px;}
#content .files-list li.fla{background-position:0 -320px;}
#content .files-list li.exe{background-position:0 -340px;}
#content .files-list li.chm{background-position:0 -360px;}
#content .files-list li.cdr{background-position:0 -380px;}

/*accordion*/

.acc-container {
width:100%;
margin:30px auto 0 auto;
-webkit-border-radius:8px;
-moz-border-radius:8px;
-o-border-radius:8px;
border-radius:8px;
overflow:hidden;
}

.acc-btn { 
width:100%;
margin:0 auto;
padding:20px 25px;
cursor:pointer;
background:#C5EBF5;
border-bottom:1px solid #2C3E50;
}

.acc-content {
height:0px;
width:100%;
margin:0 auto;
overflow:hidden;
background:none;
}

.acc-content-inner {
padding:30px;
}

.open {
height: auto;
}

h1 {
font:600 20px/26px 'Lato', sans-serif;
color:#ffffff;
}

p { 
font:400 16px/24px 'Lato', sans-serif;
color:#798795;
}

.selected {
color:#2C3E50;
}

/* QUICK.BOX */
#quick-box{position:fixed;width:100%;height:100%;left:0px;top:0px;background:rgba( 0, 0, 0, 0.7 );z-index:200;}
#quick-box .background{height:100%;}
#quick-box .quick-box-container{position:absolute;padding:0;border-radius:5px;box-shadow: 0 0 15px 1px #000;}
#quick-box .image-wrapper{position:relative;line-height:0px;}
#quick-box .image-wrapper img{margin:0px;padding:0px;border-radius:5px;}
#quick-box .navigation{position:absolute;bottom:0px;margin:0px;padding:5px 0;text-align:center;font-size:0.875em;font-weight:bold;color:#ddd;line-height:normal;background:rgba( 0, 0, 0, 0.2 );width:100%;}
#quick-box .description{margin:0px;padding:5px 0;text-align:center;font-size:0.875em;color:#ddd;font-weight:bold;background:rgba( 0, 0, 0, 0.8 );border-bottom-left-radius:5px;border-bottom-right-radius:5px;max-height:66px;overflow:hidden;}

#quick-box .prev, #quick-box .next{position:absolute;width:50%;top:15%;height:70%;margin:0px;color:#fff;font-family:Verdana;z-index:100;opacity:0.15;}
#quick-box .prev span, #quick-box .next span{position:absolute;top:47%;left:0px;padding:10px;border:1px solid #fff;background:#000;}
#quick-box .next span{left:auto;right:0px;border-right:none;}
#quick-box .prev span{border-left:none;}
#quick-box .next:hover, #quick-box .prev:hover{opacity:0.8;}
#quick-box .prev{left:0px;}
#quick-box .next{right:0px;}
#quick-box .close{position:absolute;top:0px;right:0px;padding:0px 4px 2px;opacity:0.5;background:#000;color:#fff;font-weight:bold;font-family:"Trebuchet MS";text-decoration:none;border:1px solid #fff;border-top:none;border-right:none;border-top-right-radius:5px;z-index:100;}
#quick-box .close:hover{opacity:0.8;}
#quick-box .close, #quick-box .prev, #quick-box .next{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}

/* SUBPAGES LIST STYLES */
/* global */
.pages-1, .pages-2, .pages-3, .pages-4, .pages-5, .pages-list{float:left;width:100%;margin:7px 0;list-style:none;}
.pages-1 li, .pages-2 li, .pages-3 li, .pages-4 li, .pages-list li{clear:left;float:left;width:96%;margin:15px 0;padding:25px 0 20px;border:1px solid #e0e0e0;border-top:5px solid #e8eaee;}
.pages-1 li .image, .pages-2 li .image, .pages-3 li .image, .pages-4 li .image{float:left;margin:0 2.5% 5px;}
.pages-1 h2, .pages-2 h2, .pages-3 h2, .pages-4 h2{padding:0 2.5% 10px;}
.pages-1 h2, .pages-1 h2 a, .pages-2 h2, .pages-2 h2 a, .pages-3 h2, .pages-3 h2 a, .pages-4 h2, .pages-4 h2 a, .pages-list h2 a{color:#cc1426;font-size:1.25em;font-weight:normal;background:none;text-decoration:none;}
.pages-1 h2 a:hover, .pages-2 h2 a:hover, .pages-3 h2 a:hover, .pages-4 h2 a:hover, .pages-list h2 a:hover{color:#0093dd;background:none;text-decoration:underline;}
.pages-2 div.description, .pages-3 div.description, .pages-4 div.description{margin:5px 2.5% 0;font-weight:normal;font-size:1em;line-height:1.4em;}
.pages-2 ul, .pages-2 ol, .pages-3 ul, .pages-3 ol, .pages-4 ul, .pages-4 ol, .pages-5 ul, .pages-5 ol, .pages-list ul, .pages-list ol{float:left;width:96%;margin:5px 0 0 4%;padding:0;list-style:disc;}
.pages-1 li li, .pages-2 li li, .pages-3 li li, .pages-4 li li, .pages-5 li li, .pages-list li li{padding:0;border:0;background:none;}
.pages-1 li ol, .pages-2 li ol, .pages-3 li ol, .pages-4 li ol, .pages-5 li ol, .pages-list li ol{list-style:decimal;}
.pages-1 p, .pages-2 p, .pages-3 p, .pages-4 p, .pages-5 p, .pages-list p{padding-bottom:10px;}
/* custom */
.pages-4 time{display:block;padding:0 2.5% 5px;color:#6e6e6e;}
.pages-5{clear:both;}
.pages-5:after{content:'';display:table;clear:both;}
.pages-5 li{clear:none;float:left;width:23%;margin:15px 1%;padding:20px 0 15px;border-top:5px solid #e8eaee;text-align:center;}
.pages-5 li:nth-child(4n+1){clear:left;}
.pages-5 li .image, .pages-list .image{margin:0 0 5px;}
.pages-5 h2, .pages-list h2{padding:4px 13px 10px;}
.pages-5 h2, .pages-5 h2 a, .pages-list h2, .pages-list h2 a{color:#4D2200;font-size:1.063em;font-weight:normal;background:none;text-decoration:none;}
.pages-5 h2 a:hover, .pages-list a:hover{color:#4fadaf;background:none;text-decoration:underline;}
.pages-5 div.description, .pages-list div.description{margin:5px 2.5% 0;font-weight:normal;font-size:1em;line-height:1.4em;}

.pages{clear:both;padding:8px 0;text-align:right;}
.pages ul, .pages li{display:inline;}
.pages li{padding:0 2px;}
.pages a, .pages strong{padding:0 3px;}

/* SITE MAP */
#site-map{clear:left;margin:10px 0;list-style:none;}
#site-map > li{padding:8px 0;}
#site-map > li > a{font-weight:bold;}
#site-map ul{padding:3px 0 3px 30px;list-style:none;}
#site-map ul li{padding:3px 0;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;background:#0093dd url('img/footer_1950.jpg'); background-repeat: no-repeat;
    background-attachment: fixed;background-position:center;color:#fff;font-size:1.083em; padding-top:20px;}
#foot footer {width:1100px; margin:0 auto;}
#foot .container{padding:0 0 22px ;}
#foot .container:after{content:"";display:table;clear:both;}
#foot a{color:#fff;text-decoration:none;}
#foot a:hover{text-decoration:underline;}
#foot .copy{float:left;}
#foot .options{float:right;}
#foot .options ul{list-style:none;}
#foot .options li{float:right;margin-left:25px;}
#foot .options li a{display:block;width:16px;height:16px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;}
#foot .options li.print a{background:url('img/options.png') no-repeat 0 0;}
#foot .options li.print a:hover{background-position:0 -16px;}
#foot .options li.back a{background:url('img/options.png') no-repeat 0 -32px;}
#foot .options li.back a:hover{background-position:0 -48px;}

#powered{clear:both;width:100%;margin-bottom:30px;text-align:center;}
#powered a{display:inline-block;width:192px;height:26px;}
#powered a:hover{border-color:#fff;}

.dev{padding:5px;text-align:center;color:#f00;font-weight:bold;}

#right-menu { display:none; width:100%; background:#0186b3; padding:15px 0; text-align:center; float:left; text-transform: uppercase; text-decoration:none; font-weight:bold; color:white;font-size: 1.7em;margin-top:20px;}

.iframeWrapper {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */
padding-top: 25px;
height: 0;
margin:0 auto;
Width:100%;
}

.iframeWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#main-menu{ display:none; width:50px; height:50px; float:left; margin-left:20px; margin-top:20px;}
#main-menu span{width:50px; height:7px; background:#4D2200; margin: 4px; float:left;}
#main-menu:hover{cursor:pointer;}
#kontakt_info {display:none; text-align:left; padding:6%;}

@media print{
  /* PRINT STYLES */
  * {color:#000 !important;background:#fff !important;border-color:#444 !important;border-width:1px !important;}

  body{margin:1cm 0;font-size:0.875em;}
  #container{position:static;width:17.2cm;height:auto;margin:0;box-shadow:none;}
  #head1{height:auto;}
  #logo{padding:0 0 0.2cm;}
  #logo #title a{font-size:2em;}
  #header .menu-1{margin-top:0.3cm;}
  #header .menu-1 li a{padding:0.1cm 0.2cm;border:0px;border-right:1px solid #000;font-size:1em;}
  #header .menu-1 .selected a{font-weight:bold;}
  #head2 .container{position:static;}

  #body{clear:none;border-top:0px;}
  #page{clear:both;position:static;float:none;}
  #page h1{margin:0;}

  #body, #head1, #foot{float:none;}
  #search-form, #foot .options{display:none;}
}


/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (max-width:1199px){
  #container{width:95%;}
}

/* PLUGINS */

aside#counter ul{list-style:none;float:right;margin:0 0 0 10px;}
aside#counter li{display:inline;}
aside#counter ul li:first-child{padding-right:20px;}

.left_column {
    width: 300px;
    float: left;
    text-transform: uppercase;
    color: white;
    font-size: 2.4em;
    padding-top: 45px;
    font-weight: 100;
    text-align:left;
}
.right_column{text-align:left;}
#widget-3 nav ul li {float:left; list-style:none;margin-left:20px;}
#widget-3 nav ul li a {color:#000; text-decoration:none;}
#widget-3 nav ul li a:hover, #widget-3 nav ul li.selected a{color:#5e5f5f;} 
#widget-3{float:right;}
#page4 #page div.content p {font-size:1.4em;}
#page4 .widget.widget-id-1.type-3{margin-bottom:45px;}
#widget-2 .content {
    width: 1100px;
    margin: 0 auto;
}
#widget-4 {float:right; margin:0 10px; color:#333; padding:13px 0 10px 40px; background: url(img/telefon-icon-small.png) no-repeat center left;}

#content { width:760px; float:left; padding-left:33px;background:#fff url('img/slide_box.png'); background-repeat: no-repeat; background-position: top left; padding-right: 5px; }

.menu-1 ul li {
    float: left;
    list-style: none;
    padding-right: 10px;
}

#foot .copy {
    float: right;
    text-align: right;
    font-size:0.9em; 
    font-weight:300;
}

#page div.content > ul li, #page div.content > ol li {
    margin: 8px 0px;
    padding: 0px;
    background: url("img/tick.jpg") no-repeat center left;
    padding-left: 20px;
    list-style: none;
}
#page4 #page div.content p:first-child {padding-top:40px;}



@media screen and (max-width:1100px){
#header, #foot footer, #head2, #head1 .container{width:100%;}
#content{width:auto; padding:0 20px;}
#container{overflow:hidden;}
#head2 .container{position:static;}
#header .menu-1, #header .menu-1 ul, #logo, #logo #title{float:none;}
#header .menu-1 li, #header .menu-1 li a{width:100%; text-align:center;}
#header .menu-1 li a{width:100%; text-align:center; padding: 4px 0;}
#search-form{display:none;}
#page div.content > ul, #page div.content > ol{padding:0;}
#foot .copy{width:100%; float: left; text-align:center;}
.menu-1 {width:286px; margin:0 auto; padding-bottom:20px;}
#page .images-1{
    max-width:100% !important;
    height:auto;
    display:block;
}

.iframeWrapper {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */
padding-top: 25px;
height: 0;
margin:0 auto;
Width:100%;
}

.iframeWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}

@media screen and (max-width:950px){
    #head1{background:#fff url('img/mobil-bg-1.jpg'); background-repeat: no-repeat;}
    #right-menu {display:block;}
    #kontakt_info {display:block;}
    #widget-6, #widget-7{display:none;}
    #main-menu{ display:block;}
    .copy{margin-top:10px;}
    #kontakt_info img {position:relative; left:-13px;}
    #logo {top:10px;}
    #logo #slogan{float:left;position: relative;padding:0 0 0 64px;background:inherit;color:#1f1a17;font-size:1.45em;margin-top:0px;} 
    #main-menu{position:relative; z-index: 999;}
    
    #slider{display:none;width:100%; height:0px; background:none;}
    #head1{position:static; height:auto;}
    #container{overflow:visible; position:static;}
    #page .images-1{
    max-width:100% !important;
    height:auto;
    display:block;
}
.iframeWrapper {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */
padding-top: 25px;
height: 0;
margin:0 auto;
Width:100%;
}

.iframeWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
@media screen and (max-width:406px){
#head1{background:#fff url('img/mobil-bg-1.jpg'); background-repeat: no-repeat;}
#main-menu {position:absolute; top:0px; }
.slider{display:none;width:100%; height:0px; background:none;}

	  table {
    border: 0;
    overflow-x: auto;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    /*display: block;
    font-size: .8em;*/
    text-align: right;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }



#page .images-1{
    max-width:100% !important;
    height:auto;
    display:block;
}
#logo #slogan{float:left;position: relative;padding:0 0 0 64px;background:inherit;color:#1f1a17;font-size:1.45em;margin-top:0px;}
/* Force table to not be like tables anymore */
		
}
	
	@media screen and (max-width: 600px) {
	  table {
    border: 0;
    overflow-x: auto;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    /*display: block;
    font-size: .8em;*/
    text-align: right;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width: 320px) {
 /* STYLES GO HERE */

#head1{background:#fff url('img/mobil-bg-1.jpg'); background-repeat: no-repeat;}
#main-menu {position:absolute; top:0px; }
.slider{display:none;width:100%; height:0px; background:none;}

	  table {
    border: 0;
    overflow-x: auto;
	width: 100%; 
    border-collapse: collapse; 
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    /*display: block;*/
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    /*display: block;*/
    font-size: .8em;
    text-align: right;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }


#page .images-1{
    max-width:100% !important;
    height:auto;
    display:block;
}
#logo #slogan{float:left;position: relative;padding:0 0 0 64px;background:inherit;color:#1f1a17;font-size:1.45em;margin-top:0px;}
/* Force table to not be like tables anymore */

}


@media screen and (max-width: 375px) {
/* STYLES GO HERE */

#head1{background:#fff url('img/mobil-bg-1.jpg'); background-repeat: no-repeat;}
#main-menu {position:absolute; top:0px; }
.slider{display:none;width:100%; height:0px; background:none;}

 table {
    border: 0;
    width: 100%; 
    border-collapse: collapse; 
  }
  /* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
  table caption {
    font-size: 0.9em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    /*margin-bottom: .625em;*/
  }
  table td {
    border-bottom: 1px solid #ddd;
    /**display: block;*/
    font-size: .8em;
    text-align: right;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }


#page .images-1{
    max-width:100% !important;
    height:auto;
    display:block;
}
#logo #slogan{float:left;position: relative;padding:0 0 0 64px;background:inherit;color:#1f1a17;font-size:1.45em;margin-top:0px;}
/* Force table to not be like tables anymore */
}



