/*
 Theme Name:   wp-bootstrap-starter aec 2018
 Theme URI:    http://...
 Description:  wp-bootstrap-starter aec 2018
 Author:       Ars Electronica / Martin Hieslmair, Christoph Hofbauer, Fadil Kujundzic
 Author URI:   https://ars.electronica.art/
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  wp-bootstrap-starter-aec2018
*/


#primary {
  padding-left: 0;
  padding-right: 0;
}

.entry-content .row,
#footer-widget .row {

  /*max-height: 300px;*/
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.entry-content .row div[class^="col"],
#footer-widget .row div[class^="col"] {
  /*ax-height: 300px;*/
  padding-left:0.125rem;
  padding-right:0.125rem;

  margin-bottom: 0.250rem;
}

.textwidget {
    color: #333;
}

@media (min-width: 600px) {
  .two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}
@media (max-width: 600px) {
  .two-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}

.tag-cloud-link {
    background-color: #dcdcdc;
    padding: 0.2rem;
    line-height: 2rem;
}

.tagcloud {
  text-align:center;
}

.entry-content .row div[class^="col"].no-margin {
  margin-bottom: 0;
}

.entry-content .row div[class^="col"].no-margin > .row {
  height: 100%;
}

.entry-content .row img {
   object-position: 50% 50%;
   object-fit: cover;
   width: 100%;
   /*height: 100%;*/
}

.entry-content .row img.noscale {
  object-position: unset;
  object-fit: unset;
  width: auto;
  height: auto;
}

.full-width {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
  max-width: none;
}

.full-width img {
    width: 100%;
}

a img.alignnone {
    margin: 0 !important;
}

a[name] { /* anchor offset */
  padding-top: 4rem;
  margin-top: -4rem;
  display: inline-block;
}

.overlay {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	  text-shadow: 0 0 3px #333333;
}
.overlay p {
  /*padding-left: 0 !important;
  padding-right: 0 !important;  */
  text-align: center;
}
.overlay h1,
.overlay h2,
.overlay h3,
.overlay h4,
.overlay h5,
.overlay h6 {
  text-align: center;
  font-weight: bold;
}

.overlay.invert p,
.overlay.invert h1,
.overlay.invert h2,
.overlay.invert h3,
.overlay.invert h4,
.overlay.invert h5,
.overlay.invert h6  {
  display:inline-block;
  color: #000;
  background: #fff;
  line-height: 1;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  white-space: initial !important;
  text-shadow: none !important;
}

.overlay.transparent p,
.overlay.transparent h1,
.overlay.transparent h2,
.overlay.transparent h3,
.overlay.transparent h4,
.overlay.transparent h5,
.overlay.transparent h6  {
  display:inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  padding: 5px;
}

.caption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    /* left: 50%;
    text-align: center;
    transform: translate(-50%); */
    color: #fff;
	  text-shadow: 0 0 3px #333333;
}

/*========== page-sub-header==========================*/

#page-sub-header .carousel {
  height: 600px;
  max-height: 100vh;
  /*max-height: 500px;
  min-height: 400px;
  overflow: hidden; */

}

#page-sub-header .carousel-inner{
     height: 100%;
}


#page-sub-header .carousel-item {
	        /*backface-visibility: visible !important;*/
	        backface-visibility: unset!important;
	        height: 100%;
}

.carousel-item {
	text-shadow: 0 0 3px #333333 !important;
	transition: -webkit-transform 0.5s ease !important;
	transition: transform 0.5s ease !important;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease !important;
	-webkit-backface-visibility: visible !important;
	        backface-visibility: visible !important;
}

#page-sub-header .carousel-inner  .carousel-item  img {
   max-width: initial;
    margin: 0 auto;
    object-position: 50% 50%;
    object-fit: cover;
    height: 100%;
    /*width: initial !important;*/
}

#page-sub-header .carousel-inner  .carousel-item .slider_title {
  word-wrap: break-word;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  color: #fff;
}
#page-sub-header .carousel-inner  .carousel-item .slider_title p {
  color: #fff;
}
#page-sub-header .carousel-inner  .carousel-item .slider_title .invert span {
  background: #fff;
  color: #000;
  padding: 0 5px;
}


#page-sub-header .post-thumbnail {
  position: relative;
}

#page-sub-header .post-thumbnail img {
   width: 100%;
   margin: 0 auto;
    object-position: 50% 50%;
    object-fit: cover;
   height: 500px;

}
#page-sub-header .post-thumbnail .caption {
   text-align:right;
   font-style: italic;
   font-size: 70%;
   padding: 5px 10px;
}

#page-sub-header .post-thumbnail h1 {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #fff !important;
}


/*=======================aeblog specials=======================*/
.header-color {
   width: auto;
   margin: 0 auto;
   height: 20%;
   padding-left: 10%;
   padding-right: 10%;
   background-color: #335599;
}

.header-color .header-color-title {
  padding-top: 150px !important;
  color: #ffffff !important;
  line-height: 1.2em !important;
}

.header-color .header-subtitle {
  color: #ffffff !important;
  padding-bottom: 10px !important;
}

.header-bloginfo {
  color: #ffffff !important;
  padding-bottom: 10px !important;
  font-size: 1.0rem !important;
}

.header-bloginfo a {
  color: #ffffff !important;
}

.postexcerpt {
  font-size: 1.4rem;
  font-weight: 500;
}

.blog-full-width {
	width: 100vw;
	position: relative;
	/* margin-left: -50vw;
	left: 50%;
  max-height: 50vh; */
  max-height: 50vh;
  max-width: none;
  object-fit: cover;
  object-position: 0 25%;
}


/*=======================entry-content======================*/


article .entry-header {
  margin: 0;
}


article .entry-content {
  margin-top: 1.5rem;
}


article .entry-content > a.flickr-shortcode-image  {
  padding-left: 1.5rem;
}

.hide_info {
    position: absolute;
    top: 0px;
    left: -9999px;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

div.high {
  clear:both;
  height: 60px;
}

#accordion button {
  color: #000;
  font-size: 1.5rem;
  padding:0px;
}
.accordion h5 .btn {
  white-space: normal;
  text-align: left;
}

figure {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  width: 100%;
}

figure > img {
  width: 100%;
}

figcaption {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  font-size: small;
}

.storybig img {
    height: 100%;
}


/* hover overlays ------------------------------------------*/

.hoveroverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.hovercontainer:hover .hoveroverlay {
  opacity: 1;
}

.hovertext {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.hovereffect:hover { /* for buttons */
    position: absolute;
    top: 0;
    width:100%;
    height:100%;
    left: 0;
    background-color:#000;
    opacity:0.8;
    z-index: 100;
    display: block;
}

/*html5video --------------------------------------------------*/
.html5video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.video-fluid {
    max-width: 100%;
    height: auto;
}

/*video dsgvo embed -----------------------------------------  */

.video_wrapper {
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}

.video_wrapper .video_trigger {
  padding: 100px 30px;
  z-index: 9;
}

.video_wrapper .video_layer {
  position: relative;
  display: none;
  height: inherit;
  width: inherit;
  margin: auto;
}

.video_wrapper .video_layer iframe {
  border: 0px none transparent;
  height: inherit;
  width: inherit;
}

/*video banner ------------------------------------------------*/

 .videobanner {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
}

.videobanner video {
  z-index: -100;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.videobanner .videooverlay {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 100%;
}

@media (pointer: coarse) and (hover: none) {
  .videobanner {
    background: url('https://ars.electronica.art/error/wp-content/themes/wp-bootstrap-starter-aec2018/noimage.jpg') black no-repeat center center scroll;
  }
  .videobanner video {
    display: none;
  }
}


/*responsive videos -------------------------------------------*/
.video-container {
  position:relative;
	padding-bottom:56%;
  height:0;
	overflow:hidden;
}

.video-container iframe {
  position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*shortcode----------------------------------------------------*/
.categorypost .posttitle {
   display: inline-block;
   background: #fff;
   color: #000;
   padding: 0 5px;
}

.categorypost a {
  text-decoration: none!important;
}

.categorypost img {
  width: 100%;
}

.categorypost ul {
   padding-left:0px !important;
}

.categorypost ul .posttitle {
   display: inline-block;
   margin-bottom: 0;
}
.categorypost  p {
  padding: 0 !important;
  text-align: left;
  list-style: none;

}

.categorypost ul li {
  list-style: none;
}
.categorypost ul li a {
  text-decoration: none;
}


.categorypost.termine a {
  text-decoration: none;
}
.categorypost.termine .card {
  border: none;
}

.crosslink a {
  text-decoration: none!important;
}


/*================================================================*/


/*cards--------------------------*/


.card,
.card-img-top  {
    border-radius: 0;
}

h6.card-subtitle {
	font-size: 1rem;
	font-style: italic;
	padding-bottom: 1rem;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.card-body {
  text-decoration: none !important;
}

.card-text {
    margin-bottom: 1rem;
}

.card-title-shadow {
  color: #ffffff;
  text-shadow: 0 0 3px #333333 !important;
}

/*cookie-banner========================*/
#cookie-banner {
  position: fixed !important;
  bottom: 0 !important;
}


/*carousel ---------------------------------------*/
.carousel-caption-below {
  position: relative!important;
  left: auto;
  right: auto;
  height: auto;
  text-align:center;
  color:#ffffff;
  background:#000000;
  padding: 1rem;
}


/*carousel multi ---------------------------------*/
.multislide {
  position:relative;
  overflow:hidden;
  width:100%;
}

.multislide-items {
	overflow-x:hidden;
	width:100%;
}

.multislide-items > div {
	width:100%;
	white-space:nowrap;
}

.multislide-items > div > a {
	position:relative;
	display:inline-block;
	width:50%;
	margin:0 5px;
}

.multislide-items > div > a > img {
	/*width:calc(100%-10px);*/
	object-position: 50% 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.multislide-ctrl-left {
	position:absolute;
	width:25%;
	left:0;
	top:0;
	bottom:0;
}

.multislide-ctrl-right {
	position:absolute;
	width:25%;
	right:0;
	top:0;
	bottom:0;
}


/*footer-------------------------------------------------*/
.socialmedia a {
  height: 50px;
  width: 50px;
  display: inline-block;
  border: 1px solid #333333;
  border-radius: 50%;
  background: #333333;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  vertical-align: middle;
  margin: 0 10px;
}
.socialmedia a:hover {
  color: #fff;
  background: #000;
}

.socialmedia {
  margin: 2px 0px 15px;
}

.site-info {
  color: rgb(120,120,120);
}

footer#colophon {
  background: transparent !important;
}


/*kalender ============================================*/
.calendar {
  margin-right: 5px;
  margin-left: 5px;
}
.single .calendar {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.calendar .row {
  border-top: 1px solid #dee2e6;
  padding-top: 5px;
  padding-bottom: 5px;
}

.calendar .row.over {
  color: #888;
}

.calendar .row:hover {
  background: #ECECEC;
}

.calendar a:hover {
  text-decoration: none;
}

.calendar .btn {
  margin-bottom: 5px;
}
.calendar h2 {
    font-size: 1.7rem;
}

.calendar .prev-next {
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 0px;
}

.calendar-filter {
  color: white;
}

.calendar-filter ul {
  list-style: none;
  padding:0;
}
.calendar-filter ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  cursor: pointer;
}
.calendar-filter ul li .fa-check {
  margin: 0px 10px;
  display: none;
}
.calendar-filter ul li.active .fa-check {
  display: inline;
}
.calendar-filter ul li .not {
  width: 40px;
  display: inline-block;
}
.calendar-filter ul li.active .not {
  display: none;
}
.calendar-filter ul li .txt {
  display: inline;
}




@media ( min-width:576px ) {
	.multislide-items > div > a {
		width:32.5%;
		margin:0 5px;
	}
	.multislide-ctrl-left {
		width:16.25%;
	}

	.multislide-ctrl-right {
		width:16.25%;
	}

	.socialmedia a {
	  margin: 0 5px;
	}

	.calendar {
    margin-right: 15px;
    margin-left: 15px;
  }
	.calendar h2 {
    font-size: 2.5rem;
  }
  .calendar .prev-next {
    margin-right: 10px;
    margin-left: 10px;
  }
}
