/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #221f20;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Century Gothic', Helvetica, sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
  color: #333;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*base*/
header, section, footer, article, aside {
  float: left;
  width: 100%;
}

section {
  padding: 30px 0;
}

.secinner {
  margin: 0 auto;
  width: 1024px;
}

/*text*/
h1 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

/*grid*/
.g3c1 {
  width: 33.3333333%;
  float: left;
}

.g3c2 {
  width: 66.666666%;
  float: left;
}

/*Header*/
.topline {
  width: 100%;
  height: 72px;
  float: left;
  background: #138c8b;
  text-align: center;
}

.topline h1 {
  margin: 0;
  padding: 0;
}

.topline h1 a {
  display: inline-block;
  width: 197px;
  height: 37px;
  background: url(../img/logo.png) no-repeat center;
  text-indent: -9999px;
  margin-top: 17px;
}

.menuline {
  width: 100%;
  height: 45px;
  float: left;
  background: #e6e7e8;
  font-family: "Varela", sans-serif;
}

.navbar-fixed {
  position: fixed;
  top: -45px;
}

.menuline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menuline .r {
  float: right;
}

.menuline ul li {
  float: left;
  margin: 0;
  padding: 0;
}

.menuline a {
  display: inline-block;
  float: left;
  padding: 14px 0;
  margin: 0 13px;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  color: #221f20;
  text-decoration: none;
}

.menuline .current-menu-item a, .menuline .current-page-ancestor a {
  color: #138c8b
}

.menuline .lng a {
  margin: 0 5px;
  width: 22px;
  text-indent: -9999px;
}

.menuline .hu a {
  background: url(../img/lng.png) 0 center no-repeat;
}

.menuline .de a {
  background: url(../img/lng.png) -27px center no-repeat;
}

.menuline .en a {
  background: url(../img/lng.png) -53px center no-repeat;
}

.cover, .scover {
  float: left;
  width: 100%;
  height: 430px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #221f20;
}

.scover {
  background-size cover;
  height: 280px;
}

.slicknav_menu {
	display:none;
}

/*index*/
.bbox {
  box-sizing: border-box;
  padding: 20px 5px;
  border: 5px solid #d1d2d4;
  margin: 0 5px;
  width: calc(33.3333333% - 10px);
  text-align: center;
  font-size: 14px;
}

.bbox img {
  max-width: 100%;
  height: auto;
}

.bbox p {
  font-size: 12px;
}

footer {
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
}

.footmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 20px;
  border-bottom: 3px solid #3f3f3f;
}

.footmenu li {
  display: inline-block;
}

.footmenu li a {
  display: inline-block;
  font-family: 'Varela', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 10px;
  position: relative;
}

.footmenu li a:after {
  content: ' ';
  position: absolute;
  width: 2px;
  height: 15px;
  background: #fff;
  top: 2px;
  right: -14px;
}

.footmenu li:last-child a:after {
  display: none;
}

footer p span {
  color: #138c8b;
}

a.more {
  float: right;
  width: auto;
  margin: 10px 0;
  font-size: 12px;
  text-transform: uppercase;
  background: url(../img/arrow.png) no-repeat;
  padding: 5px 0 0 30px;
  text-decoration: none;
  color: #221f20;
}

section.greybg {
  background: #e6e7e8;
  border-top: 6px solid #221f20;
}

.wbox {
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  margin: 0 5px;
  width: calc(33.3333% - 10px);
  text-align: center;
  font-size: 12px;
}

.wbox.biggertx {
  font-size: 16px;
}

.g3c2.wbox {
  width: calc(66.66666% - 10px);
}

.wbox h2 {
  font-size: 18px;
}

.wbox img.himg {
  width: calc(100% + 20px);
  height: auto;
  margin: -10px 0 30px -10px;
}

.wbox img {max-width: 100%; height: auto;}

h1.pagehead {
  text-align: left;
  font-size: 28px;
  color: #138c8b;
}

.txleft {
  text-align: left;
}

.button {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  font-size: #fff;
  box-sizing: border-box;
  background: #138c8b url(../img/buttonarrow.png) 95% center no-repeat;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.lSSlideOuter .lightSlider img {
  width: 50%;
  margin-left: 25%;
  height: auto;
  vertical-align: middle;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  background: #000;
}

.lSSlideOuter .lSPager.lSGallery li {
  width: 10% !important;
}

.lg-download {
  display: none;
}

.categoryes {
  background: #f7f7f7;
}

.categoryes.greycatbg {
  background: #fff;
}

.categorybox {
  width: 46%;
  margin: 2%;
  background: #fff;
  float: left;
}

.greycatbg .categorybox {
  background: #EBE9EB;
}

.cimg {
  width: 50%;
  float: left;
}
  .cimg img {
    width: 100%;
    height: auto;
  }

.ccontent {
  width: 50%;
  float: left;
  padding: 20px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.5em;
  font-family: 'Roboto', Arial, sans-serif;
}

.ccontent a {
  color: #333;
  text-decoration: none;
}

.ccontent a:hover {
  text-decoration: underline;
}


.ccontentfull {
  width: 100%;
}

.ccontent h2 {
  font-size: 16px;
}

.cont_contact {
  width: 33.333%;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  float: left;
}

.cont_map {
  float: left;
  width: 66.666%;
}

.contactform {
  width: 80%;
  margin-left: 10%;
  float: left;
  margin-top: 30px;
  font-family: Arial, sans-serif;
}

.contactform .fitem {
  width: 100%;
  float: left;
  margin: 0 0 15px;
}

.contactform .fitem input[type="text"],.contactform .fitem input[type="email"],.contactform .fitem textarea {
  width: 100%;
  background:#eeeeee;
  border: 1px solid #616161;
  padding: 3px;
  box-sizing: border-box;
}

.contactform .fitem textarea {
  height: 150px;
}

.contactform .fitem input[type="submit"] {
  background: #fff;
  border: 1px solid #616161;
  padding: 10px 15px;
}

ul.errormassage {
  width: 100%;
  float: left;
  background: #ef9a9a;
  margin: 0;
  padding: 0;
  padding: 10px;
  box-sizing: border-box;
}

  ul.errormassage li {
    margin: 0;
    padding: 0;
    margin-left: 20px;
  }

.success {
  width: 100%;
  float: left;
  background: #c5e1a5;
  margin: 0;
  padding: 0;
  padding: 10px;
  box-sizing: border-box;
}

.secinner table td img {
  max-width: 100%;
  height: auto;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
