@media only screen and (max-width: 825px) {
	.profile_bild{
        width: 70%;
    }

    .table_profilbild{
        width: 100% !important;
    }


}

.profile_bild{
   float: left;
}


.icon-bar{
    height: 4px;
    width: 30px;
    background: black;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.icon-bar-first{
	margin-top: 5px;
}

.icon-bar-last{
	margin-bottom: 5px;
}

.navbar-toggle{
    float: right;
    height: 50px;
    width: 50px;
    background: transparent;
}

.navbar-header{
	width:100%;
}

.clearfix {
    width: 100%;
    margin-bottom: 35px;
}

.rowImage {
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.navbar-nav li {
	list-style-type: none;
    border: 1px solid black;
    border-radius: 8px;
    width: 180px;
    text-align: center;
    margin-bottom: 12px;
	padding: 3px;
}

.navbar-collapse {
	padding-bottom: 10px;
	margin-top: 20px;
}

.navbar-header button {
	margin-top:20px;
}

@media only screen and (max-width: 350px) {
    .rowImage {
        width: 100%;
        margin-bottom: 35px;
    }

    .clearfix {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 899px) {
    .navbar {
        min-height: 110px !important;
    }
}

@media only screen and (min-width: 900px) {
    .navbar-toggle{
	display:none;
    }

    .navbar-collapse{
     	display:block !important;
}

	.navbar-nav li{
		float: left;
    		margin-right: 35px;
	}

	.navbar-nav{
		display:block !important;
	}
	
	.navbar {
        min-height: 165px !important;
    }

}
