@charset "utf-8";
/* CSS Document by mak*/

body {background: #fff; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 1.3em; line-height: 18px;border-top: 5px solid #ffdb00;}

/* body {background: url(../images/bg.jpg) no-repeat; background-attachment: fixed;} */


h1 {font-size: 1.4em; color: #444;}
h2 {font-size: 1.3em; color: #444;}
h3 {font-size: 1.2em; color: #444;}
h4 {font-size: 1.1em; color: #444;}
h5 {font-size: 1em; color: #444;}

.container {width: 100%;}
.container-wrapper {width: 83%; margin: 15px auto;}
.standart-inhalt {display: block; background: #fff; color: #444; margin-top: 5px; border-right: 5px solid transparent; height: auto;}

.bottom-line {border-bottom: 1px solid #aaa;}

.fader {background: #transparent; color: #fff; margin-top: 5px; padding-right: 5px; padding-left: 0px;}
.fader img {border-top-right-radius: 20px; border-bottom-left-radius: 20px;}
.ewto-mitglied {color: #333; margin-top: 5px; }
.content {display: block; background: #fff; color: #444; margin-top: 5px; border-right: 5px solid transparent; height: auto;}

.top-logo {background: url(../images//logo-neu.png) no-repeat; width: 100%; height: 100%; position: absolute; z-index: 1000; margin-top: 25px;
}

/* MIDDLE */
.icons{display: none;}
.middle {width: 99.3%; margin: 5px 0; padding-bottom: 10px;background: #fff; border-radius:15px; border: 1px solid #ccc;}

/* CONTENT-BOX-LEFT */
.content-box-left {margin-top: 5px; border-right: 1px solid #ccc; height: 350px; line-height: 1.3em;}
.content-box-left h2 {margin-top: 10px;margin-bottom: 12px;}
.content-box-left h3 {font-size: 1.0em;margin-top: 5px;margin-bottom: 5px; font-weight: bold;}
.content-box-left ul {padding-left: 40px;}
.content-box-left img{margin-top: 5px;border-top-right-radius:15px; border-bottom-left-radius:15px; 
	 /* Webkit (Safari/Chrome) */ -webkit-box-shadow:  0px 1px 2px 2px #333;
	/* Mozilla Firefox */ -moz-box-shadow: 0px 1px 2px 2px #333;
	/* Proposed W3C Markup */ box-shadow: 0px 1px 2px 2px #333;
}

/* CONTENT-BOX-RIGHT */
.content-box-right {border-left: 1px solid #ccc; margin-top: 20px;}
.content-box-right .nav > li > a {color: #444; padding: 5px 10px;  border-top: 1px solid #ccc;}

/* FORUM */
.forum {display: none;}
.forum-abschalten {display: none !important;}

/* NAVIGATION */

.navigation {background: transparent; margin:0px; padding: 0px; margin-top: 5px; position: relative; z-index: 1100;}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {color: #444;}

.nav-pills > li > a {
	color: #444;
	padding: 8px 26px;
	border: 1px solid #ccc;
	font-size: 13px;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	background-image: linear-gradient(top,#FFFFFF 0%, #CCCCCC 100%);
	-moz-border-radius-topleft: 18px;
	-moz-border-radius-topright:18px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:18px;
	-webkit-border-top-right-radius:18px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:18px;
	border-top-right-radius:18px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;}
	
.nav-pills > li > a:hover {
	color: #444;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #ffdb00 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #ffdb00 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #ffdb00 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ffdb00 100%);
	background-image: linear-gradient(top,#FFFFFF 0%, #ffdb00 100%);
}

.nav-child {display: none; padding: 0px; margin: 0px; background: #fff; position: absolute; z-index: 10;	border-bottom-left-radius: 10px; border-bottom-right-radius:10px;
	-webkit-box-shadow: 1px 2px 0px 1px #666;
	-moz-box-shadow:1px 2px 0px 1px #666;
	 box-shadow:1px 2px 0px 1px #666;}
	 
.nav-child li a {font-size: 13px; color: #444; list-style: none; text-decoration: none; display: block; padding: 5px 30px;}
.nav-child li a:hover {
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #ffdb00 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #ffdb00 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #ffdb00 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ffdb00 100%);
	background-image: linear-gradient(top,#FFFFFF 0%, #ffdb00 100%);
}
.nav-child li {padding: 0 5px; list-style: none; margin-top: 3px; margin-bottom: 3px; }

/* NEWS-TICKER + EWTO-LOGO*/

.ltewtol {background: #fff; border: 1px solid #ccc; padding-right: 10px; margin-top: 1px;margin-right: -10px; border-radius: 10px;}

.ewto-mitglied {background: transparent;}
.ewto-mitglied img {vertical-align: baseline;}
.lauftext {color: #fff; margin-top: 5px; padding-right: 5px; padding-left: 0px;}
.noo-ticker a {font-size: 1em; color: #444; text-align: left; letter-spacing: 1px; padding-left: 10px; text-decoration: none;}
.noo-ticker a:hover {color: #888;}
.noo-ticker-item {width: 90%; text-align: left;}

/* INFOBOX */
.infobox {width: 99.3%; margin: 5px 0; padding-bottom: 10px;background: #fff; border-radius:15px; border: 1px solid #ccc;}

/* ANMELDUNG */
.anmeldung {background: #fff; border: 1px solid #ccc; border-radius: 15px; margin-top: 5px;}
.anmeldung h3 {font-size: 1.2em; padding-bottom: 5px; border-bottom: 5px solid #fedb08; text-align: center;}
.anmeldung a {text-decoration: none;}

/* ZUFALLSBILDER */

.zb {background: #fff; border: 1px solid #ccc; border-radius: 15px; margin-top: 5px;}
.zb img {width: 100%; height: auto; padding: 0px 0 10px 0;}
.zb h3 {font-size: 1.2em; padding-bottom: 5px; border-bottom: 5px solid #fedb08; text-align: center;}
.zb a {text-decoration: none;}

/* SHOP */

.shop {background: #fff; border: 1px solid #ccc; border-radius: 15px; margin-top: 5px;}
.shop h3 {font-size: 1.2em; padding-bottom: 5px; border-bottom: 5px solid #fedb08; text-align: center;}
.shop img {width: 98%;}

/* FACEBOOK */
.fb h3 {font-size: 1.2em; padding-bottom: 5px; border-bottom: 5px solid #fedb08; text-align: center;}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

/* EWTO-MITGLIED */
.ewto-mitglied {color: #333; margin-top: 5px; text-align: right;}

/* COPYRIGHT */
.copyright {background: #fff; height: 50px; color: #666; margin-top:15px; padding: 10px 15px;border-top: 5px solid #ffdb00; text-align: center;}
.copyright a {color: #666; text-decoration: none;}
.copyright a:hover {color: #333;}

#jem {background: #fff; border: 0px;}

/* ANMELDUNG */
.unstyled {margin-top: 15px; margin-left: 0px; padding-left: 0px;}
.unstyled li {list-style: none; padding: 3px 0;}
.unstyled a {color: #888;}
.unstyled a:hover {color: #444;}
.userdata .form-control {width: 100%;}
#form-login-remember {margin: 15px 0;}

/* SOCIAL-MEDIA */
.social-media {background: #fff; border: 1px solid #ccc; border-radius: 15px; margin-top: 5px;}
.social-media h3 {font-size: 1.2em; padding-bottom: 5px; border-bottom: 5px solid #fedb08; text-align: center;}
.social-media a {text-decoration: none;}

.social:before {font-size: 2.5em; color: #4184c2; margin-right: 10px;} 
.social:hover:before {color: #033f67;} 

/* BUTTON */
.btn {
    display: inline-block;
    padding: 2px 10px;
    margin: 7px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0px;
    text-align: left;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

 /* FACEBOOK */
 .fb-like-box {background: #fff; margin-bottom: 30px;}
 #fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.fb-like-box .fb_iframe_widget img {width: 100% !important;}