/*
styleNew - this is a stylesheet for 2nd phase of the Akademie Wien developement.  
*/


/*--------------------------------------------------------------
## Theme specific styles
--------------------------------------------------------------*/


/* COLOUR REFERENCES

red:		#941b1e will be replaced by #EF4050
Salmon:		#dd5638 will be replaced by #EF4051
Gray dark:  #444444 oder #666666 will be replaced by #414649
Gray ligh:  #d7d7d7  
blue:       #1E98E0 will be replaced by #08457E
green:      #BCE457 or #16A765 will be replaced by  #00A693

*/
.isc_image_list_box {
    margin-top: 20px;
    border-top: 1px solid #d7d7d7;
    padding-top: 30px;
}
.isc_image_list_box p, .isc_image_list_box ul, .isc_image_list_box a {
    font-size: 13px;
    color: #ccc;
}

.tooltiptext{
    font-family:'Open Sans', 'proxima-nova', 'Raleway', Helvetica, sans-serif;
}
h2 a, h1 a, h3 a{
    color: #414649;
}

/*--------------------------------------------------------------
# New calender on the homepage
--------------------------------------------------------------*/
.de-facto-akademie > ol.tribe-list-widget {
    padding-left: 0px;
}
.de-facto-akademie .tribe-list-widget{
	padding-left:0px;
}
.de-facto-akademie ol > .tribe-events-list-widget-events .tribe-event-duration
{
	  text-align: center;
	  color: white;
    background: #ccc;
    padding: 2px 10px 2px 5px;
		font-weight: bold;
}
.de-facto-akademie ol > .tribe-events-list-widget-events .tribe-event-title
{
	font-size: 18px;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 20px;
	text-align:center;
	font-weight: normal;
	margin-top: 0;
	min-height: 90px;

}
/*--------------------------------------------------------------
# The color of the higlighted text
--------------------------------------------------------------*/

::selection {
  color: #FFFFFF;
  background-color: #BF1624;
}

/*--------------------------------------------------------------
# log in icon
--------------------------------------------------------------*/

.fa.fa-user:hover {
    color: #EF4050;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.fa.fa-user {
    margin-bottom: 0px;
    background-color: transparent;
    color: white;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    font-size: 1.5em;
    line-height: normal;
    height: auto;
    width: auto;
    cursor: pointer;
}
.fa.userIsLogged {
    color: #2CAF41;
}
/*--------------------------------------------------------------
# max button
--------------------------------------------------------------*/

.maxbutton.maxbutton-general-button {
    
}

/*--------------------------------------------------------------
# Mobile slider
--------------------------------------------------------------*/
#myCarouselMobile {
    display: none;
    visibility: hidden;
    position: relative;
    top: -88px;
}
#headlineMobileNew {
    font-size: 20px;
    font-weight: 100;
    color: black;
    padding-left: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    margin: 0;
}

/*--------------------------------------------------------------
# new working for Akademie social on the homepage
--------------------------------------------------------------*/

.instagram-social-btn-top, .fb-social-btn-top, .fts-likes-shares-etc-wrap{
    display: none;
    opacity: 0;
    visibility: hidden;
}
/*--------------------------------------------------------------
# GTM influences this
--------------------------------------------------------------*/
  #propagation-banner{
      display: none;
      opacity: 0;
      transition: all 0.3s ease-in-out 0s;
  }

#propagation-banner nav ul > li {
    display: table;
    vertical-align: top;
    width: 150px;
    background: rgba(44, 175, 65, 0.95);
    height: 120px;
    list-style: none;
    text-align: center;
    padding: 10px 3px;
}
#propagation-banner nav ul li > a {
    padding: 5px;
    margin-top: 9px;
    color: white;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
}
#propagation-banner{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
    background-color: transparent;
    padding: 0; 
}

nav.menu-banner-menue-container.propapagationNav {
    display: inline-block;
    padding: 1px;
}

ul#menu-banner-menue {
    padding: 0;
}
.bannerClose {
    position: absolute;
    background-color: #ccc;
    text-align: center;
    font-size: 17px;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    color: white;
    font-weight: normal;
    cursor: pointer;
    right: -10px;
    top: -14px;
}
#propagation-banner nav .pictureSpendenBanner {
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

/*--------------------------------------------------------------
# Spenden Button in the primary menu
--------------------------------------------------------------*/
#menu-desktop-menu .spendenButtonPrimary a {
    padding: 5px 15px;
    margin-top: 9px;
    color: white;
    background: rgba(0, 166, 147, 0.7);
}

#desktopNaviagation ul .spendenButtonPrimary:before {
    background-color: transparent!important;
}
#desktopNaviagation ul .spendenButtonPrimary:hover a {
    background:  rgba(0, 166, 147, 1);
}

/*--------------------------------------------------------------
# Spenden Button in the language menu / hidden for PC visible for mobiles and tablets
--------------------------------------------------------------*/
#menu-login-menu .spendenButtonLogIn{
	display:none;
	Visibility:hidden;
}
/*--------------------------------------------------------------
# Flickr
--------------------------------------------------------------*/
.fa-flickr:hover{
    background-color:#282A2E;
    -webkit-box-shadow:0px 0px 8px 1px rgba(51, 51, 51, 0.54);
    -moz-box-shadow:0px 0px 8px 1px rgba(51, 51, 51, 0.54);
    box-shadow:0px 0px 8px 1px rgba(51, 51, 51, 0.54);
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
/* ==== MEDIA QUERRIES ==== */
/* ==== MEDIA QUERRIES ==== */
/* ==== MEDIA QUERRIES ==== */
/* ==== MEDIA QUERRIES ==== */

/* ==== lower 767px ==== */

@media (max-width: 767px) {
    .fa.fa-user{
        color:#d7d7d7
    }
    /*--------------------------------------------------------------
    # Spenden Button in the primary menu
    --------------------------------------------------------------*/
    #menu-desktop-menu .spendenButtonPrimary{
        visibility:hidden;
	    display: none;
    }

    /*--------------------------------------------------------------
    # Spenden Button in the language menu / hidden for PC visible for mobile
    --------------------------------------------------------------*/
    #menu-login-menu .spendenButtonLogIn{
			display: inline;
			Visibility: visible;
			position: absolute;
			top: 24px;
			right: 64px;
    }
    #menu-login-menu .spendenButtonLogIn a{
				color: white;
				background: rgb(44, 175, 65);
				padding: 10px 15px;
    }
    span.tooltiptext {
        position: absolute;
        border-radius: 15px;
        visibility:hidden;
        display: none;
        text-transform: initial;

    }
    
    /*--------------------------------------------------------------
    # MaxButton/Max Button responsivity
    --------------------------------------------------------------*/
	.mb-center.maxbutton-1-center .maxbutton-1-container.mb-container .maxbutton-1.maxbutton.maxbutton-general-button{
	   width: 100%!important;
	}
    /*--------------------------------------------------------------
    # Mobile slider
    --------------------------------------------------------------*/
    #myCarouselMobile {
        display: block;
        visibility: visible;
    }
}


/* ==== END lower 768px ==== */
@media (max-width: 768px){
    .carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left{
	   display: inline-block!important;
	}
}

/* ==== 768px - 1230px ==== */

@media (min-width: 768px) and (max-width: 1230px) {
    /*--------------------------------------------------------------
    # Spenden Button in the primary menu
    --------------------------------------------------------------*/
    #menu-desktop-menu .spendenButtonPrimary{
        visibility:hidden;
	    display: none;
    }
    /*--------------------------------------------------------------
    # Spenden Button in the language menu / hidden for PC visible for mobile
    --------------------------------------------------------------*/
    #menu-login-menu .spendenButtonLogIn{
        display:inline;
        Visibility:visible;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left{
	   display: inline-block!important;
	}
}


/* ==== END 768px - 1230px ==== */


/* ==== more 768px ==== */

@media (min-width: 767px) {
    .mitarbeiter-width {
    margin: 2% 2% 0 0 !important;
}
    /*--------------------------------------------------------------
    # Speach bubble under log in and search
    --------------------------------------------------------------*/
    span.tooltiptext {
        position: absolute;
        right: 20px;
        top: 35px;
        background: #eee;
        color: #414649;
        padding: 2px 10px;
        border-radius: 15px;
        visibility:hidden;
        text-transform: initial;
    }
    .fa.fa-user:hover > span.tooltiptext, .fa.fa-search:hover > span.tooltiptext{
        visibility:visible!important;
        font-size:1.1em;
    }
 
}


/* ==== END more 768px ==== */

@media (min-width: 768px) and (max-width: 990px) {
    
}

@media (min-width: 1231px) and (max-width: 1300px) {
    #desktopNaviagation{
	font-size: 11.5px;
}

}


/* ==== MEDIA QUERRIES ==== */
/* ==== MEDIA QUERRIES ==== */
/* ==== MEDIA QUERRIES ==== */
/* ==== MEDIA QUERRIES ==== */