

@font-face{
	font-family:CraftyGirls-Regular;
	src:url(CraftyGirls-Regular.ttf);
}


@font-face{
	font-family:Condiment-Regular;
	src:url(Condiment-Regular.ttf);
}

@font-face{
	font-family:Galada-Regular;
	src:url(Galada-Regular.ttf);
}

@font-face{
	font-family:MrDafoe-Regular;
	src:url(MrDafoe-Regular.ttf);
}

@font-face{
	font-family:MrsSheppards-Regular;
	src:url(MrsSheppards-Regular.ttf);
}

@font-face{
	font-family:RacingSansOne-Regular;
	src:url(RacingSansOne-Regular.ttf);
}

@font-face{
	font-family:Shrikhand-Regular;
	src:url(Shrikhand-Regular.ttf);
}

@font-face{
	font-family:Sriracha-Regular;
	src:url(Sriracha-Regular.ttf);
}


@font-face{
	font-family:Daniel Davis;
	src:url(daniel_davis.ttf);
}

@font-face{
	font-family:Fresh Marker;
	src:url(freshmarker.ttf);
}

@font-face{
	font-family:Ateeca;
	src:url(ateeca.ttf);
}

@font-face{
	font-family:Hallelujah;
	src:url(hallelujah.ttf);
}

@font-face{
	font-family:One Signature;
	src:url(onesignature.ttf);
}

@font-face{
	font-family:Angelique Rose;
	src:url(angelique_rose.ttf);
}

@font-face{
	font-family:Wild Ones;
	src:url(wild_ones.ttf);
}

@font-face{
	font-family:Ubuntu Title;
	src:url(Ubuntu-Title.ttf);
}

@font-face{
	font-family:Scratched Letters;
	src:url(ScratchedLetters.ttf);
}

@font-face{
	font-family:GeosansLight;
	src:url(GeosansLight.ttf);
}

@font-face{
	font-family:Jellyka;
	src:url(Jellyka_Estrya_Handwriting.ttf);
}

@font-face {
   font-family:Reenie Beanie;
   src: url(ReenieBeanie-Regular.ttf);
}

@font-face {
   font-family:Roboto;
   src: url(Roboto-Regular.ttf);
}

@font-face {
   font-family:Ubuntu Condensed;
   src: url(Roboto-Regular.ttf);
}

@font-face {
   font-family:Quicksand;
   src: url(Quicksand-Light.ttf);
}

@font-face {
   font-family:Archivo Black;
   src: url(ArchivoBlack-Regular.ttf);
}

@font-face {
   font-family:Righteous;
   src: url(Righteous-Regular.ttf);
}

@font-face {
   font-family:Monoton;
   src: url(Monoton-Regular.ttf);
}

@font-face {
   font-family:Oswald;
   src: url(Oswald-Regular.ttf);
}

@font-face {
   font-family:Nothing you could do;
   src: url(NothingYouCouldDo-Regular.ttf);
}

@font-face {
   font-family:Baloo Tamma;
   src: url(BalooTamma2-Bold.ttf);
}

@font-face {
   font-family:Poppins;
   src: url(Poppins-Regular.ttf);
}

@font-face {
   font-family:Prompt;
   src: url(Prompt-Regular.ttf);
}

@font-face {
   font-family:Anton;
   src: url(Anton-Regular.ttf);
}

@font-face {
   font-family:Alfa Slab One;
   src: url(AlfaSlabOne-Regular.ttf);
}

@font-face {
   font-family:Permanent Marker;
   src: url(PermanentMarker-Regular.ttf);
}

@font-face {
   font-family:FuzzyBubblesRegular;
   src: url(FuzzyBubbles-Regular.ttf);
}

@font-face {
   font-family:FuzzyBubblesBold;
   src: url(FuzzyBubbles-Bold.ttf);
}

@font-face {
   font-family:IndieFlower;
   src: url(IndieFlower-Regular.ttf);
}

@font-face {
   font-family:FrederickaTheGreat;
   src: url(FrederickatheGreat-Regular.ttf);
}

@font-face {
   font-family:RubikVinyl;
   src: url(RubikVinyl-Regular.ttf);
}

@font-face {
   font-family:Shizuru;
   src: url(Shizuru-Regular.ttf);
}




.closebtn_scroll {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 28px;
  margin-left: 50px;
  background:transparent;
  padding: 1px 4px 1px 32px;
  text-decoration: none;
  color: white;
  display: block;
  transition: 0.3s;
-webkit-tap-highlight-color: transparent;
}

.closebtn_scroll:hover {
  color: dodgerblue;
}


.scroll_it_window{
	width:190px;
	z-index:102;
	position:absolute;
	top:0;
	background:black;
	color:white;
	font-family:"Roboto",sans-serif;
	font-size:17px;
	padding:14px;
	border-radius:20px;
	transition: 0.3;
}



.erstelltvon{
	font-family:'Roboto',sans-serif;
	font-size:18px;
	color:black;
}



.linear-text-gradient {
    background: linear-gradient(to right, red, mediumblue, black);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
	font-family:"RacingSansOne-Regular",sans-serif;
	font-size:55px;
	letter-spacing:1px;
}
			
@media(max-width:600px){
.linear-text-gradient{
	font-size:35px;
}
}


.wrapperoutside_wobidoo{
	box-sizing:border-box;
	width:100%;
	background:white;
}

.wrapper_wobidoo{
	position:relative;
	width:1920px;
	max-width:100%;
	box-sizing:border-box;
	background:white;
	margin:0 auto;
}

@media(max-width:1100px){
.wrapper_wobidoo{
	background:white;
}
}


.link_faam_footer_sehr_neu{
	color:black;
	text-decoration:none;
	font-family:'Ubuntu Condensed',sans-serif;
	font-size:15px;
	padding:7px 32px 7px 32px;
	transition:200ms;
	background:lightskyblue;
	border-radius:27px;
-webkit-tap-highlight-color: transparent;
}







.datenschutz_wrapper_inner_logged{
	width:93%;
	background:white;
	border-radius:7px;
	box-shadow:1px 1px 8px grey;
}

.datenschutz_wrapper_inner2a_logged{
	font-family:"Ubuntu Condensed",sans-serif;
	font-size:14px;
	color:black;
	padding:7px 50px 3px 50px;
	-webkit-hyphens: manual;
  	-ms-hyphens: manual;
  	hyphens: manual;
	text-align:justify;
}

.datenschutz_wrapper{
	width:100%;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding-bottom:30px;
	padding-left:12px;
	padding-right:12px;
}

.datenschutz_wrapper_inner{
	width:80%;
	background:rgba(40,40,40,0.8);
	border-radius:14px;
}

.datenschutz_wrapper_inner1{
	font-family:"Baloo Tamma",sans-serif;
	font-size:50px;
	color:dimgrey;
	font-weight:bold;
}

.datenschutz_wrapper_inner1_unlogged{
	font-family:"Baloo Tamma",sans-serif;
	font-size:50px;
	color:gold;
	font-weight:bold;
}

.datenschutz_wrapper_inner2{
	font-family:"Baloo Tamma",sans-serif;
	font-size:30px;
	color:gold;
	line-height:1.2;
	padding:15px;
}

.datenschutz_wrapper_inner2_logged{
	font-family:"Baloo Tamma",sans-serif;
	font-size:30px;
	color:dimgrey;
	line-height:1.2;
	padding:4px 15px 4px 15px;
}

.datenschutz_wrapper_inner2a{
	font-family:"Ubuntu Condensed",sans-serif;
	font-size:15px;
	color:white;
	padding:15px 50px 15px 50px;
	-webkit-hyphens: manual;
  	-ms-hyphens: manual;
  	hyphens: manual;
	text-align:justify;
}


@media(max-width:700px){
.datenschutz_wrapper_inner1_unlogged{
	font-family:"Ubuntu Condensed",sans-serif;
	font-size:22px;
	font-weight:bold;
}
	.datenschutz_wrapper_inner1{
	font-family:"Ubuntu Condensed",sans-serif;
	font-size:22px;
	font-weight:bold;
		text-shadow:none;
	}
	.datenschutz_wrapper_inner{
		width:97%;
		padding:0px;
	}
	.datenschutz_wrapper_inner_logged{
		width:97%;
		padding:0px;
		box-shadow:none;
	}
	.datenschutz_wrapper_inner2{
		font-family:"Ubuntu Condensed",sans-serif;
		font-size:20px;
		color:dimgrey;
		line-height:1.2;
		font-weight:bold;
	}
	.datenschutz_wrapper_inner2_logged{
		font-family:"Baloo Tamma",sans-serif;
		font-size:18px;
		color:dimgrey;
		line-height:1.2;
	}
	.datenschutz_wrapper_inner2a{
		padding:8px;
		text-align:center;
		font-size:13px;
	}
	.datenschutz_wrapper_inner2a_logged{
		padding:12px;
		text-align:center;
		font-size:13px;
	}
}


.closebtn_login {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 28px;
  margin-left: 50px;
  background:transparent;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: dimgrey;
  display: block;
  transition: 0.3s;
-webkit-tap-highlight-color: transparent;
}

.closebtn_login:hover {
  color: black;
}


.span_username{
	font-family:"Ubuntu Condensed", sans-serif;
	font-size:19px;
	color:black;
	font-weight:bold;
}


.span_delete_message{
	font-family:"Ubuntu Condensed",sans-serif;
	font-size:14px;
	color:rgb(40,40,60);
}


.nachrichtsendenhyper{
	font-family:"Ubuntu Condensed",sans-serif;
  background:rgb(90,130,210);
  border: none;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  transition:200ms;
  border-radius:27px;
  font-weight:bold;
-webkit-tap-highlight-color: transparent;
}



.sidenav {
  width: 0;
  position: fixed;
  z-index: 1000;
  background-color: white;
  overflow: hidden;
  transition: 0.2s;
  box-shadow:1px 3px 19px dimgrey;
  margin:0;
  background:white;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius:13px;  
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.effect-16{border: 0; padding: 4px 0; border-bottom: 1px solid firebrick; background-color: transparent;}
.effect-16 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #3399FF; transition: 0.4s;}
.effect-16:focus ~ .focus-border, .has-content.effect-16 ~ .focus-border{width: 100%; transition: 0.4s;}
.effect-16 ~ label{position: absolute; left: 0; width: 100%; top: 9px; color: firebrick; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-16:focus ~ label, .has-content.effect-16 ~ label{top: -16px; font-size: 12px; color: lightgrey; transition: 0.3s;}


.delete_window_style2{
	font-family:"Ubuntu Condensed",sans-serif;
	font-size:28px;
	color:darkblue;
	line-height:1.1;
}


.showpassfield{
  color:black;
  text-decoration: none;
  font-size: 17px;
  cursor: pointer;
  font-family:"Quicksand", sans-serif;
-webkit-tap-highlight-color: transparent;
}

.miniwindow{
	bottom:30px;
	max-width:30%;
	width:1300px;
	box-sizing:border-box;
	position:fixed;
	z-index:10;
	margin:0 auto;
	padding:17px;
	background:white;
	animation: laster 1s linear 1;
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 14px;
	color: black;
	text-align: center;
	-webkit-hyphens: manual;
  	-ms-hyphens: manual;
  	hyphens: manual;
	box-shadow:1px 3px 23px dimgrey;
}

@keyframes laster {
	from {bottom:-1000px;}
	to {bottom:30px;}
}

@media(max-width:900px){
	.miniwindow{
		max-width:95%;
	}
}



input#submitjumping {
  background-color: dodgerblue;
  border: none;
  color: white;
  padding: 5px 17px;
  text-decoration: none;
  cursor: pointer;
  font-size: 17px;
  border-radius: 6px;
  font-family:"Ubuntu Condensed", sans-serif;
}

input#submitjumping:hover {
  background-color: rgb(40,30,50);
  border: none;
  color: white;
  text-decoration: none;
  cursor: pointer;
	animation: ani20 1s linear 1 both;	
}
@keyframes ani20{ 
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}


.htmllink1{
	text-decoration:none;
	color:firebrick;
}


.divcont2343{
	background:url(img_mod10.jpg)no-repeat top center;
	box-sizing:border-box;
}

.divcont2343dudi{
	background:white;
}

@media(max-width:700px){
	.divcont2343{

	}
.divcont2343dudi{

}
}


.divcont2343inner3indexparent{
	box-sizing:border-box;
	max-width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;	
}



.gibhier2{
font-family:'One Signature',sans-serif;
text-align:center;
font-size:77px;
color:indigo;
padding:0px 130px;
line-height:1.2;
}

@media(max-width:700px){
.gibhier2{
padding:0px 15px;
font-weight:bold;
font-size:48px;
}
}



.gibhier{
	padding:0px 130px;
}

@media(max-width:700px){
.gibhier{
padding:0px 15px;
}
}

.divcont170{
	width:60%;
	box-sizing:border-box;
	padding:0px 25px 0px 25px;
}
@media(max-width:600px){
	.divcont170{
	width:93%;
	padding:0px 15px 0px 15px;
}
}

.text_complaint_input {
	background:white;
	box-sizing: border-box;
	width:100%;
  color: black;
  padding: 10px 17px;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  font-family:"Ubuntu Condensed", sans-serif;
  transition:160ms;
  border:3px solid grey;
  border-radius:28px;
  text-align:center;
outline:none!important;
-webkit-tap-highlight-color: transparent;
font-weight:bold;
}

.text_complaint_input:focus {
	border:3px solid rgb(40,50.180);
}









.res_class{
z-index:98;
width:100%;
height:0px;
position:absolute;
top:0;
overflow-y: scroll;
scrollbar-color: rgb(40,60,60) lightgrey;
scrollbar-width:auto;
color:black;
font-family:'Ubuntu Condensed',sans-serif;
font-size:16px;
box-shadow:1px 1px 9px dimgrey;
background:white;
border-radius:0px 0px 6px 6px;
font-weight:bold;
}

.fotdelbut_neu{
	margin-left: auto;
	margin-right: auto;
	left: 30px;
	right: 30px;
	text-align: center;
	position:absolute;
	bottom:-250px;
	font-size:18px;
	color:white;
	padding:4px 10px;
	display:inline-block;
	z-index:200;
}

.loader2 {
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
  border: 16px solid #3b4c57;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin2 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
@media(max-width:600px){
	.loader2{
	bottom:0;
}
}

@-webkit-keyframes spin2 {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin2 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}








.about_wrapper_go{
	width:100%;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding-bottom:15px;
}

.about_wrapper_go1{
	width:180px;
}

.about_wrapper_go2{
	width:180px;
}

@media(max-width:700px){
	.about_wrapper_go1{
		width:100%;
		padding:15px;
	}
	.about_wrapper_go2{
		width:100%;
		padding:15px;
	}
}

.buttrans_unten{
	background:rgb(89,60,80);
	border-radius:27px;
	padding:5px 20px;
	font-family:"Roboto",sans-serif;
	font-size:15px;
	color:white;
	text-decoration:none;
-webkit-tap-highlight-color: transparent;
cursor:pointer;
display:inline-block;
margin:5px 0px;
}

.buttrans{
	background:rgb(50,90,160);
	border-radius:27px;
	padding:8px 22px;
	font-family:"Roboto",sans-serif;
	font-size:19px;
	color:white;
	text-decoration:none;
-webkit-tap-highlight-color: transparent;
cursor:pointer;
font-weight:bold;
}

.buttrans2{
	background:indigo;
	border-radius:27px;
	padding:8px 22px;
	font-family:"Roboto",sans-serif;
	font-size:19px;
	color:white;
	text-decoration:none;
-webkit-tap-highlight-color: transparent;
cursor:pointer;
}

.submit_confirm_div {
  width: 0;
  height:0;
  position: fixed;
  z-index: 1000;
  overflow-x: hidden;
  margin:0;
  background:rgba(30,20,30,0.8);
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size:17px;
  font-family:"Ubuntu Condensed",sans-serif;
  color:white;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.wiegross{
padding:0px 100px 0px 100px;
font-family:'Roboto',sans-serif;
color:black;
font-size:14px;
}

@media(max-width:700px){
.wiegross{
font-size:14px;
padding:0px 15px;
}
}


.rg{
	width:100%;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.ri1{
	width:36%;
	background:white;
	border-radius:13px;  
    box-shadow: 15px 15px 15px rgb(60,140,180);
	margin:20px;
	padding:20px;
	font-size:15px;
	font-family:"Ubuntu Condensed",sans-serif;
	color:black;
}

.ri2{
	width:36%;
	background:white;
	border-radius:13px;  
    box-shadow: 15px 15px 15px rgb(60,140,180);
	margin:20px;
	padding:20px;
	font-size:15px;
	font-family:"Ubuntu Condensed",sans-serif;
	color:black;
}

@media(max-width:700px){
	.ri1{
		width:90%;
	}
	.ri2{
		width:90%;
	}
}

.sidenav_message {
	width:60%;
	height:70%;
  position: fixed;
  z-index: 100;
  background-color: white;
  overflow-y: scroll;
  scrollbar-color: rgb(40,60,60) lightgrey;
  scrollbar-width:auto;
  box-shadow:6px 12px 30px rgb(30,20,30);
  background:white;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius:13px;  
}

@media(max-width:500px){
.sidenav_message{
		width:90%;
		height:auto;
	}
}

input[name=grundkon] {
	background:rgb(40,30,50);
	box-sizing: border-box;
	width:94%;
  color:white;
  padding: 7px 9px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid rgb(190,190,190);
  font-family:"Ubuntu Condensed", sans-serif;
  transition:500ms;
-webkit-tap-highlight-color: transparent;
font-weight:bold;
}

input[name=grundkon]:focus {
  color:black;
	background:white;
outline:none!important;
}


textarea[name=nachrichtkon] {
	background:rgb(40,30,50);
	box-sizing: border-box;
	width:94%;
  color: white;
  padding: 7px 9px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid rgb(190,190,190);
  font-family:"Ubuntu Condensed", sans-serif;
  transition:500ms;
  resize:none;
-webkit-tap-highlight-color: transparent;
font-weight:bold;
}

textarea[name=nachrichtkon]:focus {
  color:black;
	background:white;
outline:none!important;
}

.span_location_search{
	font-family:"Ubuntu Condensed", sans-serif;
	font-size:17px;
	color:white;
	font-weight:bold;
}

.wrapperoutside_wobidoo_admin{
	box-sizing:border-box;
	width:100%;
	background:dimgrey;
}

.wrapper_wobidoo_admin{
	position:relative;
	width:1300px;
	max-width:100%;
	box-sizing:border-box;
	background:white;
	margin:0 auto;
}

.span_admin_css{
	font-family:"Ubuntu Condensed", sans-serif;
	font-size:18px;
	color:firebrick;
	word-break:break-word;
}

.button_message_list{
	font-family:"Ubuntu condensed",sans-serif;
  background:rgb(210,230,230);
  color: black;
  padding: 5px 8px;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  transition:150ms;
  border-radius:5px;
}

.divcont2343regbereich{
	background:white;
}

.divcont29regdiv{
	font-family:'Ubuntu Condensed', sans-serif;
	color:white;
	font-size:15px;
	text-align:center;
	background:rgb(200,40,30);
	border-radius:10px;
	padding:2px 10px;
	margin:2px 0px 2px 0px;
	display:inline-block;
}

@media(max-width:600px){
.divcont29regdiv{

}	
}

input#regi1{
	background:white;
	box-sizing: border-box;
	width:100%;
  color: black;
  padding: 9px 15px;
  text-decoration: none;
  font-size: 17px;
  cursor: pointer;
  font-family:"Ubuntu Condensed", sans-serif;
  transition:120ms;
  resize:none;
  text-decoration: none;
  text-align:center;	
outline:none!important;
  border:4px solid dimgrey;
-webkit-tap-highlight-color: transparent;
font-weight:bold;
border-radius:27px;
}

input#regi2{
	background:white;
	box-sizing: border-box;
	width:100%;
  color: black;
  padding: 9px 15px;
  text-decoration: none;
  font-size: 17px;
  cursor: pointer;
  font-family:"Ubuntu Condensed", sans-serif;
  transition:120ms;
  resize:none;
  text-decoration: none;
  text-align:center;	
outline:none!important;
  border:4px solid dimgrey;
-webkit-tap-highlight-color: transparent;
font-weight:bold;
border-radius:27px;
}

.divcont100{
	font-family:'Roboto', sans-serif; 
	font-size:15px; 
	color:black; 
	line-height:1.7;
	padding:0px 15px 0px 15px;
}

.linkclass2reg{
	font-family:'Roboto',sans-serif;
	color:firebrick;
	font-size:15px;
	text-decoration:none;
	background:rgb(220,220,230);
	padding:3px;
-webkit-tap-highlight-color: transparent;
}	

input#submitjumping_anwenden {
  background-image: linear-gradient(dodgerblue,mediumblue);
  border: none;
  color: white;
  padding: 6px 19px;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  border-radius: 9px;
  font-family:"Ubuntu Condensed", sans-serif;
	font-weight:bold;
outline:none!important;
-webkit-tap-highlight-color: transparent;
}

.meinprofiltop{
		font-family:'Oswald',sans-serif;
	font-size:60px;
	color:navy;
	text-align:center;
	padding:15px 15px 0px 15px;
	line-height:1.1;
	font-weight:bold;	
}

@media(max-width:700px){
	.meinprofiltop{
		font-size:44px;
	}
}

.nachrichtsendenhyper_searching{
	font-family:"Ubuntu Condensed",sans-serif;
  background:rgb(220,228,240);
  border: none;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  transition:300ms;
  border-radius:27px;
  font-weight:bold;
-webkit-tap-highlight-color: transparent;
}


.divcont9zwei{
	font-family: "CraftyGirls-Regular", sans-serif;
	font-size: 27px;
	color:darkslateblue;
	text-align: center;
	padding:10px 15px 10px 15px;
	font-weight:bold;
}

@media(max-width:500px){
.divcont9zwei{
	font-size: 23px;
	text-align: center;
}
}


.divcont9{
	font-family: "Righteous", sans-serif;
	font-size: 24px;
	color: black;
	text-align: center;
	padding:10px 15px 10px 15px;
}

@media(max-width:500px){
.divcont9{
	font-family: "Righteous", sans-serif;
	font-size: 22px;
	color:black;
	text-align: center;
}
}

.divcont1801inner1{
	font-family:"Ubuntu Condensed",sans-serif;
	font-size:16px;
	color:black;
	line-height:1.3;
}

@media(max-width:560px){
.divcont1801inner1{
	margin:4px 0px;
}
}

.textfielduser{
	width:90%;
	background-image:linear-gradient(130deg,rgb(210,210,215),rgb(240,235,230));
	border-radius:25px;
	text-align:left;
	padding:19px;
	word-wrap:break-word;
    box-shadow: 15px 15px 21px rgb(160,150,160);
}

@media(max-width:500px){
	.textfielduser{
		padding:14px 9px 14px 9px;
		font-weight:normal;
	}
}



input[name=username] {
	box-sizing: border-box;
	width:100%;
  padding: 4px 9px;
  text-decoration: none;
  cursor: pointer;
  text-align:center;
  font-family:"Ubuntu Condensed",sans-serif;
  font-size:17px;
-webkit-tap-highlight-color: transparent;
}

input[name=username]:focus{
outline:none!important;
}



input[name=password] {
	box-sizing: border-box;
	width:100%;
  padding: 4px 9px;
  text-decoration: none;
  cursor: pointer;
  text-align:center;
  font-family:"Ubuntu Condensed",sans-serif;
  font-size:17px;
-webkit-tap-highlight-color: transparent;
}

input[name=password]:focus {
outline:none!important;
}



.profilenewwindow::-webkit-scrollbar-track {
  margin: 0 15px;
}

.profilenewwindow{
	width:40%;
	height:80%;
  scrollbar-color: dimgrey rgb(210,230,230);
  scrollbar-width: thin;
}

@media(max-width:800px){
.profilenewwindow{
	width:80%;
	height:60%;
}
}






