/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	word-wrap: break-word;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::selection {    
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/**
*Verbandstagsbild
*/
#c287 {
	width: 104%;
	
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   GVB STYLE
   ========================================================================== */

/*TMP*/
.uebersicht ul {
    list-style: none;
}

/****************************************************************************
   Responsive
 **************************************************************************** */
img, object, embed {
    width: auto;
    max-width: 100%;
}

img {
    height: auto;
}

/****************************************************************************
   SEITE
 **************************************************************************** */

body {
    font-family: arial, verdana, sans-serif;
    background-color: #efefef;
    color: #fff;
}

.lt-ie9 body {
    /*background-color: #000;*/
}

.wrapper {
    width: 1280px;
    margin: 0 auto;
}

.container {
    float: left;
    width: 1125px;
    padding: 0 65px 0 90px;
}

#contentContainer {
    /*border-top: 25px solid #919091;*/
}

/** ScrollToTop **/
#scrollToTop {
	background: none;
	margin: 0 0 0 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: rgb(230,230,230);
}
#scrollToTop i {
	font-size: 40px;
}


/* Login-Box
------------------------------------*/
#loginBoxWrapper {
    top: 40px;
    right: 70px;
    width: 220px;
    /*height: 360px;*/
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: rgb(145,145,145);
    padding: 20px;
    position: absolute;
	background: rgba(255,255,255,0.95);
    display: none;
    color: #919091;
    font-size: 14px;
    font-size: 0.875rem;
    z-index: 10;
}

#loginBoxWrapper p {
    line-height:17px;
    line-height:1.0625rem;
}

#loginBoxWrapper input {
    border: 1px solid #ff7100;
    color: #111;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding:0.2em 0.5em;
    width: 170px;
}

#loginBoxWrapper .field {
    margin-bottom: 1em;
}

/* Header
------------------------------------*/
header#header {
    position: relative;
}

#serviceContainer {
    background-color: #919091;
    height: 32px;
    padding-top: 8px;
}

#mainMenuContainer {
    background-color: #003b95;
    /*height: 50px;*/
    border-bottom: 2px solid #96c319;
}

#logoContainer {
    background-color: #0074d9;
    height: 113px;
}

#logo {
    width: 140px;
    margin-top: 25px;
    float: left;
}

#breadcrumbContainer {
    background-color: #919091;
}

#mainMenuWrapperToggle, #serviceMenuWrapperToggle, #headerSearchWrapperToggle {
    display: none;
}

/* ServiceContainer
------------------------------------*/
#headerSearchWrapper {
    float: left;
    width: 230px;
}

#serviceMenuWrapper {
    float: left;
    width: 460px;
    margin-left: 30px;
}

#loginBoxWrapperToggle {
    float: right;
    width: 134px;
}

#logoutBoxWrapperToggle {
    float: right;
    width: 130px;
    margin-right: 10px;
}

#headerSearchWrapper input {
    font-size: 14px;
    font-size: 0.875rem;
    border: none;
    padding: 0 0 0 8px;
    width: 100%;;
    height: 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#headerSearchWrapper button {
    position: absolute;
    top: 3px;;
    right: -5px;
    width: 30px;
    height: 20px;
    text-indent: -200em;
    z-index: 3;
	background-color: rgb(255,255,255);
    border: 0;
}

.nest {
    position: relative;
}


.loginButton,
.logoutButton {
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ff7100;
    display: inline-block;
    color: #ff7100;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    width: 95px;
    height:20px;
    /*padding: 3px 15px 1px 15px;*/
    padding: 3px 10px 1px 20px;
    text-decoration: none;
}

.loginButton:hover {
    background-color: #f6f6f6;
}

.loginButton:active {
    position: relative;
    top: 1px;
}

.logoutButton {
    width: 110px;
    padding: 3px 6px 1px 16px;
}

.logoutButton img{
    padding-left: 10px;
    margin-top:-2px;
}

#loginBoxWrapperToggle.active .loginButton, #loginBoxWrapperToggle.active .logoutButton {
    background-color: #ccc;
}



.loginProblem {
    margin:25px 0 20px 0;
}

.loginProblem a{
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff7100;
}

.myGVB {
    list-style:none;
}


/* Content
------------------------------------*/
#contentWrapper {
    background-color: #b0afb0;
    color: #535353;
}

#contentWrapper .content {
    width: 740px;
    float: left;
    margin: 0 20px 20px 0;
}

#contentWrapper .content ul {
    /*list-style: none;*/
}

#contentWrapper .content ul a, form a {
    /*color: #919091;
    color: #535353;*/
}

#contentWrapper aside.right_column {
    width: 360px;
    float: left;
    margin: 0 0 20px 0;
}



.content-150 {
    float: left;
    width: 1080px;
}

.content-100 {
    float: left;
    width: 740px;
}

.content-50 {
    float: left;
    width: 360px;
    padding-right:0;
}

video.videogvb {
	width:320px; 
	max-height: 190px;
	/*height:240px*/
}

.content-100 .videogvb {
	width:620px !important;
	max-height: 500px;
	
}


audio.audiogvb {
	width:320px; 
	margin-top: 10px;
}


.content-50.left {
    margin-right: 20px;
}

footer {
    background-color: #003b95;
    height: 115px;
    padding-top: 8px;
}

footer .container {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    width:100%;
}

nav.footerMenu,
nav.socialMediaMenu {
    margin: auto;
    width: 1100px;
}

nav.socialMediaMenu {
	margin-top: 20px;
}

/****************************************************************************
   HTML ELEMENTE
 **************************************************************************** */

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

h2, h3 {
    color: #006aaf;
}

h2 {
    margin-bottom: 0.5em;
    font-size: 20px;
    font-size: 1.25rem;
}

h2.small {
    font-size: 16px !important;
    font-size: 1rem !important;
}

h3 {
    font-size: 14px;
    font-size: 0.875rem;
}

a {
    text-decoration: none;
}

a.more {
    font-size: 12px;
    font-size: 0.75rem;
    color: #006aaf !important;
    display: block;
	text-decoration: none !important;
}

a.more:hover {
    text-decoration: underline !important;
}

a.more:before {
    content: "» ";
}

a:focus {
    outline: 0;
}

p {
    font-size: 14px;
    font-size: 0.875rem;
}

textarea {
    resize: vertical;
    width:100%;
}

/****************************************************************************
   TYPO3 CONTENT ELEMENTE
 **************************************************************************** */
/** dummy margin, damit bei Größenänderungen Boxen verschoben werden  muss vor contentElement stehen **/
.contentMove {
	margin-top: 0.5px;  
}

.contentElement {
    margin-top: 20px;
    padding: 20px;
    float: left;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.content-100 .contentElement {
    width: 700px;
}

.content-50 .contentElement, .right_column .contentElement{
    width: 320px;
}

.contentElement h2 {
    margin: 0;
    line-height: 1.2em;
    margin-bottom:0.3em;
	font-size:1em;
}

.contentElement h3 {
    margin-top: 1em;
}

.contentElement a{
    color: #535353;
	text-decoration:underline;
}

.contentElement a.linklist{
    display: block;
    margin-bottom: 0.8em;
}

.contentElement a.linklist.first{
    margin-top: 0.8em !important;
}

.contentElement a:hover{
    text-decoration:underline;
}

.contentElement p {
    margin: 0.2em 0;
	
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.contentElement ul {
    /*list-style: none;*/
    margin-left: 1.2em;
}

.contentElement ul li,
.contentElement ol li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
}
.contentElement .ce-favorite-articles ol {
    counter-reset: numberedList;
	margin-left: 1.2em;
	list-style-type: none;
	word-wrap: normal;
}
.contentElement .ce-favorite-articles ol li {
    counter-increment: numberedList;
}
.contentElement .ce-favorite-articles ol li::before {
    content: counter(numberedList) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1.2em;
    color: #919091;
}

.content-150 .contentElement.ce_header_box{
	
	width: 100%;
}

.contentElement.ce_header_box h1 , .contentElement.ce_header_box h2{
	color: #006aaf;       
    font-size: 1.25rem;
}


.contentShortcut .contentElement {
	margin-top: 0px;
	padding:0px;
	/*float: none;*/
}

.contentShortcut .contentElement .contactItem h2{
	color:#535353;
	font-size:1.0rem;
	margin-top:15px;
	margin-bottom: 0.21em;
}


/* Text-Box [Modul 1]
------------------------------------*/
.contentElement.ce_text_box {
}

/* Text neben Bild [Modul 2]
------------------------------------*/
.contentElement.ce_text_beside_image_box {
    margin-top: 20px;
}

.contentElement.ce_text_beside_image_box .image {
    margin-right: 20px;
    float: left;
}

.contentElement.ce_text_beside_image_box .text {
    float: left;
    width: 160px;
}

/* Text über Bild [Modul 3]
------------------------------------*/
.contentElement.ce_text_over_image_box {
    margin-top: 20px;
    position: relative;
}

.contentElement.ce_text_over_image_box .imageBlock {
    float: left;
}

.contentElement.ce_text_over_image_box .textBlock {
	background: rgba(255,255,255,0.8);
    width: 320px;
    height: 66px;
    position: absolute;
    bottom:20px;
}
.contentElement.ce_text_over_image_box p{
    margin-top: 0;
}

.contentElement.ce_text_over_image_box a.more{
    display: inline;
}

/* content-100 */
.content-100 .contentElement.ce_text_over_image_box {
    margin-top: 20px;
    position: relative;
}

.content-100 .contentElement.ce_text_over_image_box .imageBlock {
    float: left;
    margin-right: 20px;
}

.content-100 .contentElement.ce_text_over_image_box .textBlock {
    background: rgba(255,255,255,0.8);
    width: 320px;
    height: auto;
    position: relative;
    bottom:auto;
    float:left;
}

.content-100 .contentElement.ce_text_over_image_box p{
    margin-top: 0;
}

.content-100 .contentElement.ce_text_over_image_box a.more{
    display: inline;
}


/* Bild-Box [Modul 4]
------------------------------------*/
.contentElement.ce_image_box img {
    margin-top: 20px;
}

/* News-Box [Modul 5]
------------------------------------*/
.contentElement.ce_news_box {
    margin-top: 20px;
    padding-left: 36px;
    float: left;
}

/* content-50 */
.content-50 .contentElement.ce_news_box,
.right_column .contentElement.ce_news_box {
    width: 304px
}
/* content-100 */
.content-100 .contentElement.ce_news_box {
    width: 684px
}

.contentElement.ce_news_box .newsItem{
    margin-bottom: 1em;
}

.contentElement.ce_news_box h3 {
    font-weight: bold;
    color: #535353;
}

.contentElement.ce_news_box h4, .contentElement.ce_news_box h4 a , .newsItem.evententry h4{
    color: #006aaf;
	font-size: 0.875rem;
	font-weight: bold;
    margin-bottom:0;
    margin-top:0;
}

.contentElement.ce_news_box h4.member {
    background: url("../grafik/icon_new.png") no-repeat 0 3px;
    margin-left: -20px;
    padding-left: 20px;
}

.contentElement.ce_news_box p {
    color: #535353;
}


/* Warenkorb [Modul 6]
------------------------------------*/
.contentElement.ce_basket .nrItems{
    color: #006aaf;
    font-weight: bold;
}

.contentElement.ce_basket .nrItems, .contentElement.ce_basket .totalSum, .contentElement.ce_basket .order{
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 1em;
}


/* Media / YouTube-Videos [Modul 7]
------------------------------------*/
.contentElement.ce_media object{
    width: 100%;
}

.lt-ie9 .contentElement.ce_media object{
    width: auto;
}


/* Flexibler Inhalt [Modul 8]
------------------------------------*/
.contentElement.ce_flexible_box h2{
    margin-bottom:0.51em;
}


.contentElement.ce_flexible_box img{
    margin-bottom:0.51em;
}

.content-150 div.ce_flexible_box, .content-150 div.ce_text_box {
    width:100%;
}

/* Topslider [Modul 10]
------------------------------------*/
/*s. slider.css*/



/* Publikationen <-> Profl Switcher
------------------------------------*/
.ce_publ_profil_switch ul {
    list-style: none;
    margin-left:0.15em;
}

.ce_publ_profil_switch li {
    background: url("../grafik/bullet_myGvb.png") no-repeat 0 3px;
    margin-bottom:0.3em;
    padding-left: 20px;
}

.ce_publ_profil_switch li.active {
    background: url("../grafik/bullet_myGvb_active.png") no-repeat 0 3px;
}

.ce_publ_profil_switch li.active a {
    color: #006aaf;
}

.ce_publ_profil_switch select {
    border: 1px solid #777;
    color: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding:0.1em 0.4em;
    width: 120px;
}


/****************************************************************************
   CONTENT CONTAINER (Inhalt)
 **************************************************************************** */
.mainContent {
    margin-top: 20px;
    padding: 20px 60px 20px 40px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: left;
    width: 640px;
}

.content-150 .mainContent {
    width: 1020px;
}

.mainContent .content-50.left {
    float: left;
    width: 45%;
    margin-right: 20px;
}

.mainContent .content-50.right {
    float: right;
    width: 45%;
    margin-right: 20px;
}

.mainContent.panorama  {
    width: 660px;
    padding-left:20px;
}


/*------------------------------------
    mainContent HTML-ELEMETE
------------------------------------*/

.mainContent h1 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0.5em;
    color: #919091;
}

.mainContent h1.blue {
    margin-top: 1em;
}

.mainContent h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
    line-height: 2.375rem;
}

.mainContent h3 {
    font-size: 15px;
    font-size: 0.9375rem;
}

.mainContent h4 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
}

.mainContent .mc_content a{
    color:#919091;
    text-decoration: underline;
}

.mainContent .mc_content a:hover{
    color: #006aaf;
}

.mainContent p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0.2em 0 1em 0;
}

.mainContent table {
	font-size: 15px;
	font-size: 0.9375rem;
}

.mainContent hr {
    width:108%;
    margin-left:-4%;
    margin-top: 1.5em;
    margin-bottom: 1.8em;
    border-top: 1px solid #006aaf;
}

/* Listen
------------------------------------*/
.mainContent ul {
    /*margin-left: 2.3em;*/
}

.mainContent ul li.bullet-arrow {
    background: none !important;
    padding: 0 0 0.2em 2.3em;
    margin-left: 0px;
    text-indent: -21px;
    list-style-type: none;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
}

.mainContent ul li.bullet-arrow:before {
    content: "»";
    padding-left: 9px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 0;
    color: #006aaf
}

.mainContent ul li.bullet-line {
    background: none !important;
    padding: 0 0 0.7em 0;
    margin-bottom: 0;
    margin-left: 20px;
    text-indent: -12px;
    list-style-type: none;
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 15px;
    font-size: 0.9375rem;
}

.mainContent ul li.bullet-line:before {
    content: "-";
    padding-left: 9px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 0px;
}



/*------------------------------------
    mainContent INHALT
------------------------------------*/

.mc_content h2 {
    /*font-size: 15px;*/
    /*font-size: 0.9375rem;*/
}

.mc_content {
    margin-bottom: 1.5em;
}

.mc_content ul , .mc_content ol{
    margin-bottom: 1em;
	margin-left: 1.75em;
	font-size: 0.9375rem;
	
}

.mc_content ol{
	padding: 0;
}
.mc_content iframe.twitter-tweet {
	margin: 0 auto;
}

.mc_footer {
    float: left;
    width: 100%;
}

.mc_footer h3 {
    font-size: 20px;
    font-size: 1.25rem;
}

.mc_footer h4 {
    font-weight: bold;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 2px 0 0 0;
    color: #006aaf;
}

.mc_footer p {
    margin: 2px 0;
}

.mc_footer a {
    color: #919091;
    text-decoration: underline;
}

.mc_content strong{
    /*display:inline-block;*/
    /*margin: 0.5em 0 1.5em 0;*/
}


.content-100 .videogvb {
	width:620px !important;
	
}


.mc_footer .contactItem, .mc_footer .content-50.left .mc_footer_block h3{
}

.mc_footer .contactItem {
    margin: 10px 0 16px 0 !important;
    /*float:left;*/
}



.mc_footer .content-50.left .mc_footer_block {
    border-bottom: 1px solid #006aaf;
    padding: 0 0 22px 0;
}

.mc_footer .content-50.left .mc_footer_block.last {
    border-bottom: 0px solid #006aaf;
}

.mc_footer .content-50.right .mc_footer_block h3{
    padding: 22px 0 0 22px;
}

.mc_footer .content-50.right .mc_footer_block.first h3{
    padding: 0 0 0 22px;
}

.mc_footer .content-50.right .mc_footer_block .contactItem{
    padding: 0 0 22px 22px;
}

.contactInfoDscr {
    display: inline-block;
    width:65px;
    float: left;
}

.contactInfo {
    display: inline-block;
    width:205px;
}

/*------------------------------------
    mainContent >> INTRO-BOX
------------------------------------*/
.mainContent.introBox h2 {
    font-size: 15px;
    font-size: 0.9375rem;
}

.mainContent.introBox ul {
    margin: 0;
    padding: 0;
}


/*------------------------------------
    mainContent >> TEXT-BOX
------------------------------------*/
.mainContent.contentBox h2 {
    font-size: 16px;
    font-size: 1rem;
}

/*-------------------------------
Datenschutz
---------------------------------*/

.datenschutz {
	color:#006AAF;
}

/*------------------------------------
    mainContent >> PERSON
------------------------------------*/
.mainContent.person  {
    position: relative;
}

.mainContent.person .imgContainer {
    width: 280px;
}

.mainContent.person .textContainer {
    width: 320px;
}

.mainContent.person .moreInfosBox {
    position: absolute;
    bottom: 20px;;
}

.mainContent.person .moreInfosBox a{
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
}

.mainContent.person .moreInfosBox ul{
    list-style: none;
    margin-left: 30px;
}

.mainContent.person .moreInfosBox li{
    padding-bottom:10px;
}

.mainContent.person .moreInfosBox ul li a.iconPdf{
    /*background: url("../grafik/icon_pdf_small.png") no-repeat left center;*/
    /*margin-left: -30px;*/
    /*padding-left: 30px;*/
}

.mainContent.person .moreInfosBox ul li a.iconFoto{
    background: url("../grafik/icon_foto.png") no-repeat left center;
    margin-left: -30px;
    padding-left: 30px;
}


/*------------------------------------
    mainContent >> PM
------------------------------------*/
.mainContent.pm .date {
    color: #006aaf;
    font-weight: bold;
}


/*------------------------------------
    mainContent >> KALENDER
------------------------------------*/

.mainContent.calender {
 	padding-right: 20px;
}



.mainContent.calender h2{
    font-size: 20px;
    font-size: 1.25rem;

}

.mainContent.calenderList .calItem h4 {
    color:#006aaf;
    font-weight:bold ;
    margin:0;
}

.mainContent.calenderList .calItem{
    float: left;
    width: 640px;
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom: 1px solid #006aaf;
    margin-bottom:1em;
    padding-bottom:1em;
    margin-left:-20px;
    padding-left: 20px;
}
.mainContent.calenderList .calDate{
    width:80px;
    float: left;
    color: #535353;
    font-weight: bold;
}
.mainContent.calenderList .calTextDescription{
    width:440px;
    float: left;
    color: #006aaf;
    font-weight: bold;
}
.mainContent.calenderList .calMore{
    width:50px;
    float: right;
}

.mainContent.calenderList .calItem span{
    display: block;
    font-weight: normal;
    color: #535353;
}

.mainContent.calenderDetail .information{
    font-size: 14px;
    font-size: 0.875rem;
}

.mainContent.calenderDetail .overview{
    font-size: 15px;
    font-size: 0.9375rem;
}

.mainContent.calenderDetail .overview td.col1{
    text-align: left;
    padding-right: 10px;
}

.mainContent.calenderDetail .spacer-top{
    margin-top:20px;;
}

.mainContent.calenderDetail .navigation {
    margin-top:1.7em;
}

.mainContent.calenderDetail .back a, .mainContent.calenderDetail .forward a{
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #d3d3d3;
}


/* Calender Suche
------------------------------------*/
.calender input, .calender select {
    border: 1px solid #006aaf;
    color: #222;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px 8px;
    width: 104px;
}

.calender .row {
    font-size: 15px;
    font-size: 0.9375rem;
}

.calender .row.date {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.calender .row.date .col-1 {
    width: 260px;
    float: left;
    margin-right:20px;
}

.calender .row.date .col-1 label, .calender .row.region .col-1 label{
    width: 120px;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}

.calender .row.date .col-2 {
    width: 200px;
    float: left;
}

.calender .row.date .col-3 {
    width: 160px;
    float: left;
}

.calender .row.region {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.calender .row.region .col-1 {
    width: 460px;
    float: left;
    margin-right:0;
}

.calender .row.region select {
    width:290px;
}

.calender .row.submit .col-1 {
    width: 115px;
    float: left;
    margin-right:20px;
}

.calender .row.submit .col-2 {
    width: 260px;
    float: left;
    margin-right:20px;
}

.calender .row.submit a.submit {
    background-color: #919091;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #006aaf;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    width: 95px;
    height:20px;
    /*padding: 3px 15px 1px 15px;*/
    padding: 3px 10px 1px 20px;
    text-decoration: none;
}

.calender .row.submit .col-2  a.submit {
    width: 170px;
}



/*------------------------------------
    mainContent >> RUNDSCHREIBEN
------------------------------------*/
.mainContent.rundschreiben h1 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #006aaf;
}

.mainContent.rundschreiben ul li {
    margin-bottom: 1em;
}

.mainContent.rundschreiben .date {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1em;
}

.mainContent.rundschreiben .important {
    color: #006aaf;
    font-weight: bold;
}

/*------------------------------------
    mainContent >> PUBLIKATIONEN
------------------------------------*/

.publicationsRow {
    float:left;
}

.publicationsRow.spacer-top {
    margin: 0;
    padding-top:60px;
}

.publicationsItem {
    width: 300px;
    position: relative;
}

.publicationsRow.spacer-top {
    margin: 20px 0 20px 0;
}

.publicationsImage {
    width: 100px;
    float:left;
}

.publicationsImage img{
    -webkit-box-shadow: 3px 2px 5px #999;
    -moz-box-shadow: 3px 2px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

.publicationsContent {
    width: 180px;
    float:right;
}

.publicationsContent p{
    margin-bottom: 0 !important;
    padding-bottom:0 !important;
    line-height: 20px !important;
}

.publicationsTitle {
    width: 170px;
    color: #006aaf;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
}

.publicationsContent a.iconPdf{
    margin-left: 0px;
    padding-left: 30px;
    color: #919091;
}

.publicationsBasket{
    margin-top:0.5em;
}
/* Tabelle */
#wkUebersicht {
    font-size: 14px;
    font-size: 0.875rem;
}

#wkUebersicht tr {
    vertical-align:top;
}

#wkUebersicht a {
    color: #919091;
}

#wkUebersicht td {
    padding-top:0.5em;
}

td.wkArtikelMenge {
    text-align: center;
}

td.wkArtikelBild {
    width:100px;
    padding-right: 20px;
}

th.wkUeberschrift {
    font-weight: bold;
    padding: 0.4em;
    background-color: #eee;
    text-align: left;
}

th.wkUeberschrift.leer {
    width: 60px;
}

th.wkUeberschrift.artikel {
    width: 260px;
}

th.wkUeberschrift.menge {
    width: 100px;
}

th.wkUeberschrift.einzelpreis {
    width: 100px;
}

th.wkUeberschrift.gesamtpreis {
    width: 100px;
}

th.wkUeberschrift.delete {
    width: 50px;
}


/*------------------------------------
    mainContent >> Gremien
------------------------------------*/
/* Formular
------------------------------------*/
.kvvLabel{
	color:#006A9C;
	font-weight:bold;
	min-width:170px;
	display:inline-block;
}


.kvvForm {
       float: left;    
   
}

.kvvForm .kvvCol {
    float: left;
   
    margin-right: 30px;
    background-color: #f2f8fd;
    padding: 6px 0px 4px 20px;
    font-size: 14px;
    font-size: 0.875rem;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.kvvForm.search .kvvCol {
    background: none;
}

.kvvListe .kvvCol.last {
    padding-right:10px !important;
}

.kvvForm input, .kvvForm select {
    border: 1px solid #006a9c;
    color: #006a9c;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding:0.2em 0.5em;
    width: 170px;
}

/* KVV Einträge
------------------------------------*/
.kvvRow {
    float: left;
    width: 660px;
}

.content-150  div.kvvRow{
	width: 960px;
}


.kvvRow.name .kvvColItem{
    font-weight: bold;
}

.kvvPerson .kvvRow .kvvColItem {
    float: left;
    margin-right: 30px;
    background-color: #f2f8fd;
    padding: 6px 10px 4px 20px;
    font-size: 14px;
    font-size: 0.875rem;
}


.kvvColCount2{
     width: 270px;
}


.content-150  div.kvvColCount2{
	width: 420px;
}

.kvvColCount3 {
     width: 170px;
}

.content-150  div.kvvColCount3{
	width: 300px;
}

.kvvPerson .kvvRow.name .kvvColItem {
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.kvvPerson .kvvRow.description {
    background-color: #f2f8fd;
    margin-bottom: 20px;
}


/*------------------------------------
    mainContent >> BEWERBUNG Color3
------------------------------------*/
.bewerbungBreadcrumb  {
    width: 100%;
    float: left;
    margin-bottom: 1.4em;
    color: #003b95;
}

.bewerbungBreadcrumb ul {
    display: block;
    list-style: none;
}

.bewerbungBreadcrumb li {
    float:left;
    width: auto;
    padding: 4px 0 5px 1em;
    border-right: 0px solid #fff;
    border-bottom: 2px solid #003b95;
    font-size: 13px;
    font-size: 0.8125rem;
}

.bewerbungBreadcrumb li.active {
    border-bottom: 2px solid #777;
    color: #777;
}

.bewerbungBreadcrumb li:after{
    content: "»";
    padding-left:1.2em;
}


/****************************************************************************
   WIDGETS
 **************************************************************************** */

/* Toolbar
------------------------------------*/
.toolbar{
    width: 100%;
    float:left;
    margin-bottom: 35px;
}

.toolbar ul {
    list-style: none;
    float: right;
}

.toolbar ul li {
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #adacad;
}

.membersExclusive {
    float:left;
    width:200px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    padding-top:0.5em;
}

.membersExclusive .exclusive{

}

.membersExclusive img{
    margin-right: 1em;
    margin-left: -1.9em;
    margin-top:-0.25em;
}



/* Pagination
------------------------------------*/
.pagination {
    clear: right;
    margin-top: 1.5em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 22px;
    line-height: 1.375rem;
    float: right;
    height: 1em;
	color: #006aaf;
	bottom:-21px;
}



.pagination .arrow a {
    font-size: 16px;
	text-decoration: none;
	color: #006aaf;

}
.pagination .arrow a:hover {
   text-decoration: underline;
	
}

.pagination a.left {
    display: inline-block;
    margin-right:0.2em;
}

.pagination a.right {
    margin-left:0.3em;
    padding-top:0.2em;
    width:13px;
    display:inline-block;
}

.pagination .numbers {
    display:inline-block;
    margin-top: -1em;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.bld {
    font-weight: bold;
}

.h_PosRel {
    position:relative;
}

.orange, .orange a {
    color: #ff7100;
}

.last {
    border-right: 0px !important;
    border: 0px !important;
    border-bottom: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 0 !important;
}

.first {
    border-left: 0px !important;
    border-top: 0px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    padding-top: 0px !important;
}

.spacer-top{
    border-top: 1px solid #006aaf;
    padding-top: 20px;
    margin-top: 10px;
}

a.iconPdf{
    background: url("../grafik/icon_pdf_small.png") no-repeat left center;
    margin-left: -30px;
    padding-left: 30px;
}

.margin-top {
    margin-top: 3em;
}

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

.blue {
    color: #006aaf !important;
}

.clear-both {
    clear: both;
}

.no-after:after {
    content: "" !important;
}

/* Responsive Design
------------------------------------*/
.desktop-float-left {
    float: left;
}

.desktop-float-right {
    float: right;
}

.show-Sp {
    display: none;
}

.show-SpTab {
    display: none;
}

.show-Dt {
    display: block;
}


.border_radius {
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    #serviceContainer, #mainMenuContainer, #breadcrumbContainer {
        display:none;
    }

    #contentWrapper .content, .content-100 {
        width: 100%;
        float: left;
        /*margin: 0 20px 20px 0;*/
    }

    #contentWrapper .content img {
        display: none;
    }

    #contentWrapper aside.right_column {
        display: none;
    }

    .mainContent {
        margin-top: 20px;
        padding: 0;
        background-color: #fff;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        float: left;
        width: 100%;
    }

    footer#footer {
        display:none;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        /*content: " (" attr(href) ")";*/
    }

    abbr[title]:after {
        /*content: " (" attr(title) ")";*/
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}