@charset "utf-8";

html {
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    font-family: "Roboto";
    margin: 0 auto;
    font-size: 100%;
    border-top: 7px solid #807D7C;
    min-height: 100px;
    background-color: #EFEFEF;
}

body > * {
    font-family: "Roboto";
    box-sizing: border-box;
}

a.content-link,
a.content-link:link,
a.content-link:visited {
	color: #474747;
	text-decoration: underline;
}

a.content-link:hover,
a.content-link:active {
	color: #AC0038;
}


header.screen {
    width: 100%;
    height: 165px;
    background-color:#FFFFFF;
}

header.mobile {
    display: none;
}

header.screen div.content {
    margin: 0 auto;
    width: 1200px;
}

header.screen div.content div.name {
    text-align: center;
    width: 450px;
    color: #AC0038;
    font-size:1.1em;
    font-weight: bold;
    float:left;
    margin-top:10px;
    float: left;
}

header.screen div.content div.nav {
    float: right;
}

header.screen div.content div.nav div.element {
    color: #AC0038;
    float: left;
    font-weight: bold;
    height: 19px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-top: 131px;
    text-align: center;
    width: 140px;
    cursor: pointer;
}

header.screen div.content div.nav div.element:hover {
    color: #ffffff;
    background-color: #980F3C;
}

header.screen div.content div.nav div.element.selected {
    color: #ffffff;
    background-color: #AC0038;
}

header.screen div.content div.nav div.element.selected:hover {
    background-color: #980F3C;
}

header.print, header.mobile {
    display: none;
}

section.bar {
    background-color:#AB6682;
    height: 1px;
    border-top: #AB6682 solid 5px;
}

section.content {
    margin: 0 auto;
    width: 1200px;
}

section.content div.breadcrumb {
    margin-top: 20px;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #ffffff;
    font-size: 1.4em;
    background-color:#AC0038;
    height: 25px;
}

section.content div.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer.screen {
    width: 100%;
    background-color: #AFAFAF;
}

footer.print, footer.screen div.content div.print {
    display:none!important;
}

footer.screen div.content {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 1200px;
    color: #ffffff;
    background-color: #474747;
    border-top: #ab6682 solid 8px;
}

footer.screen div.content div.block {
    font-size: 0.8em;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}

footer.screen div.content div.block span.head {
    font-family: "Roboto Condensed";
    font-size: 1.1em;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display:block;
    margin-bottom: 20px;
}

footer.screen div.content div.block a:link {text-decoration: none;color: #ffffff;}
footer.screen div.content div.block a:active {text-decoration: none;color: #ffffff;}
footer.screen div.content div.block a:visited {text-decoration: none;color: #ffffff;}
footer.screen div.content div.block a:hover {text-decoration: none;color:#DF86AA;}

footer.print {
    display: none;
}

footer.print div.bar {
    background-color:#DF86AA;
    height: 15px;
    border-top: #AB6682 solid 5px;
}

.jessor_slider {
    margin: 0 auto;
    width: 1200px;
    height:450px;
    display:block;
}

section.content div.content div.block {
    margin-top: 20px;
    color: #646464;
    font-size: 1em;
    background-color: #F7F7F7;
}

section.content div.content div.block span.head {
    font-size: 1.1em;
    font-weight: bold;
}

section.content div.content div.block a:link {text-decoration: none;color: #646464;}
section.content div.content div.block a:active {text-decoration: none;color: #646464;}
section.content div.content div.block a:visited {text-decoration: none;color: #646464;}
section.content div.content div.block a:hover {text-decoration: none;color:#ac0038;}

.team-img {
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.team-text {
    float: right;
    display: inline-block;
}

.clear {
    display: inline-block;
    float: none;
}

div.streifen div:nth-child(2n+1) {
    background-color: #FFEFF5!important;
}


div.streifen div:nth-child(2n+2) {
    background-color: #EFEFEF!important;
}


div.streifen div {
    padding:20px;
}

div.leistung-block {
    display: table;
}

div.leistung-row {
    display: table-row;
}

div.leistung-header {
    border-top: 1px solid #D0497F;
    border-bottom: 1px solid #D0497F;
    line-height: 40px;
    background-color: #ffffff;
    width:100%;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom:25px;
    margin-top:25px;
    box-sizing: border-box
}

div.leistung-col {
    padding:20px;
    width:50%;
    display:table-cell;
    vertical-align:top
}

div.home-header {
    border-top: 1px solid #D0497F;
    border-bottom: 1px solid #D0497F;
    background-color: #ffffff;
    color: #474747;
    width:100%;
    font-weight: normal;
    font-size: 1.8em;
    font-style: italic;
    padding: 15px 10px 15px 10px;
    margin-bottom:25px;
    margin-top:25px;
    box-sizing: border-box
}

div.home-block {
    display: inline-block;
    width: 100%
}

div.home-col {
    float: left;
    border-top: 1px solid #D0497F;
    border-bottom: 1px solid #D0497F;
    background-color: #ffffff;
    color: #474747;
    width:288px;
    height: 500px;
    font-weight: normal;
    text-align: justify;
    padding: 15px 15px 15px 15px;
    margin-bottom:25px;
    margin-right: 16px;
    box-sizing: border-box
}

div.home-col:last-child {
    float: right!important;
    margin-right: 0px!important;
}

div.home-col span {
    display: block;
    font-size: 1.2em;
    margin-bottom:25px;
    text-decoration: underline;
    color: #000000;
}

div.home-col a {
    color: #000000;
    font-size: 0.9em;
    font-weight: bold;
}

.printable {
    display: none;
}
/*
 * JSSOR - Slider css
 */

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    background: url(../img/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb05 div {
    background-position: -7px -7px;
}

.jssorb05 div:hover, .jssorb05 .av:hover {
    background-position: -37px -7px;
}

.jssorb05 .av {
    background-position: -67px -7px;
}

.jssorb05 .dn, .jssorb05 .dn:hover {
    background-position: -97px -7px;
}

.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../img/a12.png) no-repeat;
    overflow: hidden;
}

.jssora12l {
    background-position: -16px -37px;
}

.jssora12r {
    background-position: -75px -37px;
}

.jssora12l:hover {
    background-position: -136px -37px;
}

.jssora12r:hover {
    background-position: -195px -37px;
}

.jssora12ldn {
    background-position: -256px -37px;
}

.jssora12rdn {
    background-position: -315px -37px;
}

/*new [071222 mb]*/
.map {
	float: left;
}

/*new [071222 mb]*/
.flexible {
	height: auto !important;
	max-width: 100% !important;
	-ms-interpolation-mode: bicubic;
	display: block;
	outline: 0;
	width: 100%
}


/*new [050820 mb]*/
/* ==========================================================================
   cookieCuttr by Chris Wharton (http://cookiecuttr.com)
   ========================================================================== */

.cc-cookies
{
	color: #646464;
	position:fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 2% 0% 2% 0%;
	background: #ffffff;
	background-color: rgba(255, 255, 255, 0.8);
	font-family: "Roboto";
    font-size: 100%;
    font-weight: 400;
	z-index: 99999;
	text-align: left;
}

.cc-cookies-inner
{
	margin: 0 auto;
	width: 1200px;
}

.cc-cookies-inner-inner
{
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
}

.cc-cookies-inner-inner-inner
{
	margin: 0px auto;
	width: 100%;
}

.cc-cookies-inner-left
{
	float: left;
	width: 85%;
}

.cc-cookies-inner-right
{
	float: right;
	width: auto;
}

.cc-cookies a, .cc-cookies a:hover
{
	color: #646464;
	font-family: "Roboto";
    font-size: 1em;
	text-decoration: none;
}

.cc-cookies a:hover
{
	color: #AC0038;
	text-decoration: none;
}

.cc-overlay
{
	height: 100%;
	padding-top: 25%;
}

.cc-cookies-error
{
	float: left;
	width: 90%;
	text-align: center;
	margin: 1em 0 2em 0;
	background: #fff;
	padding: 2em 5%;
	border: 1px solid #ccc;
	font-size: 18px;
	color: #333;
}

.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset
{
	border: 1px solid #646464;
	color: #646464;
	display: inline-block;
	text-decoration: none;
	padding: 0.2em 0.8em;
	/*border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
	-o-transition: background 0.5s ease-in;
	-webkit-transition: background 0.25s ease-in;
	-moz-transition: background 0.25s ease-in;*/
}

.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline
{
	background: #ff934f;
	margin-left: 0.5em;
}

.cc-cookies a.cc-cookie-reset
{
	background: #f15b00;
}

.cc-cookies a:hover.cc-cookie-accept,
.cc-cookies-error a:hover.cc-cookie-accept,
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset
{
	/*background: #fff;
	-o-transition: background 0.5s ease-in;
	-webkit-transition: background 0.25s ease-in;
	-moz-transition: background 0.25s ease-in;*/
	text-decoration: none;
}

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline
{
	display: block;
	margin-top: 1em;
}

.cc-cookies.cc-discreet
{
	width: auto;
	padding: 0.5em 1em;
	left: auto;
	top: auto;
}

.cc-cookies.cc-discreet a.cc-cookie-reset
{
	background: none;
	text-shadow: none;
	padding: 0;
	text-decoration: underline;
}

.cc-cookies.cc-discreet a:hover.cc-cookie-reset
{
	text-decoration: none;
}



