/* ---- Fonts ----*/
@import url('fonts/fonts.css');

/* ---- Resets ----*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---- Basics ---- */
body {
	font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.333;
	color: #0f1014;
}

.web-visible {
    display: none;
}

/* ---- Links ---- */
a {
    font-weight: bold;
	color: #009cbc;
	text-decoration: none;
	outline: none;
}

.post-content h1 a, .post-content h2 a, .post-content h3 a, .post-content h4 a {
    font-weight: normal;
}

a.button, a.more-link, .button a {
	color: #009cbc !important;
	font-weight: bold;
	border: 1px solid #009cbc;
	padding: 2px 6px;
}

a.big, .big a {
	font-size: 1.125em;
	padding: 4px 12px;
	text-transform: uppercase;
}

.subpage-list .more-link {
	float: left;
	margin-top: 10px;
}

/* ---- Structure ---- */
.a_all {
	text-align: left;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.a_head {
    padding: 0px 50px;
    background-image: none !important;
    border-bottom: 1px solid #006c8e;
    margin-bottom: 20px;
}

.a_head img {
	margin: 0 0 15px;
}

.a_head h1 {
    font-family: 'SofiaRoughBlackTwo', Arial, sans-serif;
    color: #006c8e;
    display: block;
    text-align: center;
}

.a_head .logo-sign {
    display: block;
    width: 20%;
    margin: 0 auto;
}

.a_head .logo-text {
    display: block;
    padding-bottom: 20px;
    padding-left: 0;
}

.logo-text span {
    display: block;
}

.logo-text .heading, .logo-text .claim {
    font-family: 'SofiaRoughBlackTwo', Arial, sans-serif;
    font-size: 2.778em;
    line-height: 1;
}

.logo-text .claim {
	font-size: 1.556em;
}

.a_wrapper {
    background-image: none !important;
}

.a_content {
	width: 100%;
}

.a_navi, .a_sidebar, .a_footer, #cookie-notice {
	display: none;
}

/* ---- Columns ---- */
.col-2 {
	float: left;
	width: 48.438%;
}

.col-right {
	float: right;
}

/* ---- Post ---- */
.a_content .post, .a_content .page, .a_content .attachment {
	margin-bottom: 50px;
	clear: both;
}

.post-meta span {
	display: block;
}

.post-meta-footer {
	color: #0f1014;
	border-top: 1px solid #006c8e;
	margin-top: 10px;
	padding-top: 10px;
}

.search-results .page .post-wrapper {
	border-bottom: 1px solid #006c8e;
}

.tag-links {
	margin-top: 6px;
	display: block;
}

.navigation {
	border-top: 1px solid #006c8e;
	padding-top: 10px;
	margin: 20px 0 50px 0;
}

.subpages-list .navigation {
	margin: 20px 0 40px 0;
}

div.alignleft, div.alignright {
	width: 49%;
	margin-bottom: 20px;
}

.next-posts {
	float: left;
}

.previous-posts {
	float: right;
	text-align: right;
}

.post-type-archive-event .event {
	border-top: 1px solid #006c8e;
	padding-top: 20px;
}

/* ---- Textelements ---- */
h2, .archive-title {
    font-family: 'SofiaRoughBlackTwo', Arial, sans-serif;
    font-size: 2.778em;
    line-height: 1;
	margin-bottom: 20px;
	font-weight: normal;
    color: #006c8e;
    text-transform: uppercase;
}

.sub-title {
    font-size: 0.360em;
	text-transform: none;
    display: block;
    margin-top: 10px;
}

.blog .post-title, .archive .post-title, .search .post-title, .error404 .post-title {
	font-size: 1.556em;
    margin-bottom: 10px;
}

.post-content h1 {
    font-family: 'SofiaRoughBlackTwo', Arial, sans-serif;
    font-size: 2.778em;
    line-height: 1;
	margin-bottom: 20px;
	font-weight: normal;
    color: #006c8e;
    text-transform: uppercase;
}

.post-content h2 {
    font-family: 'SofiaRoughBlackTwo', Arial, sans-serif;
	font-size: 1.556em;
    line-height: 1;
	margin-bottom: 20px;
	font-weight: normal;
    color: #006c8e;
}

.post-content h3 {
    font-family: 'SofiaRoughBlackTwo', Arial, sans-serif;
    font-size: 1.222em;
   	line-height: 1.045;
	margin-bottom: 10px;
	font-weight: normal;
    color: #006c8e;
    padding-bottom: 10px;
    border-bottom: 1px solid #006c8e;
}

.post-content h4 {
    font-family: 'SofiaRoughBlackTwo', Arial, sans-serif;
    font-size: 1.222em;
   	line-height: 1.045;
	font-weight: normal;
    color: #006c8e;
	margin-bottom: 6px;
}

.post-content h5, .post-content h6 {
	font-weight: bold;
}

.post-content p {
	margin-bottom: 20px;
}

.post-meta p, .widget p  {
	margin-bottom: 17px;
}

strong, b {
	font-weight: bold;
}

.sub-title strong {
	font-weight: normal;
}

em, italic {
	font-style: italic;
}

blockquote {
	font-size: 1.222em;
	line-height: 1.273;
}

.post-content ul, .post-content ol {
	margin-bottom: 20px;
}

.post-content ul ul, .post-content ol ol {
	margin-bottom: 0px;
}

.post-content ul li {
	position: relative;
	left: 20px;
	list-style: disc;
	padding-right: 20px;
	margin-bottom: 4px;
}

.post-content ol li {
	position: relative;
	left: 20px;
	list-style: decimal;
	padding-right: 20px;
	margin-bottom: 4px;
}

.post-content table, .post-content table td {
	font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 1em;
    line-height: 1.375;
	padding: 0;
	margin: 0;
    border: 0;
	border-collapse: collapse;
}

.post-content table td {
	padding: 5px 10px 5px 0;
    border-top: 1px solid #006c8e;
}

.post-content table th {
	padding: 5px 10px 5px 0;
	font-weight: bold;
}

.post-content table tr td:last-child, .post-content table th:last-child {
    padding-right: 0;
}

.sep {
	padding: 0 5px;
}

/* ---- Images ---- */
.a_wrapper img, .a_head img {
	max-width: 100%;
	height: auto;
}

.post-content iframe {
	max-width: 100%;
}

.aligncenter, div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft, .post-content div.alignleft {
	margin: 4px 20px 10px 0;
}

img.alignright, .post-content div.alignright {
	margin: 4px 0 10px 20px;
}

.wp-caption {
	border: 1px solid #006c8e;
	font-size: 0.778em;
}

.wp-caption img {
	padding: 5px;
	margin-left: 0;
	margin-right: 0;
}

.wp-caption p {
	padding: 0px 5px 5px 5px;
	margin-bottom: 0;
}

/* ---- Comments ---- */
#comments {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #0f1014;
}

#respond {
    display: none;
}

#comments h3 {
    font-family: 'SofiaRoughBlackTwo', Arial, sans-serif;
    font-size: 1.222em;
   	line-height: 1.045;
	margin-bottom: 10px;
    color: #006c8e;
}

#comments p {
	margin-bottom: 10px;
}

.commentlist .comment_inner {
	margin-bottom: 20px;
}

.commentlist .children {
	margin: 0 0 30px 75px;
}

.comment-gravatar img {
	width: 60px;
	float: left;
	margin-right: 15px;
}

.comment-data {
	overflow: hidden;
}

#cancel-comment-reply-link {
	font-weight: normal;
	margin-left: 10px;
}

/* ---- Forms ---- */
input, textarea {
	font-family: 'Clear Sans', Arial, sans-serif;
	font-size: 1em;
	border: 1px solid #006c8e;
	background-color: #fff;
	width: 99%;
	padding: 1px;
	margin-bottom: 6px;
}

textarea {
	height: 120px;
}

button, input[type=submit],
input#submit, input#searchsubmit, input.wpcf7-submit {
	color: #006c8e;
	background-color: #fff;
	border: 1px solid #006c8e;
	width: auto;
	padding: 3px;
	margin-bottom: 0;
    transition: background-color 0.5s;
}

select {
	font-family: 'Clear Sans', Arial, sans-serif;
	font-size: 1em;
	width: 99%;
	margin-bottom: 3px;
}

label {
	font-weight: bold;
	padding-bottom: 3px;
}


.wpcf7 p {
	margin-bottom: 4px;
}

.wpcf7-list-item input {
    width: auto;
	margin-top: 4px;
}

.wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
	margin-bottom: 2px !important;
	border: 1px solid #FF0000;
}

.wpcf7 span.wpcf7-not-valid-tip {
	border: 0 !important;
	color: #FF0000;
	position: static !important;
	width: auto !important;
	padding: 0 0 10px !important;
}

span.wpcf7-list-item {
	margin-left: 0 !important;
	display: table;
}

span.wpcf7-list-item-label, .wpcf7-list-item input {
	display: table-cell;
	vertical-align: top;
}

.checkbox-indent {
	display: block;
	margin-left: 25px;
}

.captcha-content {
	display: flex;
	gap: 1em;
}

/* ---- Divider ---- */
.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.line {
	margin: 20px 0;
    border-top: 1px solid #006c8e;
}

.divider-10 {
    height: 10px;
}

.divider-20 {
    height: 20px;
}

.divider-50 {
    height: 50px;
}

hr {
	display: none;
}

.gallery .clear {
	height: auto;
}

/* ---- Cookie Notice ---- */
.acceptance-text {
  display: block;
}

.cookie-box, .cookie-status {
	border: 1px solid #0f1014;
  padding: 10px 10px 0;
	margin-bottom: 30px;
	overflow: hidden;
}

.cookie-status {
	padding: 10px;
}

.cookie-box p {
  margin-bottom: 10px;
}

/* ---- Galerie ---- */
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto 20px;
}

.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: left;
	list-style: none;
	padding: 0;
}

.gallery .gallery-item .gallery-icon a, .gallery .gallery-item .gallery-icon a:hover {
	background-color: transparent;
}

.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 5% 2% 3% 0;
    vertical-align: middle;
}

.gallery-caption {
	display: none;
}

.hidden {
	display: none;
	visibility: hidden;
	height: 0;
	margin: 0 auto;
	overflow: hidden;
}

.gallery .col-0 { width: 100%; }
.gallery .col-1 { width: 100%; }
.gallery .col-2 { width: 50%; }
.gallery .col-3 { width: 33.33%; }
.gallery .col-4 { width: 25%; }
.gallery .col-5 { width: 20%; }
.gallery .col-6 { width: 16.66%; }
.gallery .col-7 { width: 14.28%; }
.gallery .col-8 { width: 12.5%; }
.gallery .col-9 { width: 11.11%; }
.gallery .col-10 { width: 10%; }
.gallery .col-11 { width: 9.09%; }
.gallery .col-12 { width: 8.33%; }
.gallery .col-13 { width: 7.69%; }
.gallery .col-14 { width: 7.14%; }
.gallery .col-15 { width: 6.66%; }
.gallery .col-16 { width: 6.25%; }
.gallery .col-17 { width: 5.88%; }
.gallery .col-18 { width: 5.55%; }
.gallery .col-19 { width: 5.26%; }
.gallery .col-20 { width: 5%; }
.gallery .col-21 { width: 4.76%; }
.gallery .col-22 { width: 4.54%; }
.gallery .col-23 { width: 4.34%; }
.gallery .col-24 { width: 4.16%; }
.gallery .col-25 { width: 4%; }
.gallery .col-26 { width: 3.84%; }
.gallery .col-27 { width: 3.7%; }
.gallery .col-28 { width: 3.57%; }
.gallery .col-29 { width: 3.44%; }
.gallery .col-30 { width: 3.33%; }

/* ---- Additional Fields ---- */
.group-field {
	margin-bottom: 20px;
}

.field-text {
	margin-bottom: 20px;
}

.text-box .field-title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #006c8e;
}

.subpages-list .page {
    margin-bottom: 30px;
}

.subpages-list .post-title {
	margin-bottom: 10px;
	padding: 0 30px 10px 0;
    font-size: 1.222em;
    line-height: 1.045;
    color: #006c8e;
    border-bottom: 1px solid #006c8e;
}

/* ---- Accordion / Toggle ---- */
.accordion .ui-accordion-header, .toggle .field-title {
	margin-bottom: 10px;
	padding: 0 30px 10px 0;
	outline: none;
	position: relative;
    color: #006c8e;
    border-bottom: 1px solid #006c8e;
}

.accordion .ui-accordion-content, .toggle .field-text {
    display: block !important;
}

.accordion .ui-accordion-header span.ui-accordion-header-icon, .toggle .field-title span.ui-toggle-header-icon {
	display: none;
}

.accordion .ui-accordion-content h2, .toggle .field-text h2 {
    font-size: 1.222em;
    font-weight: normal;
    line-height: 1.045;
    padding: 0;
	margin-bottom: 20px;
    color: #006c8e;
    background-color: #FFF;
}

/*#post-324 .group-field .single-field {
    width: 48.438%;
    float: left;
}

#post-324 .group-field .even {
    float: right;
}*/

#post-324 .subpages-list .page-wrapper {
    width: 48.438%;
    float: left;
}

#post-324 .subpages-list .sp-even {
    float: right;
}

/* ---- Slider ---- */
.flexslider .slides > li.pic-1 {
	display: block;
}

.js-active .flexslider .slides > li.pic-1 {
	display: none;
}

.flexslider li {
    padding: 0;
    margin: 0;
    text-indent: 0;
}

.flexslider {
	border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 20px !important;
    width: 100%;
    overflow: hidden;
}

.js-active .flexslider {
    margin-bottom: 0 !important;
}

.post-content .flexslider ul, .post-content .flexslider ol {
	margin-bottom: 0;
}

.post-content .flexslider ul li, .post-content .flexslider ol li {
   	left: 0;
	list-style: none;
	position: static;
	padding: 0;
	margin: 0;
}

.js-active .flex-viewport {
	margin-bottom: 20px;
}

.flex-control-nav {
	position: static !important;
	margin: 0 0 10px !important;
}

.post-content ol.flex-control-nav li {
	margin: 0 6px;
}

.flex-direction-nav a {
    margin: -40px 0 0 !important;
}

.flex-control-paging li a {
	background: none repeat scroll 0 0 #006c8e !important;
	box-shadow: none !important;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
	background: none repeat scroll 0 0 #009cbc !important;
}

.widget .flex-control-nav, .widget .flex-direction-nav {
    display: none !important;
}

/* ---- New Headline Style ---- */
.new-headline-style .a_navi .main li,
.new-headline-style .service li,
.new-headline-style .a_head h1,
.new-headline-style h2, .new-headline-style .archive-title,
.new-headline-style .post-content h1,
.new-headline-style .post-content h2,
.new-headline-style .post-content h3,
.new-headline-style .post-content h4,
.new-headline-style #comments h3, .new-headline-style #respond h3,
.new-headline-style .navi-button {
  font-family: 'SofiaProBlack', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
