/*
*   name           Favourite
*   version        3.4
*   description    Responsive and customizable Joomla!3 template
*   demo           ttp://demo.favthemes.com/favourite/
*   author         FavThemes
*   author URL     http://www.favthemes.com
*   copyright      Copyright (C) 2012-2016 FavThemes.com. All Rights Reserved.
*   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*
******************************************************************************************

/// custom style

******************************************************************************************
*/

.moduletableteaser-interview {
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  background: #FFF;
}

.trunkierung {
overflow: hidden;
word-break: break-word;
}

.ueberschrift {
  font-size: 17px;
  -webkit-line-clamp: 3;
  line-height: 24px;
  font-weight: 600;
}

#overlayWrap {
    display: block;
    z-index: 2;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    opacity: 0.8;
}

#specialBox {
    display: block;
    position: absolute;
    top: 5%;
    left: 5%;
    overflow: visible;
    z-index: 9999;
    width: 90%;
    height: auto;
    background: #FFF;
    color: #000;
    border-radius: 5px;
    padding-bottom: 14px;
}

#contentarea2
{
    overflow: visible !important;
}

#specialBox h2
{
    padding: 32px;
}

#overlay-content
{
    padding: 5px 25px 50px;
    overflow-y:scroll;
    max-height: 600px;


}

#overlay-content:after
{
    clear: both;
}

#overlay-content ul
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    list-style-type: square;
    overflow: hidden;
}

#overlay-content ul li
{
    display: block;
    float: left;
    padding: 10px 0;
    width: 186px;
    margin: 0 10px;
}

.entry {
    background-color: #ed7101;
    padding: 15px 25px;
    border: 2px solid #666;
    color: #FFF;
    margin: 10px;
    min-width: 250px;
    width: calc(25% - 85px);
}
.entry b {text-decoration: underline; margin-right: 15px;}
.entry p {margin: 0;}
.overlay_actions{float: right; padding: 10px 10px 0 0;}
.overlay_actions:after{clear: both;}
.break { margin-top: 32px;}
.clear {clear:both;}
.back_bt{ display: inline-block; padding: 10px 0 0 10px;}
.close_bt { background: url(../images/close.png) no-repeat; height: 20px; width: 20px; display: inline-block;}
#main a.close_bt:hover { background: url(../images/close.png) no-repeat;}
