<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * medium.css
 *
 * @link http://www.vektorrausch.de
 * @author vektorrausch GmbH &lt;sippel@vektorrausch.de&gt;
 *
 * @package WordPress
 * @subpackage agoodstart
 * 
 * @version 4.0.0
 */

/* ######################################## *\
    HTML
\* ######################################## */

html {
  font-size: 15px;
}

body {}

/* ######################################## *\
    STRUKTUR / LAYOUT
\* ######################################## */

/* page-wrapper */
#wrapper {}

/* header */
.header-container {}

#header {}

#branding {}

#logo {
  width: 320px;
}

/* main */
.main-container {
	padding-right: 20px;
	padding-left: 20px;
}

#main {}

.content-container {}

#content {}

/* footer */
.footer-container {
  margin-top: 2.75em;
}

#footer {}

/* ######################################## *\
    SIDEBARS / WIDGET-AREAS
\* ######################################## */

/* no sidebar */
.no-sidebar #content {
  width: 100%;
}

/* sidebars */
.sidebar-primary.sidebar-secondary .content-container,
.sidebar-primary.sidebar-secondary .sidebar-area {
  clear: none;
  float: left;
}

.sidebar-primary.sidebar-secondary #content {
  margin-left: 0%;
  margin-right: 0%;
  width: auto;
}

.sidebar-primary.sidebar-secondary #primary {
  margin-left: 0%;
  width: 50%;
}

.sidebar-primary.sidebar-secondary #secondary {
  margin-left: 0%;
  width: 50%;
}

#primary,
#secondary {
  margin-top: 20px;
}

/* primary */
/*
.sidebar-primary.no-sidebar-secondary .content-container,
.sidebar-primary.no-sidebar-secondary .sidebar-area {
  clear: none;
  float: left;
}

.sidebar-primary.no-sidebar-secondary #content {
  margin-left: 33.333%;
  margin-right: 0%;
  width: auto;
}

.sidebar-primary.no-sidebar-secondary #primary {
  margin-left: -100%;
  width: 33.333%;
}
*/

/* secondary */
/*
.sidebar-secondary.no-sidebar-primary .content-container,
.sidebar-secondary.no-sidebar-primary .sidebar-area {
  clear: none;
  float: left;  
}

.sidebar-secondary.no-sidebar-primary #content {
  margin-left: 0%;
  margin-right: 33.333%;
  width: auto;
}

.sidebar-secondary.no-sidebar-primary #secondary {
  margin-left: -33.333%;
  width: 33.333%;
}
*/

/* widget-area-logos */
.widget-area-logos-container {
  padding-right: 20px;
  padding-left: 20px;
}

#widget-area-logos section {
  width: 33.333%;
}

#widget-area-logos .widget-inner:hover {
	opacity: 1.0;
  filter: grayscale(0);
}

/* ######################################## *\
    WIDGETS
\* ######################################## */

/* featured */
.widget.featured .widget-title {
  float: left;
  margin-right: 1.375em;
  position: relative;
}
  .widget.featured .widget-title:after {
    content: '';
    position: absolute;
    right: -0.6875em;
    height: 90%;
    width: 1px;
    background: rgba(0,0,0, 0.12);
    top: 0;
    z-index: 1;
  }

.widget.featured .rss-feed {
  float: left;
  margin: 0;
}

.widget.featured .rss-feed a {
  vertical-align: sub;
}

.widget.featured .post-view-featured {
  padding-top: 35px;
}

/* ######################################## *\
    SEITEN: PAGES / POST TYPE ARCHIVES
\* ######################################## */

/* author */
.author .vcard .avatar {
  width: 96px;
  height: 96px;
}

.author .vcard .about {
  margin-left: 96px;
}

/* archive */
.archive .page-title,
.blog .page-title {
  float: left;
  margin-right: 1.375em;
  position: relative;
}
  .archive .page-title:after,
  .blog .page-title:after {
    content: '';
    position: absolute;
    right: -0.6875em;
    height: 90%;
    width: 1px;
    background: rgba(0,0,0, 0.12);
    top: 0;
    z-index: 1;
  }

.archive .found-posts,
.archive .rss-feed,
.blog .rss-feed {
  float: left;
  margin: 0;
}

.archive .found-posts a,
.archive .found-posts span,
.archive .rss-feed a,
.blog .rss-feed a {
  display: block;
  margin-top: 5px;
}

/* ######################################## *\
    INHALTE: POSTS / PAGES / CPTs
\* ######################################## */

/* post-view-slider */
.post-view-slider .headline {
  font-size: 2rem;
}

.post-view-slider .field-subtitle {
  font-size: 1.25rem;
}

/* post-view-long-runner */
.post-view-long-runner .field-long-runner {
  margin-bottom: 20px;
}

/* post-type-post */
.post-type-post.post-view-teaser {
  margin-bottom: 4.125em;
}

.post-type-post.post-view-full .page-title,
.post-type-post.post-view-teaser .headline {
  font-size: 2rem;
}
  .post-type-post.post-view-teaser.not-is-first .headline {
    font-size: 1.5rem;
  }

.post-type-post.post-view-full .field-subtitle,
.post-type-post.post-view-teaser .field-subtitle {
  font-size: 1.25rem;
}

.post-type-post.post-view-teaser .field-thumbnail a {
  text-decoration: none;
}
  .post-type-post.post-view-teaser.not-is-first .field-thumbnail {
    float: right;
    width: 30%;
    margin-bottom: 0;
  }

.post-type-post.post-view-teaser.not-is-first.has-post-thumbnail .field-excerpt {
  margin-right: 30%;
  padding-right: 1.375em;
}

.post-type-post.post-view-full .field-post-footer .date-time,
.post-type-post.post-view-teaser .field-post-footer .date-time {
  float: left;
}

.post-type-post.post-view-full .field-post-footer .categories,
.post-type-post.post-view-teaser .field-post-footer .categories {
  float: right;
}

/* post-type-regatta */
.post-type-regatta.post-view-teaser {}

.post-type-regatta.post-view-teaser .field-club {
  float: right;
  position: relative;
  z-index: 5;
}

.post-type-regatta.post-view-teaser .field-club a {
  text-decoration: none;
}

.post-type-regatta.post-view-teaser .field-regatta-header {
  padding-right: 125px;
  position: relative;
}

.post-type-regatta.post-view-teaser .field-regatta-header .date {
  margin-bottom: 0.6875em;
}

.post-type-regatta.post-view-teaser .field-regatta-header .yacht-class {
  margin-bottom: 0;
}

.post-type-regatta.post-view-teaser .field-regatta-header .details {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.post-type-regatta.post-view-teaser .field-info .list {
  position: relative;
}
  .post-type-regatta.post-view-teaser .field-info .list:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 47%;
    left: calc(50% - 20px);
    top: 0;
    z-index: 1;
    background: rgba(71,113,187, 0.15);
    display: block;
  }

.post-type-regatta.post-view-teaser .field-info .contact {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

/* post-type-club */
.post-type-club.post-view-teaser {}

.post-type-club.post-view-teaser .field-logo {
  float: left;
  position: relative;
  z-index: 5;
  margin: 0.34375em 0 0;
}

.post-type-club.post-view-teaser .field-club-header {
  position: relative;
  padding-right: 125px;
}
  .post-type-club.post-view-teaser.has-logo .field-club-header {
    margin-left: 80px;
    border-left: 1px solid rgba(71,113,187, 0.15);
    padding-left: 20px;
  }

.post-type-club.post-view-teaser .field-club-header .club-event {
  margin-bottom: 0;
}

.post-type-club.post-view-teaser .field-club-header .details {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.post-type-club.post-view-teaser .field-info .list {
  position: relative;
}
  .post-type-club.post-view-teaser .field-info .list:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 47%;
    left: calc(50% - 20px);
    top: 0;
    z-index: 1;
    background: rgba(71,113,187, 0.15);
    display: block;
  }

.post-type-club.post-view-teaser .field-info .address {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

/* post-type-person */
.post-type-person.post-view-teaser .field-person-header {
  padding-right: 125px;
}

.post-type-person.post-view-teaser .field-person-header .field-thumbnail {
  width: 100px;
  float: left;
  margin-bottom: 0;
}

.post-type-person.post-view-teaser .field-person-header .field-thumbnail + .wrapper {
  padding-left: 120px;
}

.post-type-person.post-view-teaser .field-person-header .headline {
  padding-top: 0.34375em;
}

.post-type-person.post-view-teaser .field-info .list {
  position: relative;
}
  .post-type-person.post-view-teaser .field-info .list:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 47%;
    left: calc(50% - 20px);
    top: 0;
    z-index: 1;
    background: rgba(71,113,187, 0.15);
    display: block;
  }

.post-type-person.post-view-teaser .field-info .list-item:first-child {
  padding-bottom: 0;
  padding-right: 40px;
  margin-bottom: 0;
  border-bottom: 0;
}

/* ######################################## *\
    FELDER
\* ######################################## */



/* ######################################## *\
    ELEMENTE
\* ######################################## */

/* formulare */
.btn, .button {
  padding-right: 20px;
  padding-left: 20px;
  display: inline-block;
  width: auto;
}
  .btn-w, .button-w {
    max-width: 320px;
    width: 100%;
  }
  .btn-lw, .button-lw {
    max-width: 100%;
    width: 100%;
  }

/* contactform 7 */
.wpcf7-form .field-float {
  margin-right: -20px;
  margin-bottom: 1.375em;
}
  .wpcf7-form .field-float:before,
  .wpcf7-form .field-float:after {
    content:' ';
    display:table;
  }
    .wpcf7-form .field-float:after {
      clear:both;
    }

.wpcf7-form .field-float .field-wrap {
  float: left;
  padding-right: 20px;
  margin-bottom: 0;
}
  .wpcf7-form .field-float-20 {
    width: 20%;
  }
  .wpcf7-form .field-float-25 {
    width: 25%;
  }
  .wpcf7-form .field-float-33 {
    width: 33.333%;
  }
  .wpcf7-form .field-float-40 {
    width: 40%;
  }
  .wpcf7-form .field-float-50 {
    width: 50%;
  }
  .wpcf7-form .field-float-66 {
    width: 66.666%;
  }
  .wpcf7-form .field-float-75 {
    width: 75%;
  }
  .wpcf7-form .field-float-80 {
    width: 80%;
  }

.wpcf7-form .wpcf7-list-item {
  margin-bottom: 5px;
  float: left;
}

.wpcf7-form .field-float .field-submit .wpcf7-submit {
  width: 100%;
  max-width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* wppb-user-forms */
.wppb-user-forms &gt; ul {
  margin-right: -20px;
}

.wppb-user-forms .wppb-form-field {
  padding-right: 20px;
  float: left;
  width: 100%;
}
  .wppb-user-forms .wppb-form-field.field-float-clear {
    clear: left;
  }
  .wppb-user-forms .wppb-form-field.field-float-20 {
    width: 20%;
  }
  .wppb-user-forms .wppb-form-field.field-float-25 {
    width: 25%;
  }
  .wppb-user-forms .wppb-form-field.field-float-33 {
    width: 33.333%;
  }
  .wppb-user-forms .wppb-form-field.field-float-40 {
    width: 40%;
  }
  .wppb-user-forms .wppb-form-field.field-float-50 {
    width: 50%;
  }
  .wppb-user-forms .wppb-form-field.field-float-66 {
    width: 66.666%;
  }
  .wppb-user-forms .wppb-form-field.field-float-75 {
    width: 75%;
  }
  .wppb-user-forms .wppb-form-field.field-float-80 {
    width: 80%;
  }

/* ######################################## *\
    MENÃœS
\* ######################################## */

/* footer-menu */
#footer-menu {
  text-align: right;
  padding: 1.375em 0;
}

#footer-menu li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
  #footer-menu li.copyright {
    float: left;
    margin-left: 0;
  }
  #footer-menu li:before {
    position: absolute;
    left: -15px;
    top: 2px;
    z-index: 1;
    content: "";
    height: 14px;
    width: 1px;
    background: rgba(255,255,255, 0.2);
  }
  #footer-menu li:first-child:before,
  #footer-menu li.copyright:before {
    display: none;
  }
  
#footer-menu li a {
  display: block;
  padding: 0;
  text-align: left;
  border-bottom: 0;
}

/* ######################################## *\
    SUCHFORMULAR
\* ######################################## */



/* ######################################## *\
    SEITENNUMMERIERUNG / BREADCRUMBS
\* ######################################## */

/* archive */
#pagination.archive.prev-next {
  margin-top: 2.75em;
}

#pagination.archive.prev-next .pagination-icon {
  width: 40px;
}

#pagination.archive.prev-next .pagination-label {
  display: inline-block;
}

#pagination.archive.prev-next .page-prev {
  float: left;
  width: 33.333%;
  padding-right: 0;
}

#pagination.archive.prev-next .page-next {
  float: left;
  width: 33.333%;
  padding-left: 0;
  text-align: right;
}

#pagination.archive.prev-next .page-count {
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 0.875rem;
}

#pagination.archive.paged .page-count {
  margin: 0 0.34375em 0 0;
  display: inline;
  border-right: 1px solid rgba(0,0,0, 0.05);
  padding: 0 1.03125em 0 0;
}

/* single */
#pagination.single.prev-next {
  padding: 0.6875em;
}

#pagination.single.prev-next .page-overview {
  float: left;
  margin-bottom: 0;
}

#pagination.single.prev-next .page-prev-next {
  float: right;
  width: 101px;
}

/* ######################################## *\
    KOMMENTARE
\* ######################################## */



/* ######################################## *\
    MISC / CONTRIB
\* ######################################## */

/* filter-style custom-theme */
.filter-style.filter-theme-custom .bundle-widget-keyword {
  width: 100%;
}
   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */

.gallery.gallery-columns-2 figcaption {
  display: block;
}
   
/* ######################################## *\
    KEIN JAVASCRIPT
\* ######################################## */


</pre></body></html>