@charset "UTF-8";

/* Fonts */

/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v48-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-400 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v48-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v49-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Animations */

a, a:hover { -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease; text-decoration: none; }

.mittig { display: -webkit-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center;	-ms-flex-align: center; align-items: center; justify-content: space-between; }

.fullsize { position:relative; width: 100%;	min-height: 100%;	height: auto !important; height: 100%; overflow: hidden !important; }

.zoom { overflow: hidden; position: relative; line-height: 0; }
.zoom img { width: 100%; height:auto; overflow: hidden; position: relative; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.zoom:hover img {	-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }

.hide { opacity: 0; margin-top: 100px; margin-bottom: -100px; -webkit-transition:all 0.7s ease; -moz-transition:all 0.7s ease; -o-transition:all 0.7s ease; transition:all 0.7s ease; }
.hide.visible { opacity: 1; margin-top: 0; margin-bottom: 0; }

.hidestart { opacity: 0; margin-left: 50px; margin-right: -50px; -webkit-transition:all 0.5s 0.5s ease; -moz-transition:all 0.5s 0.5s ease; -o-transition:all 0.5s 0.5s ease; transition:all 0.5s 0.5s ease; }
.hidestart.visible { opacity: 1; margin-left: 0; margin-right: 0; }

.hidetop { opacity: 0; margin-top: 100px; margin-bottom: -100px; -webkit-transition:all 1s 0.25s ease; -moz-transition:all 1s 0.25s ease; -o-transition:all 1s 0.25s ease; transition:all 1s 0.25s ease; }
.hidetop.visible { opacity: 1; margin-top: 0; margin-bottom: 0; }

/* Colors */

.font-white { color: #ffffff; }
.font-black { color: #000000; }
.font-grey { color: #31393f; }
.font-green { color: #b5c751; }

.bg-white { background: #ffffff; }
.bg-black { background: #000000; }
.bg-grey { background: #212a2e; }
.bg-lightgrey { background: #f5f7f8; }
.bg-green { background: #b5c751; }

.bg-white-trans { background: rgba(255,255,255,0.8); }
.bg-black-trans { background: rgba(0,0,0,.6); }

.has-white-color { color: #ffffff; }
.has-black-color { color: #000000; }
.has-grey-color { color: #31393f; }
.has-green-color { color: #b5c751; }

.has-white-background-color { background-color: #ffffff; }
.has-black-background-color { background-color: #000000; }
.has-grey-background-color { background-color: #f5f7f8; }
.has-green-background-color { background-color: #b5c751; }

/* Typo */

p, h1, h2, h3, h4, h5, h6 { font-style: normal; }
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 500; }

h1 { font-size: 3.5vw; line-height: 1.25em; }
h2 { font-size: 2.8vw; line-height: 1.25em; margin-bottom: 0.75em; }
h3 { font-size: 2.5vw; line-height: 1.25em; margin-bottom: 0.75em; }
h4 { font-size: 1.5rem; line-height: 1.5em; margin-bottom: 0.75em; }
h4 p { margin-bottom: 0.75em; }
h5 { font-size: 1.3rem; line-height: 1.3em; margin-bottom: 1.5em; }

div.h1 { font-size: 6vw; line-height: 1.2em; }
div.h2 { font-size: 3.2vw; line-height: 4vw; }
div.h3 { font-size: 2.6vw; line-height: 1.3em; }
div.h4 { font-size: 1.5rem; line-height: 1.5em; }
div.h5 { font-size: 1.3rem; line-height: 1.3em; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #000000 !important; }

.content h1 { font-size: 3.2vw; line-height: 1.3em; margin-bottom: 1em; }
.content h2 { font-size: 2.5rem; line-height: 1.3em; margin-bottom: 1em; }
.content h3 { font-size: 2rem; line-height: 1.3em; margin-bottom: 1em; }
.content h4 { font-size: 1.75rem; line-height: 1.3em; margin-bottom: 1em; }
.content h5 { font-size: 1.5rem; line-height: 1.3em; margin-bottom: 1em; }
.content h6 { font-size: 1.5rem; line-height: 1.5em; margin-bottom: 1em; }

#page .content.text h1, #single .content.text h1 { font-size: 3.2vw; line-height: 1.2em; margin-bottom: 0.75em; }
#page .content.text h2, #single .content.text h2 { font-size: 1.65rem; line-height: 1.35em; }
#page .content.text h3, #single .content.text h3 { font-size: 1.5rem; line-height: 1.35em; }
#page .content.text h4, #single .content.text h4 { font-size: 1.35rem; line-height: 1.35em; }
#page .content.text h5, #single .content.text h5 { font-size: 1.35rem; line-height: 1.3em; }
#page .content.text h6, #single .content.text h6 { font-size: 1.35rem; line-height: 1.35em; }


b, strong { font-weight: 500; }
em { font-style: italic; }
u { text-decoration: underline;}
.nobr { white-space : nowrap; }
sub { vertical-align: sub; font-size: .7em; line-height: 1em; }

i { margin-right: .5em; font-size: .9em; }
hr, hr.wp-block-separator { height: 1px; width: 100px; border: 0; background: #b5c751; margin: 50px auto 50px 0; text-align: left; }
hr.small { height: 1px; width: 40px; border: 0; background: #b5c751; margin: 15px auto 15px 0; }
.font-white hr, hr.white { background: #ffffff; }
.linedown { position: absolute; top: 0; right: 0; height: 100px; width: 1px; }

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

.uppercase { text-transform: uppercase; }

.shadow { box-shadow: 0 0 15px rgba(0,0,0,0.25); }

.col2 { column-count: 2; column-gap:50px; }

.content .wp-block-file a[href *=".pdf"] { padding: 6px 0 4px 30px; margin-bottom: .5rem;	background: transparent url(../images/pdf.png) no-repeat left; line-height: 2em; }
.content img { width: 100%; height: auto; }
.content.text figure.alignleft.size-full { width: calc(50% - 15px); margin-right: 30px; }
.content.text figure.alignright.size-full { width: calc(50% - 15px); margin-left: 30px; }
.content.text figure.alignleft.size-full figcaption,
.content.text figure.alignright.size-full figcaption { margin: 0; }
.content.text figure.alignleft.size-full.is-resized { width: auto; margin-right: 30px; }
.content.text figure.alignright.size-full.is-resized { width: auto; margin-left: 30px; }

/* Text */

.text { font-size: 1.2rem; line-height: 1.6em; }
.text p { margin-bottom: 1.7em; }
.text p:last-child { margin-bottom: 0; }
.text p.has-background { padding: 20px 25px 25px; }
.text ul { margin: 0 0 1.7rem 1.1rem; padding: 0; }
.text ul li { list-style-type: square; list-style-position: outside; line-height: 1.45em; margin-bottom: .2em; }
.text ul ul { margin-bottom: 0; margin-left: 2rem; }
.text ol { margin: 0 0 1.5rem 1.1rem; padding: 0; }
.text ol li { list-style-type: decimal; list-style-position: outside;  }
.text ol ol { margin-bottom: 0; margin-left: 2rem; }

.text .small, .text.small { font-size: .9rem; line-height: 1.35em; }
.text .verysmall, .text.verysmall, .has-small-font-size { font-size: .7rem; line-height: 1.4em; }
.text .wp-block-pullquote, .text .wp-block-pullquote.is-style-solid-color blockquote { max-width: 100% !important; text-align: left; }
.text blockquote { font-size: 1.4em; line-height: 1.25em; margin-bottom: 1.75rem; padding-left: 1.5rem; font-weight: 300; color: #b5c751; border-left: 2px solid #b5c751; }
.text blockquote p { margin-bottom: 1.1rem; }
.text blockquote cite { font-size: .9rem; font-style: normal; }
.text .wp-block-pullquote { margin: 0 0 1.1rem 0 !important; padding: 0 !important; }
.text .wp-block-columns { margin-bottom: 1.1rem; }
.text .wp-block-columns .wp-block-column,
.text .wp-block-columns .wp-block-column .wp-block-columns { margin-bottom: 0; margin-top: 0; }
.text .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column { margin-top: .55rem; margin-bottom: .55rem; }
.text .wp-block-image figcaption { padding: 0.65rem; margin-bottom: 1em; font-size: .9rem; line-height: 1em }
.text.bg-lightgrey .wp-block-image figcaption { background: #ffffff; }
.text a { color: #000000; padding: 0 5px; margin: 0 -5px; }
.text a:hover { color: #b5c751 }
.text a:focus-visible { outline: 0; background: #31393f; color: #ffffff !important; }
.font-white .text a, .font-white.text a, .font-white .text a:visited, .font-white.text a:visited { color: #ffffff; }
.font-white .text a:hover, .font-white.text a:hover { color: #b5c751; }

/* Masory */

#referenzen div.row a { line-height: 0; }
#referenzen div.row a:focus-visible { outline: 0; }
#referenzen div.row a:focus-visible > div { outline: 0; border: 2px solid #31393f; }
#referenzen div.row a > div { margin-top: 38px; border: 2px solid #ffffff; border-bottom: 5px solid #ffffff; }
#referenzen div.row a:hover > div { border-bottom: 5px solid #b5c751; }
#referenzen div.row a > div > div { padding: 20px 25px 0 25px; }
#referenzen div.row a div.h1 { margin: 0; font-size: 1.5rem; line-height: 1.3em; }
#referenzen div.row a .post { background: #b5c751; color: #ffffff; }
#referenzen div.row a .post a:hover { color: #ffffff !important; }
#referenzen div.row a .references { background: #ffffff; color: #b5c751; }

.grid-sizer, .grid-item { width: 33.33%; }
.grid-item a { line-height: 0; color: #31393f; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease; }
.grid-item a:hover .h4 { color: #b5c751; }
.grid-item a:focus-visible { outline: 0; }
.grid-item a:focus-visible > div { border: 2px solid #31393f; }
.grid-item a > div { position: relative; margin: 0 18px 38px; border: 2px solid transparent; }
.grid-item a > div > div { overflow: hidden; }
.grid-item .caption {  position: relative; padding: 20px; }
.grid-item .caption p { padding:0; margin: 0; }
.grid-item .caption { position: relative; padding: 20px; }
.grid-item .caption h5 { margin: 5px 0 0 0; }
.grid-item h5 { font-size: 1.3rem; line-height: 1.3em; margin-bottom: .2em; }

.text .grid-item a { color: #31393f; }
.text .grid-item a:hover .h4 { color: #b5c751; }

.filtr-item img,
.grid-item img {
  cursor: pointer;
  -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.filtr-item img:hover,
.grid-item img:hover { 
  filter: none;
  -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease;
}

/* Table */

table { display: table; width: 100%; max-width: 100%; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: .9rem; }
table tr { display: table-row; border-bottom: 1px dotted #31393f; }
table tr:last-child { border-bottom: none; }
table thead { border-bottom: 3px solid #31393f; }
table tr th { display: table-cell; text-align: left; font-weight: 600; padding: 0 10px 10px 10px; }
table tr th:first-child { padding: 0 10px 10px 0; }
table tr th:last-child { padding-right: 0; }
table tbody { display: table-row-group; border-bottom: 1px solid #31393f; }
table tr td { display: table-cell; padding: 10px; border-right: 1px dotted #31393f; line-height: 1.35em; }
table tr td:first-child { padding-left: 0; }
table tr td:last-child { border-right: 0; padding-right: 0; vertical-align: middle; }
table tfoot { display: table-row-group; border-bottom: 1px solid #31393f; }

.is-style-stripes { border-spacing: 0; border-collapse: inherit; background-color: transparent; border-bottom: 0; }
.is-style-stripes table tr { display: table-row; border-bottom: 1px dotted #31393f; }
.is-style-stripes table tr:nth-child(odd) { background: #ededed; }
.is-style-stripes table tr td { border-right: 1px dotted #31393f; }
.is-style-stripes table tr td:first-child { padding-left: 10px; }
.is-style-stripes table tr td:last-child { padding-right: 10px; border-right: 0; }

/* Button */

a.btn { color: #31393f; font-size: 1rem; padding: 8px 10px; }
a.btn.white { color: #ffffff; }
a.btn.small { font-size: .9rem; }

a.btn.ani { margin-left: -10px; }
a.btn.ani::after,
a.btn.ani::before {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='rgb(0,0,0)' viewBox='0 0 12 8'><polygon points='0.6 7.4 11.4 4 0.6 0.6 3.6 4'/></svg>");
  -webkit-transition:all 0.3s ease; 
  -moz-transition:all 0.3s ease; 
  -o-transition:all 0.3s ease; 
  transition:all 0.3s ease;
}
a.btn.ani.white::after,
a.btn.ani.white::before {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='rgb(255,255,255)' viewBox='0 0 12 8'><polygon points='0.6 7.4 11.4 4 0.6 0.6 3.6 4'/></svg>");
}
a.btn.ani::after { margin-left: 12px; }
a:hover.btn.ani::after { opacity: 0; margin-left: 0; }
a.btn.ani::before { margin-left: -14px; margin-right: 0; opacity: 0; }
a:hover.btn.ani::before { margin-left: 0; margin-right: 12px; opacity: 1; 
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='rgb(181,199,81)' viewBox='0 0 12 8'><polygon points='0.6 7.4 11.4 4 0.6 0.6 3.6 4'/></svg>");
}
.filtr-item .post a:hover.btn.ani::before { margin-left: 0; margin-right: 12px; opacity: 1; 
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='rgb(255,255,255)' viewBox='0 0 12 8'><polygon points='0.6 7.4 11.4 4 0.6 0.6 3.6 4'/></svg>");
}

a.btn.ani:hover { color: #b5c751; }
a.btn.ani:focus-visible { outline: 0; background: #31393f; color: #ffffff; }
a.btn.ani:focus-visible::after { content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='rgb(255,255,255)' viewBox='0 0 12 8'><polygon points='0.6 7.4 11.4 4 0.6 0.6 3.6 4'/></svg>"); }

a.btn.large { font-size: 1.2rem; padding: 13px 25px 13px 22px; margin-top: .5em; }
a.btn.small { font-size: .85rem; line-height: .85em;  padding: 7px 10px 7px 7px; }
a.btn.verysmall { font-size: .65rem; line-height: .65em; padding: 5px 10px 5px 7px; }

.bottom { position: relative; padding-bottom: calc(45px + 1.5rem) !important; }
.bottom a.btn { position: absolute; bottom: 1.5rem; left: 0; }

button { background: #ffffff; }

/* OWL */

#owl-title { width: auto; }
#owl-sgp { width: 100%; }
#owl-sgp figure { margin: 20px 15px 0; }
#owl-sgp figure a:hover { cursor: zoom-in !important; }
.owl-dots { position: relative; width: 100%; line-height: 0rem; text-align: center; }
.owl-dots button.owl-dot { display: inline-block; padding: 20px 12px 0 0 !important; }
.owl-dot:last-child { padding: 20px 0 0 0; }
.owl-dot span { display: block; width: 12px; height: 12px; background: #efefef; }
.owl-dot.active span { background: #b5c751; }
.owl-dot:hover span { background: #b5c751; }
.owl-dot:focus-visible { outline: 0; }
.owl-dot:focus-visible span { background: #31393f; outline: 2px solid #31393f; }

.owl-item button { background: #ffffff; border: 2px solid transparent; }
.owl-item button:focus-visible { outline: 0; border: 2px solid #31393f; }

.owl-nav { 
  position: absolute; bottom: 0; left: 3vw; width: auto; height: 15px; margin: 0; display: block; z-index: 9000;
  display: -webkit-flex; display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; flex-flow: row wrap;
}
.owl-nav button i { display: inline-block; line-height: 1em; color: #31393f; padding: 5px 3px; }
.owl-nav button i:hover { color: #b5c751; }
.owl-nav button:focus-visible { outline: 0; }
.owl-nav button:focus-visible i { color: #ffffff; background: #030303; }
.owl-nav button i { margin: 0 0 0 5px; font-size: 15px; }

/* Forms */

.wpcf7 p { margin-bottom: .5rem; }
.wpcf7 form label { font-size: .9rem; display: block; margin-top: 15px; font-weight: 500; }
.wpcf7 form input { border: 0; }
.wpcf7 form input:focus-visible, .wpcf7 form textarea:focus-visible { outline: 2px solid #31393f !important; }
.wpcf7 form input[type=text], .wpcf7 form input[type=email], .wpcf7 form input[type=tel], .wpcf7 form input[type=url] { 
  font-family: 'Roboto', 'Verdana', 'Geneva', sans-serif;
  font-weight: 300;
  width: 100%; 
  padding: 12px; 
  box-sizing: border-box; 
  font-size: 1.1rem; 
  background: #ffffff; 
  outline: none;
  border-bottom: 1px solid #31393f;
}
.wpcf7 form textarea { 
  font-family: 'Roboto', 'Verdana', 'Geneva', sans-serif;
  font-weight: 300;
  width: 100%; 
  height: 150px; 
  padding: 12px; 
  box-sizing: border-box; 
  font-size: 1.1rem; 
  background: #ffffff; 
  outline: none; 
  border: 0;
  border-bottom: 1px solid #31393f;
}
.wpcf7 form input[type=submit] {
  font-family: 'Roboto', 'Verdana', 'Geneva', sans-serif;
  font-weight: 300;
  display: inline-block; 
  font-size: 1rem; 
  font-weight: 300; 
  line-height: 1em;
  margin-top: 2rem;
  text-decoration: none; 
  color: #ffffff; 
  padding: 10px 15px; 
  background: #b5c751; 
  cursor: pointer;
  -webkit-transition:ease 0.3s; -moz-transition:ease 0.3s; -o-transition:ease 0.3s; transition:ease 0.3s;
}
.wpcf7 form input[type=checkbox], .wpcf7 form input[type=radio] {
  border: 1px solid #ccc;
  background-color: #fff;
  width: 14px;
  height: 14px;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: baseline;
}
.wpcf7 .wpcf7-date, .wpcf7 .wpcf7-select {
  font-family: 'Roboto', 'Verdana', 'Geneva', sans-serif;
  font-weight: 300;
  width: 100%; 
  padding: 12px; 
  box-sizing: border-box; 
  font-size: 1.1rem; 
  background: #ffffff; 
  outline: none;
}
.wpcf7 .wpcf7-date { padding: 11px 12px; }
.wpcf7 form input[type=submit]:hover { background: #31393f; }
.wpcf7 form input[type=submit]:focus-visible { outline: 0; background: #31393f; }
.wpcf7-response-output { margin: 2em 0 1em !important; padding: 0.2em 1em !important; border-radius: 0; background: #ffffff; }
.wpcf7-list-item { display: inline-block; margin: 0; }

/* Wordpress Stuff */

.wp-block-button { color: #ffffff; margin: 0!important; display: inline-block; }
.wp-block-button__link {
  background-color: #b5c751 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-size: 1rem !important;
  line-height: 1rem !important; 
  margin: 0 0 1em 0 !important;
  padding: 10px 15px 10px 10px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  overflow-wrap: break-word !important;
}
.wp-block-button__link:before { 
  font-family: 'simple-line-icons';
  font-size: .8em !important;
  content: "\e606";
  margin-right: .5em;
 }
.wp-block-button__link:hover { color: #ffffff !important; background: #000000 !important; }