﻿/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../../../fonts/OpenSans/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../../../fonts/OpenSans/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-600 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local(''),
         url('../../../fonts/OpenSans/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../../../fonts/OpenSans/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-700 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('../../../fonts/OpenSans/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../../../fonts/OpenSans/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

  /* cardo-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cardo';
    font-style: normal;
    font-weight: 400;
    src: url('../../../fonts/Cardo/cardo-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
         url('../../../fonts/Cardo/cardo-v19-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* cardo-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cardo';
    font-style: italic;
    font-weight: 400;
    src: url('../../../fonts/Cardo/cardo-v19-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
         url('../../../fonts/Cardo/cardo-v19-latin-italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

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: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    overflow: hidden;
}

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

.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: 20px;
    padding-left: 20px;
    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: 850px) {

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .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%;
        padding-right: 0;
        padding-left: 0;
    }
}

/* END ckEditor LayoutManager */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #484949;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cardo', serif;
    color: #94620c;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-style: italic;
}
  
h1
{
    font-size: 30px;  
    line-height: 1.4; 
    margin-bottom: 30px;
}

h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

h3
{
    font-size: 20px;
}

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

a[href^="tel:"] {
    color: #484949;
    text-decoration: none;
    cursor: default;
}

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: #94620c;
    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;
}



/****************** 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;
    width: 100% !important;
}

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: 5px;
    border-left: 0;
}

    table.TabelleModern td {
        padding: 5px 5px 10px 5px;
        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);
        width: auto !important;
        font-size: 13px;
    }

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


/* Main site */

/* Flexible iFrame */

.flexible-container {
    position: relative;
    /* This blank line was probably:
    || padding-top: 56.25%;
    */
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

    /* This ruleset says:
|| "Apply the following properties and their values to ANY `<iframe>`,
|| `<object>`, or `<embed>` THAT IS A CHILD OF any element with the 
|| class of `.flexible-container`.
*/
    .flexible-container iframe,
    .flexible-container object,
    .flexible-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
    }

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

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

#header
{
    position: relative;
}

#navigationLogo {
    margin: 0;
    padding: 0;
    background-color: rgba(255,255,255, 0.45);
    bottom: 0;
    left: 35px;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 240px;
    z-index: 99;
}

#siteLogo a {
    display: block;
    text-indent: -9000px;
    background: url(../../layout/images/logo.png) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    width: Calc(100% - 30px);
    height: 0;
    padding-top: 100%;
    position: absolute;
    left: 15px;
    top: Calc(50% - 105px);
}

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

#contentTop {display: none;}

#navigationLeftSide
{
    margin-bottom: 40px;
}

#leftColumns
{
   clear: both;
   float: left; 
   margin: 20px 0 0 35px;
   width: 250px;
   font-size: 14px;
}


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


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

#contentFooter
{	
    display: none;
}

#footer {
    bottom: -50px;
}

#navigationFooter {
    padding: 10px 0 10px 0;
    color: #A8A8A8;
}

#navigationFooter a {
    font-size: 13px;
    display: inline-block;
    color: #A8A8A8;
    text-decoration:none;
}

#navigationFooter a:hover {
    display: inline-block;
    color: #94620c;
    text-decoration: none;
}

.navigationDelimiter {
    list-style: none;
    display: inline-block;
    padding: 0 15px 0 15px;
}


/* ------------  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 .fal{
    display: none;
}

.scroll-to-top::before,
.scroll-to-top::after {
	position: absolute;
	height: 50%;
	width: 3px;
	background: #94620c;
	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;
}



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

    #navigationLogo {
        left: 35px;
        max-width: 180px;
    }

    #siteLogo a {
        width: Calc(100% - 40px);
        left: 20px;
        top: Calc(50% - 70px);
    }
}



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

    #navigationWrapper
    {
        display: inherit;
    }

    #navigationLeftSide
    {
        display: none;
    }

    #leftColumns {
        clear: both;
        float: none;
        width: inherit;
        margin: 40px 0 0 35px;
    }

    #container {
        margin-top: 50px;
    }

    #navigationFooter a {
        display: block;
    }

    .navigationDelimiter {
        display: none;
    }

    h1 {
        font-size: 27px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }
}

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

    #navigationLogo {
        left: 20px;
    }

    #content {
        padding: 0 20px 0 20px;
        margin-top: 15px;
    }

    #leftColumns {
        margin: 40px 0 0 20px;
    }
}

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

    #navigationLogo {
        max-width: 100px;
    }

    #siteLogo a {
        width: Calc(100% - 20px);
        left: 10px;
        top: Calc(50% - 40px);
    }
}

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

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

    table.TabelleModern tr {
        padding-left: 0;
    }

    table.TabelleModern td {
        border-bottom: 0;
        border-left: 0;
    }

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

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

    #container {
        margin-top: 65px;
    }

    #navigationLogo {
        background: none;
        width: 50px;
        top: -58px;
        z-index: 999;
    }

    #siteLogo a {
        width: inherit;
        left: 0;
        top: 0;
        position: relative;
    }
}

