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

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

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;
}


/* 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 */

body {
  font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 21.42px;
  color: #484949;
  }

h1, h2, h3, h4, h5, h6 {
  color: #007acc;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  }
  
h1
{
    font-size: 22px;  
    line-height: 24.2px; 
}

h2
{
    font-size: 20px;
    line-height: 22px; 
}

h3
{
    font-size: 16px;
}

h4
{
    font-size: 15px;
}
  
p
{
    margin: 0;
    padding: 0 0 17px 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: #007acc;
    text-decoration:underline; 
}  
a:hover { outline: none; text-decoration:underline; color:#33A1EA; }  
a:active, a:focus { outline: none; }

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

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


.hide {display:none;}


/* Buttons*/
.button
{
    background-color: #007acc;
    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: #33A1EA;
}

/* Main site */
#mainForm
{
    position: relative;
    margin: 0 auto; 
	max-width: 1200px;
}

#navigationLogo {
    position: absolute;
    top: 100px;
    left: 40px;
    z-index: 3;
    width: 320px;
    text-align: center;
}


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

#siteSlogan {
    display: none;
}

#siteLogo {
    display: none;
}

#siteLogo a {
    display: none;
}

#container 
{
    position: relative;
    background-color: #fff;
    margin: 30px 0 20px 0;
    box-shadow: 0 0 20px rgba(100, 100, 100, 0.9);
}

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

#preContent,
#outerContainer,
#navigationHeader,
#navigationWrapper,
#contentIntroWrap
{
display: none;
}


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

#contentTop {display: none;}

#navigationLeftSide
{
    margin-bottom: 40px;
}

#leftColumns
{
   clear: both;
   float: left; 
   margin: 20px 0 0 25px;
   width: 200px;
}

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

#rightColumns.columnLeftFloating
{
    clear: both;
    float: left;
    margin: 25px 0 0 25px;
}

#leftColumns.columnNonFloating,
#rightColumns.columnNonFloating
{
    float: none;
    width: auto;
    overflow: hidden;
    padding: 0 15px 0 25px;
    margin-left: 0;
    margin-top: 0;
}


#content
{
    position: relative;
    padding: 0 25px 0 25px;
    text-align: left;
    margin: 25px 0 0 0;
    overflow: hidden;
}

#content.noRightSideContent
{
    margin-right: 0;
    border-right: none;
}

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




/*-------------- Footer-Navigation -------------------------------------------------*/
#footer 
{
    position: absolute;
    bottom: -25px;
}

#contentFooter
{	
    display: none;
}

#navigationFooter
{
    color:#BFBFBF;
}

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

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

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

.scroll-to-top 
{
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9675309;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.scroll-to-top::before,
.scroll-to-top::after {
	position: absolute;
	height: 50%;
	width: 3px;
	background: #007ACC;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.scroll-to-top:hover::before,
.scroll-to-top:hover::after {
	width: 5px;
}

.scroll-to-top::before
{
    left: 25%;
    -webkit-transform: translateX(-50%) rotate(30deg);
	transform: translateX(-50%) rotate(30deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.scroll-to-top::after
{
    left: 25%;
    top: 50%;
	-webkit-transform: translateX(-50%) rotate(-30deg);
	transform: translateX(-50%) rotate(-30deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}


/****************** TabelleGitter  *****************/

table.TabelleGitter {
    margin-top: 0px;
    border-width: 1px;
    border-color: #D8D8D8;
    border-collapse: collapse;
}

    table.TabelleGitter th {
        border-width: 1px;
        padding: 3px;
        border-style: solid;
        border-color: #D8D8D8;
        background-color: #EDEDED;
        text-align: left;
    }

    table.TabelleGitter td {
        background: none repeat scroll 0 0 #fff;
        border-color: #D8D8D8;
        border-style: solid;
        border-width: 1px;
        padding: 3px;
        text-align: left;
        vertical-align: top;
    }

/****************** TabelleQuerstrich  *****************/

table.TabelleQuerstrich h1, table.TabelleQuerstrich h2, table.TabelleQuerstrichh3 {
    padding-bottom: 0;
}

table.TabelleQuerstrich img {
    padding-top: 5px;
}

table.TabelleQuerstrich {
    margin-top: 0px;
    border-width: 1px;
    border-color: #ADADAD;
    border-collapse: collapse;
    border: none;
}

    table.TabelleQuerstrich th {
        border: none;
        border-width: 1px;
        padding: 4px 3px 7px 3px;
        border-top: none;
        background-color: #EDEDED;
        text-align: left;
    }

    table.TabelleQuerstrich td {
        border: none;
        background: none repeat scroll 0 0 #fff;
        border-top: 1px solid #ADADAD;
        padding: 5px 3px 9px 3px;
        text-align: left;
        vertical-align: top;
    }

    table.TabelleQuerstrich.light td {
        border-top: 1px solid #DBDBDB;
    }

    table.TabelleQuerstrich tr:first-child td {
        border-top: none;
    }

/************ Tabelle Modern *************/

table.TabelleModern {
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

    table.TabelleModern th {
        padding: 8px 25px 8px 25px;
        border-top: 1px solid #fafafa;
        border-bottom: 1px solid #e0e0e0;
        background: #ededed;
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
        background: -moz-linear-gradient(top, #ededed, #ebebeb);
    }

        table.TabelleModern th:first-child {
            text-align: left;
            padding-left: 15px;
        }

    table.TabelleModern tr:first-child th:first-child {
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    table.TabelleModern tr:first-child th:last-child {
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    table.TabelleModern tr {
        padding-left: 15px;
    }

    table.TabelleModern td:first-child {
        text-align: left;
        padding-left: 15px;
        border-left: 0;
    }

    table.TabelleModern td {
        padding: 10px 12px 10px 12px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        vertical-align: top;
        background: #fafafa;
        background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
        background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
    }

    table.TabelleModern tr.even td {
        background: #f6f6f6;
        background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
        background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
    }

    table.TabelleModern tr:last-child td {
        border-bottom: 0;
    }

        table.TabelleModern tr:last-child td:first-child {
            -moz-border-radius-bottomleft: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        table.TabelleModern tr:last-child td:last-child {
            -moz-border-radius-bottomright: 3px;
            -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

    table.TabelleModern tr:hover td {
        background: #f2f2f2;
        background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
        background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
    }



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

    html  
    {
        background-color: #fff;
    }

    #container
    {
        margin-top: 0;
        box-shadow: none ;
    }

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

@media screen and (max-width: 1050px) {
    #rightColumns #SideContentContent:first-child {
        border-top: 1px dotted #c6bcb1;
        margin-top: 30px;
        padding-top: 20px;
    }
}

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

    #navigationLogo {
        top: 50px;
        left: 20px;
        width: 250px;
    }
    #siteName a {
        font-size: 18px;
    }

    #navigationWrapper
    {
        display: inherit;
    }

    #container
    {
        margin-top: 50px;
    }


    #leftColumns #SideContentContent:first-child {
        border-top: 1px dotted #c6bcb1;
        margin-top: 30px;
        padding-top: 20px;
    }

    .SimpleEventDate {
        float: none;
    }

    .SimpleEventDecrShort {
        margin: 0;
    }

    .SimpleEventTitle {
        padding-left: 0;
    }
}

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

    #navigationLogo {
        top: -50px;
        left: 20px;
        width: 150px;
    }

    #siteName h1 {
        line-height: 1;
    }

    #siteName a {
        font-size: 12px;
        color: #007acc;
        line-height: 1.2;
    }

    /* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
		height: inherit !important;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
    tr { 
		margin-bottom: 10px;
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
        width: 100% !important;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

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

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

