/* Styles for the page layout */


/* @group GENERAL */
/*************************************************************************
*************************************************************************/
html, body { border: 0; margin: 0; padding: 0; }

body {
 	font-size: 70%;
 	font-family: Arial, Helvetica, sans-serif;
	background-color: #CAD2DB;
	color: #666;
	overflow: scroll;
	overflow-x: auto;
}

#page {
	position: relative;
	/*width: 1020px;*/
    max-width: 1020px;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	text-align: left;
	background: #FFF url(../img/bg_page.png) top left repeat-y;
}

P, TH, TD, UL, OL, BLOCKQUOTE {
	color: #666;
}

H1, H2, H3, H4, H5, H6 {
	color: #1D3F7E;
	font-weight: normal;
	font-style: normal;
}

H1, H2, H3, H4, H5, H6, TH, TD, CAPTION {
	font-weight: normal;
}

P, UL, OL { font-size: 1.2em; }

TABLE { font-size: 1.2em; }

PRE {
	font-family: monospace;
	font-size: 1.4em;
}

A, A:hover {
	font-size: 1.2em;
	/* font-weight: bold; */
	text-decoration: underline;
	color: #1D3F7E;
}


h2 a {
	text-decoration: none;
}

P A, P A:hover,
.ce-bodytext A, .ce-bodytext A:hover {
	/* font-weight: normal; */
}

#topContent A, A:hover {
	color: #1D3F7E;
}


P, PRE {
  margin: 0 0 1.1em 0;
  padding: 0;
}

TR, TD { font-size: 1em; }

TH, TD {
	text-align: left;
	vertical-align: top;
}

TABLE P, TABLE P.bodytext, TABLE A, TABLE A:hover { font-size: 1em; }

FORM { margin: 0; }

FORM P {  }

LI P, LI A, LI A:hover { font-size: 1em; }

FORM P.bodytext {  }

FORM TABLE {  }

INPUT, TEXTAREA, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color: #FFF;
	color: #666;
	border: 1px solid #ACB5BC;
    margin: 0;
	padding: 3px;
}

INPUT[type="submit"],
INPUT[type="button"] {
	background-color: #D4DDE7;
	border: none;
	color: #1D3F7F;
	cursor: pointer;
	margin: 0;
	padding: 5px 10px 5px 8px;
	font-weight: bold;
}

A INPUT[type="button"],
A:hover INPUT[type="button"] {
    font-size: .8em;
}

INPUT[type="checkbox"] {
	padding: 0;
	border: none;
}

.checkbox .form-check LABEL SPAN {
	display: inline-block;
	margin-top: 2px;
	font-size: 1em;
}

INPUT[type="radio"] {
	border: none;
}

.frame-type-form_formframework .required {
    border: none;
}

IMG {
	margin: 0;
	padding: 0;
	border: 0;
}

.hidden {
	display: none;
}

.anker {
	display: block;
	height: 0;
	line-height: 0px;
	visibility: hidden;
	border: 0;
	padding: 0;
	font-size: 0;
}

.clear {
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
	border: 0;
	margin: 0;
	padding: 0;
}

IMG.noRightSpace {
    position: relative;
    top: 0;
    right: -58px;
}

TABLE.no-left-padding TR TD {
    padding: .3em .3em .3em 0;
}

.text-center {
    text-align: center;
}

/* @end GENERAL */


/* @group HEADER */
/*************************************************************************
*************************************************************************/

#header {
	position: relative;
	/*width: 1020px;*/
    width: 100%;
	height: 143px;
	background: url(../img/bg_header.png) top left no-repeat;
}

#logo {
	position: absolute;
	bottom: -43px;
	right: 29px;
	width: 384px;
	height: 133px;
	z-index: 5;
}

#slogan {
	position: absolute;
	bottom: 12px;
	left: 30px;
	width: 371px;
	height: 32px;
}

#clubLocator {
	position: absolute;
	bottom: -38px;
	left: 0;
	width: 680px;
	height: 38px;
	z-index: 5;
}

#header IMG {
	border: none;
}

/* @group SEARCH BOX */
/***********************************************************
***********************************************************/

#searchbox {
    display: none;
    position: absolute;
	top: 11px;
	left: 30px;
	width: 180px;
	height: 22px;
	margin: 0;
	padding: 0;
}

#searchForm {
	margin: 0;
	padding: 0;
}

.searchLabel {
	float: left;
	width: 40px;
	height: 17px;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #7F7F7F;
}

.searchField {
	float: left;
	width: 86px;
	height: 22px;
	border: none;
	margin: 0 6px 0 6px;
	padding: 0 0 0 5px;
	font-size: 12px;
	background: url(../img/bg_search_field.png) no-repeat;
}

.searchButton {
	float: left;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: none;
}

/* @end SEARCH BOX */

/* @group TEXT ZOOM */
/***********************************************************
***********************************************************/

#textZoom {
	position: absolute;
	top: 11px;
	/*left: 210px;*/
    left: 30px;
	width: 110px;
	height: 22px;
	margin: 0;
	padding: 0;
}

#textZoom A.default,
#textZoom A.default:hover {
	display: block;
	float: left;
	width: 14px;
	height: 17px;
	font-size: 12px;
	line-height: normal;
	font-weight: 800;
	text-decoration: none;
	color: #999;
	margin: 0;
	padding: 5px 0 0 0;
}

#textZoom A.zoomPlus,
#textZoom A.zoomPlus:hover {
	display: block;
	float: left;
	width: 20px;
	height: 19px;
	font-size: 14px;
	line-height: normal;
	font-weight: 800;
	text-decoration: none;
	color: #999;
	margin: 0;
	padding: 3px 0 0 0;
}

#textZoom A.zoomPlusPlus,
#textZoom A.zoomPlusPlus:hover {
	display: block;
	float: left;
	width: 22px;
	height: 21px;
	font-size: 16px;
	line-height: normal;
	font-weight: 800;
	text-decoration: none;
	color: #999;
	margin: 0;
	padding: 1px 0 0 0;
}

/* @end TEXT ZOOM */

/* @group META MENUE */
/***********************************************************
***********************************************************/

#metaMenue {
	position: absolute;
	top: 10px;
	right: 30px;
	height: 17px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	color: #7F7F7F;
}

#metaMenue UL {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
}

#metaMenue UL LI {
	float: left;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
	line-height: 1.3em !important;
	background: none !important;
	font-weight: normal !important;
	font-style: normal !important;
	color: #7F7F7F !important;
}

#metaMenue UL LI A,
#metaMenue UL LI A:hover {
	text-decoration: none !important;
	font-weight: normal !important;
	font-style: normal !important;
	color: #7F7F7F !important;
}

/* @end META MENUE */

/* @group LANG MENUE */
/***********************************************************
***********************************************************/

#langMenue {
	float: left;
	height: 17px;
	margin: 0;
	padding: 0;
}

#langMenue IMG {
	border: 0;
	margin: 0 0 0 3px;
}

#langMenue UL {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
}

#langMenue UL LI {
	float: left !important;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
	background: none !important;
	line-height: 1.3em !important;
	font-size: 1.3em;
	font-weight: normal !important;
	font-style: normal !important;
	color: #7F7F7F !important;
}

/* @end LANG MENUE */

/* @group MAIN MENUE FIRST ITEM */
/***********************************************************
***********************************************************/

#mainMenueFirstItem,
#mainMenueFirstItemSub,
#mainMenueFirstItemIntranet {
	position: absolute;
	bottom: -193px;
	left: 30px;
	width: 195px;
	height: 48px;
	z-index: 3;
}

#mainMenueFirstItemSub,
#mainMenueFirstItemIntranet {
	bottom: -128px;
}

#mainMenueFirstItem A,
#mainMenueFirstItem A:hover,
#mainMenueFirstItemSub A,
#mainMenueFirstItemSub A:hover,
#mainMenueFirstItemIntranet A,
#mainMenueFirstItemIntranet A:hover {
	font-size: 1.2em;
	color: #666;
	text-decoration: none;
}

.item_level_1_first {
	display: block;
	width: 172px;
	height: 25px;
	margin: 0;
	padding: 23px 0 0 23px;
	background: url(../img/menue/bg_first.png) top left no-repeat;
	z-index: 4;
}

/* @end MAIN MENUE FIRST ITEM */

/* @end HEADER */



/* START css fuer simple slider startseite ab 03.2022 */


#slider-wrapper {
	list-style: none;
	position: relative;	
	margin: 0;;
	padding: 0;
	max-width: 1020px;
	width: 100%;
	height: 193px;
	display: block;
}


#slider-wrapper li img {
	max-width: 1020px;
	width: 100%;
	height: auto;
}

#slider-wrapper li.active-slide {
	z-index: 2;
}

#slider-wrapper li.second-slide {
	z-index: 1;
}

#slider-wrapper li.inactive-slide {
	z-index: unset;
}

.opacity-0 {
	opacity: 0;
	transition: all 2.0s ease;
}

.opacity-1 {
	opacity: 1;
}


#slider-wrapper li {
	position: absolute;
	left: 0;
	right: 0;
	background: none;
	margin: 0;
	padding: 0;
}


/* ENDE css fuer simple slider startseite ab 03.2022 */


/* @group IMAGE SLIDER (HOME TEMPLATE) */
/*************************************************************************
*************************************************************************/

#imageSlider {
	max-width: 1020px;
	max-height: 193px;
	z-index: 2;
}

#imageSlider IMG {
	/*width: 1020px;
	height: 193px;*/
	width: 100%;
	max-height: 193px;
    height: auto;
	display: block;
	float: left;
	z-index: 3;
}

.sliderImage {
	float: left;
}

/* @end IMAGE SLIDER */


/* @group LOCATOR AREA (SUB TEMPLATE) */
/*************************************************************************
*************************************************************************/

#locatorArea,
#locatorAreaIntranet {
	position: relative;
	/*width: 1020px;*/
	height: 128px;
	background-color: #F0F0F0;
	z-index: 1;
}

#locatorAreaIntranet {
    background-color: #FFFFFF;
}

/* @group LOCATOR */
/***********************************************************
***********************************************************/

#locator {
	position: absolute;
	bottom: 14px;
	right: 47px;
}

#locator UL {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
}

#locator UL LI {
	float: left;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
	line-height: 1.6em !important;
	color: #999 !important;
	background: none !important;
	font-weight: normal !important;
}

#locator UL LI.act {
	color: #666 !important;
	background: none !important;
	font-weight: bold !important;
}


#locator UL LI A,
#locator UL LI A:hover {
	color: #999 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

#locator UL LI.act A,
#locator UL LI.act A:hover {
	color: #666 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

/* @end LOCATOR */

/* @end LOCATOR AREA (SUB) */


/* @group TOP CONTENT (HOME TEMPLATE) */
/*************************************************************************
*************************************************************************/

#topContent {
	/*width: 1020px;*/
    width: 100%;
	background-color: #F0F0F0;
}

#topContent.topContentNew {
	background-color: #FFF;
}


/* @group MAIN AREA (SUB TEMPLATE) */
/*************************************************************************
*************************************************************************/

#mainArea {
	/*width: 1020px;*/
    width: 100%;
	margin: 0;
	padding: 0;
}

/* @group MAIN MENUE */
/***********************************************************
***********************************************************/

#mainMenueArea {
	float: left;
	width: 195px;
	padding: 0;
	margin: 0 35px 20px 30px;
}

#mainMenue {
	width: 195px;
	padding: 0;
	margin: 0;
}

#mainMenue A,
#mainMenue A:hover {
	font-size: 1.2em;
	color: #666;
	text-decoration: none;
    line-height: 1.6em;
}

#mainMenue A.item_level_1:hover,
#mainMenue A.item_level_1_act:hover,
#mainMenue A.item_level_1_cur,
#mainMenue A.item_level_1_cur:hover,
#mainMenue A.item_level_2:hover,
#mainMenue A.item_level_2_act:hover,
#mainMenue A.item_level_2_cur,
#mainMenue A.item_level_2_cur:hover,
#mainMenue A.item_level_3:hover,
#mainMenue A.item_level_3_act:hover,
#mainMenue A.item_level_3_cur,
#mainMenue A.item_level_3_cur:hover {
	color: #FFF;
}

.item_level_1,
.item_level_2,
.item_level_3,
.item_level_1_act,
.item_level_2_act,
.item_level_3_act,
.item_level_1_cur,
.item_level_2_cur,
.item_level_3_cur {
	display: block;
    position: relative;
	width: 195px;
	margin: 0;
	padding: 0;
}

.curdot {
    position: absolute;
    top: 40%;
    right: 17px;
    width: 7px;
    height: 7px;
    background: url(../img/menue/curdot.png) top left no-repeat;
}

.item_level_1_top,
.item_level_2_top,
.item_level_3_top {
	display: block;
	width: 195px;
	height: 5px;
	margin: 0;
	padding: 0;
}

.item_level_1_mid,
.item_level_2_mid,
.item_level_3_mid {
	display: block;
	width: 142px;
	margin: 0;
	padding: 7px 30px 8px 23px;
}
.item_level_2_mid {
	width: 128px;
	padding: 7px 30px 8px 37px;

}
.item_level_3_mid {
	width: 106px;
	padding: 7px 30px 8px 59px;
}

.item_level_1_bottom,
.item_level_2_bottom,
.item_level_3_bottom {
	display: block;
	width: 195px;
	height: 5px;
	margin: 0;
	padding: 0;
}

.mainMenueSplit {
	display: block;
	width: 195px;
	height: 22px;
	margin: 0;
	padding: 0;
	background: url(../img/menue/bg_split.png) top left repeat-y;
}

.mainMenueBottom {
	display: block;
	width: 195px;
	height: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../img/menue/bg_menue_bottom.png) top left no-repeat;
}

/* LEVEL 1 */

.item_level_1_top {
	background: url(../img/menue/bg_level1_top_no.png) top left no-repeat;
}
.item_level_1_mid {
	background: url(../img/menue/bg_level1_mid_no.png) top left repeat-y;
}
.item_level_1_bottom {
	background: url(../img/menue/bg_level1_bottom_no.png) top left no-repeat;
}
.item_level_1:hover .item_level_1_top {
	background: url(../img/menue/bg_level1_top_ro.png) top left no-repeat;
}
.item_level_1:hover .item_level_1_mid {
	background: url(../img/menue/bg_level1_mid_ro.png) top left repeat-y;
}
.item_level_1:hover .item_level_1_bottom {
	background: url(../img/menue/bg_level1_bottom_ro.png) top left no-repeat;
}
.item_level_1_act .item_level_1_top {
	background: url(../img/menue/bg_level1_top_act.png) top left no-repeat;
}
.item_level_1_act .item_level_1_mid {
	background: url(../img/menue/bg_level1_mid_act.png) top left repeat-y;
}
.item_level_1_act .item_level_1_bottom {
	background: url(../img/menue/bg_level1_bottom_act.png) top left no-repeat;
}
.item_level_1_act:hover .item_level_1_top {
	background: url(../img/menue/bg_level1_top_ro.png) top left no-repeat;
}
.item_level_1_act:hover .item_level_1_mid {
	background: url(../img/menue/bg_level1_mid_ro.png) top left repeat-y;
}
.item_level_1_act:hover .item_level_1_bottom {
	background: url(../img/menue/bg_level1_bottom_ro.png) top left no-repeat;
}
.item_level_1_cur .item_level_1_top {
	background: url(../img/menue/bg_level1_top_cur.png) top left no-repeat;
}
.item_level_1_cur .item_level_1_mid {
	background: url(../img/menue/bg_level1_mid_cur.png) top left repeat-y;
}
.item_level_1_cur .item_level_1_bottom {
	background: url(../img/menue/bg_level1_bottom_cur.png) top left no-repeat;
}
.item_level_1_cur:hover .item_level_1_top {
	background: url(../img/menue/bg_level1_top_ro.png) top left no-repeat;
}
.item_level_1_cur:hover .item_level_1_mid {
	background: url(../img/menue/bg_level1_mid_ro.png) top left repeat-y;
}
.item_level_1_cur:hover .item_level_1_bottom {
	background: url(../img/menue/bg_level1_bottom_ro.png) top left no-repeat;
}

/* LEVEL 2 */

.item_level_2_top {
	background: url(../img/menue/bg_level2_top_no.png) top left no-repeat;
}
.item_level_2_mid {
	background: url(../img/menue/bg_level2_mid_no.png) top left repeat-y;
}
.item_level_2_bottom {
	background: url(../img/menue/bg_level2_bottom_no.png) top left no-repeat;
}
.item_level_2:hover .item_level_2_top {
	background: url(../img/menue/bg_level2_top_ro.png) top left no-repeat;
}
.item_level_2:hover .item_level_2_mid {
	background: url(../img/menue/bg_level2_mid_ro.png) top left repeat-y;
}
.item_level_2:hover .item_level_2_bottom {
	background: url(../img/menue/bg_level2_bottom_ro.png) top left no-repeat;
}
.item_level_2_act .item_level_2_top {
	background: url(../img/menue/bg_level2_top_act.png) top left no-repeat;
}
.item_level_2_act .item_level_2_mid {
	background: url(../img/menue/bg_level2_mid_act.png) top left repeat-y;
}
.item_level_2_act .item_level_2_bottom {
	background: url(../img/menue/bg_level2_bottom_act.png) top left no-repeat;
}
.item_level_2_act:hover .item_level_2_top {
	background: url(../img/menue/bg_level2_top_ro.png) top left no-repeat;
}
.item_level_2_act:hover .item_level_2_mid {
	background: url(../img/menue/bg_level2_mid_ro.png) top left repeat-y;
}
.item_level_2_act:hover .item_level_2_bottom {
	background: url(../img/menue/bg_level2_bottom_ro.png) top left no-repeat;
}
.item_level_2_cur .item_level_2_top {
	background: url(../img/menue/bg_level2_top_cur.png) top left no-repeat;
}
.item_level_2_cur .item_level_2_mid {
	background: url(../img/menue/bg_level2_mid_cur.png) top left repeat-y;
}
.item_level_2_cur .item_level_2_bottom {
	background: url(../img/menue/bg_level2_bottom_cur.png) top left no-repeat;
}
.item_level_2_cur:hover .item_level_2_top {
	background: url(../img/menue/bg_level2_top_ro.png) top left no-repeat;
}
.item_level_2_cur:hover .item_level_2_mid {
	background: url(../img/menue/bg_level2_mid_ro.png) top left repeat-y;
}
.item_level_2_cur:hover .item_level_2_bottom {
	background: url(../img/menue/bg_level2_bottom_ro.png) top left no-repeat;
}

/* LEVEL 3 */

.item_level_3_top {
	background: url(../img/menue/bg_level3_top_no.png) top left no-repeat;
}
.item_level_3_mid {
	background: url(../img/menue/bg_level3_mid_no.png) top left repeat-y;
}
.item_level_3_bottom {
	background: url(../img/menue/bg_level3_bottom_no.png) top left no-repeat;
}
.item_level_3:hover .item_level_3_top {
	background: url(../img/menue/bg_level3_top_ro.png) top left no-repeat;
}
.item_level_3:hover .item_level_3_mid {
	background: url(../img/menue/bg_level3_mid_ro.png) top left repeat-y;
}
.item_level_3:hover .item_level_3_bottom {
	background: url(../img/menue/bg_level3_bottom_ro.png) top left no-repeat;
}
.item_level_3_act .item_level_3_top {
	background: url(../img/menue/bg_level3_top_act.png) top left no-repeat;
}
.item_level_3_act .item_level_3_mid {
	background: url(../img/menue/bg_level3_mid_act.png) top left repeat-y;
}
.item_level_3_act .item_level_3_bottom {
	background: url(../img/menue/bg_level3_bottom_act.png) top left no-repeat;
}
.item_level_3_act:hover .item_level_3_top {
	background: url(../img/menue/bg_level3_top_ro.png) top left no-repeat;
}
.item_level_3_act:hover .item_level_3_mid {
	background: url(../img/menue/bg_level3_mid_ro.png) top left repeat-y;
}
.item_level_3_act:hover .item_level_3_bottom {
	background: url(../img/menue/bg_level3_bottom_ro.png) top left no-repeat;
}
.item_level_3_cur .item_level_3_top {
	background: url(../img/menue/bg_level3_top_cur.png) top left no-repeat;
}
.item_level_3_cur .item_level_3_mid {
	background: url(../img/menue/bg_level3_mid_cur.png) top left repeat-y;
}
.item_level_3_cur .item_level_3_bottom {
	background: url(../img/menue/bg_level3_bottom_cur.png) top left no-repeat;
}
.item_level_3_cur:hover .item_level_3_top {
	background: url(../img/menue/bg_level3_top_ro.png) top left no-repeat;
}
.item_level_3_cur:hover .item_level_3_mid {
	background: url(../img/menue/bg_level3_mid_ro.png) top left repeat-y;
}
.item_level_3_cur:hover .item_level_3_bottom {
	background: url(../img/menue/bg_level3_bottom_ro.png) top left no-repeat;
}

/* @end MAIN MENUE */

/* @group SOCIAL ICONS */
/***********************************************************
***********************************************************/

#socialIcons {
	width: 189px;
	height: 32px;
	padding: 0 0 0 5px;
	margin: 20px 0 10px 0;
}

#socialIcons IMG {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	border: none;
	margin: 0 5px 0 0;
	padding: 0;
}

#socialIcons IMG.last {
	margin: 0;
}


/* @group SOCIAL ICONS */

/* @group TEASER AREA */
/***********************************************************
***********************************************************/

#teaserArea {
    width: 195px;
    padding: 0;
    margin: 20px 0 0 0;
}

.teaser {
    width: 195px;
    padding: 0;
    margin: 0 0 20px 0;
}

.teaserTop {
    width: 195px;
    height: 14px;
    margin: 0;
    padding: 0;
    background: url(../img/bg_teaser_top.png) top left no-repeat;
}

.teaserContent {
    width: 175px;
    padding: 0 10px 0 10px;
    margin: 0 0 0 0;
    background-color: #E8E8E8;
}

.teaserBottom {
    width: 195px;
    height: 14px;
    margin: 0;
    padding: 0;
    background: url(../img/bg_teaser_bottom.png) top left no-repeat;
}

/**********************************/
/* @group NEWSLETTER BOX */
/**********************************/

.newsletterFormLabel {
    display: block;
    float: left;
    width: 57px;
    padding: 2px 0 0 0;
}

.newsletterFormInputBox {
    float: left;
    width: 110px;
    height: 25px;
    margin: 0 0 8px 0;
    text-align: right;
}

.newsletterFormInput {
    width: 110px;
    margin: 0;
}

.newsletterFormSubmitBox {
    text-align: right;
    margin: 10px 0 0 0;
}

/* @end Newsletter Box */

/* @end TEASER AREA */


/* @group TOP CONTENT SLIDER (HOME TEMPLATE) */
/***********************************************************
***********************************************************/

#topContentSlider,
#topContentIntranet,
#topContentNewMain {
    float: left;
	position: relative;
	width: 702px;
    height: auto;
	padding: 0;
	margin: 27px 0 27px 0;
	overflow: hidden;
}
#topContentNewMain {
    width: 710px;
}

#topContentNewLeft {
    float: left;
    width: 460px;
    margin: 0 30px 0 0;
    padding: 0;
}

#topContent2020Left {
    float: left;
    width: 460px;
    margin: 0 30px 0 0;
    padding: 0;
}

#topContentNewRight {
    float: left;
    width: 220px;
    margin: 0;
    padding: 0;
}

.topContentLeftHeadline {
    margin: 0 0 20px 0;
    padding: 0;
}

.topContentLeftHeadline H1 {
	/* display: inline-block; */
	background-color: #FFCC00;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	padding: 8px 20px 5px 20px;
	margin: 0;
}

.topContentLeftHeadline HR {
	border: none;
	background-color: #FFCC00;
	height: 3px;
	margin: 0;
}

.topContentItem {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #EBEBEB;
	margin: 0 0 20px 0;
	padding: 20px 20px 20px 20px;
	width: 420px;
}

.topContentItem H2 {
	margin: 0 0 20px 0;
}

.topContentItemContent {
	width: 420px;
	margin: 0;
	padding: 0;
}

.topContentItemContentLeft {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	padding: 0;
}

.topContentItemContentRight {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

.topContentItemContentLeft IMG,
.topContentItemContentRight IMG {
	width: 100%;
	height: auto;
}

.topContentItemContentLeft P,
.topContentItemContentRight P {
	margin: 0;
	padding: 0;
}

.topContentItemMoreLink {
	margin: 30px 0 0 -20px;
}

.topContentNewRightBox {
	margin: 0 0 20px 0;
	padding: 0;
}

.topContentNewRightBoxHeader {
	background-color: #1D3F7E;
	color: #FFF;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	padding: 12px 15px 10px 15px;
	margin: 0;
}

.topContentNewRightBoxContent {
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	background-color: #F5F2EB;
	margin: 0;
	padding: 15px 15px 10px 15px;
}

/*#topContentIntranet {
    height: auto;
}*/

#topContentSlider .sliderElement {
	float: left;
	width: 702px;
	height: 300px;
	margin: 0;
	padding: 0;
}

.sliderElement H1 {
	margin-top: 0 !important;
}

/* @end TOP CONTENT SLIDER */

/* @end TOP CONTENT (HOME TEMPLATE) */


/* @group MAIN CONTENT AREA SUB (SUB TEMPLATE) */
/***********************************************************
***********************************************************/

#mainContentAreaSub {
	float: left;
	width: 702px;
	padding: 0;
	margin: 27px 0 27px 0;
}

/* @group FCE TWO COL */
/*********************************************
*********************************************/

.twoCol {
    width: 702px;
    margin: 0;
    padding: 0;
}

.twoCol .leftCol {
    float: left;
    width: 341px;
    margin: 0 20px 0 0;
    padding: 0;
}

.twoCol .rightCol {
    float: left;
    width: 341px;
    margin: 0;
    padding: 0;
}

/* @end FCE TWO COL */

/* @end MAIN CONTENT AREA SUB (SUB TEMPLATE) */


/* @group MAIN CONTENT AREA (HOME TEMPLATE) */
/*************************************************************************
*************************************************************************/

#mainContentArea {
	/*width: 1020px;*/
    width: 100%;
	margin: 0;
	padding: 0;
}

#contentLeft {
	float: left;
	width: 320px;
	margin: 40px 70px 0 30px;
	padding: 0 0 20px 0;
}

#contentRight {
	float: left;
	width: 570px;
	margin: 40px 0 0 0;
	padding: 0 0 20px 0;
}

/* @group MAIN CONTENT AREA */


/* @group FOOTER */
/*************************************************************************
*************************************************************************/

#footer {
	/*width: 1020px;*/
    width: 100%;
	margin: 0;
	padding: 0;
	background-color: #7F7F7F;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

/* @group FOOTER MENU */
/***********************************************************
***********************************************************/

#footerMenuArea {
	width: 94.117647058823529%;
	margin: 0 0 0 23px;
	padding: 25px 2.941176470588235% 25px 2.941176470588235%;
	color: #FFF;
	line-height: normal;
}


#footerMenuArea H1 {
	font-size: 1.6em;
	line-height: 1.9em;
	color: #FFF;
	font-weight: normal;
	border-bottom: 1px dashed #999;
}

#footerMenuArea P {
	color: #fff;
}


#footerMenuArea LI {
	margin: 0 30px 0 0;
	padding: 0;
}

#footerMenuArea UL UL {
	margin: 0;
	padding: 0;
}

UL.footerMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
}

UL.footerMenu LI {
	float: left;
	background: none;
	color: #FFF;
}

UL.footerMenu LI UL {
	margin: 0;
	padding: 0;
}

UL.footerMenu A,
UL.footerMenu A:hover {
	font-size: 1em;
	line-height: 1.9em;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

UL.footerMenu LI UL LI {
	clear: both;
}

UL.footerMenu LI.level1 {
	font-size: 1.2em !important;
	font-weight: bold !important;
	padding: 0 0 5px 0 !important;
	margin: 0 0 5px 0 !important;
	border-bottom: 1px dashed #999;
}

UL.footerMenu LI.level2 A,
UL.footerMenu LI.level2 A:hover {
	color: #FFF;
}

/* @end FOOTER MENU */

/* @group FOOTER META CONTAINER */
/***********************************************************
***********************************************************/

#footerMetaContainer {
	position: relative;
	width: 100%;
	height: 34px;
	margin: 0;
	padding: 0;
	background-color: #FFCC00;
}

#footerCopyright {
	position: absolute;
	top: 11px;
	left: 30px;
	margin: 0;
	padding: 0;
	color: #7F7F7F !important;
	font-size: 1.2em;
	font-weight: bold;
	color: #7F7F7F;
}

#footerMetaMenue {
	position: absolute;
	top: 8px;
	right: 30px;
	margin: 0;
	padding: 0;
}

#footerMetaMenue UL {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
}

#footerMetaMenue UL LI {
	float: left;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
	line-height: 1.6em !important;
	color: #7F7F7F !important;
	background: none !important;
	font-weight: bold !important;
}

#footerMetaMenue UL LI A,
#footerMetaMenue UL LI A:hover {
	color: #7F7F7F !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

/* @end FOOTER META CONTAINER */

/* @end FOOTER */


DIV.tx-flmsiclubs-pi1 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 0 0 20px 0;
    padding: 0;
}

DIV.tx-flmsiclubs-pi1 p,
DIV.tx-flmsiclubs-pi1 p.bodytext,
DIV.tx-flmsiclubs-pi1 UL,
DIV.tx-flmsiclubs-pi1 OL {
    font-size: 1em;
}

DIV.tx-flmsiclubs-pi1 A,
DIV.tx-flmsiclubs-pi1 A:hover {
    font-size: 1em;
}

DIV.tx-flmsiclubs-pi1 FORM {
    font-size: 1em;
}

DIV.tx-flmsiclubs-pi1 FORM.clubFilterForm {
    margin: 0;
    padding: 0;
}

DIV.tx-flmsiclubs-pi1 DIV.filter {
    width: 702px;
    margin: 0 0 10px 0;
    padding: 10px 10px 30px 10px;
    background-color: #F0F0F0;
}

DIV.tx-flmsiclubs-pi1 DIV.filter SELECT {
    margin: 0;
    padding: 0;
}

DIV.tx-flmsiclubs-pi1 DIV.filterLabel {
    float: left;
    width: 100px;
    margin: 0 20px 0 0;
    padding: 0;
    color: #1D3F7E;
    font-style: italic;
    display: none;
}

DIV.tx-flmsiclubs-pi1 DIV.resetFilter {
    float: left;
    width: 200px;
    padding: 16px 0 0 0;
    color: #1D3F7E;
    cursor: pointer;
}

DIV.tx-flmsiclubs-pi1 DIV.resetFilter P {
    color: #1D3F7E;
    margin: 0;
    padding: 0;
}

DIV.tx-flmsiclubs-pi1 DIV.filterForm {
    /*float: left;
    width: 380px;*/
    margin: 0;
    padding: 0;
}

DIV.tx-flmsiclubs-pi1 DIV.filterItem {
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
}

DIV.tx-flmsiclubs-pi1 DIV.filterItemLast {
    /*margin: 0;*/
}

DIV.tx-flmsiclubs-pi1 DIV.filterButton {
    float: left;
    /*clear: left;*/
    /*margin: 10px 0 0 0;*/
    margin: -3px 0 0 0;
    padding: 0;
    display: none;
}

DIV.tx-flmsiclubs-pi1 DIV.filterItem INPUT {
    margin: 0 0 5px 0;
}

DIV.tx-flmsiclubs-pi1 DIV.filterButton INPUT {
    margin: 0 0 5px 0;
}

DIV.tx-flmsiclubs-pi1 DIV.pageBrowser {
    width: 702px;
    height: 21px;
    padding: 5px 10px 0 10px;
}

DIV.tx-flmsiclubs-pi1 DIV.top {
    margin: 0 0 10px 0;
}

DIV.tx-flmsiclubs-pi1 DIV.pageBrowser DIV.stepBrowser {
    float: left
}

DIV.tx-flmsiclubs-pi1 DIV.pageBrowser DIV.pageLinks {
    float: right;
}

DIV.tx-flmsiclubs-pi1 DIV.listItems {
    margin: 0;
    padding: 0;
}

DIV.tx-flmsiclubs-pi1 DIV.listItems H2 {
    font-size: 1.4em;
    margin-top: 2em;
}

DIV.tx-flmsiclubs-pi1 DIV.itemsLeftCol {
    float: left;
    width: 341px;
    margin: 0 10px 0 0;
    padding: 0;
}

DIV.tx-flmsiclubs-pi1 DIV.itemsRightCol {
    float: left;
    width: 341px;
    margin: 0;
    padding: 0;
}

DIV.tx-flmsiclubs-pi1 DIV.listItem {
    margin: 0 0 5px 0;
    padding: 0;
    overflow: hidden;
}

DIV.tx-flmsiclubs-pi1 HR.clearColumns {
    display: block;
    height: 0;
    line-height: 0px;
    clear: both;
    visibility: hidden;
    border: 0;
    padding: 0;
    margin: -20px 0 0 0;
}

.news-list-text p {
	margin: 0 0 .6em 0;
}


div.page-navigation:first-of-type {
	display: none;
}

.f3-widget-paginator {
	float: right;
}


.f3-widget-paginator li{
	background: none;
	display: inline-block;
	margin: 0;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(29, 63, 126, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: ##183265;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}



nav#mobileMenueBar{position:relative;width:100%;background:#FFCC00;display:none;}
#mobileMenue{width:100%}
#mobileMenue,#mobileMenue ul,#mobileMenue ul li,#mobileMenue ul li a,#mobileMenue #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#mobileMenue:after,#mobileMenue > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#mobileMenue #head-mobile{display:none}
#mobileMenue{font-family:sans-serif;background:#FFCC00}
#mobileMenue > ul > li{float:left}
#mobileMenue > ul > li > a{padding:17px;font-size:12px;letter-spacing:1px;text-decoration:none;color:#1D3F7E;font-weight:700;}
#mobileMenue > ul > li:hover > a,#mobileMenue ul li.active a{color:#1D3F7E}
#mobileMenue > ul > li:hover,#mobileMenue ul li.active:hover,#mobileMenue ul li.active,#mobileMenue ul li.has-sub.active:hover{background:#e3b602!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#mobileMenue > ul > li.has-sub > a{padding-right:30px}
#mobileMenue > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#1D3F7E;content:''}
#mobileMenue > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#1D3F7E;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#mobileMenue > ul > li.has-sub:hover > a:before{top:23px;height:0}
#mobileMenue ul ul{position:absolute;left:-9999px}
#mobileMenue ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#FFCC00;transition:all .25s ease}
#mobileMenue ul ul li:hover{}
#mobileMenue li:hover > ul{left:auto}
#mobileMenue li:hover > ul > li{height:35px}
#mobileMenue ul ul ul{margin-left:100%;top:0}
#mobileMenue ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:170px;font-size:12px;text-decoration:none;color:#1D3F7E;font-weight:400;}
#mobileMenue ul ul li:last-child > a,#mobileMenue ul ul li.last-item > a{border-bottom:0}
#mobileMenue ul ul li:hover > a,#mobileMenue ul ul li a:hover{color:#1D3F7E}
#mobileMenue ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#1D3F7E;content:''}
#mobileMenue ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#1D3F7E;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#mobileMenue ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#mobileMenue ul ul li.has-sub:hover,#mobileMenue ul li.has-sub ul li.has-sub ul li:hover{background:#e3b602;}
#mobileMenue ul ul ul li.active a{border-left:1px solid #FFCC00}
#mobileMenue > ul > li.has-sub > ul > li.active > a,#mobileMenue > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #FFCC00}


#mobileSocialIcons {
	display: none;
}

@media screen and (max-width:1053px){
    #page {
        padding: 0;
        background-image: none;
    }
}

@media screen and (max-width:1024px){
    #mainMenueFirstItem {
        bottom: -193px;
    }
}


@media screen and (max-width:1014px){
    #contentRight {
        width: 535px;
    }
}

@media screen and (max-width:984px){
    #slogan {
        left: 20px;
    }
    #clubLocator {
        left: -10px;
    }

    #mainMenueFirstItem,
    #mainMenueFirstItemSub,
    #mainMenueFirstItemIntranet {
        left: 10px;
    }
    #mainMenueArea {
        margin: 0 15px 20px 10px;
    }

    #contentLeft {
        margin: 40px 40px 0 10px;
    }    
}

/*
@media screen and (max-width:979px){
    #mainMenueFirstItem {
        bottom: -185px;
    }
}
*/
/*
@media screen and (max-width:960px){
    #mainMenueFirstItem {
        bottom: -182px;
    }
}
*/
@media screen and (max-width:949px){
    #topContentNewMain {
        width: 690px;
    }
    #topContent2020Left,
    #topContentNewLeft {
        margin: 0 20px 0 0;
    }
    #topContentNewRight {
        width: 210px;
    }    
}


/*
@media screen and (max-width:940px){
    #mainMenueFirstItem {
        bottom: -178px;
    }
}
*/

@media screen and (max-width:938px){

	#slider-wrapper {
	  height: 175px;
	}

	#mobileSocialIcons {
		display: inline-block;
	}

    #textZoom { display: none; }
    #slogan { display: none; }
    #clubLocator { display: none; }

    #header {
        height: 114px;
        background: url(../img/bg_header_small.png) top left no-repeat;
    }

    #logo {
        left: 2.132196162046908%;
    }

    #mainMenueFirstItem,
    #mainMenueFirstItemSub,
    #mainMenueFirstItemIntranet {
        display: none;
    }

    #mainMenueArea { display: none; }

    #topContentSlider,
    #topContentIntranet,
    #topContentNewMain {
        width: 95.735607675906183%;
        padding: 0 2.132196162046908% 0 2.132196162046908%;
    }

	#topContent2020Left,
    #topContentNewLeft {
        width: calc(100% - 230px);
        margin: 0 2.132196162046908% 0 0;
    }

    .topContentItem {
        width: auto;
    }

    .topContentItemContent {
        width: 100%;
    }

    .topContentItemContentLeft {
        width: 56%;
        margin: 0 5% 0 0;
    }

    .topContentItemContentRight {
        width: 39%;
    }

    #topContentNewRight {
        float: right;
    }

    #mainContentAreaSub {
        width: 95.735607675906183%;
        padding: 0 2.132196162046908% 0 2.132196162046908%;
    }

    #footerMenuArea {
        /* display: none; */
    }

    nav#mobileMenueBar{display:block;}
    #mobileMenue ul{width:100%;display:none}
    #mobileMenue ul li{width:100%;border-top:1px solid #1D3F7E; background-image: none !important;}
    #mobileMenue ul li:hover{background:#e3b602;}
    #mobileMenue ul ul li,#mobileMenue li:hover > ul > li{height:auto}
    #mobileMenue ul li a,#mobileMenue ul ul li a{width:100%;border-bottom:0}
    #mobileMenue > ul > li{float:none}
    #mobileMenue ul ul li a{padding-left:25px}
    #mobileMenue ul ul li{background:#FFCC00!important;}
    #mobileMenue ul ul li:hover{background:#e3b602!important}
    #mobileMenue ul ul ul li a{padding-left:35px}
    #mobileMenue ul ul li a{color:#1D3F7E;background:none}
    #mobileMenue ul ul li:hover > a,#mobileMenue ul ul li.active > a{color:#1D3F7E}
    #mobileMenue ul ul,#mobileMenue ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
    #mobileMenue > ul > li.has-sub > a:after,#mobileMenue > ul > li.has-sub > a:before,#mobileMenue ul ul > li.has-sub > a:after,#mobileMenue ul ul > li.has-sub > a:before{display:none}
    #mobileMenue #head-mobile{display:block;padding:14px 2.132196162046908% 14px 2.132196162046908%;color:#1D3F7E;}
    #mobileMenue #head-mobile h1 {visibility: hidden; font-size:2em; font-weight: normal; color: #1D3F7E; margin: 0; padding: 0;}
    .mobile-button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
    .mobile-button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #1D3F7E;border-bottom:2px solid #1D3F7E;content:''}
    .mobile-button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#1D3F7E;content:''}
    .mobile-button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#1D3F7E;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
    .mobile-button.menu-opened:before{top:23px;background:#1D3F7E;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
    #mobileMenue .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #1D3F7E;height:46px;width:46px;cursor:pointer}
    #mobileMenue .submenu-button.submenu-opened{background:#e3b602}
    #mobileMenue ul ul .submenu-button{height:34px;width:34px}
    #mobileMenue .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#1D3F7E;content:''}
    #mobileMenue ul ul .submenu-button:after{top:15px;right:13px}
    #mobileMenue .submenu-button.submenu-opened:after{background:#1D3F7E}
    #mobileMenue .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#1D3F7E;content:''}
    #mobileMenue ul ul .submenu-button:before{top:12px;right:16px}
    #mobileMenue .submenu-button.submenu-opened:before{display:none}
    #mobileMenue ul ul ul li.active a{border-left:none}
    #mobileMenue > ul > li.has-sub > ul > li.active > a,#mobileMenue > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}





@media screen and (max-width:915px){
    #contentLeft {
        margin: 40px 20px 0 10px;
    }
}

@media screen and (max-width:894px){
    #contentRight {
        width: 320px;
    }

    .news-latest-text {
        float: none !important;
        clear: both !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .news-latest-image {
        float: none !important;
        width: 100% !important;
        margin: 10px 0 0 0 !important;
    }
}

@media screen and (max-width:800px){

	#slider-wrapper {
	  height: 147px;
	}

}

@media screen and (max-width:733px){
    .news-latest-event-date,
    .news-list-event-date {
        float: none !important;
        margin: 0 0 10px 0 !important;
    }
    .news-latest-event-data,
    .news-list-event-data {
        float: none !important;
        width: auto !important;
        margin: 0 0 20px 0 !important;
        padding: 0 0 0 3px !important;
    }

    .news-single-event-date {
        float: none !important;
        margin: 0 0 10px 0 !important;
    }
    .news-single-event-data {
        float: none !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 0 0 4px !important;
    }

    .indent { margin-left: 0 !important; }
}

@media screen and (max-width:719px){

	#slider-wrapper {
	  height: 130px;
	}

    .twoCol { width: 100%; }
    .twoCol .leftCol {
        float: none;
        width: 100%;
        margin: 0;
    }
    .twoCol .rightCol {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width:679px){
    #contentLeft {
        margin: 40px 2.132196162046908% 0;
        float: none;
        clear: both;
        width: auto;
    }
    
    #contentRight {
        width: auto;
        margin: 0 2.132196162046908% 0 2.132196162046908%;
        float: none;
        clear: both;
    }

    .news-list-text { width: auto !important; }
    .news-list-image { width: auto !important; margin: 12px 0 0 0 !important; }
}

@media screen and (max-width:600px){

	#slider-wrapper {
	  height: 110px;
	}

    #mobileMenue #head-mobile h1{ visibility: visible; }
    #logo { display: none; }
    #header { display: none; background-image: none;}
    #metaMenue { display: none; }
    #locatorArea, #locatorAreaIntranet { height: auto; }
    #locator {
        position: relative;
        margin: 0;
        padding: 4px 2.132196162046908% 4px 2.132196162046908%;
        right: unset;
        bottom: unset;
    }
    #locator ul > li:first-child { display: none; }

    .topContentItemContentLeft {
        clear: left;
        width: 100%;
        margin: 0;
    }

    .topContentItemContentRight {
        clear: left;
        width: 100%;
        margin-top: 15px;
    }

    #footerCopyright { display: none; }
}


@media screen and (max-width:520px){

	#slider-wrapper {
	  height: 90px;
	}

	#topContent2020Left,
    #topContentNewLeft {
        clear: left;
        width: 100%;
    }

    #topContentNewRight {
        clear: left;
        width: 100%;
    }
}


.ce-gallery img {
    height: auto;
    width: 100%;
}


@media screen and (max-width:479px){

    .ce-right .ce-gallery {
        clear: both;
        float: none;
    }
    .ce-intext.ce-right .ce-gallery {
        margin-left: 0;
    }

    .ce-left .ce-gallery, .ce-column {
        float: none;
    }
    .ce-intext.ce-left .ce-gallery {
        margin-right: 0;
    }

    .news-list-image { clear: both !important; float: left !important; }
    
    .news-single-img {
        width: 100% !important;
        margin: 0 !important;
    }

    .news-single-img img {
        float: left !important;
        margin-bottom: 10px !important;
    }

    .news-single-imgcaption {
        margin: 0 0 20px 0 !important;
    }    
}

@media screen and (max-width:425px){
    .form-control {
        width: 91% !important;
    }
}


@media screen and (max-width:380px){

	#slider-wrapper {
	  height: 60px;
	}

}

#newsletteranmeldungSIDeutschland {
	background-color: #eee;
	padding: 20px 50px 20px 20px;
	border-radius: 5px;	
}

label {
	font-size: 1.2em;
}

button {
	font-size: 1.2em;
}

.frame-type-form_formframework {
    max-width: 85% !important;
}

.form-control {
    font-size: 13px;
}

.news-latest-item h2 {
	font-weight: bold;
}


.news-latest-item h2 a:hover{
	text-decoration: underline; 
}

div.homepage-comment {
	border-radius: 8px;
 	background-color: #F5F2EB;
 	border: solid 1px #1D3F7E ;
 	margin-bottom: 20px;
}

.homepage-comment p{
	margin: 0;
	padding: 15px 15px 10px 15px;
}


#topContent2020Left h1 {
	background-color: #1D3F7E;
	color: #FFF;
	border-radius: 4px 4px 0px 0px;
	padding: 12px 15px 10px 15px;
	margin: 0;
}

#topContent2020Left h1 {
	background-color: #1D3F7E;
	color: #FFF;
	border-radius: 8px 8px 0px 0px;
	padding: 12px 15px 10px 15px;
	margin: 0 0 -30px 0;
	font-size: 1.6em;
	position: relative;
	z-index: 1;
}


.homepage-comment h1 {
	background-color: #1D3F7E;
	color: #FFF;
	border-radius: 8px 8px 0px 0px;
	padding: 12px 15px 10px 15px;
	margin: 0 0 -30px 0;
	font-size: 1.6em;
	position: relative;
	z-index: 1;
}


.homeNewsBlueHeadline h1 {
	background-color: #1D3F7E;
	color: #FFF;
	border-radius: 8px 8px 8px 8px !important;
	padding: 12px 15px 10px 15px;
	margin: 0 0 20px 0 !important;
	font-size: 1.6em;
}


#h2-homepage-comment {
	color: #ff802c !important;
	padding: 45px 14px 0 14px !important;
	margin:  0 !important;
}


#topContent2020Left h2{
	color: #1d3f7e;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 15px 0;
}


#topContent2020Left .news-list-container {
	
}

#topContent2020Left .news-list-item {
	padding: 15px 15px;
	background-color: #ededed;
	border-radius: 8px 8px 8px 8px;
	margin: 25px 0 0 0;
}

#topContent2020Left .news-list-text {
	display: contents;
}


#topContent2020Left .news-list-date {
	display: none;
}

/*
#topContent2020Left img {
	float: right;
	margin: 0 0 15px 15px;
}
*/

.news-home-link {
	float: left !important;
	margin: 10px 0 10px -15px !important;
}

.all-news-topic {
	background-color: #1D3F7E;
	color: #FFF;
	border-radius: 0 0 8px 8px;
	margin: 65px -14px -15px -14px;
	font-size: 13px;
	padding: 7px 15px;
	text-align: right;
	clear: both;
}

.content-readmore {
	color: #1d3f7e;
	padding: 0;
	cursor: pointer;
	margin: 0 0 15px 15px;
	font-size: 1.2em;
}

.content-readmore:hover {
}

.content-readless {
	color: #1d3f7e;
	padding: 0;
	cursor: pointer;
	margin: 0 0 15px 15px;
	font-size: 1.2em;
}

.readmore-text {
    margin-top: -10px;
    display: none;
    overflow: hidden;
}


.video-embed {
  position: relative;
  padding-top: 15px;
  overflow: hidden;
}

.video-embed-item {
  width: 100%;
  height: 100%;
}


/* Cookie  Consent */

.cookie-consent-container .consent-modal {
    padding: 2em !important;
}

.cookie-consent-container .consent-modal .options {
    list-style: none;
    margin: 0 0 15px 60px !important;
    padding: 0 !important;
}

.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail {
    padding: 0px 8px 3px !important;
}

.cookie-consent-container .buttons .btn--primary {
    background: #1D3F7E !important;
    color: #fff;
    border: 2px solid #1D3F7E !important;
    margin-bottom: 10px;
}

.cookie-consent-container .label {
	font-size: 14px !important;
	font-weight: 200 !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

.cookie-consent-container .label input:checked ~ .checkmark {
    background-color: #1D3F7E !important;
}

.cookie-consent-container .consent-modal .options {
    margin: 0 0 15px 22px !important;
}

.cookie-consent-container li{
    background: none !important;
    display: block !important;
    margin-bottom: 2px !important;
}

.cookie-consent-container .consent-modal .option-wrapper .label {
    width: 98% !important;
}

.consent-modal .cookie-headline {
    text-transform: unset !important; 
    margin: 8px 0 6px 0 !important !important;
    font-weight: normal !important;
    font-size: 20px !important;
    color: #1D3F7E !important;
    letter-spacing: normal !important;
}

.cookie-consent-container {
	font-size: 11px !important;
	font-weight: 200 !important;
	font-family: Arial, Helvetica, sans-serif !important;
}


.cookie-consent-container .buttons .btn {
    text-transform: unset !important;
    padding: 8px 0 !important;
    border-radius: 5px !important;
    width: 70% !important;
    font-size: 14px !important;
    max-width: 400px !important;
}


.cookie-consent-container .label .checkmark {
    border-radius: 5px;
}

.cookie-consent-container a {
    color: #1D3F7E !important;
}

.cookie-consent-container a.show-details {
	font-size: 14px !important;
}

.cookie-consent-container .consent-modal .footer-links {
    font-size: 10px !important;
}

.cookie-consent-container .consent-modal .option-wrapper .option-headline {
    text-transform: unset !important;
    letter-spacing: unset !important;
    font-size: 18px !important;
    font-weight: normal !important;
}

.cookie-consent-container p {
    font-size: 12px !important;
}

button.accept,
.inline-cookie-btn {
	background-color: #1D3F7E !important;
	color: #ffffff !important;
	font-size: 14px;
	border-radius: 5px;
	font-weight: normal !important;
	padding: 10px 20px !important;
	margin: 0 !important;
}


.threeCols {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.cols31, .cols32, .cols32 {

} 


a.member-teaser-link {
	font-size: unset ;
}

.member-teaser {
	background-color: #e3e9ef;
	border: solid 1px #003a6c;
	border-radius: 5px;
	float: left;
	width: 210px;
	height: 190px;
	padding: 5px;
	margin: 15px 8px;
	text-align: center;
}


h3.member-header {
	font-size: 1.6em;
}

div.member-icon {
	text-align: center;
}

img.member-icon {
	float: none !important;
	margin: 17px 0 !important;
}

div.member-content {
	color: #1D3F7E;
	font-size: 1.2em;
}

