/*
 Theme Name:   wp-bootstrap-starter aec 2018
 Theme URI:    http://...
 Description:  wp-bootstrap-starter aec 2018
 Author:       ars electronica
 Author URI:   http://...
 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;
} 

.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;
}


a img.alignnone {
    margin: 0 !important;
}

.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;
}
.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;
  white-space: initial !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;
}

/*========== 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 {
	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 {
  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;
}



/*=======================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.25rem;
}


/* 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;
}


/*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 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;
}





/*================================================================*/


/*cards--------------------------*/

.card,
.card-img-top  {
  border-radius: 0;
}

h6.card-subtitle {
	font-size: 1rem;
	font-style: italic;
	padding-bottom: 1rem;
}



/*cookie-banner========================*/
#cookie-banner {
  position: fixed !important;
  bottom: 0 !important;
}



/*carousel multi ---------------------------------*/
.multislide {
  position:relative;
  overflow:hidden;
  width:100%;
  max-height: 300px;
}

.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: 2px solid #000;
  border-radius: 50%;
  font-size: 25px;
  line-height: 50px;
  vertical-align: middle;
  margin: 0 10px;
}
.socialmedia a:hover {
  border-color: #000;
  color: #fff;
  background: #000;
}

.socialmedia {
  margin: 2px 0px 15px;
}


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;
  }
}

