/*!
 * large.css
 *
 * @link https://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage cleantheme
 */

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

html {
  font-size: 16px;
}

body {
  font-size: 0.875rem;
}

a {
  text-decoration: none;
}
  a:hover, a:active, a:focus {
  	text-decoration: underline;
  }

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

/* page-wrapper */
#wrapper {}

/* header */
.header-container {}

#header {
  position: relative;
}

#branding {}

#logo {}

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

/* 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: calc((100% + 40px) / 4);
  margin-right: calc((100% + 40px) / 4);
  width: auto;
}

.sidebar-primary.sidebar-secondary #primary {
  margin-left: -100%;
  width: calc((100% + 40px) / 4);
}

.sidebar-primary.sidebar-secondary #secondary {
  margin-left: calc((-100% - 40px) / 4);
  width: calc((100% + 40px) / 4);
}

/* 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: calc((100% + 40px) / 3);
  margin-right: 0%;
  width: auto;
}

.sidebar-primary.no-sidebar-secondary #primary {
  margin-left: -100%;
  width: calc((100% + 40px) / 3);
}

/* 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: calc((100% + 40px) / 3);
  width: auto;
}

.sidebar-secondary.no-sidebar-primary #secondary {
  margin-left: calc((-100% - 40px) / 3);
  width: calc((100% + 40px) / 3);
}

/* widget-area-logos */
#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);
  }

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

/* widget_taxonomy_list */
.widget_taxonomy_list .taxonomy-item > a:hover {
  color: rgba(151,107,2, 1);
}

/* widget_archive_list */
.widget_archive_list .archive-item > a:hover {
  color: rgba(151,107,2, 1);
}

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

/* widget_nav_menu_advanced */
.widget_nav_menu_advanced .menu-item > a[href]:hover {
  color: rgba(151,107,2, 1);
}

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

/* layout-content */
.layout-content {
  padding: 5.5em 0;
}

/* layout-content-image */
.layout-content-image {
  padding: 5.5em 0;
}

/* layout-image */
.layout-image.layout-width-max {
  padding: 5.5em 0;
}

/* layout-video */
.layout-video.layout-width-max {
  padding: 5.5em 0;
}

/* layout-slider */
.layout-slider .slide .wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.375em;
  z-index: 5;
}

.layout-slider .slide .inner {
  margin-top: 0;
  width: 75%;
  max-width: 800px;
}

/* layout-teaser */
.layout-teaser {
  padding: 5.5em 0;
}

.layout-teaser .teaser .field-thumbnail .bg-image {
	position: relative;
}
	.layout-teaser .teaser .field-thumbnail .bg-image:before {
		content: '';
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(151,107,2, .85);
		border-radius: 35%;
		opacity: 0;
		transition: all .3s ease;
		transform: rotate(135deg) scale(0.75);
	}
		.layout-teaser .teaser .field-thumbnail .bg-image:hover:before {
			opacity: 1;
			border-radius: 50%;
			transform: rotate(45deg) scale(1);
		}
	.layout-teaser .teaser .field-thumbnail .bg-image:after {
		content: '\f178';
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 50%;
		transform: translate3d(-85%,-50%,0);
		color: rgba(255,255,255, 1);
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 2rem;
    transition: all .3s ease;
    opacity: 0;
	}
		.layout-teaser .teaser .field-thumbnail .bg-image:hover:after {
			transform: translate3d(-50%,-50%,0);
			opacity: 1;
		}

/* layout-gallery-slider */
.layout-gallery-slider {
  padding: 5.5em 0;
}

.layout-gallery-slider .slide .wrapper {
	padding: 1.375em 5em;
}

/* layout-gallery-grid */
.layout-gallery-grid {
  padding: 5.5em 0;
}

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



/* ######################################## *\
    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[href]:hover,
  .field-taxonomy a[href]:focus,
  .field-taxonomy a[href]:active {
    text-decoration: none;
    opacity: 0.75;
  }

/* field-share */ 
.field-share a[href]:hover,
.field-share a[href]: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[href]:hover {
    text-decoration: none;
    opacity: 0.75;
  }

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

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

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

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

#main-menu .menu-link-depth-0 span {
	position: relative;
}
	#main-menu .menu-link-depth-0 span:before {
		content: '';
		display: block;
		position: absolute;
		z-index: 1;
		bottom: -0.6875em;
		left: 0;
		width: 100%;
		height: 2px;
		background: rgba(151,107,2, 1);
		opacity: 0;
		transform: translateX(-25%);
		transition: all .3s ease;
	}
	#main-menu .menu-item-depth-0:hover .menu-link-depth-0 span:before,
	#main-menu .menu-item-depth-0:focus .menu-link-depth-0 span:before,
	#main-menu .menu-item-depth-0:active .menu-link-depth-0 span:before,
	#main-menu .menu-item-depth-0.current-menu-item .menu-link-depth-0 span:before,
	#main-menu .menu-item-depth-0.current-menu-ancestor .menu-link-depth-0 span:before {
		opacity: 1;
		transform: translateX(0);
	}

#main-menu .menu-link-depth-0 {
  padding: 8px 20px;
	color: rgba(0,0,0, 1);
	font-weight: bold;
	color: rgba(151,107,2, 1);
	display: block;
}
	#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(151,107,2, 1);
		text-decoration: none;
	}
  	#main-menu .menu-item-depth-0:first-of-type .menu-link-depth-0 {
      padding-left: 0;
    }
  	#main-menu .menu-item-depth-0:last-of-type .menu-link-depth-0 {
      border-right: 0;
    }
  #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(151,107,2, 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: -8px;
    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(151,107,2, 1);
    width: 0;
    height: 0;
    position: absolute;
    bottom: -9px;
    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: 46px;
	left: 0;
	background: rgba(151,107,2, 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;
	font-size: 0.875rem;
	line-height: normal;
	padding: 10px 0;
	margin: 0;
	display: none;
}
  #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 .menu-depth-1:before {
  	content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: -16px;
    height: 16px;
    width: 100%;
  }

#main-menu .sub-menu {
  padding: 1.375em;
}

#main-menu .sub-menu .menu-item {
  position: relative;
}

#main-menu .sub-menu .menu-link {
  display: block;
  padding: 0.6875em 0;
  color: rgba(255,255,255, 1);
  border-top: 1px solid rgba(0,0,0, 0.12);
  transition: padding 0.3s ease;
}
	#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(255,255,255, 1);
		background: rgba(0,0,0, 0.06);
		text-decoration: none;
		padding-left: 0.6875em;
	}
	#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(255,255,255, 1);
  	font-weight: bold;
		text-decoration: none;
	}

#main-menu .menu-item-depth-1 .sub-menu {
	margin: 0;
	padding: 0;
}

#main-menu .menu-item-depth-1:first-child .menu-link,
#main-menu .menu-depth-2 .menu-link {
  border-top: 0;
}

#main-menu .sub-menu .menu-item-depth-2 .menu-link:before {
  content: '›';
  display: inline-block;
  margin-left: -1.375em;
  width: 1.375em;
  text-align: center;
}

#main-menu .sub-menu .menu-link-depth-2 {
  padding-left: 1.375em;
}
  #main-menu .sub-menu .menu-item-depth-2:hover > .menu-link,
	#main-menu .sub-menu .menu-item-depth-2:focus > .menu-link,
	#main-menu .sub-menu .menu-item-depth-2:active > .menu-link {
  	padding-left: 2.0625em;
	}
  #main-menu .sub-menu .menu-item-depth-2 .menu-link-depth-2:before {
    content: '›';
  }
#main-menu .sub-menu .menu-link-depth-3 {
  padding-left: 2.0625em;
}
  #main-menu .sub-menu .menu-item-depth-3:hover > .menu-link,
	#main-menu .sub-menu .menu-item-depth-3:focus > .menu-link,
	#main-menu .sub-menu .menu-item-depth-3:active > .menu-link {
  	padding-left: 2.75em;
	}
  #main-menu .sub-menu .menu-item-depth-3 .menu-link-depth-3:before {
    content: '››';
  }
#main-menu .sub-menu .menu-link-depth-4 {
  padding-left: 2.75em;
}
  #main-menu .sub-menu .menu-item-depth-4:hover > .menu-link,
	#main-menu .sub-menu .menu-item-depth-4:focus > .menu-link,
	#main-menu .sub-menu .menu-item-depth-4:active > .menu-link {
  	padding-left: 3.4375em;
	}
  #main-menu .sub-menu .menu-item-depth-4 .menu-link-depth-4:before {
    content: '›››';
  }

/* meta-menu */
.meta-menu-container {
	float: right;
	margin-top: 1.375em;
}
		
/* search */
.search-container {
  position: absolute;
  right: 0;
  top: -2px;
}

.search-button {
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: relative;
  color: rgba(0,0,0, 1);
}
  .search-button.active {
    color: rgba(151,107,2, 1);
    background: rgba(151,107,2, 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(151,107,2, 1);
    top: 50%;
    margin-top: -10px;
  }

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

/* prev-next */
#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.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 {
  position: static;
  width: auto;
  height: auto;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  top: 50%;
  margin-top: -32px;
  height: 64px;
}
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .owl-carousel.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover {
    background: rgba(17,17,17, 1);
  } 
  .owl-carousel.owl-theme.gallery-thumbnails .owl-nav [class*="owl-"] {
    top: 50%;
    height: 32px;
    width: 32px;
    margin-top: -16px;
    font-size: 1.5rem;
  }
    .owl-carousel.owl-theme.gallery-thumbnails .owl-nav .owl-prev {
      left: 0;
    }
    .owl-carousel.owl-theme.gallery-thumbnails .owl-nav .owl-next {
      right: 0;
    }
  
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  transform: scale(1.5);
}

.owl-carousel.owl-theme .owl-thumbs {
  padding-left: 0;
  text-align: center;
}

.owl-carousel.owl-theme.gallery-thumbnails .owl-item {
	transition: opacity .3s ease;
}
	.owl-carousel.owl-theme.gallery-thumbnails .owl-item:hover {
		opacity: .5;
	}

/* make-font-size-great-again */
.font-size-is-great-again {
  font-size: 18px;
}
  
/* swipebox */
#swipebox-close:hover,
#swipebox-prev:not(.disabled):hover,
#swipebox-next:not(.disabled):hover {
  background: rgba(255,255,255, 1);
}

.fa-4 #swipebox-close:hover:before,
.fa-4 #swipebox-close:hover:after {
  background: rgba(151,107,2, 1);
}

.fa-5 #swipebox-close:hover:after {
  color: rgba(151,107,2, 1);
}

#swipebox-prev:not(.disabled):hover:after,
#swipebox-next:not(.disabled):hover:after {
  color: rgba(151,107,2, 1);
}

/* TosRUs */
.tos-desktop .tos-close:hover,
.tos-desktop .tos-next:hover,
.tos-desktop .tos-prev:hover {
  background: rgba(255,255,255, 1);
}

.tos-close:hover span:after {
  color: rgba(151,107,2, 1);
}

.tos-prev:hover span,
.tos-next:hover span {
  color: rgba(151,107,2, 1);
}

.tos-desktop .tos-wrapper.tos-has-thumbnails .tos-pagination a:hover {
  opacity: 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;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  background: none;
}
  #wpadminbar:hover {
    opacity: 1;
    transform: translateY(0);
    background: #23282d;
  }
  #wpadminbar:before {
    position: absolute;
    right: 0;
    top: 0;
    content: 'Administration';
    background: #23282d;
    color: #fff;
    z-index: 1;
    padding: 0 15px;
    transform: translateY(50%);
    font-size: 12px;
    border-radius: 0 0 0 6px;
  }
    #wpadminbar:hover:before {
      display: none;
    }

#wpadminbar > * {
	opacity: 0;
}
  #wpadminbar:hover #wp-toolbar {
    opacity: 1;
  }

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


