@import url(https://fonts.googleapis.com/css?family=Bitter:400,700|Asap:400,400italic,700,700italic);


/*  Typo
----------------------------------------------- */

/* Wird durch Font-CSS überschrieben! Font-CSS über "Style" im Menü beeinflussbar. Alternative:  "important!" verwenden oder CSS im HTML-HEADER unter "Einstellung" setzen. */


/*  Layout
----------------------------------------------- */

body {
    background:  url("") no-repeat top left #e4ecef;
    padding:35px 0 0 0;
    margin:0;
    width:100%;

}
#container{
    background: inherit;
    margin: 60px auto 0;
    position: relative;
    width: 1000px;
    z-index: 1;
}
    
#headline {
    position: absolute;
    top: -150px;
    left: 0;
    display: inline-block;
    padding:0;
}    

#navigation
{
    position:relative;
    width:100%;
    height:51px;
    display: inline-block;
    background: #38a1d2;
    line-height:51px;

}
#sidebar
{
    float:right;
    width:250px;
    padding: 82px 23px 0 0;
}

#content
{
    float:left;
    width:690px;
    padding:23px;
}

#footer
{
    clear:both;
    margin-top:10px;
    background: none repeat-x scroll center top #f3f3f3;
    height: 42px;
}
/*-------------------------------------------------------- HEADER--*/
#header div {
    height: 100%;
    margin: auto;
    width: 1004px;
}
#header div img{
    margin-right:-3px;
}

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

#navigation {
    background: none repeat scroll 0 0 #009fe3;
    height: 50px;
    line-height: 50px;
    position: relative;
    width: 100%;
}
ul.j-nav-level-0
{
 /*    margin:0;
    padding: 0 100px 0 23px;
    list-style:none; */
	
	width:1000px;
    list-style: outside none none;
    margin: 0 auto ;
    padding: 0;
}
ul.j-nav-level-0 li
{
    float: left;

	display: block;
    padding: 15px 40px 15px 0;
}
ul.j-nav-level-0 > li:hover > a {
    border-bottom:2px solid #ffee02;
}

ul.j-nav-level-1
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 51px;
    width: 250px;
    z-index: 2;
}

ul.j-nav-level-1:before
{
    background: none no-repeat scroll 0 0 #009fe3;
    content: "";
    height: 18px;
    left: 32px;
    position: absolute;
    top: -12px;
    transform: rotate(45deg);
    width: 18px;
}

ul.j-nav-level-1 li
{
    float: none;
    margin: 0;
	display: block;
    padding: 0 0;
}

    

ul.j-nav-level-0 li a
{
    color: #fff;
    font: 700 20px/51px "Asap", Arial,"Trebuchet MS", Verdana, sans-serif;
    text-decoration:none;
    text-transform: uppercase;
    display: block;
    padding: 0 10px;
    text-align:center;
    min-width:0px; 
}
ul.j-nav-level-0 > li > a {
    color: #fff;
    font: 400 20px/20px "Asap",Arial,"Trebuchet MS",Verdana,sans-serif;
    padding:0px;
    text-decoration: none;
    text-transform: uppercase;
}

ul.j-nav-level-1 li a {
    color: #333;
    display: block;
    font: 400 18px/53px "Asap",Arial,"Trebuchet MS",Verdana,sans-serif;
    height: 53px;
    text-transform: none;
    text-align:left;
    min-width:0;
    display: block;  
	overflow: hidden;
}


ul.j-nav-level-1 li a:after {
    border-bottom: 1px solid #ccc;
    content: "";
    left: 2%;
    line-height: 0;
    position: absolute;
    width: 96%;

}
ul.j-nav-level-1 li:hover a:after {
    border-bottom: 0;
}
ul.j-nav-level-1 li:first-child a:after {
    border: 0 none;
}

ul.j-nav-level-1 li:last-child a{
    border-bottom: 0px ;
}
ul.j-nav-level-1 li a:hover {
    color: #fff;
    text-decoration:none;
    background: #009fe3;
    border-radius: 0px;
	overflow: hidden;
}

ul.j-nav-level-0 li:hover ul.j-nav-level-1 {
    display: block;
}
ul.j-nav-level-0 li ul.j-nav-level-1 {
    display: none;
}


ul.j-nav-level-2 li:first-child a:after {
    border-top: 1px solid #ccc ;
	top:0px;
}
ul.j-nav-level-2 li a:hover:after {
    border-bottom: 0px solid #ccc ;
	border-top: 0px solid #ccc ;
}
ul.j-nav-level-2 li a:after {
    border-bottom: 1px solid #ccc !important;
	bottom:0px;
}

ul.j-nav-level-2 li a {
	font-size: 14px;
    height: auto;
    line-height: 24px;
    overflow: hidden;
    text-indent: 0;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:15px;
	display:block;	
}

ul.j-nav-level-2 {
    margin: 0;
    padding: 0;
}

ul.j-nav-level-2 li { 
    list-style: outside none none;
	height: auto;
	
	display:block;
	position: relative;
}



/*  BLOG 
----------------------------------------------- */

.n.clearover.j-blogarticle {
    margin: 0 0 0px;
    padding: 0;
    position:relative;
    min-height: 290px;
}

a.blogreadmore {
    text-transform: uppercase;
}
a.blogreadmore:hover  {
}

span.comment {
    background: url("/s/img/cc/comment.gif") no-repeat scroll 6px center rgba(0, 0, 0, 0);
    display: block;
    padding: 0 26px;
    position: absolute;
    line-height: 32px;
    bottom: 0;
    right: 0;
}



/*-------------------------------------------------------- CONTENT + BLOG--*/
#container {
    background: inherit;
    margin: 15px auto 0;
    position: relative;
    width: 1004px;
    z-index: 1;
}

#content{
    background: #fff;
    float: left;
    padding: 15px;
    width: 660px;
}

#content img {
    max-width: 650px;
}
#content figure {
    max-width: 650px;
}
#content #content_area {
    width: 660px;
}
.blogselection {
    width: 650px;
}
.n.clearover.j-blogarticle {
    overflow: visible;
    margin:  0 0 15px 0;
    min-height: inherit;
    padding: 0px;
    position: relative;
 
    width:650px;
}
div.datetime.dt-style0 {
    background-color: #269cdd;
    border-radius: 1px;
    box-shadow: 0 0 0px #323232!important;
    float: left;
    margin: 0 10px 10px 0;
    min-height: 45px;
    min-width: 44px;
    overflow: hidden;
}
div.datetime{
    display: inline-block;
    margin: 0 15px 0 -62px!important;
	float:none!important;
	background:  no-repeat scroll center center rgba(0, 0, 0, 0)!important;
}
div.datetime .datetime-inner {
    background: none repeat scroll 0 0 #e5007e;
    height: 42px;
    padding: 0;
    width: 42px;
}

div.datetime p {
    color: #ffef00 !important;
    font-size: inherit;
    line-height: 1;
    padding: 0;
    text-align: center;
}

div.datetime p.day {
    line-height: normal;
    font-weight:700;
    font-size: 18px;
    padding: 5px 0 0;
	
}
div.datetime p.mon{
    font-size: 11px;
    text-transform:uppercase;
	margin-top: -2px;
    padding: 0;
}

div.datetime { /* url("kalender.png")*/
   
}



.n.j-blogSelection {
    padding: 0 5px;
}


/*Detail - Blog*/
.post.clearover {
    margin: 0 0 0px 0;
    min-height: inherit;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 650px;
    display:flex;
}   
   
.post.clearover div.datetime.dt-style9.dt-alignment-right {
    display: inline-block;
    margin: 0 20px 0 -57px;
}
.post .j-blog-header {
    margin-bottom: 25px;
}

.postmeta {
    left: 7px;
    position: absolute;
     bottom: 0;
}

.n.j-comment {
    margin-top: 25px;
}   
    
ul.com-list, ul.com-list-noava {
    margin: 15px 0;
    padding: 0;
}
    
.zend_form > div {
    padding-top: 8px;
}   
    
.zend_form > div label{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #e5007e !important;
    font: 400 18px/200% "Asap",Arial,"Trebuchet MS",Verdana,sans-serif;
    padding: 0;
}
.zend_form input[type="text"], .zend_form textarea {
    background: none no-repeat scroll 12px center rgba(0, 0, 0, 0);
    border: 2px solid #d8dce0;
    border-radius: 5px;
    box-sizing: content-box;
    color: #9ba0a8;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
    padding: 5px 10px;
    width: 96%;
}

.commententry input[type="submit"] {
    background: none repeat scroll 0 0 #009fe3;
    color: #fff;
    display: block;
    height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    margin-top:15px;
    border:0px;
}

.commententry input[type="submit"]:hover {
    background: none repeat scroll 0 0 #e5007e;
}

/* Sidebar */

.input_email input , input[name="email"] {
    background: url(https://u.jimdo.com/www71/o/s5052c3b8e0dc2298/userlayout/img/brief.png?t=1429607378) no-repeat scroll 12px center rgba(0, 0, 0, 0);
    border: 2px solid #d8dce0;
    border-radius: 5px;
    color: #9ba0a8;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
    padding: 5px 0;
    text-indent: 40px;
    width: 99%;
}

input#recaptcha_response_field {
    background: none no-repeat scroll 12px center rgba(0, 0, 0, 0);
    border: 2px solid #d8dce0;
    border-radius: 5px;
    color: #9ba0a8;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
    padding: 5px 0;

    width: 99%;
    letter-spacing: 0.02em;
  
}
button.cr_button{
    background: none repeat scroll 0 0 #38a1d2;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    line-height: 32px;
    margin: 5px 0;
    padding: 0 26px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
button.cr_button:hover{
    background: none repeat scroll 0 0 #238ec4;
}
#recaptcha_widget > div {
    margin-bottom: 5px;
}
#recaptcha_image > img {
    max-width: 240px;
}
.captcha2_reload {
    float: right;
    margin-top: 5px;
}
.editable_content + p {
    font: italic 400 15px "Asap",Arial,"Trebuchet MS",Verdana,sans-serif;
    color: #9ba0a8!important;

}
/*-------------------------------------------------------- SIDEBARE --*/
#sidebar {
   background: none repeat scroll 0 0 #fff;
    float: right;
    padding: 15px;
    width: 267px;
}
    




.input_email input {
  
    border: 2px solid #d8dce0;
    border-radius: 5px;
    color: #9ba0a8;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
    padding: 5px 0;
    text-indent: 40px;
    width: 99%;
}    
    
input#recaptcha_response_field {
    background: none no-repeat scroll 12px center rgba(0, 0, 0, 0);
    border: 2px solid #d8dce0;
    border-radius: 5px;
    color: #9ba0a8;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
    padding: 5px 0;
    text-indent: 40px;
    width: 99%;
}    
    
#recaptcha_image > img {
    max-width: 258px;
}    
    

.editable_content + p {
    color: #9ba0a8 !important;
    font: italic 400 15px "Asap",Arial,"Trebuchet MS",Verdana,sans-serif;
    margin-top: 15px;
}
    
button.cr_button {
    background: none repeat scroll 0 0 #009fe3;
    border: 0 none;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 32px;
    margin: 5px 0;
    padding: 0 26px;
    text-transform: uppercase;
 } 
button.cr_button:hover {
    background: none repeat scroll 0 0 #e5007e;

 } 

/* Footer */
div#contentfooter {
    font-size: 15px!important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

div#contentfooter div.inforow {
    display: none;
}

#contentfooter a {
   
    font-weight: normal;
    color:#474747!important;
}



#footer .gutter 
{
    height:0px;
    padding: 12px 23px 0;
}

/*-------------------------------------------------------- FOOTER --*/
#footer {
   background: none;
}
#footer .gutter {
    padding: 15px 0 0;
}
#contentfooter {
    color: #e4ecef;
}
#contentfooter .leftrow a,
#contentfooter .rightrow a{
    margin: 0 15px;
    font-size:14px;
}    
#contentfooter .leftrow a:first-child {
    margin-left: 0;
}   
#contentfooter .rightrow a:last-child {
    margin-right: 0;
} 
    

/* Sonstiges */
.j-header {
    clear: both;
}


div.datetime {
    background: url("/s/img/cc/datesticker-bg.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 45px;
    margin: 0 10px 10px 0;
    width: initial!important;
}

