/*Fonts in Bootstrap.min.css*/

/**************************************************************************************
  General
**************************************************************************************/
body {
	color:#2B2B2B;
	background: transparent linear-gradient(180deg, #F2F2F2 0%, #c5e6dd 100%) 0% 0% no-repeat padding-box;
	font-family: TitilliumText22LRegular, Arial, sans-serif;
	font-size: 18px;
	min-height:100vh /*JC: damit Hintergrundbild (-Gradient) immer bis ganz unten geht*/
}
body.admin {
	font-size:15px;
}

h1, .h1, h2, .h2, h3, .h3
.welcome {
	font-family: TitilliumText22LMedium, Arial, sans-serif;
}

h1, .h1 {
	font-size:35px;
	text-transform: uppercase;
	font-weight:400;
	margin-top: 0
}
h2, .h2 {
	font-size:22px;
	text-transform: uppercase;
}
h3, .h3 {
	font-size:22px;
	margin-top: 16px;
	margin-bottom: 30px;
}
h4, .h4 {
	font-family: TitilliumText22LBold, Arial, sans-serif;
	margin: 0;
}
a, .pseudoLink {
	color:#1D1D1B;
	text-decoration:none;
}
a:hover, a:focus, .pseudoLink:hover {
	color:#1D1D1B;
	text-decoration:underline;
}
.pseudoLink,
[onclick^="location.href="],
[onclick^="window.open("] {
	cursor:pointer;
}
.hyphens {
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
}
.breakword {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}

body:not(.home) #Slider{
	display:none;
}

/* Header im Adminbereich ausblenden */
.admin #Slider {
	display:none;
}
/* Header im Adminbereich ausblenden */

section {
	margin: 80px 0 80px 0;
}
section.blog {
	margin-top: 0px;
}
.Team div.item {
	margin-bottom: 1.8em;
}
.welcome {
	font-size:18px;
	color:#2B2B2B;
	padding: 43px 0;
	width: auto;
}
table.icons {
	width:100%;
	max-width:100px;
}
.icons td a {
	padding-right:10px;
	padding-left:10px;
}

.contact a {
	text-align: right;
	font-size:11px;
}

/**************************************************************************************
  Navigation & Slider
**************************************************************************************/
#head{
	box-shadow: 0 10px 15px #00000029;
	border-radius: 5px;
	height: 41px;
}
/**************************************************************************************
  Navigation
**************************************************************************************/

.header-link{
	color:#595958;
	font-size:10px;
	padding-bottom: 20px;
	padding-top:0;
	text-align: right;
	width: 100%;
}
.header-link > a,
.header-link .icons a{
		color:#595958;
		text-transform:uppercase;
		letter-spacing:1px;
		font-family: TitilliumText22LLight, Arial, sans-serif;
		padding:0 10px 0 10px;
}
.header-link > a:nth-child(4){
	padding-right: 0;
}

.header-link > a:first-child{
	padding-left: 0;
}

.navbar {
	margin-bottom:0;
	min-height: 42px;
}

.navbar-nav{
	margin-top: 0;
	margin-bottom: 0;
}

.navbar-default	{
	font-size:18px;
	font-family: TitilliumText22LMedium, Arial, sans-serif;
	color:#1D1D1B;
	border:none;
	padding-bottom:0;
	border-radius:0;
	background-color:transparent;
	background-size:cover;
}
.navbar > .container {background-color:inherit;}
.navbar-brand {
		float:none;
		display:inline-block;
		height:auto;
		max-height:100%;
		padding:8px 0 0 0;
		width:100%;
		max-width: 300px;
}

.navbar-brand img {
	height: auto;
	width: 70%;
}

.navbar-collapse {
	border:none;
	box-shadow:none;
}

.container > .navbar-collapse {
	margin-left: 0;
	margin-right: 0;
}

.nav a {
	text-decoration:none;
}
.nav > li {
	/*border-bottom:1px solid #FFF;*/
	background-repeat:no-repeat;
 	background-position:center;
	padding:0;
	margin:0;
	height:auto;
}

.nav > li.active,
.nav > li:hover {
	cursor:pointer;
}
.nav > li:last-child {
	border-bottom:none;
}
.navbar-default .navbar-nav > li > a {
	color:#595958;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
/*	padding:15px;*/
}
.navbar-default .navbar-nav > li > a > span {
	border-bottom:2px solid transparent;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:5px;
	font-family: TitilliumText22LMedium Arial, sans-serif;
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > open > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color:#000;
	background-color:transparent;
    transition: all 200ms linear;
}
li.active ul.dropdown-menu, li:hover ul.dropdown-menu, li:focus ul.dropdown-menu {
	color:#1D1D1B;
	background-color:transparent;
    transition: all 200ms linear;
}

ul.dropdown-menu {
    border: medium none;
	border-radius:0;
    box-shadow: none;
    display: block;
    float: left;
	position: static;
    top: 100%;
    left: 0;
    padding: 0;
    width: 100%;
    background-clip: padding-box;
	background-color: rgba(0, 0, 0, 0);
    list-style: outside none none;
    font-size: 14px;
    text-align: left;
    z-index: 1000;
	transition: height 1s ease-in-out;
}


.dropdown-submenu > ul.dropdown-menu {font-size:12px; padding-left:30px;}
ul.dropdown-menu li {
    float: left;
    padding: 0;
    width: auto;
}
ul.dropdown-menu li.dropdown-submenu {
	width:100%;
}
.dropdown-menu > li > a {
	color:#595958;
	font-family: TitilliumText22LLight, Arial, sans-serif;
	padding: 10px 15px;
	width:100%;
	text-align: left;
    text-transform: uppercase;
	white-space:normal;
	background-color:transparent;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
ul.dropdown-menu > li > a:hover, 
ul.dropdown-menu > li > a:focus,
.dropdown-menu > .active.dropdown-submenu, 
.dropdown-menu > .active.dropdown-submenu:hover, 
.dropdown-menu > .active.dropdown-submenu:focus,
ul.dropdown-menu > li.dropdown-submenu:hover, 
ul.dropdown-menu > li.dropdown-submenu:focus {
			color:#1D1D1B;
		background-color: #fff;
		text-decoration:none;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
}

/*Toggle*/
.container > .navbar-header {
	float:right;
	margin-left:0;
	width: 100%;
	margin-right: 0;
}
.navbar-toggle {
	border-radius:0;
	background:transparent linear-gradient(131deg, #d6a2a3 0%, #231f20 100%) 0% 0% no-repeat padding-box;
	height:50px;
	padding-top:10px;
	padding-bottom:10px;
	margin: 0;
	width: 100%;
	border: none;
	border-radius: 5px;
}

.navbar
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	border-radius: 0;
}
.navbar-default .navbar-toggle {
	border-color:#FFF;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
}

.mainnav1,
.mainnav5{
 background-image:none;
 background-color:rgba(234,222,195,1);
 border-radius: 0 0 0 0;
}
.mainnav1:hover{
	border-radius: 0 0 0 0;
}
.mainnav1 > ul > li {
	background-color:rgba(234,222,195,1);
}

.mainnav1 > ul > li:last-child{
	border-radius: 0 0 5px 5px;
	padding-bottom: 15px;
}
.mainnav1 > ul > li:first-child{
	padding-top: 0px;
}
.mainnav2{
 background-image:none;
 background-color:rgba(214,162,163,1);
}
.mainnav2 > ul > li{
	background-color:rgba(214,162,163,1);
}
.mainnav2 > ul > li:last-child{
	border-radius: 0 0 5px 5px;
	padding-bottom: 15px;
}
.mainnav2 > ul > li:first-child{
	padding-top: 0px;
}
.mainnav3{
 background-image:none;
 background-color:rgba(197,230,221,1);
}
.mainnav3 > ul > li{
	background-color:rgba(197,230,221,1);
}
.mainnav3 > ul > li:last-child{
	border-radius: 0 0 5px 5px;
	padding-bottom: 15px;
}
.mainnav3 > ul > li:first-child{
	padding-top: 0px;
}
.mainnav4{
	background-image:none;
	background-color:rgba(193,194,196,1);
}
.mainnav4 > ul > li{
	background-color:rgba(193,194,196,1);
}
.mainnav4 > ul > li:last-child{
	border-radius: 0 0 5px 5px;
	padding-bottom: 15px;
}
.mainnav4 > ul > li:first-child{
	padding-top: 0px;
}
.navbar-nav > li:last-child:hover{
	border-radius: 0 0 5px 5px;
}
.navbar-nav > li:last-child > ul > li{
	background-color:rgba(154,46,107,1);
}
.navbar-nav > li:last-child > ul > li:last-child{
	border-radius: 0 0 5px 5px;
	padding-bottom: 15px;
}
.mainnan4 > ul > li:first-child{
	padding-top: 0px;
}
.navbar-nav > li:last-child {
	border-radius: 0 0 5px 5px;
}
/**************************************************************************************
  Slider
**************************************************************************************/
#Slider {
	margin: 20px 0 30px 0;
}
#Slider img{
	border-radius: 5px;
}

#Slider .item {/*gleich hoch wie .carousel-caption */
	overflow:hidden;
	border-radius: 5px;
}
#Slider h2 {
	margin-top:-5px;
	margin-bottom:5px;
	font-size:38px;
	font-weight:lighter;
	letter-spacing:1px;
	color:#fff;
}
#Slider h3 {
	font-size:16px; 
	margin-top:15px;
	margin-bottom:15px;
	border-bottom:none;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
     hyphens: auto;
}

.carousel-inner > .item {width:100%;}
.carousel-indicators {
	top:auto;
	right:auto;
	left:auto;
	bottom:10px;
	width:100%;
	height:auto;
	margin:0;
	text-align:center;
}
.carousel-indicators li {
	background-color:rgba(255,255,255,0.50);
	border:none;
	height:12px;
	width:12px;
	margin:0;
}
.carousel-control {background-color:transparent;z-index:16}/*z-index nur in diesem speziellen Fall mit Textbox über Slider*/
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .4s; /*adjust timing here */
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;
}
.carousel-caption {
	top:0;
	left:auto;
	bottom:auto;
	right:0;
	height:200px;/*gleich hoch wie #Slider .item */
	font-size:12px;
	line-height:1.3em;
	text-shadow:none;
	color:#fff;
	width:100%;
	background-color:rgba(0,74,153,0.6);
	text-align:left;
	cursor:pointer;
	z-index:1;
	padding:20px;
}
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
	width:100%;
}

.carousel-caption > * {
	padding-right:5%;
}
.carousel-caption > div {
	display:none;
}
/*.carousel-example-generic{
	max-height:325px;	
}*/
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}
/**************************************************************************************
 Home
**************************************************************************************/
.item {
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0 10px 15px #00000029;
}

.item > .text{
	padding: 15px;
}

.item > img{
	max-width:100%;
	border-radius: 5px;
}

.blog .row > div{
	margin-bottom: 25px;
}

.blog h3,
.Blog h3 {
	margin: 15px 0;
	line-height: 1.5;
}

.blog,
.Content.Blog {
	margin-bottom: calc(80px - 65px);
}

.facts {
	margin-top: calc(80px - 65px);
}

.blog button,
.blog .item .btn,
.Blog button,
.Blog .item .btn{
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog .text-muted, .beitrag .text-muted,
.Blog .text-muted{
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 13px 0 14px 0;
	color: #646464;
}
.home .blog h3 a,
.home .blog h3 a:hover,
.home .blog h3 a:focus {
	color:#2B2B2B;
	text-decoration:none;
}

.text-muted{
	font-size: 13px;
}

#facts{
/*	background: transparent linear-gradient(131deg, #c5e6dd 0%, #c1c2c4 100%) 0% 0% no-repeat padding-box;*/
/*	background: transparent linear-gradient(131deg, #eadec3 0%, #d6a2a3 100%) 0% 0% no-repeat padding-box;*/
	background: transparent linear-gradient(131deg, #d6a2a3 0%, #231f20 100%) 0% 0% no-repeat padding-box;
	color: #FFF;
	border-radius: 0px;
	padding-top: 95px;
	padding-bottom: 55px;
}

#facts .text{
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 45px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 30px 0 20px 0;
}

.content ul, #facts ul {
  margin: 0;
	padding-left: 12px;
	list-style-type: none;
}

.content ul:not(.pagination) > li, #facts ul > li {
  text-indent: -12px;
}
.content ul:not(.pagination) > li:before, #facts ul > li:before {
  content: "- ";
  text-indent: -5px;
}

#facts .row:last-child{
	padding-left:40px;
	padding-right:40px;
}

#facts h2{
	text-transform: uppercase;
}

.kreis{
	font-size: 70px;
	border: 2px solid #FFF;
	border-radius: 50%;
	padding-top:calc(100% - 50px);
	position:relative;
	margin: 0 25px;
}

.kreis > div{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

#zahlen > div{
	margin-bottom: 40px
}
div:not(#Tiles) > div > .inner {
	margin: auto 15px;
}

/**************************************************************************************
  BackToTop button
**************************************************************************************/
#scroll {
    position:fixed;
    right:15px;
    bottom:15px;
    cursor:pointer;
    width:50px;
    height:50px;
	background-color: #434343;
	border-radius:10px;
	z-index:1;
	transition:background-color 200ms linear;
}
#scroll:hover {
	color: #FFF;
	background-color:#D2D8DB;
	transition:background-color 200ms linear;
}
#scroll i {
	padding-top:5px;
	color:#FFF;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}

/**************************************************************************************
  Content Ansicht
**************************************************************************************/
.website .static .Content:not(.Suche), .suchen{
	padding: 30px 0 20px 0;
	border-top: 1px solid #A7A7A7;
	border-bottom: 1px solid #A7A7A7;
}
.Content p, .Content .ptext {
	margin: 0 0 10px;
}
.suchen .row:last-child{
	margin-top: 50px;
	margin-bottom: 5px;
}

.suchen input{
	margin-bottom: 20px;
}

.suchen button{
	padding-right:30px;
	padding-left:30px;
}

.suche h4{
	font-family: TitilliumText22LMedium, Arial, sans-serif;
}

#Content:empty {
	display:none;
}
#Content img{
	max-width:100%;	
}
#Content td img{max-width:inherit;}
.Content ul, .Content  ol {
	padding-left:15px;
}
/*Gegensteuer Bootstrap für per Editor erstellte Tabellen*/
.website .Content table td{
	padding: 0 3px 3px 0;
}
.website .Content table td td {
	padding:0;
}
/**************************************************************************************
  Kontaktformular
**************************************************************************************/
form#Kontakt {position:relative;}
/*#Kontakt .form-group label{display:none;}*/
form#Kontakt .cbx label {display:inline-block;}
form#Kontakt .btn {min-width:110px;}

/**************************************************************************************
  Galerie / Gallery / lightGallery / carousel
**************************************************************************************/
#lightgallery.row > div {
	padding-top:15px;
	padding-bottom:15px;
}
#lightgallery.row > div > a {
	display:block;
	background-color:#00499A;
}
#lightgallery a img {opacity:1}
#lightgallery a:hover img {opacity:0.6;}
#lightgallery a img,
#lightgallery a:hover img {
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.tblbox {
	margin-bottom:30px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.tblbox div {
    height: 100%;
    position: absolute;
    width: 100%;
	
	background-color:transparent;
	-webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.tblbox div:hover {
	background-color:rgba(60,68,146,0.6);
	-webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.tblbox h2 {
	display:table;
	width:100%;
	height:100%;
	margin:0;
	
	-webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    transition: color 300ms linear;
}
.tblbox div:hover a {
	color:#FFF;
	text-decoration:none;
	-webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    transition: color 300ms linear;
}
.tblbox h2 small {color:inherit;}
.tblbox a {
	display: table-cell;
    height: 95%;
    padding: 5%;
    text-align: center;
    vertical-align: middle;
    width: 95%;
	text-shadow:1px 1px 3px #000;
	
	color:#FFF;
	-webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    transition: color 300ms linear;
}

/**************************************************************************************
  Blog
**************************************************************************************/
#pagination{
	margin-top: 0;
	position:relative;
	z-index:1;
}
#pagination button{
	position: relative;
	right: 0;
	float: right;
	margin-top: 15px;
}
	
.blogFilter {
	font-weight:700;
	padding:7px 10px;
	background-color:#00499A;
	text-transform:uppercase;
	text-align:justify;
}
.blogFilter a, .blogFilter button {color:#FFF;padding: 0 5px;}
.blogFilter a:first-child {color:#FFF;}
.blogFilter button.active,
.blogFilter a.aktiv1, 
.blogFilter a:hover {font-weight:700;color:#00499A;}

.blogFilter button {
	border:none;
	margin-bottom:1px;
}
.tblBlog {
	margin-top:20px;
}
.blogImg {cursor:pointer;margin-bottom:3%;}
.lgIcon {
	background-color:#ddd;
	border-radius: 4px;
	line-height:1.42857;
	color:#00499A;
	white-space:nowrap;
}
.Blog .row > h2 {border-top:1px solid #fada1a;padding-top:20px;}
.Blog .row > h2:first-child {border:none;padding-top:0;}
.bContent .small {margin-bottom:15px;}
.bContent .small a {background-color:#00499A; color:#FFF; padding:0 5px 2px 5px;}
.Blog .comment {margin-top:10px;}
.Blog .bimg {cursor:pointer;}

.beitrag img{
	border-radius:5px;
}

.beitrag p:not(.text-muted),
.share {
	margin-bottom: 25px;
}

.beitrag h1 {
	font-size: 33px;
	text-transform: none;
	margin: 80px 0 45px 0;
}

.beitrag {
	margin-top: 80px;
	margin-bottom: 65px;
}

.beitrag .text{
	padding: 25px 0 60px 0;
}

.item .text p:not(.text-muted){
	padding-bottom: 50px;
}


.blog-navigation .btn{
	margin-top: 20px;
}

.blog-navigation{
	margin-top: 65px;
}

.blog .item, .beitrag .item,
.Blog .item, .beitrag .item {
	border-radius: 5px !important;
}

.blog .item a button,
.blog .item .btn,
.Blog .item a button,
.Blog .item .btn {
	position: absolute;
	bottom: 0;
}
.share > * {
	display:inline-block;
	margin-right:25px;
}
.share a {
	color:#646464;
}
.share {
	font-size:14px;
}

/**************************************************************************************
  Kacheln im Shop und auf Home-Blog
**************************************************************************************/
#Tiles .inner > div {
	position:relative;
}
#Tiles .inner > div,
#Quicklinks.row > * {
	text-align:center;
	cursor:pointer;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0);
	transition:all 200ms linear;
}
/*#Tiles .inner > div:hover,
#Quicklinks.row > *:hover {
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.15);
	transition:all 300ms linear;
}*/
#Tiles .inner > div:hover {
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.15);
	transition:all 300ms linear;
}
#Tiles .inner > div {
	padding-top:65%;
	background-size:cover;
	background-position:center center;
	margin-bottom:15px;
}
#Tiles h4 {
	text-align:center;
	background-color:rgba(255,255,255,0.8);
/*	background-color:transparent;
	background-image:url(/images/background.jpg);
	background-size:cover;*/
	padding:10px;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}
#Tiles .pseudolink {
	color: #fefdeb !important;
}
#Tiles .col-lg-2 h4, #Tiles .col-sm-4 h4, #Tiles .col-xs-6 h4 {
	font-size:14px;
}
#Tiles .inner > div:hover h4 {
	background-color:rgba(255,255,255,1);
	transition:all 300ms linear;
}
#Tiles i {
	font-size:16px;
	color:#7e8998;
}
#Tiles a:hover {
	text-decoration:none
}

#ShopList h3 {
	margin-bottom: 0px;
}

.ShopItem {
	border-bottom: 1px solid #A7A7A7;
}

.ShopPrice {
	margin-top: 30px;
}

.artimage {
	margin:10px 0px 10px 0px;
}

/**************************************************************************************
  Suchen
**************************************************************************************/

.suche .row > div, .suche .row > div {
	margin-bottom: 30px
}

.suche .text{
	line-height: 23px;	
	padding: 8px 12px 12px 12px;
}

.suche h1 {
	border-top: 1px solid #A7A7A7;
        padding: 30px 0 40px 0;
}
.suche form{
	border-bottom: 1px solid #A7A7A7;
}

#suche .anzeige {
	margin-top: 30px;
	font-size: 13px;
	color: #499CD0;
	padding: 20px 0;
	border-top: 1px solid #A7A7A7;
	border-bottom: 1px solid #A7A7A7;
}

section#suche{
	margin-bottom: 60px;
	margin-top: 100px;
}

.suche {
	margin-top: 60px;
}
.suche .text p {
	min-height:46px;
}
.suche .item .text p:not(.text-muted){
	padding-bottom: 0;
}

/**************************************************************************************
  Footer
**************************************************************************************/
footer{
	bottom: 0;
}

#footer {
	color:#FFF;
	font-size:18px;
	background: transparent linear-gradient(105deg, #808080 0%, #434343 100%) 0% 0% no-repeat padding-box;
	padding-top:40px;
	padding-bottom:40px;
	border-radius: 0px;
	box-shadow: 0 10px 15px #00000029;
}

footer .text-muted{
	margin: 30px auto ;
	font-size: 14px;
	color: #727272;
}

footer .text-muted a, footer .text-muted a:hover, footer .text-muted a:visited{
	padding-right: 15px;
	font-weight: normal;
	color:#727272;
	font-family: TitilliumText22LLight, Arial, sans-serif;
}


footer a {
	color:#FFF;
	font-family: TitilliumText22LMedium, Arial, sans-serif;
}

footer .link{
	width:100%;
	padding-top: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #FFF;
	text-transform:uppercase;
}

footer .link:first-child{
	padding-top: 0;
}

footer a:hover, 
footer a.active,
footer a:visited, 
footer a:focus {
	color:#FFF;
}
footer h3 {
	text-transform:uppercase;
	font-size:22px;
	margin: 0 0 30px 0;
}
footer p{
	margin:3px 0 3px 0;
	padding:0;
}
footer .small {
	font-size:11px; 
	opacity:0.5;
	float:right;
	line-height:25.7167px;;
}

/* Sticky Footer */
html, body {
  /*height: 100%;*/
}
.page-wrap {
 height: 100%;
  /* equal to footer height */
  margin-bottom: -426px;
}
.page-wrap:after {
  content: "";
  display: block;
}
footer, .page-wrap:after {
  min-height: 415px;
}

footer .icons td;
header .icons td{
	width: 40px;
}

/*Cookie Banner*/
#cookie_directive_container > * {
	background-color:rgba(0,0,0,0.8);
	color:#FFF;
	padding-top:10px;
}
#cookie_directive_container a[href="#"] {
	padding:6px 12px;
	margin: 0 12px 6px 0;
}
#cookie_directive_container .credit a:hover,
#cookie_directive_container .credit a:focus {color:inherit;}

/**************************************************************************************
  Done
**************************************************************************************/
#Done {
	text-align:right;
	font-size: 11px;
	margin:30px 0 0 0;
	width:100%;
}
#Done, #Done a {color:#666;text-decoration:none;}
/*#Done a {white-space:nowrap;}*/
#Done a:hover {color:#fff;}
/**************************************************************************************
  Formulare
**************************************************************************************/
input,
textarea,
select {
	font-size:18px;
} 
.website .form-control, .btn, .input-group-addon {
	border-radius: 5px;
	border:none;
	box-shadow: 0 3px 6px #00000029;
		font-size: 18px;

}

/*.form-control{
	height: auto;
}*/

label{font-weight:400;font-size:14px;}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
textarea,
select {
	font-family: TitilliumText22LLight, Arial, Helvetica, sans-serif;
	color:#1D2224;
}
input[type="file"] {
	border:1px solid #00499A;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], .btn {
	background: #d6a2a3 linear-gradient(104deg, #d6a2a3 0%, #231f20 100%) 0 0 no-repeat padding-box;
	box-shadow: 0 3px 6px 0 #00000029;
	border: none;
	border-radius: 5px;
	opacity: 1;
    color: #fff;
	font-family: TitilliumText22LMedium,  Arial, sans-serif;
	padding: 5px 17px 7px 17px;
	font-size: 18px;
	transition:all 300ms linear;
}
.admin button, html .admin input[type="button"], .admin input[type="reset"], .admin input[type="submit"], .admin .btn {
	font-size:15px;
}
.btn:hover, .btn:focus, .btn.focus {
	background:#d6a2a3;
	color: #FFF;
	box-shadow: 0 3px 6px 3px #00000029;
	transition:all 200ms linear;
}

#login{
	padding: 10px 40px;
	font-size: 13px;
	margin: 32px 0 32px 30px;
	font-family: TitilliumText22LMedium, Arial, sans-serif;
	font-weight: normal;
}

input[disabled] {
	background-color:#ddd;
	border-style:dotted;
	border:none;
}
input#Code {
	margin-top:0;
}
.input-group-addon {
	min-width:111px;
	padding-bottom:5px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BFBFBF;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #BFBFBF;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #BFBFBF;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #BFBFBF;
}

.grau{
	background: #A7A7A7;
	margin-left: 10px;
}

.grau:hover{
	background: #499CD0;
}

/**************************************************************************************
  Listen-, Tabellen-Ansicht, Pagination
**************************************************************************************/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	border-color:#00499A;
}
.table-hover > tbody > tr:hover {
	background-color:#90B8FD;
}
.table > thead > tr > th.listicon,
.table > tbody > tr > th.listicon,
.table > tfoot > tr > th.listicon,
.table > thead > tr > td.listicon,
.table > tbody > tr > td.listicon, 
.table > tfoot > tr > td.listicon {
	padding-left:0;
	padding-right:0;
	text-align:center;
}
.table > thead > tr > th.listicon img,
.table > tbody > tr > th.listicon img,
.table > tfoot > tr > th.listicon img,
.table > thead > tr > td.listicon img,
.table > tbody > tr > td.listicon img, 
.table > tfoot > tr > td.listicon img{
	cursor:pointer;
}
td.back {text-align:center;}
.pagination > li > a, 
.pagination > li > span {
	color:#2B2B2B;
	border: 0;
	border-radius: 50%;
	font-family: TitilliumText22LMedium, Arial, sans-serif;
	background: transparent;
	margin: 0 10px;
}

.pagination{
	margin: 0;
}

.pagination > li > a {
	height: 34px;
	width: 34px;
	padding: 5px 12px;
}

.pagination > li:first-child > a, 
.pagination > li:last-child > a {
	border-radius: 50%;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	background:transparent linear-gradient(104deg, #499CD0 0%, #38D0D0 100%) 0% 0% no-repeat padding-box;
	color:#FFF;
	box-shadow: 0 3px 6px #00000029;
}

.pagination > .active > a:hover, 
.pagination > .active > span:hover,
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
	color:#FFF;
	background-color:#499CD0;
	box-shadow: 0 3px 2px #00000029;
}
/**************************************************************************************
  Animation
**************************************************************************************/
	#reveal1 {
		opacity: 0;
		-webkit-transform: scale(0.9);
			 -moz-transform: scale(0.9);
				-ms-transform: scale(0.9);
				 -o-transform: scale(0.9);
						transform: scale(0.9);
		-webkit-transition: all 1s ease-in-out;
			 -moz-transition: all 1s ease-in-out;
				-ms-transition: all 1s ease-in-out;
				 -o-transition: all 1s ease-in-out;
						transition: all 1s ease-in-out;
	}
	#reveal1.visible {
		opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
						transform: none;
}

/**************************************************************************************
  Admin
**************************************************************************************/
.CuteEditorGroupMenuCell img {
	box-sizing:content-box;
}
#CE_Editor1_ID {
	width:100% !important;
	line-height:initial;
	font-size:12px;
}

.dropdown-menu > li > a > span{
	font-size:12px;	
}
	
/*new lightgallery with iFrame set height*/
.ifHeight75 .lg-inner .lg-video {
	padding-bottom: 75%;/*56.25%;   Format=16:9*/
}
.ifHeight100 .lg-inner .lg-video {
	padding-bottom: 100%;/*56.25%;   Format=16:9*/
}

@media (min-width:768px){
/*	.header-link{
		padding: 0 0 20px 0;
	}*/
	
	.header-link{
	font-size:13px;
	padding:43px 0;
	width: auto;
	}
	
	.header-link > a{
			text-transform:uppercase;
			letter-spacing:1px;
			font-family: TitilliumText22LLight, Arial, sans-serif;
			padding:0 15px 0 15px;
			border-left: 1px solid #3C3C3B;
	}
	
	.header-link > a:first-child {
		border-left: 0;
	}	

	.nav > li > a > span {
		position:absolute;
		left:0;
		bottom:0;
		margin-left:16px;
	}
	.nav > li > a {
		height:40px;
	}
/*	.home .nav > li {
		background-size:24%;
	}

	.home .mainnav1 {
	 	background-image:url(../images/navicons/patienten.png);
	}*/
	.mainnav1, .mainnav2, .mainnav3, .mainnav4 {
		position: relative;
	}
	.navbar-nav i {
		position: absolute;
	    font-size: 48px;
		color: #595958;
		left: 40%;
		top: 35%;
	}
/*	.home .mainnav1:before {
		  position: absolute;
		  font-family: 'FontAwesome';
		  font-size: 48px;
		  color: #ff0000;
		  top: 0;
		  left: 0;
		  content: "\f278";
	}*/
/*	.home .mainnav2 {
	 	background-image:url(../images/navicons/zahnaerzte.png);
	}
	.home .mainnav3 {
	 	background-image:url(../images/navicons/sso-aargau-search.png);
	}
	.home .mainnav4 {
	 	background-image:url(../images/navicons/notfall.png);
	}*/

	.mainnav1{
	border-radius: 5px 0 0 5px;
	}
	
	.mainnav1:hover{
	border-radius: 5px 0 0 0;
	}
	
	.mainnav1 > ul > li:first-child{
	padding-top: 15px;
	}
	.mainnav2 > ul > li:first-child{
	padding-top: 15px;
	}
	.mainnav3 > ul > li:first-child{
	padding-top: 15px;
	}
	.mainnav4 > ul > li:first-child{
	padding-top: 15px;
	}
	
	.navbar-nav > li:last-child{
	border-radius: 0 5px 5px 0;
	}
	
	.navbar-nav > li:last-child:hover{
	border-radius: 0 5px 0 0;
	}
	
	.carousel-caption {
		height:218px;
		width:25%;
		z-index:100;
		border-radius: 0 5px 0 0;
	}
	#Slider .item {
		height:218px;
	}
	#Slider h2 a, #Slider h3 {
		font-size:18px;
	}
	.carousel-caption > div > div {
		display:block;
	}
	/*JC 06.10.2015: damit Hauptnavipunkt mit Unternavi richtig dargestellt wird Desktopansicht*/
	.navbar-nav > .dropdown.clearfix {
		clear:none;
	}
	.navbar-nav > .dropdown.clearfix:before, 
	.navbar-nav > .dropdown.clearfix:after {
		content:normal;
		display:none;
	}
	/*Navigation*/
	.navbar {
		/*min-height:225px;*/
		z-index:17
	}
	.navbar-default {padding-bottom:0;}
	.navbar > .container .navbar-brand, 
	.navbar > .container-fluid .navbar-brand {
		margin:0;
	}
	.navbar-brand {height:auto; padding:20px 0 20px 0;}
	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
			background-color: transparent;
	}
	.navbar-collapse {margin:0;padding:0;}
	.navbar-nav {
		width:100%;
		display:table;
	}
	.nav > li {
		border:none;
		display:table-cell;
		float:none;
		padding:0;
		text-align:left;
	}
	.nav > li > a {padding:0; line-height:24px; font-size:13px;}
	.navbar-default .navbar-nav > li > a img {display:block;}
	ul.dropdown-menu {
		position:absolute;
		display:none;
		opacity:0;
		transition: opacity 300ms linear;
	}
	.navbar-nav > li:hover > .dropdown-menu,
	.navbar-nav > li:focus > .dropdown-menu {
		display:block;
		opacity:1;
		transition: opacity 300ms linear 300ms;
		float: left;
		background-clip: padding-box;
		border-radius: 0;
		/*box-shadow: 0 0 10px rgba(29, 34, 36,0.1);*/
		list-style: outside none none;
		width: 100%;
		/*padding: 15px 23px 15px 23px;*/
		margin:0;
		border:none;
		text-align: left;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
	}
	.nav .dropdown-menu > li{
		width:auto;	
	}
	.nav .dropdown-menu > li:first-child > a,
	.nav .dropdown-menu > li:last-child > a {
		background-color:transparent;
	}
	ul.dropdown-menu li {
		float:none;
		font-size:13px;
		position:relative;/*für box-shadow mit Navi Level 3*/
	}
	.dropdown-menu > .active > a, 
	.dropdown-menu > .active > a:hover, 
	.dropdown-menu > .active > a:focus,
	ul.dropdown-menu > li > a:hover, 
	ul.dropdown-menu > li > a:focus,
	.dropdown-menu > .active.dropdown-submenu, 
	.dropdown-menu > .active.dropdown-submenu:hover, 
	.dropdown-menu > .active.dropdown-submenu:focus,
	ul.dropdown-menu > li.dropdown-submenu:hover, 
	ul.dropdown-menu > li.dropdown-submenu:focus {
		background-color:rgba(255,255,255,0.8);
	}
	ul.dropdown-menu > .active:first-child > a, 
	ul.dropdown-menu > .active:last-child > a,
	ul.dropdown-menu > .active > a:hover, 
	ul.dropdown-menu > .active > a:focus,
	ul.dropdown-menu > li > a:hover, 
	ul.dropdown-menu > li > a:focus,
	.nav .dropdown-menu > li:first-child a:hover, 
	.nav .dropdown-menu > li:last-child a:hover,
	ul.dropdown-menu > .active > a {
		color:#1D1D1B;
		background-color: #fff;
		text-decoration:none;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	.dropdown-menu > li > a > span{
		font-size:18px;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-webkit-hyphens:auto;
		hyphens:auto;
	}
	/*Navi Level 3*/
	.dropdown-submenu {
    	position:relative;
	}
	.dropdown-submenu>.dropdown-menu {
		/*top:-10px;/*wegen padding bei ersten li*/
		left:100%;
		margin-top:-0px;
		border-radius:0;
		font-size:14px; 
		margin-left:0;
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display:block;
	}
	.dropdown-submenu:first-child>.dropdown-menu {
		top:0;
	}
	.dropdown-submenu>a:after {
		display:block;
		content:" ";
		position:absolute;
		top:7px;
		right:7px;
		width:0;
		height:0;
		border-color:transparent;
		border-style:solid;
		border-width:5px 0 5px 5px;
		border-left-color:#90B8FD;
	}
	.dropdown-submenu:first-child > a:after {
		top:17px;
	}
	.dropdown-submenu.pull-left {
		float:none;
	}
	.dropdown-submenu.pull-left>.dropdown-menu {
		left:-100%;
		margin-left:10px;
		border-radius:0;
	}
	.nav .dropdown-submenu .dropdown-menu > li:first-child {
		margin-top:0;
	}
}
@media (min-width:992px){
	#login{
		margin-left: 8px;
	}
	#pagination button{
		margin-top: -40px;
	}
	#Slider .item {
		height:285px;
	}
	.carousel-caption {
		height:285px;
	}
	.nav > li > a {
/*		height:155px;*/
	}
	.navbar-brand img {height:100%;	width: 100%;}
	.nav > li > a {padding-left:6px;padding-right:6px; font-size:22px;}
	
	section{
		/*margin: 140px 0 140px 0;*/
	}
	
	.blog, .Content.Blog {
		margin-bottom: calc(140px - 65px);
	}
	
	.blog .outer {
/*		padding-bottom:48%;*/
		padding-bottom:69%;
		position:relative;
		overflow:hidden;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
	}
	#Content .blog .outer img,
	.blog .outer img {
		position:absolute;
		width:101%;
		min-height:48%;
		max-width:none;
		top:0;
		left:0;
		/*transform:translate(-50%,-50%);*/
	}

	.facts {
		margin-top: calc(140px - 65px);
	}
	
	#facts .row:last-child{
		padding-left:80px;
		padding-right:80px;
	}
	
	/*Impressum*/
	.flowrow {
		width:100%;
		-webkit-column-count: 2;
   		-moz-column-count: 2;
		column-count:2;
		-webkit-column-gap: 3em;
     	-moz-column-gap: 3em;
        column-gap: 3em;
	}

}
@media (min-width:1200px){
	#login{
		margin-left: 30px;
	}
	.nav > li > a  {
/*		height:190px;*/
	}
	#Slider .item {
		height:345px;
	}
	.carousel-caption {
		height:345px;
	}
	.dropdown-menu > li > a > span{
		font-size:18px;	
	}
	
	.website .static .Content:not(.Suche) {
		width: 770px;
		margin-left:auto;
		margin-right:auto;
	}
}