/*!
 * large.css
 *
 * @link http://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage agoodstart
 * 
 * @version 4.0.0
 */

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

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
}

a {}
  a:hover, a:active, a:focus {
    color: rgba(153,34,59, 1);
  	text-decoration: underline;
  }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}  
  h1 a:hover, h2 a:hover,
  h3 a:hover, h4 a:hover,
  h5 a:hover, h6 a:hover {}
  h1 a:active, h1 a:focus,
  h2 a:active, h2 a:focus,
  h3 a:active, h3 a:focus,
  h4 a:active, h4 a:focus,
  h5 a:active, h5 a:focus,
  h6 a:active, h6 a:focus {}
  
.page-title {
  font-size: 2rem;
}
 .sidebar-primary.no-sidebar-secondary .page-title-container .page-title {
    margin-left: 25%;
    padding-left: 30px;
    padding-right: 40px;
  }
    .sidebar-primary.no-sidebar-secondary.page-slug-wegweiser .page-title-container .page-title,
    .sidebar-primary.no-sidebar-secondary.page-slug-rendsburg .page-title-container .page-title {
      margin-left: 33.333%;
    }
  .no-sidebar-primary.sidebar-secondary .page-title-container .page-title {
    margin-right: 25%;
    padding-left: 40px;
    padding-right: 30px;
  }
  .no-sidebar-primary.no-sidebar-secondary .page-title-container .page-title {
    padding-left: 40px;
    padding-right: 40px;
  }
   
  
.page-title-container {
  padding-left: 0;
  padding-right: 0;
}

.page-title-container span {
  padding-left: 30px;
  padding-right: 30px;
}

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

/* page-wrapper */
#wrapper {}

/* meta */
#meta {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  position: relative;
}

#meta a:hover,
#meta a:focus {
  text-decoration: underline;
}

.meta-inner {
  float: right;
  padding-right: 120px;
}

/* header */
.header-container {}

#header {
  position: relative;
}

#branding {
  float: left;
  width: 20%;
}
  .headhesive #branding {
    display: none;
  }

#logo {
  margin: 0.6875em 0;
}

.navigation {
  float: left;
  width: 80%;
  margin-top: 1.03125em;
  padding-right: 85px;
}
  .headhesive .navigation {
    margin-top: 1.375em;
    margin-bottom: 1.375em;
    float: none;
    width: auto;
  }

.donate {
	right: 40px;
}
	.headhesive .donate {
		display: none;
	}
  	.headhesive--stick .donate {
	  	display: block;
  	}

/* main */
.main-container {}

#main {
  padding-bottom: 4.125em;
}
  .front #main {
    padding-top: 4.125em;
  }

.content-container {}

#content {}

#content .inner-content {
  padding-left: 30px;
  padding-right: 30px;
}

/* focus */
#focus {
  padding-top: 4.125em;
  padding-bottom: 4.125em;
}

/* footer */
.footer-container {}

#footer {
  padding-top: 4.125em;
}

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

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

/* sidebars */
.has-sidebar .sidebar-area {
  padding-top: 0;
}

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

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

.sidebar-primary.sidebar-secondary #primary {
  margin-left: -100%;
  width: 25%;
}

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

/* 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: 25%;
  margin-right: 0%;
  width: auto;
  padding-left: 30px;
}
  .sidebar-primary.no-sidebar-secondary.page-slug-wegweiser #content,
  .sidebar-primary.no-sidebar-secondary.page-slug-rendsburg #content {
    margin-left: 33.333%;
  }

.sidebar-primary.no-sidebar-secondary #primary {
  margin-left: -100%;
  width: 25%;
}
  .sidebar-primary.no-sidebar-secondary.page-slug-wegweiser #primary,
  .sidebar-primary.no-sidebar-secondary.page-slug-rendsburg #primary {
    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: 25%;
  width: auto;
  padding-right: 30px;
}

.sidebar-secondary.no-sidebar-primary #secondary {
  margin-left: -25%;
  width: 25%;
}

/* widget-area-logos-primary, widget-area-logos-secondary */
/*
#widget-area-logos-secondary .widget-inner {
  opacity: 0.35;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
  #widget-area-logos-secondary .widget-inner:hover {
  	opacity: 1.0;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
  }
*/

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

#primary .widget_vr_gmap_filter {
  padding: 0;
  background: none;
  box-shadow: none;
}

/* widget_taxonomy_list */
.widget_taxonomy_list .taxonomy-item > a:hover {
  text-decoration: underline !important;
}

/* widget_archive_list */
.widget_archive_list .archive-item > a:hover {
  text-decoration: underline !important;
}

.widget_archive_list .archive-item > a.ui-accordion-header-active:hover {
  text-decoration: underline !important;
  cursor: text;
}

/* widget_nav_menu */
.widget_nav_menu_advanced .menu-item > a:hover {
  text-decoration: underline !important;
}

/* latest-news */
.widget.latest-news .list {
  margin-right: -30px;
}

.widget.latest-news .list-item {
  padding-right: 30px;
  margin-bottom: 30px;
}

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

/* focus */
.item-focus a {
  text-decoration: none;
}

.item-focus a:hover .headline {
  text-decoration: none;
  color: rgba(208,47,80, 1);
}

/* blog */
.list-blog {
  margin-right: -30px;
}

.list-blog .list-item {
  padding-right: 30px;
  margin-bottom: 30px;
}

/* location */
.list-location .list-item {
  margin-bottom: 30px;
}

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

/* post-type-page */
.post-type-page.post-view-featured {
  margin-bottom: 30px;
}

.post-type-page.post-view-featured .image {
  float: left;
  width: 69%;
}

.post-type-page.post-view-featured .wrapper {
  margin-left: 69%;
  padding-left: calc(0.6875em + 5px);
  padding-bottom: 2.75em;
}

.post-type-page.post-view-featured .headline a:hover {
  text-decoration: none;
  color: rgba(208,47,80, 1);
}

/* post-type-post */
.post-type-post.post-view-featured {
  margin-bottom: 0;
  height: 100%;
}

.post-type-post.post-view-featured .field-thumbnail {
  width: 100%;
  position: relative;
}

.post-type-post.post-view-featured .bg-image {
  height: 0;
}

.post-type-post.post-view-featured .field-thumbnail + .wrapper {
  margin-left: 0;
  padding-top: 0.6875em;
}

.post-type-post.post-view-featured .headline a:hover {
  text-decoration: none;
  color: rgba(208,47,80, 1);
}

/* post-type-location */
.post-type-location.post-view-teaser {
  margin-bottom: 0;
}

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

/* field-taxonomy */  
.field-taxonomy a {
  opacity: 1;
  -moz-transition: all ease 0.3s;	
  -webkit-transition: all ease 0.3s;	
  transition: all ease 0.3s;
}
  .field-taxonomy a:hover,
  .field-taxonomy a:focus,
  .field-taxonomy a:active {
    text-decoration: none;
    opacity: 0.75;
  }
    .field-taxonomy.taxonomy-tag a:hover,
    .field-taxonomy.taxonomy-tag a:focus,
    .field-taxonomy.taxonomy-tag a:active {
      background: rgba(0,0,0, 0.25);
      color: rgba(255,255,255, 1);
    }

/* field-share */ 
.field-share a:hover,
.field-share a:focus,
.field-share a:active {
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.5;
}

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

/* formulare */
.btn, .button, input[type="submit"] {
  opacity: 1;
  -moz-transition: all ease 0.3s;	
  -webkit-transition: all ease 0.3s;	
  transition: all ease 0.3s;
}

.btn:hover, .btn:focus, 
.button:hover, .button:focus,
input[type="submit"]:hover, input[type="submit"]:focus {
  color: rgba(255,255,255, 1);
  opacity: 0.75;
  text-decoration: none;
}

.btn-o:hover, .btn-o:focus, 
.button-o:hover, .button-o:focus {
  color: rgba(73,173,145, 1);
  opacity: 0.75;
  text-decoration: none;
}

/* guide */
#guide a {
  opacity: 1;
  -moz-transition: opacity ease 0.3s;	
  -webkit-transition: opacity ease 0.3s;	
  transition: opacity ease 0.3s;
}
  #guide a:hover,
  #guide a:focus,
  #guide a:active {
    text-decoration: none;
    opacity: 0.75;
  }
  
/* print-me */
#print-me-info .inner {
  padding: 0 30px;
}

#print-me-submit .print-me-delete:hover,
#print-me-submit .print-me-delete:focus {
  text-decoration: underline;
}

/* donate */
#donate {
  position: absolute;
  left: 20px;
  top: 5px;
  z-index: 5;
}

#donate .btn {
  font-size: 1.125rem;
  text-decoration: none !important;
}

/* ######################################## *\
    MENÜS
\* ######################################## */

/* main-menu */
.main-menu-container {
	display: block !important;
	margin: 0;
	clear: both;
}

#main-menu {
  font-size: 1rem;
}

#main-menu .menu-link {
	display: block;
	color: rgba(0,0,0, 1);
	padding: 0.34375em 10px;
}
  #main-menu .menu-link:hover,
  #main-menu .menu-link:focus,
  #main-menu .menu-link:active {
    text-decoration: none;
  }

#main-menu .menu-item-depth-0 {
	float: left;
	position: relative;
}

#main-menu .menu-link-depth-0 {
  padding-top: 4px;
  padding-bottom: 4px;
	color: rgba(0,0,0, 1);
	display: block;
	font-size: 1rem;
}
	#main-menu .menu-item-depth-0:hover .menu-link-depth-0,
	#main-menu .menu-item-depth-0:focus .menu-link-depth-0,
	#main-menu .menu-item-depth-0:active .menu-link-depth-0 {
		color: rgba(208,47,80, 1);
		text-decoration: none; 
	}
  #main-menu .menu-item-depth-0.current-menu-item .menu-link-depth-0,
	#main-menu .menu-item-depth-0.current-menu-ancestor .menu-link-depth-0 {
    color: rgba(208,47,80, 1);
    text-decoration: none;
  }

  #main-menu .menu-item-depth-0.menu-item-has-children .menu-link-depth-0:before {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0,0,0, 0.04);
    width: 0;
    height: 0;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    z-index: 26;
    display: none;
  }
    #main-menu .menu-item-depth-0.menu-item-has-children:hover .menu-link-depth-0:before {
      display: block;
    }
  #main-menu .menu-item-depth-0.menu-item-has-children .menu-link-depth-0:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(51,121,101, 1);
    width: 0;
    height: 0;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    z-index: 27;
    display: none;
  }
    #main-menu .menu-item-depth-0.menu-item-has-children:hover .menu-link-depth-0:after {
      display: block;
    }

#main-menu .menu-depth-1 {
	position: absolute;
	z-index: 25;
	top: 42px;
	left: 0;
	background: rgba(51,121,101, 1);
	box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	border-top: 1px solid rgba(0,0,0, 0.05);
	border-radius: 2px;
	min-width: 220px;
	display: none;
	font-size: 1rem;
	line-height: normal;
	padding: 10px 20px;
	margin: 0;
}
  #main-menu .menu-item-depth-0.last .menu-depth-1 {
    left: auto;
    right: 0;
  }
	#main-menu .menu-item-depth-0:hover .menu-depth-1 {
		display: block;
	}
	#main-menu .menu-depth-1:before {
  	content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: -16px;
    height: 16px;
    width: 100%;
  }

/* flyout
#main-menu .menu-item-depth-1 {
	position: relative;
}
  #main-menu .menu-item-depth-1.menu-item-has-children .menu-link-depth-1:after {
    content: '›';
    float: right;
  }

#main-menu .sub-menu .menu-link {}
	#main-menu .sub-menu .menu-item:hover > .menu-link,
	#main-menu .sub-menu .menu-item:focus > .menu-link,
	#main-menu .sub-menu .menu-item:active > .menu-link {
		color: rgba(51,121,101, 1);
		text-decoration: none;
	}
	#main-menu .sub-menu .menu-item.current-menu-item:not(.current-menu-item-not-active-anchor):not(.current-menu-item-not-active-parameter) > .menu-link,
	#main-menu .sub-menu .menu-item.current-menu-ancestor > .menu-link {
  	color: rgba(51,121,101, 1);
		text-decoration: none;
	}

#main-menu .menu-item-depth-1 .sub-menu {
	position: absolute;
	z-index: 25;
	top: -11px;
	left: 102%;
	background: rgba(255,255,255, 1);
	box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	border-top: 1px solid rgba(0,0,0, 0.05);
	border-radius: 2px;
	min-width: 220px;
	display: none;
	font-size: 0.875rem;
	line-height: normal;
	padding: 10px 0;
	margin: 0;
}
  #main-menu .menu-item:hover > .sub-menu {
		display: block;
	}

  #main-menu .menu-item-depth-1 .sub-menu:before {
    content: '';
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid rgba(0,0,0, 0.04);
    width: 0;
    height: 0;
    position: absolute;
    top: 14px;
    left: -12px;
    z-index: 26;
  }
  #main-menu .menu-item-depth-1 .sub-menu:after {
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255,255,255, 1);
    width: 0;
    height: 0;
    position: absolute;
    top: 15px;
    left: -10px;
    z-index: 27;
  }
  
#main-menu .menu-item-depth-1 .menu-item {
	position: relative;
}

#main-menu .menu-item-depth-1 .menu-item.menu-item-has-children > .menu-link:after {
  content: '›';
  float: right;
}
/* /flyout */

/* flat */
#main-menu .menu-item-depth-1 {
  border-bottom: 1px solid rgba(255,255,255, 0.12);
}
  #main-menu .menu-item-depth-1:last-child {
    border-bottom: 0;
  }

#main-menu .sub-menu .menu-link {
  color: rgba(255,255,255, 1);
  padding-top: 0.6875em;
  padding-bottom: 0.6875em;
}
	#main-menu .sub-menu .menu-link:hover,
	#main-menu .sub-menu .menu-link:focus,
	#main-menu .sub-menu .menu-link:active {
		text-decoration: underline;
	}
	#main-menu .sub-menu .menu-item.current-menu-item > .menu-link,
	#main-menu .sub-menu .menu-item.current-menu-ancestor > .menu-link {
  	color: rgba(255,255,255, 1);
		text-decoration: none;
		font-weight: bold;
	}  

#main-menu .menu-link-depth-1 {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
  
#main-menu .menu-item-depth-1 .sub-menu {
	margin: 0;
	padding-left: 0;
}
  #main-menu .menu-item-depth-1 .menu-depth-2 {
    margin-bottom: 0.34375em;
  }

#main-menu .menu-item-depth-1 .menu-item {
	list-style: none;
}

#main-menu .menu-item-depth-2 .menu-link {
  padding-top: 0.171875em;
  padding-bottom: 0.171875em;
}
  #main-menu .menu-item-depth-2 .menu-link:before {
    content: '›';
    display: inline-block;
    margin-left: -1.375em;
    width: 1.375em;
    text-align: center;
  }
  #main-menu .menu-link-depth-2 {
    padding-left: 1.375em;
  }
    #main-menu .menu-item-depth-2 .menu-link-depth-2:before {
      content: '›';
    }
  #main-menu .menu-link-depth-3 {
    padding-left: 1.71875em;
  }
    #main-menu .menu-item-depth-3 .menu-link-depth-3:before {
      content: '››';
    }
  #main-menu .menu-link-depth-4 {
    padding-left: 2.0625em;
  }
    #main-menu .menu-item-depth-4 .menu-link-depth-4:before {
      content: '›››';
    }
/* /flat */

/* error-404 */
#error-404-menu .menu-item-depth-0 {
  width: 25%;
}
  #error-404-menu .menu-item-depth-0:nth-child(3n+1) {
    clear: none;
  }
  #error-404-menu .menu-item-depth-0:nth-child(4n+1) {
    clear: left;
  }
  
/* ######################################## *\
    SUCHFORMULAR
\* ######################################## */

#search-large {
  display: block;
  background: rgba(255,255,255, 1);
  float: left;
  position: absolute;
  right: 40px;
  top: 5px;
}
  
.site-search {
  width: 120px;
  padding: 5px 0;
}
  .site-search.input-focus {
    width: 240px;
  }

.site-search .search-input {
  color: rgba(0,0,0, 1);
}

.site-search .search-submit {
  color: rgba(51,121,101, 1);
  padding: 2px 0 2px 10px;
  font-size: 1rem;
}

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

/* single */
#pagination.prev-next a {
  opacity: 1;
  -moz-transition: opacity ease 0.3s;	
  -webkit-transition: opacity ease 0.3s;	
  transition: opacity ease 0.3s;
}
  #pagination.prev-next a:hover,
  #pagination.prev-next a:focus,
  #pagination.prev-next a:active {
    opacity: 0.75;
    text-decoration: none;
  }

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



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

.card.card-hover {
  transition: box-shadow 0.3s ease 0s;
}

.card.card-hover:hover {
  box-shadow: 0 2px 3px rgba(0,0,0, 0.1), 0 5px 10px rgba(0,0,0, 0.25);
}

/* owl-carousel */
.owl-carousel.owl-theme .owl-nav {
  left: auto;
  right: 22%;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  -moz-transition: all ease 0.3s;	
  -webkit-transition: all ease 0.3s;	
  transition: all ease 0.3s;  
}
  .owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(0,0,0, 0.66);
    color: rgba(255,255,255, 1);
  }
  
.owl-carousel.owl-theme .owl-dots {
  text-align: right;
  margin: 0;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
  
/* swipebox */
#swipebox-close:hover,
#swipebox-prev:hover,
#swipebox-next:hover {
  background: rgba(255,255,255, 1);
}

#swipebox-close:hover:before,
#swipebox-close:hover:after {
  background: rgba(51,121,101, 1);
}

#swipebox-prev:hover:after,
#swipebox-next:hover:after {
  color: rgba(51,121,101, 1);
}

/* vr-gmap */
#vr_gmap_map-2 {
  margin: -30px -30px 1.375em !important
}

/* countdown */
.countdown-thumbnail a:hover .save-the-date {
  color: rgba(208,47,80, 1);
  text-decoration: none;
}
   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */ 

.gallery.gallery-columns-9 .gallery-item {
  float: left;
  width: 11.111% !important;
}
  .gallery.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
  }

.gallery.gallery-columns-3 figcaption {
  display: block;
}

html.js {
	margin-top:	0 !important;
}

#wpadminbar {
  opacity: 1;
  background: none;
}
  #wpadminbar:hover {
    opacity: 1;
    background: #23282d;
  }
  #wpadminbar:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    line-height: 32px;
    content: 'Administration';
    background: #23282d;
    color: #fff;
    z-index: 1;
    padding: 0 15px;
    border-radius: 0 0 0 8px;
  }
    #wpadminbar:hover:before {
      display: none;
    }

#wpadminbar > * {
	opacity: 0;
}
  #wpadminbar:hover #wp-toolbar {
    opacity: 1;
  }
  
/* ######################################## *\
    SRSH BOX
\* ######################################## */

.page-template-page-srsh-box .tabs-nav .tab-nav {
  width: 20%;
}

.page-template-page-srsh-box .submit-wrapper-fixed {
  top: 115px;
}

/* ######################################## *\
    KEIN JAVASCRIPT
\* ######################################## */


