#public 
{
	 
    opacity: 0;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}
#schwarz
{
	max-height: 0;
	-webkit-transition: max-height 2s ease-out;
    -moz-transition: max-height 2s ease-out;
    -o-transition: max-height 2s ease-out;
    -ms-transition: max-height 2s ease-out;
    transition: max-height 2s ease-out;
}
#logo
{
	max-height: 0;
	-webkit-transition: max-height 4s ease-out;
    -moz-transition: max-height 4s ease-out;
    -o-transition: max-height 4s ease-out;
    -ms-transition: max-height 4s ease-out;
    transition: max-height 4s ease-out;
}
#body{
	background-image: url(images/publicbackground.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}

#schwarz.load2{
	max-height: 75%;
}
#logo.load3{
	max-height: 100%;
}
	
#farbexplosion
{
	position: fixed;
	top: 0;
	left: -2.5%;
	height: auto;
	width: 105%;
}
#publicmain
{
	padding: 0;
}

#public.load 
{
	
    opacity: 1;
}


main
{
    padding: 20px;
}
.publicnav
{
	z-index: 3;
	background: transparent !important;
	position: fixed;
	top: 0;
	left : 0;
	width: 100%;

}

.rundherum{
	opacity: 0;
}
.schwarz{
	position: absolute;
	top: 10%;
	left: 25%;
	background: #747577;
	opacity: 0.5;
	height: 75%;
	width: 50%;
	border-radius: 8%;
}
.publicbackground{
	position: fixed;
	top: -25%;
	left:-17%;
	height: 150%;
	width: auto;
	z-index: -1;
}

.publiclogo{
	position: absolute;
	width: 40%;
	height: 55%;
	left: 30%;
	top: 22%;
	opacity: 1;
}
.publicbutton{
	position: absolute;
	top: 72%;
	left: 29%;
	width: 20%;
	height: auto;
}
.publicbutton2{
	position: absolute;
	
	right: 29%;
	width: 20%;
	height: auto;
	top: 72%;
}
.publicbutton:hover{
	background: #b7b9bc !important;
	color: black;
	border: #b7b9bc;
	-webkit-transition: width 3s; /* Safari */
    transition: width 3s;
}
.publicbutton2:hover{
	background: #b7b9bc !important;
	color: black;
border: #b7b9bc;
	-webkit-transition: width 3s; /* Safari */
    transition: width 3s;
}
#logincard{
    width: 60%;
    position: absolute;
    left: 20%;
    top: 7%;
}

#titeloben
{
    margin-left: 10% !important;
}
.klein{
    width: 40%;
}
.linklogo{
	margin: 0;
	padding: 0;
}
.loginlogo{
	height: 10%;
}
.middle{
    width: 60%;
    position: absolute;
    left: 20%;
    top: 10%;
}
#right{

	float: right;
}
.profilehome{
	width: 100px;
    padding-left: 10px;
	border-radius: 50%;
}
#search{
	width: 500px;
	margin-left: 30px;
	border-radius: 20px;
}
.profilenav{
	width: 30px;
	border-radius: 50%;
}
.navlogo{
	width: 200px;
	margin: -10px;
}
.expander
{
    display: none;
   
}
.dropdown-menu{
	left:0 !important;
}
.mobileonly{
	display: none;
}
.visible{
    display: block !important;
    /*-webkit-transition: height  5s;
    transition: height 5s;*/
}
.expander{
    width: 100%;
}
.expander:hover{
    background: white !important;

}
#Logout{
    color: black !important;
    text-decoration: none;
}
.tab{
    padding-right: 30px !important;
}






@media (max-width: 1190px)
{
	#search{
		width: 250px;
	}
}
@media (max-width: 1100px)
{
	#search{
		width: 150px;
	}
}




@media (max-width: 991px)
{
main{
    padding: 10px;
}

#right{
	float: left !important;
}

#logincard{
    width: 94%;
    position: absolute;
    left: 3%;
    top: 3%;
}

#search{
	width: 98%;
	margin-left: 1%;
	border-radius: 20px;
	margin-botton: 5px !important;
}

.display-3{
	font-size: 30px;
}
.startbutton{
	width: 99%;
	
}
.startfirst{
	margin-bottom: 10px;
}
.aenderungtitel{
	font-size = 10px !important;
}
.mobileunvisible{
	display: none !important;
}
.card-header{
 font-size: 20px;

}

.card{
	width: 100% !impotant;
margin:0;
}

#searchbutton{
	width: 96%;
	margin-left: 2%;
}

.userfirst{
	
	margin-bottom: 20px;

}
.klein{
	width: 100%;
}

.mobileonly{
	display: block;
}
.publicbackground
{
	height:100%;
	width: auto;
	left: -63%;
}
.schwarz{
	width: 90%;
	left: 5%;
	height: 65%;
}
.publiclogo{
	width: 70%;
	left: 15%;
}
.publicbutton{
	width: 80%;
	left: 10%;
	top: 65%;
	height: 7%;
}
.publicbutton2{
	width: 80%;
	left: 10%;
	top: 73%;
	height: 7%;
}
#farbexplosion
{
	position: fixed;
	top: 0;
	left: -83%;
	height: 100%;
	width: auto;
}

