﻿html  
{
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  background-color: #B5C3D1;
}

img, embed, object, video { max-width: 100%;  height:auto !important;}
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }
.ie7 img, .ie7 embed, .ie7 object, .ie7 video { width: 100%;  max-width: inherit;}
.ie8 img, .ie8 embed, .ie8 object, .ie8 video { width: 100%;  max-width: inherit; }

a:focus {
	outline: none;
}

body {
  font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #575859;
  }
  
/* ckEditor LayoutManager */
.container-fluid div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    overflow: hidden;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0;
    float: left;
}

.col-lg-12 {
    width: 100%
}

.col-lg-11 {
    width: 91.66666667%
}

.col-lg-10 {
    width: 83.33333333%
}

.col-lg-9 {
    width: 75%
}

.col-lg-8 {
    width: 66.66666667%
}

.col-lg-7 {
    width: 58.33333333%
}

.col-lg-6 {
    width: 50%
}

.col-lg-5 {
    width: 41.66666667%
}

.col-lg-4 {
    width: 33.33333333%
}

.col-lg-3 {
    width: 25%
}

.col-lg-2 {
    width: 16.66666667%
}

.col-lg-1 {
    width: 8.33333333%
}

@media screen and (max-width: 700px)
{
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: none;
        width: 100%;
    }
}

/* END ckEditor LayoutManager */

  

h1, h2, h3, h4, h5, h6 {
  color: #1C4F87;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  }
  
h1
{
    font-size: 20px;
    margin-bottom: 10px;
}

h2
{
    font-size: 18px;
    margin-bottom: 5px;
}

h3
{
    font-size: 16px;
}

h4
{
    font-size: 15px;
}
  
p
{
    margin: 0;
    padding: 0 0 1em 0;
}

p:last-child
{
    margin: 0;
    padding: 0;
}
    
ul { list-style-type: disc; margin-left: 0; margin-top: 0;margin-bottom: 20px;}
ol { list-style-type: decimal; margin-left: 0; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0;}

b, strong { font-weight: 700; }
i, em { font-style: italic; }
small { font-size: 80%; }

a, a:visited 
{
    outline: none;
    color: #1C4F87;
    text-decoration:underline; 
}  
a:hover { outline: none; text-decoration:underline; color:#65ABF7; }  
a:active, a:focus { outline: none; }

p a, p a:visited 
{
    font-size: 1em;
} 


hr
{
    border-bottom: 0 none;
    border-top: 1px dotted #C6BCB1;
    border-left: none;
    border-right: none;
    height: 1px;
    margin-bottom: 20px;
}

table p
{
    margin: 0;
    padding: 0;
}

.button {
    background-color: #1C4F87;
    border-radius: 4px;
    padding: 3px 10px;
    color: #E5E5E5;
    text-decoration: none;
    display: inline-block;
    border: none;
}

    .button:visited {
        text-decoration: none;
        color: #E5E5E5;
    }

    .button:hover {
        text-decoration: none;
        color: #fff;
        background-color: #65ABF7;
    }


.hide {display:none;}

#mainForm
{
    position: relative;
    margin: 0 auto; 
	max-width: 1100px;
}

#container 
{
    position: relative;
    background-color: #fff;
    margin-top: 10px;
}

.ie7 #mainForm, .ie8 #mainForm
{
    width: 1100px
}

#preContent
{
    display: none;
}

#outerContainer
{
    display: none;
}

#header
{
	background:url('../../layout/images/header.jpg') 0 0 no-repeat;
	height: 280px;
    position: relative;
}

#navigationLogo
{
    height: 55px;
    text-align: center;
    width: 340px; 
    position: relative;
    top: 100px;
}


#siteName a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 26px;
}

#siteSlogan
{
     color: #fff; 
     font-size: 16px;
     margin-top: 10px;
}

#siteLogo
{
    display: none;
}

#siteLogo a
{
    display: none;
}

#navigationHeader,
#navigationWrapper
{
display: none;
}


#languageSelection
{
    position: absolute;
    right: 20px;
    top: 10px;
}

#languageSelection ul
{
    margin: 0;
    padding: 0;
}

#languageSelection li
{
    display: inline;
    list-style-type: none;
}

#languageSelection a
{
    color: #fff;
    text-decoration: none;
    display: block; 
	font-size: 13px; 
	padding: 2px 5px; 
    margin-bottom: 10px;
    width: 60px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
    border: 1px solid #9AA6BC;
    background: none;
}

#languageSelection a:hover
{
    color: #1C4F87;
	border: 1px solid #fff;
	background-color: #fff;
    cursor: pointer;
}

#languageSelection a.current
{
    color: #1C4F87;
	border: 1px solid #fff;
	background-color: #fff;
}


#search
{
    position: absolute;
    right: 20px;
    top: 230px;
}

#searchTextBox
{
    border:none;
    margin: 0 30px 0 0;
    height: 32px;
    -webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
    padding: 0 2px 0 5px;
    width: 200px;
}

#searchButton
{
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
    height: 32px;
    width: 40px;
    display: inline-block;
    background: #E5E5E5 url("../../layout/images/search-icon.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

#searchButton:hover
{
    background-color: #CCCCCC;
}

.SearchPageName {
    border-top: thin solid #307BB8;
    padding: 7px 0 5px;
}

.SearchPageText {
    font-weight: normal;
    margin: 0 0 25px;
}


#contentIntroWrap{display: none;}


#wrap 
{
    clear:both;
    padding-bottom: 25px;
    margin-top: 25px;
    min-height: 400px;
    overflow: hidden;
}

#contentTop {display: none;}

#navigationLeftSide
{
    margin-bottom: 40px;
}

#leftColumns
{
   clear: both;
   float: left; 
   width: 255px;
   margin: 0 30px 0 20px;
}

#rightColumns
{
   float: right;
   width: 200px;
   margin: 0 20px 0 20px;
}

#content
{
    position: relative;
    margin: 0 20px 0 0;
    min-height: 100%;
    padding-top: 0;
    overflow: hidden;
}

#content img
{
    margin: 5px 15px 0 0;
}

#content ul,
.SideContent ul,
#content ol,
.SideContent ol
{
    margin-left: -5px;
}

#content ul li,
.SideContent ul li,
#content ol li,
.SideContent ol li
{
    padding: 0 0 0 5px;
    margin: 0 0 5px;
}

#content p + ul,
#content p + ol,
.SideContent p + ul,
.SideContent p + ol
{ 
    margin-top: -10px;
}


#SideContentContent
{
    border-top: 1px dotted #C6BCB1;
    margin-top: 30px;
    padding-top: 20px;
}

#SideContentContent:first-child
{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.SideContentHR hr
{
    border-top: 1px dotted #C6BCB1;
    margin-bottom: 25px;
    margin-top: 30px;
}

.SideContent li
{
    margin-bottom: 0.7em;
}

/*-------------- Footer-Navigation -------------------------------------------------*/

#footer 
{
    position: absolute;
    z-index: -1;
    bottom: -25px;
}

#contentFooter
{	
    display: none;
}


#navigationFooter a
{	
    color:#EFEFEF;
    font-size: 0.8em;
    text-decoration:none;
}

#navigationFooter a:hover 
{
    color:#575859;
	text-decoration:underline;
}

/* ------------  scroll-to-top  ----------------------- */	

.scroll-to-top {
    background: url("../../layout/images/top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 20px;
    color: #222;
    font-size: 34px;
    height: 90px;
    opacity: 0.6;
    position: fixed;
    right: 20px;
    text-decoration: none;
    text-shadow: 0 0 4px #fff;
    width: 79px;
    z-index: 9675309;
}

.scroll-to-top:hover {
    opacity: 1;
}

/*----------- ComplexForm -----------*/

.ComplexFormTable
{
    margin-top: 20px;
}

.ComplexFormTable h2
{
    padding-top: 20px;
}

.ComplexFormTable p
{
    padding: 0;
    margin: 0;
}

.ComplexFormTD1
{
    padding-right: 5px;
}

.ComplexFormTD2
{
    min-width: 80px;
    width: 300px;
}

.ComplexFormTD2 input
{
    border: 1px solid #acacac;
    border-radius: 3px;
    height: 22px;
    padding-left: 5px;
    width: 100%;
    margin-bottom: 3px;
}

.ComplexFormTD2 select
{
    border: 1px solid #acacac;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 3px;
    
}

.ComplexFormTable textarea
{
    border: 1px solid #acacac;
    border-radius: 3px;
    height: 120px !important;
    margin-bottom: 3px;
    width: 101%;
}

.ComplexFormRadioButtonCell2 input
{
    width: auto;
    vertical-align: top;
    background-color: inherit;
    padding: 0;
    margin: 0 5px 0 0;
}

.ComplexFormRadioButtonCell2 label
{
    margin: 0 10px 0 0;
    vertical-align: top;
}


.ComplexFormTD2 .requestedValueSet
{
    background-color: #E6E6E6 !important;
}

.ComplexFormTD2 .requestedValueNotSet
{
    background-color: #FFA08C !important;
}

.ComplexFormTD4
{
    padding-left: 8px;
}

.ComplexFormLabel
{
}

.ComplexFormLabelDropDown
{
}

#ComplexFormButtonsDiv
{
    margin-top: 20px;
}

#ClearButton
{
    display: none;
}

.ComplexFormSendButton
{
    padding: 2px 4px 2px 4px;
}

#ComplexFormStatus
{
    color: #FF0000;
    position: relative;
    top: 5px;
}

/* jquery validation */
#complexformContent  input.error,
#complexformContent  textarea.error
{
    background-color: #FFA08C;
}

#complexformContent  select.error
{
    background-color: #FFA08C;
}

.hideComplexFormTR
{
    display: none;
}

#complexformContent label.error
{
    background-color: #AAB5C4;
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 11px;
    margin: 2px 2px 4px 0;
    padding: 0 4px;
    position: relative;
    z-index: 100;
}

#complexformContent label.error:before{
    border: solid;
    border-color: #AAB5C4 transparent;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    top: -5px;
    content: "";
    left: 3px;
    position: absolute;
    z-index: 99;   
}

#complexformContent .ComplexFormDropDownCell2 label.error
{
    display: none !important;
}

#complexformContent .ComplexFormDropDownCell2 label.error:before
{
    display:none;
}

#complexformContent .ComplexFormRadioButtonCell2 label.error
{
    display: none !important;
}

#complexformContent .ComplexFormRadioButtonCell2 label.error:before
{
    display:none;
}

#complexformContent .ComplexFormRadioButtonCell2.error
{
    background-color: #FFA08C;
}

/* ------------  Module GalerySingle ----------------------- */	

.gallerySingleGalleryDescription
{
    margin-bottom: 25px;
}

.gallerySingleContainer
{
    overflow: hidden;
}

.gallerySingleRowContainer
{
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.gallerySingleContainerEnd
{
  height: 30px;
}

.gallerySingleImage
{
    overflow:hidden; /* this is important */
	position:relative; /* this is important too */
	height: 120px;
	width: 175px;
	border: 2px solid #EDEDED;
	background-color: #EDEDED;
}

.gallerySingleImage:hover
{
    border: 2px solid #1C4F87;
}

#content .gallerySingleImage img
{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    left:0;
    right: 0;
}

.gallerySingleImageText
{
    display: none;
}




/*********** Galery Colorbox **********/

#galleryDescriptionTop
{
    margin-bottom: 15px;
}

.colorBoxGalleryPreviewGalleryContainer
{
    overflow: hidden;
}


.colorBoxGalleryPreviewGalleryRowContainer
{
    float: left;
    margin-bottom: 25px;
    padding-right: 8px;
}

.colorBoxGalleryPreviewImage
{
    overflow:hidden; /* this is important */
	position:relative; /* this is important too */
	height: 120px;
	width: 175px;
	border: 2px solid #EDEDED;
	background-color: #EDEDED;
}

#content .colorBoxGalleryPreviewImage img
{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    left:0;
    right: 0;
    max-width: 100%;
}

.colorBoxGalleryPreviewImage:hover
{
    border: 2px solid #1C4F87;
}


.colorBoxGalleryPreviewTitel
{
    text-align: left;
}

.colorBoxGalleryPreviewTitel a
{
   font-size: 14px;
}

.colorBoxGalleryPreviewDescription
{
   display: none;
}

.colorBoxGalleryPreviewGalleryContainerEndRow
{
}

/* Gallery detail page */

#colorBoxGalleryImagesContainer
{
    overflow: hidden;
}

.colorBoxGalleryImageContainer
{
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.colorBoxGalleryImage
{
    overflow:hidden; /* this is important */
	position:relative; /* this is important too */
	height: 120px;
	width: 175px;
	border: 2px solid #EDEDED;
	background-color: #EDEDED;
}

.colorBoxGalleryImage:hover
{
    border: 2px solid #1C4F87;
}

#content .colorBoxGalleryImage img
{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    left:0;
    right: 0;
}

#galleryColorBoxSmallText
{
	font-size: 11px;
    padding-top: 5px;
	padding-bottom: 5px;
}

#galleryColorBoxTitle
{
    color:#1C4F87;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-decoration: none;
    margin-top: 10px;
}

.colorBoxGalleryImageText
{
    display: none;
}

/* navigationMember */

#navigationMember
{
    float:left;
    clear: both;
    font-size: 13px;
    border-top: 1px solid #1C4F87;
    width: 173px;
    padding-left: 8px;
    margin-top: 20px;
    color: #1C4F87;
    padding-top: 20px;
    margin-bottom: 40px;
}

#navigationMember a
{
    font-weight:normal;
    color:#474747;
    width: 173px;
    margin-left: 4px;
    padding: 7px 8px 4px 10px;
    display: block;
}

#navigationMember a:hover
{
    font-weight:normal;
    color:#ffffff;
    background-color: #1C4F87;
}

#memberNameLabel
{
    margin-top: 10px;
}

/* Simple Event **************/

#SimpleEventContainer
{
    clear: left;
}

#eventContainer
{
    margin-top: 10px;
}

#SimpleEventFilter
{
    overflow: hidden;
    margin-bottom: 15px;  
}

#SimpleEventFilter ul
{
    margin: 0;
    padding: 0;
}

#SimpleEventFilter li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 15px 0 0;
}

#SimpleEventFilter a
{
    text-decoration: none;
}

#SimpleEventFilter a:hover
{
    text-decoration: underline;
    font-weight: bold;
}

#SimpleEventFilter li.current a
{
    text-decoration: underline;
    font-weight: bold;
}

.SimpleEventEntry
{
    border-top: 1px solid #C8C8C8;
    padding-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

.SimpleEventDate
{
    float: left;
    clear: both;
    width: 215px;
    padding-top: 2px;
}

.SimpleEventAdditionalInfo {
    float: left;
    clear: both;
    width: 215px;
}

.SimpleEventTitle
{
    padding: 3px 0 0 240px;
    font-weight: 600;  
}


.SimpleEventTitle a
{
    color: #0065AA;
    font-weight: normal;
    text-decoration: underline;
}

.SimpleEventDecrShort
{
    margin-left: 20px;
    margin-left: 240px;
    padding-top: 3px;
}

.SimpleEventDecrShort p
{
    padding: 0;
}

.SimpleNewsDetail
{
    padding-top: 2px;
}

.SimpleNewsDetailTitle
{
    color: #0065AA;
    padding-bottom: 7px;
    font-size: 20px;
}

.SimpleNewsDetailDate
{
    padding-bottom: 5px;
}

.SimpleNewsOverviewLink
{
    padding-top: 10px;
}

.SimpleEventOverviewItem
{
    margin-bottom: 3px;
}

/*News*/

.RSSFeedIcon
{
    display: none;
}

.News
{
    border-bottom: 1px solid #1C4F87;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


/* Used for the ModernUI IE to work in responsive mode */
@-ms-viewport {
	width: device-width;
}

@media screen and (max-width: 1080px)
{
    html  
    {
      background-color: #fff;
    }

    #container
    {
        margin: 0;
    }

    #footer
    {
        margin-left: 20px;
    }
}

@media screen and (max-width: 850px)
{
    #header
    {
	    background:url('../../layout/images/header_small.jpg') 0 0 no-repeat;
	    height: 200px;
    }

    #navigationLogo
    {
        top: 20px;
    }

    #content
    {
        margin: 0 20px 0 20px;
    }
    
    #SideContentContent:first-child {
        border-top: 1px solid #1c4f87;
        margin-top: 30px;
        padding-top: 20px;
    }

    #leftColumns {
        width: inherit;
        float: none;
    }

    #navigationMember
    {
        width: inherit;
        float: none;
    }

    #languageSelection {
        position: absolute;
        right: inherit;
        left: 20px;
        top: 60px;
        width: 215px;
    }

    #languageSelection li
    {
        display: inline-block;
        margin-right: 7px;
    }

    #languageSelection a {
        padding: 1px 5px 1px 5px;
        width: inherit;
        font-size: 13px;
        margin-bottom: 4px;
    }

    #search
    {
        position: absolute;
        right: inherit;
        left: 20px;
        top: 160px;
    }

}

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

    #header
    {
	    background-size: 500px auto;
	    height: 115px;
    }

    #navigationLogo {
        top: 5px;
        margin: 0 0 0 10px;
        text-align: left;
        width: 240px;
    }

    #siteName a {
        font-size: 20px;
        margin: 0;
    }

    #siteName h1
    {
        margin: 0;
    }

    #siteSlogan {
        font-size: 14px;
        margin-top: 3px;
    }

     #languageSelection {
        left: 10px;
        top: 30px;
    }

    #search
    {
        left: 10px;
        top: 80px;
    }

    #search {
        top: 87px;
    }

    #searchTextBox {
        height: 25px;
    }

    #searchButton {
        height: 25px;
    }


    #content {
        margin: 0 10px;
    }

    #footer {
        margin-left: 10px;
    }

    #menu-icon {
        right: 10px !important;
    }

    .ComplexFormTD2
    {
        width: 100%;
        max-width: 250px;
    }

    #content img
    { 
        max-width: 80%;
        height:auto !important;
        float: none !important;
        display: block;
        margin: 0 0 10px 0 !important;
    }

    .SimpleEventDate 
    {
        float: none;
    }
    
    .SimpleEventTitle
    {
        padding: 3px 0 0 0;
    }

    .SimpleEventDecrShort
    {
        margin-left: 0;
    }
}

