

body {
	background-color: #303030;
	background-image: url('images/textur.jpg');
	background-repeat: repeat;
	width: 100%;
    margin-left: 25%;
    margin-right: 25%;
    padding-top:80px;
}

table {
	width: 75%;
}
 .preis {
 	padding: 7px;
 }

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
    padding-bottom: 0;
    padding-top: 0;

}

.thumbnail {
    border: 0 none !important;
    box-shadow: none !important;
}

.row {
	border-style: none;
}

.navbar-defaultt {
	background-color: white;
	border-color: white;

    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.navbar{

    -webkit-border-radius: 0 !important; 
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}


.nav {
    margin:0;
	margin-bottom: 0;
}


.eigene_nav_klasse {
    background-color: #FF9B15; 
    border-style: none;
    margin:0;

}

.nav_text {
    color: #004d00;
    font-family: 'Open Sans', sans-serif;
    font-weight:  700;
    font-size: 1.5em;
    margin: 0 0 0;
    padding: 0;
    text-align: center;
    padding-top: 8px;
    padding-bottom:0px;

}

.footer {
	text-align: right;
}

.fill { 
    min-height: 100%;
    height: 100%;
    margin-top: 0;
 	margin-bottom: 0;
}

.ueber {
    font-weight: bold;
    font-size: 1.5em;
    color:#1A1E26;
    padding-left: 15px;
}

.eigene_nav_klasse {
	/*background-color: #004D00;*/
	background-color: white; 
	border-style: none;
}

#sidebar_caption {
    /*background-color: #009933;*/
    background-color: #FF9B15;
    border-style: none;
    padding-bottom: 0;
    margin:0;
 
}

#sidebar {
    background-color: #FF9B15; /* orange */
    margin: 0;
    padding: 1em;
    color: #1A1E26;
    text-align: left;
}


#sidebar a,a:link, a:visited, a:hover, a:active {
    color: #1A1E26;
    text-decoration: none;
}

#sidebar ul {
    list-style-type: none;
}

.sidebar_ueber {
    /*padding-left: 10px;*/
    font-family: 'Open Sans', sans-serif;
    font-weight:  700;
}

.side_text {
	color: #1A1E26;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 0.1em;
}

@media (max-width: 990px) {
	.nur-web{ 
		display: none !important;
        margin:0;
        padding:0;

	}

	#bio-logo {
		display:none;
	}file:///C:/Users/Nicole/Desktop/Podo/images/landscape-04.jpg

	.nur-handy {
		display: inline !important;
	}

        
    body {
        padding: 20px !important;
    }
    
}

@media (max-width: 770px) {
    .navbar-img {
        display: block !important;
        border-style: none;
        float: left !important; 
        padding: 5px;
    }
}

