
.txt-white { color:#fff;}
.txt-right { text-align:right; padding-right:10px; }
.line-punkte{border:1px dotted #c3c3c3;}
.txt10{ font-size:10pt !important; }
.abstand20{margin-top:20px;}

.ausgang_datum {float:right; font-style:italic;}
.ausgang_hdl {

width:100%;background-color:#fff;color:#000;margin-right:40px;padding:10px; border-bottom:2px solid #008dcd;
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top, #e2e2e2 0%, #d1d1d1 85%, #fefefe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e2e2e2 0%,#d1d1d1 85%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e2e2e2 0%,#d1d1d1 85%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );

}
.ausgang_txt_bg{background-color:#eee;color:#000;padding:10px; }
.ausgang_txt {float:left;width:500px;}
.grey {  font-style:italic; color:#c3c3c3 !important;}
.black { color:#000 !important;}
.box_main {max-width:910px; }

.suchfeld {float:right;color:#000;background-color:#fff;padding:5px;cursor:pointer; }
.eingabe[type=text], .eingabe[type=password]{
    width: 100%;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}


.eingabe[type=text]:focus {
    border: 3px solid #008dcd;
}


.button-help {
    margin: 3px;
    -moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
    box-shadow: inset 0px 1px 0px 0px #a4e271;
    background-color: #89c403;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #74b807;
    display: inline-block;
    color: #000;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 8px;
    text-decoration: none;
	color:#fff;
}


.button-help:hover {

	color:#000;
	cursor:pointer;
}







a[href*=".pdf"]{
	padding-top:20px;
	padding:0px;
	 display: block;
	 padding-left:20px;
	 padding-bottom:15px;

}

a[href*=".pdf"]:before {
    padding-top:10px;
	padding-right:10px;
		content: "\f1c1";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

}

/*********************Reset css start here************************/


*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ul, li, button, fieldset, form, label, legend, blockquote { margin:0; padding:0; border:0; outline:0; vertical-align: baseline; background: transparent; list-style: none;}
img {border:none;max-width:100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;margin:0;}
a:focus{outline:0;}
a {text-decoration:none; cursor:pointer;
transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;}
a:hover{text-decoration:none; transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;}
.clearfix:after{ content: ".";display: block;clear:both;visibility:hidden;line-height: 0; height: 0;}
body{margin:0;padding:0;-webkit-text-size-adjust: none;}
input{ outline:0; display;none;} /* -webkit-appearance: none; */
.layout{width: 100%;float: left;}
/* left section css */
.left{width:14%;float: left;background:#008dcd;min-height:1000px;}
/* logo section css */
.logo-section{width:100%;float:left; padding:20px;}
.logo-section a{display:block;float:right; width: 180px;}
/* main navigation section */
.moblie-menu{display:none;}
nav{width:100%; float:left;text-align:right;}
nav > ul{width:100%; float:left;}
nav > ul > li{display:block; }
nav > ul > li.active > a{background:#e6f5fc;border:1px solid #008ed0;border-radius:2px;color:#008ece;}
nav > ul > li  > a{display:inline-block;color:#ffffff;font-size:15px; line-height:15px;text-transform:uppercase;padding:7px 14px;font-family: 'Museo Sans Rounded 300';}
nav > ul > li.active > ul{display:block;}
nav > ul > li ul{width:100%;float:left;display:XXXnone;margin:6px 0 5px;}
nav > ul > li ul li{width:100%;float:left;padding-right:26px;}
nav > ul > li ul li a{color:#fff;font-size:14px; line-height:20px;text-transform:inherit;font-family: 'Museo Sans Rounded 300';}
nav > ul > li ul li.active > a {background:#e6f5fc;border:1px solid #008ed0;border-radius:2px;color:#008ece;}

/* secondery navigation */
.second-nav{width:100%; float:left;text-align:right;padding:40px 0;}
.second-nav ul{width:100%; float:left;}
.second-nav ul li{display:block;padding-bottom:10px;}
.second-nav ul li:last-child{padding-bottom:0;}
.second-nav ul li a{display:inline-block;color:#ffffff;font-size:15px; line-height:15px;display:inline-block;color:#ffffff;padding:6px 14px;font-family: 'Museo Sans Rounded 300';}
/* search section */
.search-section{width:100%;float:left;padding:14px 14px 50px 24px;}
.search-section .search-btn{width:90%;position:relative;float:right;}
.search-section .search-btn .txtsearch{width:100%; height:34px;white-space: nowrap; vertical-align: middle;background:#46acdc;border:1px solid #fff;float: left; color: #ffffff;padding:4px 15px 3px 40px; outline:none;display:inline-block;font-size:16px; line-height:18px;font-family: 'Museo Sans Rounded 300';border-radius:0;-ms-border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;text-align:right;}
.safari .search-section .search-btn  .txtsearch{text-align:right; direction:rtl;}
.search-section .search-btn  .txtsearch::-webkit-input-placeholder {color:#fff;opacity:1;}
.search-section .search-btn .txtsearch:-moz-placeholder { /* Firefox 18- */color:#fff;opacity:1;}
.search-section .search-btn  .txtsearch::-moz-placeholder {  /* Firefox 19+ */color:#fff;opacity:1;}
.search-section .search-btn  .txtsearch:-ms-input-placeholder {  color:#fff;opacity:1;}
.search-section .search-btn  .inpt-btn{width:40px; height:34px; background:url('../images/search-icon.png')no-repeat;background-position:center center;background-size:19px 19px;-ms-background-size:19px 19px;-moz-background-size:19px 19px;-webkit-background-size:19px 19px; outline:none; border: 0;cursor:pointer; position:absolute; top:0; left:0;font-size:0;border-radius:0;-ms-border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;}
.search-section .search-btn .txtsearch.placeholdersjs{color: #fff!important;}
/* right-section css */
.right{width:86%; float:left;}
.right-content{width:100%; float:left; position:relative;}
.right-content > img{width:100%; float:left;}
.right-content .content{width:100%; float:left;height:100%;position:absolute;top:0;left:0;}
.right-content .content .index-bx{width:100%; float:left; padding:70px 30px 0;}
.index-bx .txt-bx{width:60%;float:left;}
.index-bx .txt-bx h1{color:#fff;font-size: 70px;line-height: 50px;margin-bottom:10px;font-family: 'Keswick';font-weight:400;}
.index-bx .txt-bx h1 span{display:block; padding-left:43px;}
.index-bx .txt-bx h2{color:#fff;font-size:18px;line-height: 22px;padding-bottom:10px;font-family: 'Museo Sans Rounded 700';}
.index-bx .txt-bx ul{width:100%; float:left;padding-right:50px;}
.index-bx .txt-bx ul li{display:block;color:#000;font-size:15px; line-height:20px;font-family: 'Museo Sans Rounded 300';background:url('../images/liimg.png')no-repeat;padding-left: 22px; background-position: left 6px; background-size: 10px auto;-ms-background-size: 10px auto;-webkit-background-size: 10px auto;-moz-background-size: 10px auto;}
.index-bx figure{width:40%; float:right;text-align:left;margin-top: 60px;}
.index-bx figure img{width:300px;}
.bottom-links{width:100%; float:left; position:absolute;bottom:0;left:0;}
.bottom-links .links {width:80%; float:left; position:absolute;bottom:0;left:0;}
.bottom-links .links li{width:25%; float:left;position:relative;height: 50px;}
.bottom-links .links li a{color:#ffffff;text-align:center;font-size:17px; line-height:27px;padding:10px 0;font-family: 'Museo Sans Rounded 300';position:absolute;bottom: 0;width:100%;left:0;height: 42px;}
.bottom-links .links li:hover a{height: 50px;}
.bottom-links .links li.green a{background:url('../images/greenbg.png')repeat;}
.bottom-links .links li.red a{background:url('../images/redbg.png')repeat;}
.bottom-links .links li.yellow a{background:url('../images/yellowbg.png')repeat;}
.bottom-links .links li.pink a{background:url('../images/pinkbg.png')repeat;}
.bottom-links .last-btn{background:url('../images/darkredbg.png')repeat;width:20%;float: left;position:absolute;right:0;bottom:0;}
.bottom-links .last-btn.darkred a{display:block;  padding: 16px 0;display: block; font-family: 'Keswick';font-size: 50px; line-height: 50px;text-align:center;color:#fff;}
.bottom-links.mobile{display:none;}
.ambulnz-page .left{min-height:1500px;}
.ambulaz-page{width:100%; float:left;padding:40px 30px;}
.ambulaz-page .txt-section{width:46%; float:left;}
.ambulaz-page .txt-section h1{color:#fff;font-size: 70px;line-height: 50px;margin-bottom:60px;font-family: 'Keswick';font-weight:400;margin:40px 0;}
.ambulaz-page .txt-section .box-cntnt{width:100%; float:left;background:rgba(234,234,234,.7);padding:10px 13px;}
.box-cntnt h2{color:#000000;font-family: 'Museo Sans Rounded 700';font-size:15px; line-height:16px;margin-bottom:10px;}
.box-cntnt .bx-with-content{width:100%; float:left;}
.box-cntnt .bx-with-content .bx{position:relative;width:50%; float:left;margin-right:3%;}
.box-cntnt .bx-with-content .bx img{width:100%;float:left;}
.box-cntnt .bx-with-content .bx .absolut{width:100%; float:left; position:absolute;height:100%;left:0;top:0;}
.box-cntnt .bx-with-content .bx .vertical-middle{display:table;width:100%; height:100%;text-align:center;}
.box-cntnt .bx-with-content .bx .vertical-middle .vertical-center{display:table-cell;width:100%;vertical-align:middle;}
.box-cntnt .bx-with-content .bx .vertical-middle .vertical-center .pink-bx{width: 70%;margin: 0 auto;padding: 19px 15px;background:#e5007d;}
.box-cntnt .bx-with-content .bx .vertical-middle .vertical-center .pink-bx p{color:#ffffff;font-size:18px; line-height:18px;font-family: 'Minion Pro';font-weight:400;}
.box-cntnt .bx-with-content .bx .vertical-middle .vertical-center .pink-bx p span{display:block;}
.box-cntnt .bx-with-content p{color:#000000;  line-height:19px;font-family: 'Museo Sans Rounded 300' margin-right:10px; margin-left:10px; }
.box-cntnt .bx-with-content h2{color:#000000; font-size:16px; line-height:16px;font-family: 'Museo Sans Rounded 700';margin-top:10px;}
.box-cntnt .bx-with-content .accordian{width:100%; float:left;margin-top:15px;}
.box-cntnt .bx-with-content .accordian ul{width:100%; float:left;}
.box-cntnt .bx-with-content .accordian ul li{width:100%; float:left;border-top:1px solid #c7c7c7;}
.box-cntnt .bx-with-content .accordian ul li h3{color:#000000; font-size:16px; line-height:20px;font-family: 'Museo Sans Rounded 300';cursor:pointer;background:url('../images/acord-plus.png')no-repeat;background-position: 8px center; padding: 5px 10px 5px 28px;}
.box-cntnt .bx-with-content .accordian ul li.active h3{background:#008ece url('../images/minus.png')no-repeat; color:#fff;background-position: 8px center;}
.box-cntnt .bx-with-content .accordian ul li .acord-content{width:100%; float:left;display:none;padding:7px 0;}
.box-cntnt .bx-with-content .accordian ul li .acord-content h4{font-family: 'Museo Sans Rounded 700';color:#000000; font-size:16px; line-height:20px;margin-bottom:5px;}
.box-cntnt .bx-with-content .accordian ul li .acord-content p{width:100%; float:left;}
#shown{display:block;}
.ambulaz-page .img-section{width:53%;float:right;position:relative;}
.ambulaz-page .img-section .img1{width:100%; float:left;margin-top:50px;}
.ambulaz-page .img-section .img-1{position:absolute;top:0;left:0;}
.ambulaz-page .img-section .img-1 img{width:100px;}
.ambulaz-page .img-section .img-2{position:absolute;top:0;right:0;}
.ambulaz-page .img-section .img-2 img{width:180px}
.ambulaz-page .img-section .img-3{position:absolute;top:30%;right:0;}
.ambulaz-page .img-section .img-3 img{width:140px;}


nav > ul > li ul  hover{display:block !important;}


nav > ul:shover > li ul {
    width: 100%;
    float: left;
   display: block;
    margin: 6px 0 5px;
}

nav > ul > li ul.on {
    width: 100%;
    float: left;
   display: block;
    margin: 6px 0 5px;
}

.bx-with-content >ul > li{

	margin-left:30px;
	list-style-type: square;
	font-family: 'Museo Sans Rounded 300';
	padding: 4px;
	

}
.bx-with-content >ul {
margin-bottom:10px;
}

nav > ul > li > ul {display:none;}



.bx-with-content a {
color:#008dcd;
}

.bx-with-content a:hover {
color:#ffffff;
}

body{	font-family: 'Museo Sans Rounded 300';}

.home a {
color:#008dcd;
}

.home a:hover {
color:#ffffff;
}



.bx-with-content >ul {
    list-style: outside disc;
    margin-left: 1em;
}
.bx-with-content >ul li {
    position: relative;
    left: 1em;
    padding-right: 1em;    
}


.normal > ul {
	

    margin-left: 1em;
}
.normal  li {
    position: relative;
    left: 1em;
    padding-right: 1em;    
	
	margin-left:20px;
	list-style-type: square !important;
	font-family: 'Museo Sans Rounded 300';
	padding: 4px;
}

	

.download-pdf{

}



a[href$=".pdf"]
{
  padding-left: 20px;
  background-image: url(../images/file_extension_pdf.png);
  background-position: 0% 100%;
  background-repeat:no-repeat;

}


.baby{ border-top:4px solid #9fc541; }
.kinder{ border-top:4px solid #a045a2; }
.teenager{ border-top:4px solid #bc3f8b; }
.therapeut{ border-top:4px solid #cdb94a; }
.spenden{ border-top:4px solid #cf4c6d; }



body{ 

background-image:url(/images/tafel.jpg) !important; 
background-repeat: repeat-y;
background-size:100%;

}

#box_rules >ul > li{ list-style-type: square; display: list-item; padding:0px;}

#box_rules >ul{ margin-left: 24px;  }