/*!
 * 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 {
  text-decoration: none;
}
  a:hover, a:active, a:focus {
  	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 {}

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

/* page-wrapper */
#wrapper {}

/* header */
.header-container {}

#header {
  position: relative;
}

#branding {}

#branding .name {
  display: inline;
  font-size: 1.625rem;
}

#branding .desc {
  display: inline;
  font-size: 1.625rem;
}

#logo {}

.navigation-container {
  background: rgba(241,241,241, 1);
  border-top: 4px solid rgba(236,103,27, 1);
  margin-top: 0.6875em;
}

.navigation {
  position: relative;
	padding-right: 64px;
}

/* main */
.main-container {}

#main {}

.content-container {}

#content {}

/* footer */
.footer-container {}

#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: 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: 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 section {
  width: 16.667%;
}

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

/* widget-area-header */
#widget-area-header {
  padding-right: 0;
}

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

/* widget_taxonomy_list */
.widget_taxonomy_list .taxonomy-item > a:hover {
  color: rgba(236,103,27, 1);
}

/* widget_archive_list */
.widget_archive_list .archive-item > a:hover {
  color: rgba(236,103,27, 1);
}

.widget_archive_list .archive-item > a.ui-accordion-header-active:hover {
  color: rgba(0,0,0, 1);
  cursor: text;
}

/* widget_nav_menu */
.widget_nav_menu_advanced.sidebar-menu .menu-link-depth-title:hover,
.widget_nav_menu_advanced.sidebar-menu .menu-link-depth-title:focus,
.widget_nav_menu_advanced.sidebar-menu .menu-link-depth-title:active {
  color: rgba(236,103,27, 1);
}

.widget_nav_menu_advanced.sidebar-menu .menu-item-depth-0:hover > .menu-link,
.widget_nav_menu_advanced.sidebar-menu .menu-item-depth-0:focus > .menu-link,
.widget_nav_menu_advanced.sidebar-menu .menu-item-depth-0:active > .menu-link {
	background: rgba(0,83,103, 1);
	color: rgba(255,255,255, 1);
	text-decoration: none;
}

.widget_nav_menu_advanced.sidebar-menu .menu-item-depth-1:hover > .menu-link,
.widget_nav_menu_advanced.sidebar-menu .menu-item-depth-1:focus > .menu-link,
.widget_nav_menu_advanced.sidebar-menu .menu-item-depth-1:active > .menu-link {
	color: rgba(236,103,27, 1);
	text-decoration: none;
}

.widget_nav_menu_advanced.sidebar-menu .menu-item-depth-0.current-menu-item:not(.current-menu-item-not-active-anchor):not(.current-menu-item-not-active-parameter) > .menu-link,
.widget_nav_menu_advanced.sidebar-menu .menu-item-depth-0.current-menu-ancestor > .menu-link {
	background: rgba(0,83,103, 1);
	color: rgba(255,255,255, 1);
	font-weight: bold;
	text-decoration: none;
}

/* logo */
.widget.logo {
  width: auto;
}

.widget.logo .widget_sp_image-description p {
  font-size: 1.5rem;
}

/* header-meta */
.widget_nav_menu_advanced.header-meta {
  /* padding-top: 0;
  right: 0px;
  top: 60px;
  position: absolute;
  z-index: 1; */
  border: 0;
}

/* ######################################## *\
    LAYOUTS
\* ######################################## */

/* teaser */
.teaser .bg-image {
  background-color: rgba(255,255,255, 1);
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}
  .teaser a:hover .bg-image {
    opacity: 0.88;
  }

.teaser a:hover .title {
  background: rgba(236,103,27, 1);
  color: rgba(255,255,255, 1);
}

/* ######################################## *\
    INHALTE
\* ######################################## */

/* post-view-slider */
.post-view-slider {
  margin-bottom: 0;
}

.post-view-slider .title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 60%;
  padding: 0.6875em;
  background: rgba(0,83,103, 1);
}

/* ######################################## *\
    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 {
  -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 {
  opacity: 0.75;
  text-decoration: none;
}

.btn-o:hover, .btn-o:focus,
.button-o:hover, .button-o:focus {
  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;
  }

/* locales-switcher */
#locale-switcher {
  right: 10px;
  top: 0;
}

/* ######################################## *\
    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.6875em 26px;
}
  #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: 14px;
  padding-bottom: 14px;
	color: rgba(0,0,0, 1);
	display: block;
	text-transform: uppercase;
}
  #main-menu .menu-item-has-children .menu-link-depth-0 {
    padding-right: 52px;
  }
    #main-menu .menu-item-has-children .menu-link-depth-0:before {
      content: '\f103';
      font-family: FontAwesome;
      display: inline-block;
      color: rgba(236,103,27, 1);
      vertical-align: middle;
      position: absolute;
      top: 50%;
      right: 26px;
      font-weight: normal;
      transform: translateY(-50%);
    }
	#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 {
		background: rgba(0,83,103, 1);
    color: rgba(255,255,255, 1);
	}
  #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 {
  	background: rgba(0,83,103, 1);
    color: rgba(255,255,255, 1);
    text-decoration: none;
    font-weight: bold;
  }

#main-menu .menu-depth-1 {
	position: absolute;
	z-index: 25;
	top: 50px;
	left: 0;
	background: rgba(236,236,236, 1);
	width: 280px;
	display: none;
	font-size: 1rem;
	line-height: normal;
	padding: 0;
	margin: 0;
}
  #main-menu .menu-item-depth-0:last-child .menu-depth-1 {
    left: auto;
    right: 0;
  }
	#main-menu .menu-item-depth-0:hover .menu-depth-1 {
		display: block;
	}

#main-menu .sub-menu .menu-link {
  padding-left: 42px;
}
  #main-menu .sub-menu .menu-link:before {
    content: '\f101';
    font-family: FontAwesome;
    display: inline-block;
    color: rgba(236,103,27, 1);
    margin-left: -1.03125em;
    width: 1.03125em;
    vertical-align: middle;
    position: relative;
    top: -1px;
    font-size: 0.875rem;
    text-align: left;
    font-weight: normal;
  }
	#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 {
		background: rgba(0,83,103, 1);
  	color: rgba(255,255,255, 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 {
  	background: rgba(0,83,103, 1);
  	color: rgba(255,255,255, 1);
  	font-weight: bold;
		text-decoration: none;
	}

#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: 3.09375em;
  }
    #main-menu .menu-item-depth-2 .menu-link-depth-2:before {
      content: '›';
    }
  #main-menu .menu-link-depth-3 {
    padding-left: 3.78125em;
  }
    #main-menu .menu-item-depth-3 .menu-link-depth-3:before {
      content: '››';
    }
  #main-menu .menu-link-depth-4 {
    padding-left: 4.46875em;
  }
    #main-menu .menu-item-depth-4 .menu-link-depth-4:before {
      content: '›››';
    }

/* 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;
  }

/* footer-menu */
#footer-menu {
  margin: 1.375em auto;
  max-width: 820px;
}

#footer-menu li {
  float: left;
  position: relative;
  width: 25%;
}
  #footer-menu li:nth-child(3n+1) {
    clear: none;
  }
  #footer-menu li:nth-child(4n+1) {
    clear: left;
  }

#footer-menu li a {
  display: block;
  padding: 1.375em 0.34375em;
  border-bottom: 1px solid rgba(0,0,0, 0.33);
  text-align: center;
}
  #footer-menu li:nth-child(5) a,
  #footer-menu li:nth-child(6) a,
  #footer-menu li:nth-child(7) a,
  #footer-menu li:nth-child(8) a {
    border-bottom: 0;
  }
  #footer-menu li a:hover {
    text-decoration: none;
    color: rgba(236,103,27, 1);
  }

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

.search-container {
  position: absolute;
  right: 5px;
  top: 3px;
}

.search-button {
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: relative;
}
  .search-button.active {
    color: rgba(0,83,103, 1);
    background: rgba(0,83,103, 0.12);
  }

.search-button i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.site-search {
  position: absolute;
  top: 0px;
  right: 46px;
  z-index: 25;
  width: 320px;
  padding: 5px 0;
}
  .site-search:after {
    content: '';
    position: absolute;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(0,83,103, 1);
    top: 50%;
    margin-top: -10px;
  }

/* ######################################## *\
    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 [class*="owl-"] {
  opacity: 1;
  -moz-transition: opacity ease 0.3s;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
  .owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(0,0,0, 0.35);
    opacity: 0.75;
  }

/* swipebox */
#swipebox-close:hover,
#swipebox-prev:not(.disabled):hover,
#swipebox-next:not(.disabled):hover {
  background: rgba(255,255,255, 1);
}

#swipebox-close:hover:before,
#swipebox-close:hover:after {
  background: rgba(236,103,27, 1);
}

#swipebox-prev:not(.disabled):hover:after,
#swipebox-next:not(.disabled):hover:after {
  color: rgba(236,103,27, 1);
}

/* ######################################## *\
    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;
  }

/* ######################################## *\
    DE_SI
\* ######################################## */

body.lang-de_si #main-menu .menu-depth-1,
body.lang-de_si #main-menu .menu-item-has-children .menu-link-depth-0:before {
  display: none !important;
}

body.lang-de_si #main-menu .menu-item-has-children .menu-link-depth-0 {
  padding-right: 26px;
}

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


