/*Teaser*/
/*
.teaser_bezeichnung {font-family : Verdana; font-size: 9pt;  font-weight:bold; }
.teaser {font-family : Verdana;font-size: 8pt;text-align: justify;}
.teaser_mehr {font-family : Verdana; font-size: 8pt; }
.teaser_creationdate{font-family : Verdana; font-size: 8pt; text-align: top;  }
*/

/* News - New CSS */

div#content {
    max-width: 100%;
    margin: auto;
    background-color: white;
}

.pagetitle_div {
    text-align: center;
}

a img {max-width: 100%;height: auto;/* margin: auto; *//* display: block; *//* margin-bottom: 30px !important; *//* width: 40%; *//* cursor: default; */}

.image_wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
}


.butterfly_container:nth-child(odd)
{
    background-color: #f7f9fc;
    padding-left: 20px;
    border-left:5px solid #1d324f;
    border-right:3px solid #1d324f;
    padding-top: 15px;
    padding-right: 5%;
    margin-bottom:50px;
}

.butterfly_container:nth-child(even)
{
    padding-left: 5%;
    border-left:5px solid #1d324f;
    border-right:3px solid #1d324f;
    background-color: white;
    padding-top: 15px;
    padding-right: 5%;
    margin-bottom:50px;
}

.butterfly_container:last-child
{
    border-bottom:3px solid #1d324f;
}

.butterfly_container:last-child:hover
{
    border-bottom:3px solid #f39200;
}

.butterfly_container:first-child
{
    border-top:3px solid #1d324f;
}

.butterfly_container:first-child:hover
{
    border-top:3px solid #f39200;
}

.butterfly_container:hover
{
    border-left:5px solid #f39200;
    border-right:3px solid #f39200;
}

h3, h2{color:navy;}
a{color: #f39200 !important;}
strong{color:navy;}
.teaser_creationdate{color: #888;}


div.butterfly_card.wrapper { margin-top: 30px; }

div.teaser_titledate{
	margin: -15px;
    padding: 15px 15px 15px 15px;
    background-color: #1d324f;
    border-bottom: 2px solid #f3951c;
}

div.teaser_titledate h3.teasertitel{
	color: #fff;
    margin: 0;
}

div.teaser_titledate span.teaser_creationdate {
    color: silver;
    font-weight: bold;
}

div.butterfly_container{
    border: 1px solid #1d324f !important;
    border-radius: 5px;
    padding: 15px !important
}

div.butterfly_card div.teasertext img {
    border: 1px solid #1d324f;
    border-radius: 5px;
}




