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

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

html {
  font-size: 16px;
}

body {}

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 {
  float: left;
}

#logo {
  margin: -1.03125em 0 1.375em;
  width: 150px;
}
  .headhesive #logo {
    margin: -2.0625em 0 1.203125em;
  }

.navigation {
  position: relative;
  float: left;
}

/* main */
.main-container {}

#main {}

.content-container {}

#content {}

/* footer */
.footer-container {}

#footer {}

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

/* widget-area-featured */
#widget-area-featured {
  padding-top: 4.125em;
  padding-bottom: 4.125em;
}

/* widget-area-footer */
#widget-area-footer {
  padding-top: 4.125em;
  padding-bottom: 4.125em;
}

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

/* widget_cleantheme_team */
.widget_cleantheme_team {
  margin-bottom: 4.125em;
}

/* widget_cleantheme_location */
.widget_cleantheme_location {
  position: relative;
}
  .not-front .widget_cleantheme_location {
    margin-top: -4.125em;
  }

.widget_cleantheme_location .field-map .wrapper-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  pointer-events: none;
}

.widget_cleantheme_location .field-map .field-body {
  padding: 4.125em 0;
  width: 40%;
}

/* filter-team-archive */
.widget.filter-team-archive {
  margin-top: -2.75em;
}

.widget.filter-team-archive .bundle-widget-select .filter-select {
  width: 250%;
  left: -75%;
}

/* course-archive-filter */
.widget.course-archive-filter {
  margin-top: 4.125em; 
}

/* filter-course-archive */
.widget.filter-course-archive .coffee-filter .filter-inner {
  margin-right: -10px;
}

.widget.filter-course-archive .coffee-filter .bundle-name-txt_1 {
  width: auto;
  padding-right: 10px;
}

.widget.filter-course-archive .coffee-filter .bundle-name-txt_2 {
  width: auto;
  padding-right: 10px;
}

.widget.filter-course-archive .coffee-filter .bundle-name-course_age {
  width: 25%;
  padding-right: 10px;
}

.widget.filter-course-archive .coffee-filter .bundle-name-course_day {
  width: 20%;
  padding-right: 10px;
}

.widget.filter-course-archive .coffee-filter .bundle-widget-submit {
  float: left;
  width: 20%;
  padding-right: 10px;
}

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

.layout {
  padding: 4.125em 0;
}

.list-team-archive {
  margin-right: 0 !important;
  padding-right: 60px !important;
  margin-bottom: 4.125rem !important;
}

.item-team-archive {
  margin-top: 4.125em;
}

.item-team-archive:nth-child(4),
.item-team-archive:nth-child(5),
.item-team-archive:nth-child(6),
.item-team-archive:nth-child(10),
.item-team-archive:nth-child(11),
.item-team-archive:nth-child(12),
.item-team-archive:nth-child(16),
.item-team-archive:nth-child(17),
.item-team-archive:nth-child(18),
.item-team-archive:nth-child(22),
.item-team-archive:nth-child(23),
.item-team-archive:nth-child(24),
.item-team-archive:nth-child(28),
.item-team-archive:nth-child(29),
.item-team-archive:nth-child(30),
.item-team-archive:nth-child(34),
.item-team-archive:nth-child(35),
.item-team-archive:nth-child(36),
.item-team-archive:nth-child(40),
.item-team-archive:nth-child(41),
.item-team-archive:nth-child(42),
.item-team-archive:nth-child(46),
.item-team-archive:nth-child(47),
.item-team-archive:nth-child(48),
.item-team-archive:nth-child(52),
.item-team-archive:nth-child(53),
.item-team-archive:nth-child(54) {
  transform: translateX(100px);
}

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

/* post-type-team */
.post-type-team.post-view-teaser .wrapper-thumbnail {
  position: relative;
  width: 170px;
  margin: 0 auto;
}
  
.post-type-team.post-view-teaser .notes {
  position: absolute;
  top: 10px;
  right: 2px;
  transition: all .3s linear;
  transform: scale(0.95);
}
  .post-type-team.post-view-teaser:hover .notes {
    opacity: 1;
		top: 0;
		right: 0;
		transform: scale(1);
  }

.post-type-team.post-view-teaser .note-1 {
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
  .post-type-team.post-view-teaser:hover .note-1 {
    animation: 2s ease 0s normal none infinite running note;
  }

.post-type-team.post-view-teaser .note-2 {
  font-size: 0.75rem;
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 1;
}
  .post-type-team.post-view-teaser:hover .note-2 {
    animation: 2s ease 0.33s normal none infinite running note;
  }

.post-type-team.post-view-teaser .note-3 {
  font-size: 0.5rem;
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 1;
}
  .post-type-team.post-view-teaser:hover .note-3 {
    animation: 2s ease 0.66s normal none infinite running note;
  }

@keyframes note {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-75%) scale(1.15); }
  100% { transform: translateY(0) scale(1); }
}

.post-type-team.post-view-teaser .field-thumbnail {
  transition: box-shadow ease 0.3s;
}
  .post-type-team.post-view-teaser:hover .field-thumbnail {
    box-shadow: 0 0 0 0.625rem rgba(248,214,14, 0.5);
  }

.post-type-team.post-view-intro .wrapper-1 {
  width: 30%;
}
  .intro-team .item-intro:nth-child(2n+1) .post-type-team.post-view-intro .wrapper-1 {
    order: 2;
    padding-right: 1.375em;
    padding-left: 1.375em;
  }
  .intro-team .item-intro:nth-child(2n) .post-type-team.post-view-intro .wrapper-1 {
    order: 2;
    padding-right: 1.375em;
    padding-left: 1.375em;
  }
  
.post-type-team.post-view-intro .wrapper-2 {
  width: 25%;
}
  .intro-team .item-intro:nth-child(2n+1) .post-type-team.post-view-intro .wrapper-2 {
    order: 1;
    padding: 0;
  }
  .intro-team .item-intro:nth-child(2n) .post-type-team.post-view-intro .wrapper-2 {
    order: 3;
    padding: 0;
  }
  
.post-type-team.post-view-intro .wrapper-3 {
  width: 45%;
}
  .intro-team .item-intro:nth-child(2n+1) .post-type-team.post-view-intro .wrapper-3 {
    order: 3;
    padding: 0;
  }
  .intro-team .item-intro:nth-child(2n) .post-type-team.post-view-intro .wrapper-3 {
    order: 1;
    padding: 0;
  }
  
/* post-type-course */
.post-type-course.post-view-list:hover {
  background: rgba(8,41,77, 1);
}

.post-type-course.post-view-list:hover .headline {
  color: rgba(255,255,255, 1);
}

.post-type-course.post-view-list:hover .field-description {
  color: rgba(255,255,255, 1);
}

.post-type-course.post-view-info .info-card {
  margin-left: 35%;
}

.post-type-course.post-view-info .field-body h2 {
  font-size: 1.75rem;
  margin-bottom: 0.34375em;
}

.post-type-course.post-view-info .field-body h3 {
  font-size: 1.325rem;
}

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

/* field-body */
.field-body h1 {
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 0.171875em;
}

.field-body h2 {
  font-size: 1.75rem;
  margin-bottom: 0.171875em;
}

.field-body h3 {
  font-size: 1.5rem;
}

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

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

/* main-menu */
.main-menu-container {
  display: block !important;
	float: right;
	margin: 3.4375em 0 0 14px;
	clear: none;
}
  .headhesive .main-menu-container {
    margin-top: 2.40625em;
  }

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

#main-menu .menu-link {
	display: block;
	color: rgba(8,41,77, 1);
	padding: 0.6875em 14px;
}
  #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: 0;
  padding-bottom: 0;
	color: rgba(8,41,77, 1);
	display: block;
	font-weight: 800;
	font-size: 1.25rem;
}
	#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(255,255,255, 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(255,255,255, 1);
    text-decoration: none;
  }

  #main-menu .menu-item-depth-0.current-menu-item .menu-link-depth-0 span,
	#main-menu .menu-item-depth-0.current-menu-ancestor .menu-link-depth-0 span {
  	border-bottom: 5px solid rgba(255,255,255, 1);
  }

  #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: -20px;
    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(255,255,255, 1);
    width: 0;
    height: 0;
    position: absolute;
    bottom: -21px;
    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: 48px;
	left: 0;
	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: 260px;
	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: -22px;
    height: 22px;
    width: 100%;
  }

#main-menu .sub-menu .menu-link {
  padding-top: 0;
  padding-bottom: 0;
}
	#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(8,41,77, 1);
		text-decoration: underline;
	}
	#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(8,41,77, 1);
		text-decoration: none;
		font-weight: bold;
	}  
  
#main-menu .menu-item-depth-1 .sub-menu {
	margin: 0;
	padding-left: 0;
}

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

#main-menu .menu-link-depth-1 {
  padding-top: 0;
  padding-bottom: 0;
}

#main-menu .menu-link-depth-1 span {
  display: block;
  padding: 0.6875em 0;
  border-top: 1px solid rgba(0,0,0, 0.12);
}
  #main-menu .menu-item-depth-1:first-child .menu-link-depth-1 span {
    border-top: 0;
  }

#main-menu .menu-item-depth-2 .menu-link {

}
  #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: '›››';
    }
    
/* footer-menu */
#footer-menu {
  text-align: right;
  margin: 1.375em 0;
}

#footer-menu li.totop {
  margin-left: 74px;
  display: inline-block;
  margin-bottom: 0;
  float: left;
}
  #footer-menu li.totop span:after {
    content: '';
    width: 74px;
    height: 74px;
    background: url(img/totop.png) no-repeat left center;
    background-size: 74px auto;
    position: absolute;
    left: -94px;
    top: -24px;
    transition: transform ease 0.3s;
    backface-visibility: visible;
  }
  #footer-menu li.totop:hover span:after {
    transform: rotateY(360deg) translateY(-15%);
  }
  
#footer-menu li:before {
  left: -14px;
  top: 8px;
}
		
/* ######################################## *\
    SUCHFORMULAR
\* ######################################## */

.search-container {
  position: absolute;
  right: 0;
  top: -2px;
}

.search-button {
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: relative;
}
  .search-button.active {
    color: rgba(8,41,77, 1);
    background: rgba(8,41,77, 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(8,41,77, 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 {
  width: auto;
  position: static;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  color: rgba(0,0,0, 1);
  font-size: 1.5rem;
}
  .owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    color: rgba(8,41,77, 1);
  }
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -40px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -40px;
  }
  
/* 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(8,41,77, 1);
}

.fa-5 #swipebox-close:hover:after {
  color: rgba(8,41,77, 1);
}

#swipebox-prev:not(.disabled):hover:after,
#swipebox-next:not(.disabled):hover:after {
  color: rgba(8,41,77, 1);
}

/* make-font-size-great-again */
.font-size-is-great-again {
  font-size: 18px;
}
   
/* ######################################## *\
    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;
  }

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


