/*!
 * startplatz minimal css
 * Copyright 2015 startplatz
 */

div .one_third			{	overflow: hidden; margin-left: 4%; width:30.5%; float:left; 	position:relative; }

div .two_third			{	overflow: hidden; margin-left: 4%; width:65.5%; float:left; 	position:relative; }


/* logisfera - startplatz additions for logisfera layout */

.logisfera-table-highlight{
    background-color: #8cc63f;
    color: #fff;
}

/*	Blockquotes  */
blockquote{
    font-family:Georgia,"Times New Roman",Times,serif;
    clear:both;
    font-size:1.5em;
    /* 	font-style:italic; */
    line-height:1.4em;
    margin:10px 0 10px 54px;
    quotes:"\201C""\201D";
    position: relative;
    border-left-style: none;
    padding: 0px 0px;
}

blockquote:before{
    content:open-quote;
    font-size:5em;
    line-height:.1em;
    margin-right:.25em;
    vertical-align:-0.5em;
    display:block;
    position: absolute;
    top: 40px;
    left: -54px;
    opacity: 0.5;
    width: 50px;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
}

.blockquote{
    font-family:Georgia,"Times New Roman",Times,serif;
    clear:both;
    font-size:1.5em;
    /* 	font-style:italic; */
    line-height:1.4em;
    margin:10px 0 10px 54px;
    quotes:"\201C""\201D";
    position: relative;
    border-left-style: none;
    padding: 0px 0px;
}

.blockquote:before{
    content:open-quote;
    font-size:5em;
    line-height:.1em;
    margin-right:.25em;
    vertical-align:-0.5em;
    display:block;
    position: absolute;
    top: 40px;
    left: -54px;
    opacity: 0.5;
    width: 50px;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
}

.artikelbild {
    margin: 4px 10px 10px 2px; float: left;
}


/* referentenprofil zur anzeige der referenten*/
.referentenprofil {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
    width: 220px !important;
    height: 220px !important;
    overflow:hidden !important;
    background: white;
    display: inline;
    margin: 10px 10px 40px 20px !important;
    padding: 10px 10px 30px !important;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
    box-shadow: 0 4px 6px rgba(0,0,0,.3);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    z-index:0;
    position:relative;
}

.referentenprofil a:after {
    color: #333;
    font-size: 20px;
    content: attr(title);
    position: relative;
    top:15px;
}

.referentenprofil img {
    display: block;
    width: inherit;
}

a:hover .referentenprofil {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    z-index:0;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 4px 6px rgba(0,0,0,.4);
    box-shadow: 0 4px 6px rgba(0,0,0,.4);
}

