/* Eigener Raum */
.ownRoomBtn {
	position: absolute;
	right: -10px;
	top: -10px;
}

.ownRoomBtn img {
	cursor: pointer;
	transition: all ease 0.3s;
}

.ownRoomBtn img:hover {
	transform: scale(1.08,1.08);
}

.sensei-market-link {
	color: #098fc7;
	margin-right: 25px;
	cursor: pointer;
}

.youtube-edit-row {
	display: flex;
	justify-content: space-between;
	width: 500px;
	align-items: center;
}

.youtube-edit-link {
	display: inline-flex;
	margin-top: 10px;
	align-items: center;
}

.youtube-edit-link:hover {
	text-decoration: none !important;
	font-weight: bold;
}

.youtube-edit-icon {
	font-size: 18px;
	padding-left: 5px;
}

/*egg event */

.eggBtn {
	position: absolute;
	left: -10px;
	top: -10px;
}

.eggBtn img {
	cursor: pointer;
	transition: all ease 0.3s;
}

.eggBtn img:hover {
	transform: scale(1.08,1.08);
}

.eggCount {
	position: absolute;
	font-size: 17px;
	color: #fff;
	top:45px;
	right:5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27px;
}
.ownRoomWindow, .ownRoomWindowTwo {
	position: absolute;
	background: rgba(255,255,255,0.9);
	width: 160px;
	padding: 10px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.45);
	border-radius: 5px;
	-webkit-transition: top .3s ease-in-out; 
	color: #333 !important;
}

.ownRoomWindowOne {
	top:50px;
	right: 0px;
}

.ownRoomWindowTwo {
	right: 170px;
	top: 50px;
	max-height: 300px;
	width: 250px !important;
	overflow-y: scroll;
}

.ownRoomWindowOne.ng-enter, .ownRoomWindowOne.ng-leave {
	transition:0.2s ease-in-out all;
	top: 50px;
	right: 0px;
	opacity: 1;
  }
  .ownRoomWindowOne.ng-enter {
	opacity: 0;
	right: -200px;
  }
  .ownRoomWindowOne.ng-leave,
  .ownRoomWindowOne.ng-enter.ng-enter-active {
	top: 50px;
	right: 0px;
	opacity: 1;
  }
  .ownRoomWindowOne.ng-leave.ng-leave-active {
	right: -200px;
	opacity: 0;
  }

  .ownRoomWindowTwo.ng-enter, .ownRoomWindowTwo.ng-leave {
	transition:0.1s ease-in-out all;
	top: 50px;
	opacity: 1;
  }
  .ownRoomWindowTwo.ng-enter {
	opacity: 0;
	top: -20px;
  }
  .ownRoomWindowTwo.ng-leave,
  .ownRoomWindowTwo.ng-enter.ng-enter-active {
	top: 50px;
	opacity: 1;
  }
  .ownRoomWindowTwo.ng-leave.ng-leave-active {
	top: -20px;
	opacity: 0;
  }


.ownRoomWindow .button, .ownRoomWindowTwo .button, .options_settings .button {
	border-radius: 40px;
	border: 1px solid #666;
	background-color: transparent !important;
	height: 28px !important;
	color: #333 !important;
	font-size: 12px !important;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
}

.ownRoomWindow .button:hover, .ownRoomWindowTwo .button:hover, .options_settings .button:hover {
	background-color: #efefef !important;
}

.button:disabled, .button:disabled:hover {
	color: #666 !important;
	opacity: 0.6 !important;
	background-color: #ccc !important;
	cursor: default;
}

.vipSearch {
	height: 30px;
	border-radius: 40px;
	margin-top: 10px;
	border: 1px solid #ccc;
}

.vipListItem {
	margin: 5px 0;
	cursor: pointer;
}

.imgOverlay {
	background: rgba(14, 157, 217, 0.5);
	height: 100%;
	width: 100%;
	text-align: center;
	display:flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	top:0;
	left:0;
}

.imgOverlay .clickItem {
	font-size:24px; 
	color: #0e9ddf; 
	background-color: #fff; 
	border-radius: 50%; 
	padding: 10px; 
	margin: 5px;
	cursor: pointer;
	opacity: 0.8;
}

.imgOverlay .clickItem:hover {
	opacity: 1;
}

/*AAC Style*/

@font-face {
    font-family: 'freshmannormal';
    src: url('freshman-webfont.woff2') format('woff2'),
         url('freshman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	margin:0;
	font-family: 'Inter', 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:12px;
	color:var(--color-font);
	background-color: #f1f6f9;
}

* {
	box-sizing:border-box;
	font-family: 'Open Sans', sans-serif;
	/*line-height: 19px;*/
}

.clear {
	clear: both;
}

.notSelectable {
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

label {
	cursor: pointer;
	height: 100%;
	width: 100%;
}

label:hover {
	color: #573699;
}

p {
	clear:both;
}

nav {
	overflow: hidden;
}

nav a {
	border-left: 1px solid #33186a;
	font-size: 16px;
}

a {
	color: #573699;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

h3 {
	text-transform: uppercase;
	margin: 0;
}

h1 {
	font-size: 28px;
	font-weight: 500;
	padding-right: 40px;
	margin:30px 0;
}

h2 {
	font-weight: 600;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Inter', 'Open Sans', sans-serif;
}

strong {
	font-weight: 600;
}

.sidebar select {
	width: 100%;
	height: 30px;
	focus: 0;
	background-color: #fff;
	outline: 0;
}

.sidebar option {
	background-color: #fff;
}

button {
	background-color:var(--color-sendOn);
	width:100%;
	height:50px;
	border:0;
	border-radius:3px;
	outline:0;
	font-size:16px;
	color:#fff;
	-moz-transition: all .18s;
	-o-transition: all .18s;
	-webkit-transition: all .18s;
	transition: all .18s;
}

button:hover {
	color:#fff;
	background-color:var(--color-sendHover);
	cursor:pointer;
}

button:focus {
	background-color:#3e1e80;
}

button:disabled {
	background-color:var(--color-sendOff);
	cursor: default;
}


.smallButton {
	background: #573699;
    border: 1px solid transparent;
    border-radius: 4px;
	color: #fff;
	font-size: 12px !important;
	width: auto;
	height: auto;
	align-items: center;
    display: inline-flex;
    font-size: 1.2rem;
    justify-content: center;
    line-height: 2rem;
    outline: none;
    position: relative;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
	white-space: nowrap;
	margin-right: 10px;
}

.smallButton:hover {
	background: #7450bd;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}

.errorMsg {
	margin: 10px 0;
	color: red;
}

.successMsg {
	margin: 10px 0;
	color: #00a7ec;
}

.invertedBtn {
	background-color: #fff;
	border: 2px solid #573699;
	color: #573699;
}

.invertedBtn:hover {
	background-color: #573699;
	border: 2px solid #573699;
	color: #fff;
}

.blueBtn {
	background-color: #00a7ec !important;
}

.blueBtn:hover {
	background-color: #00b3fc !important;
}

.blueBtn:focus {
	background-color: #01a1e2 !important;
}

.pageInput {
	width: 300px;
	height: 50px;
	margin:20px 0;
	padding: 0 20px;
	border:1px solid #d2d6df;
	border-radius:3px;
	outline:0;
	font-size:16px;
	color:#4f4f4f;
}

.smallBtn {
	width: 300px;
}

textarea {
	width: 100%;
	padding: 10px;
	outline: 0;
	color: var(--color-inputText);
	min-height: 140px;
}

input {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	margin-bottom: 10px;
	outline: 0;
	color: var(--color-inputText);
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 6.15px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6.7px;
  cursor: pointer;
  box-shadow: 0.1px 0.1px 0.5px #000000, 0px 0px 0.1px #0d0d0d;
  background: rgba(255, 255, 255, 0.74);
  border-radius: 7.9px;
  border: 1px solid #331a66;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0.8px 0.8px 2.1px #000000, 0px 0px 0.8px #0d0d0d;
  border: 1px solid #3f2377;
  height: 19px;
  width: 19px;
  border-radius: 9px;
  background: #573699;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.15px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.74);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6.7px;
  cursor: pointer;
  box-shadow: 0.1px 0.1px 0.5px #000000, 0px 0px 0.1px #0d0d0d;
  background: rgba(255, 255, 255, 0.74);
  border-radius: 7.9px;
  border: 1px solid #331a66;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0.8px 0.8px 2.1px #000000, 0px 0px 0.8px #0d0d0d;
  border: 1px solid #3f2377;
  height: 19px;
  width: 19px;
  border-radius: 9px;
  background: #573699;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6.7px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: rgba(194, 194, 194, 0.74);
  border: 1px solid #331a66;
  border-radius: 15.8px;
  box-shadow: 0.1px 0.1px 0.5px #000000, 0px 0px 0.1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid #331a66;
  border-radius: 15.8px;
  box-shadow: 0.1px 0.1px 0.5px #000000, 0px 0px 0.1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0.8px 0.8px 2.1px #000000, 0px 0px 0.8px #0d0d0d;
  border: 1px solid #3f2377;
  height: 19px;
  width: 19px;
  border-radius: 9px;
  background: #573699;
  cursor: pointer;
  height: 6.7px;
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(255, 255, 255, 0.74);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.74);
}

.myskin_offerbox .chosen-container .chosen-results li.highlighted {
	background-color: #573699;
	background-image: linear-gradient(#573699 20%, #482987 90%);
}

.myskin_offerbox .chosen-container-active .chosen-choices {
  border: 1px solid #573699;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.price {
	display:flex;
	justify-content: space-between;
	width: 190px;
}

.price .range {
	margin-right: 20px;
	width: 110px;
}

.price .pricefield {
	width: 60px;
}

.myskin {
	margin-bottom: 30px;
	float:left;
	margin-right: 19px;
}

.myskin:hover > .myskin_item, .myskin_item_onMarket {
	cursor: pointer;
	border: 1px solid #573699 !important;
}



.myskin:hover > .borderBtn {
	background-color: #573699;
	color: #fff;
	cursor: pointer;
	border-bottom: 1px solid #573699;
	border-right: 1px solid #573699;
	border-left: 1px solid #573699;
}

.myskin_item {
	width:155px; 
	height:155px; 
	border: 1px solid #e6ecf0;
	border-top-left: 3px;
	border-top-right: 3px;
	display:flex;
	align-items: flex-end;
	justify-content: center;
	background: #ffffff; /* Old Browsers */
	background: -webkit-linear-gradient(top,#ffffff,#e8f2f5); /*Safari 5.1-6*/
	background: -o-linear-gradient(top,#ffffff,#e8f2f5); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top,#ffffff,#e8f2f5); /*Fx 3.6-15*/
	background: linear-gradient(to bottom, #ffffff, #e8f2f5); /*Standard*/
	/*background: #5287c7; 
	background: -webkit-linear-gradient(top,#5287c7,#224882); 
	background: -o-linear-gradient(top,#5287c7,#224882); 
	background: -moz-linear-gradient(top,#5287c7,#224882); 
	background: linear-gradient(to bottom, #5287c7, #224882);*/
	border-radius: 10px;
}

.myskin .pricetag {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:15px;
	font-weight: 600;
}

.myskin a:hover {
	text-decoration: none;
}

.myskin_item img {
	width: 150px;
	height: 150px;
}

.myskin_offerbox {
	background-color: #fff;
	width: 400px;
	height: 300px;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	bottom: 0;
	z-index:99999;
	border-radius: 3px;
	padding: 10px;
	border: 1px solid #e6ecf0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.myskin_offerbox .chosen-container-multi .chosen-choices {
    height: 80px !important;
    overflow-y: auto;
    outline: 0;
}

.myskin_offerbox #categories {
	width: 100%;
	margin-top: 20px;
	height:30px;
}

.myskin_offerbox #categories button{
	margin-top: 20px;
}

.myskin_offerbox .offerImg {
	margin-top:20px;
	border: 1px solid #e6ecf0;
	border-radius: 50%;
}

.myskin_offerbox .close {
	position: absolute;
	top: -9px;
	right: -9px;
	font-size:15px;
	background-color: #fff;
	border: 1px solid #e6ecf0;
	border-radius: 50%;
	padding: 0px 5px;
	color: #a5a2a2;
}

.myskin_offerbox .close:hover {
	background-color: #e6ecf0;
	cursor: pointer;
}


.borderBtn {
	background-color: transparent;
	border-bottom: 1px solid #e6ecf0;
	border-right: 1px solid #e6ecf0;
	border-left: 1px solid #e6ecf0;
	color: #333;
	height: 40px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	font-size: 12px;
	background-color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.borderBtn:hover, .borderBtn:focus, .onMarket {
	background-color: #573699;
	color: #fff;
	border-bottom: 1px solid #573699;
	border-right: 1px solid #573699;
	border-left: 1px solid #573699;
}

/* Sidebar Layout */

.sidebarLayout {
	display:flex;
	justify-content: space-between;
}

.sidebarLayout .left {

	width: 870px;
}

.sidebarLayout .sidebar {
	width: 240px;
	margin-left: 20px;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #e6ecf0;

}

.switcher {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 50px;
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  user-select: none;
  height: 25px;
  
}

.switcher input {
display: none;
}

.switcher__indicator::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #d5d5d5;
	border-radius: 50%;
	transition: all .3s ease;
	animation-name: pulsein;
	animation-duration: .3s;
}
  
.switcher__indicator::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #d5d5d5;
    border-radius: 10px;
    transition: all .3s ease;
  }
  
  input:checked + .switcher__indicator::after {
    background-color: #573699;
    transform: translateX(20px);
    animation-name: pulseout;
    animation-duration: .3s;
  }
  
  input:checked + .switcher__indicator::before {
    background-color: #573699;
  }
  
  input:disabled + .switcher__indicator::after,
  input:disabled + .switcher__indicator::before {
    background-color: #e5e5e5;
  }

@keyframes pulsein {
  0%, 100% {
    top: 0px;
    height: 15px;
    width: 15px;
  }
  50% {
    top: 3px;
    height: 13px;
    width: 22px;
  }
}

@keyframes pulseout {
  0%, 100% {
    top: 0px;
    height: 15px;
    width: 15px;
  }
  50% {
    top: 3px;
    height: 13px;
    width: 22px;
  }
}

/* Teamseite */
.team_item {
	text-align: center;
}

.team_item .email
{
	background-color: var(--color-maincolor1) !important;
}

.team_item img {
	border-radius:50%; 
	width: 80%;
	-moz-transition: all .18s;
	-o-transition: all .18s;
	-webkit-transition: all .18s;
	transition: all .18s;
	border: 1px solid #e6ecf0;
	background-color: white;
}

.team_item img:hover {
	border-radius: 20px;
}

.team_item .username {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

.team_item .roll {
	margin-bottom: 20px;
}

.team_item .email a{
	color: #fff !important;
}

.team_item .contentbox {
	background-color:var(--color-maincolor4);
	margin-top: -100px; 
	width:100%; 
	border: 1px solid var(--color-maincolor2); 
	padding: 120px 20px 20px 20px; 
	height:75%;
}
/* Marktplatz skinseite */

.buyBtn {
	display: flex;
	align-items: center;
	justify-content:center;
	background-color: #35d684;
	padding: 10px;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	min-width: 80px;
	cursor: pointer;
	margin-left: 10px;
	height: 80%;
}

.marketplaceSkinNav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	background: #fff;
	border-top: 1px solid #e6ecf0;
	border-left: 1px solid #e6ecf0;
	border-right: 1px solid #e6ecf0;
	padding: 0 10px;
}

.preview_field {
	height: 350px;
	width: 100%;
	display:flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e6ecf0;
}

.preview_skins .blackOverlay {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.3;
	-moz-transition: all .18s;
	-o-transition: all .18s;
	-webkit-transition: all .18s;
	transition: all .18s;
}

.preview_skins .blackOverlay:hover {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
}

.mp_white {
	background: url(/img/Design/marketplace/skinpreview_bg_white.jpg);
}

.mp_black {
	background: url(/img/Design/marketplace/skinpreview_bg_black.jpg);
}

.mp_blue {
	background: url(/img/Design/marketplace/skinpreview_bg_blue.jpg);
}

.mp_red {
	background: url(/img/Design/marketplace/skinpreview_bg_red.jpg);
}

.mp_green {
	background: url(/img/Design/marketplace/skinpreview_bg_green.jpg);
}

.preview_field img {
	cursor: move;
}

.previewBtnRow {
	position:absolute;
	display:flex;
	justify-content: center;
	width: 100%;
	bottom: -35px;
	pointer-events:none;
}

.preview_skins {
	width: 70%;
	display:flex;
	justify-content: space-between;
}

.preview_skins .skinInner {
	width:80px;
	height: 80px;
	background-position: center !important;
}

.preview_skins .skinFrame {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	-moz-transition: all .18s;
	-o-transition: all .18s;
	-webkit-transition: all .18s;
	transition: all .18s;
	cursor: pointer;
	border: 3px solid #fff;
	pointer-events:auto;
}

.preview_skins .skinFrame:hover {

}

.preview_skins .active {
	border: 8px solid #573699 !important;
}

.preview_skins .active:hover {
	border-radius: 50% !important;
	cursor: default !important;
}

.preview_skins .overlayActive {
	opacity: 0;
}

.preview_skins .blue {
	background: #5287c7; /* Old Browsers */
	background: -webkit-linear-gradient(top,#5287c7,#224882); /*Safari 5.1-6*/
	background: -o-linear-gradient(top,#5287c7,#224882); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top,#5287c7,#224882); /*Fx 3.6-15*/
	background: linear-gradient(to bottom, #5287c7, #224882); /*Standard*/
}

.preview_skins .white {
	background: white;
}

.preview_skins .black {
	background: black;
}

.preview_skins .red {
	background: #e45656; /* Old Browsers */
	background: -webkit-linear-gradient(top,#e45656,#930808); /*Safari 5.1-6*/
	background: -o-linear-gradient(top,#e45656,#930808); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top,#e45656,#930808); /*Fx 3.6-15*/
	background: linear-gradient(to bottom, #e45656, #930808); /*Standard*/
}

.preview_skins .green {
	background: #6fecb0; /* Old Browsers */
	background: -webkit-linear-gradient(top,#6fecb0,#079d55); /*Safari 5.1-6*/
	background: -o-linear-gradient(top,#6fecb0,#079d55); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top,#6fecb0,#079d55); /*Fx 3.6-15*/
	background: linear-gradient(to bottom, #6fecb0, #079d55); /*Standard*/
}

hr {
	display: block;
    height: 1px;
    border: 0;
    /*! border-top: 1px solid var(--color-border); */
    padding: 0;
}

.half {
	width:48%;
}

.one_half {
	width: 45%;
	float: left;
	margin-left: 5%;
}

.one {
	width: 100%;
	padding-left: 20px;
}

#topbar {
	width: 100%;
	background-color: var(--color-maincolor1);
	margin: 0;
	position: fixed;
	z-index: 99999999;
	top: 0;
	height: 50px;
	color: #fefefe;
	display: flex;
	align-items: center;
}
#wrapper {
	position: relative;
	width: 1150px;
	/*width: 970px;*/
	margin: 0 auto;
}

#footer {
	padding: 20px 0;
	background-color: #e4ddf3;
}

#footer a {
	padding: 0 10px;
}

.logo_icon {
	float: left;
	height: 100%;
}
.logo_icon a {
	color: #fff;
}

.fix-to-top {
  position: fixed;
  top: 50px;
  z-index: 2;
}

#topbar .searchbar input{
	background: url("/img/Design/symbols/lupe.svg") no-repeat;
	background-size: 20px;
	background-position: 5px 5px;
	padding-left: 40px;
	float: left;
	width: 450px;
	height: 30px;
	border-radius: 3px;
	background-color: #fff;
	border: none;
	outline: none;
	font-size: 13px;
}

.coinblock {
	float: right;
}

.coinblock .coin {
	float: left;
	margin-left: 20px;
	color: #fff;
	position: relative;
}
.coinblock span {
	margin-left: 5px;
	vertical-align: middle;
	cursor: default;
}
.coinblock img {
	vertical-align: middle;
}


.arrow_options {
	float: right;
	padding-top: 5px;
	padding-left: 10px;
	border-left: 1px solid #e1dde2;
	margin-left: 10px;
	height: 20px;
	cursor: pointer;
	position: relative;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fefefe;
}

.arrow_options:hover > .arrow-down {
	border-top: 7px solid #fff;
	cursor: pointer;
}

.options_dropdown, .notificationBox, .options_settings {
	position: absolute;
	top: 50px;
	padding: 10px 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.31);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.31);
	border: 1px solid #e1dde2;
	z-index: 99999;
	min-width: 300px;
}

.notificationBox.ng-enter {
  transition:0.5s linear all;
  opacity:0;
}

/* The finishing CSS styles for the enter animation */
.notificationBox.ng-enter.ng-enter-active {
  opacity:1;
}

.notificationBox {
	/*right: 140px;*/
	max-height: 200px;
	overflow-y: auto;
}

.notificationBox a {
	color: #573699;
}

.notificationBox span {
	background-color: #e7e4e9;
	border: 1px solid #b8afbd;
	padding: 5px;
}

.notificationBox span:hover {
	background-color: #e0dae3;
	cursor: pointer;
}

.notificationBox .accept {
	background-color: #573699;
	color: #fff;
	border: 1px solid #e0dae3;
}

.notificationBox .accept:hover {
	background-color: #6848ab;
}

.options_dropdown {
	right: -20px;
}


.options_dropdown:after, .options_dropdown:before, .notificationBox:after, .notificationBox:before {
	bottom: 100%;
	left: 82%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.options_dropdown:after, .notificationBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.options_dropdown:before, .notificationBox:before {
	border-color: rgba(225, 221, 226, 0);
	border-bottom-color: #e1dde2;
	border-width: 11px;
	margin-left: -11px;
}

.options_dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.options_dropdown ul li {
	line-height: 25px;
	color: #573699;
	cursor: pointer;
	padding: 0 20px;
}

.options_dropdown ul li:hover {
	background-color: #573699;
	color: #fff;
}

#headerbarLogin {
	width: 100%;
	height: 90px;
	background-color: #573699;
}

#headerbarLogin a {
	color: #fff;
	padding-right:20px;
	padding-left:20px;
}

.wrapper {
	width: 1150px;
	margin: 0 auto;
}

.slogan {
	flex-wrap: wrap;
	display:flex;
	justify-content:space-between;
	align-items:center;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
}

.slogan img {
	/*margin-right: 200px;*/
}

.loginBtnArea {
	width: 180px;
}

.loginBtnArea button {
	background: rgba(255,255,255,0.6);
}

.loginBtnArea button:hover {
	background: rgba(255,255,255,1);
	color: #573699;
}

.mainArea {
	position: relative;
	margin-top: 20px;
	height: 650px;
}

#logoTeaser {
	position: relative;
	left: 0;
	top: 50px;
	width: 400px;
	height:500px;
}

.wappen {
	width: 400px;
	height: 500px;
	background: url(img/Design/aa_wappen_logo.png);
}

#loginbox {
	background-color: #fff;
	width: 300px;
	min-height: 350px;
	position:absolute;
	top:80px;
	right: 0;
	left: 0;
	z-index: 99999999999999999;
	margin-left: auto;
	margin-right: auto;
	padding:20px;
	border-radius:5px;
	border: 1px solid #dddddd;
	text-align: left;
}

#loginbox .permalogin input {
    width: 10px;
    float: left;
    height: 10px;
}

.darkoverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9998;
	background: rgba(0,0,0,0.7);
}

.darkoverlay_medium {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998;
	background: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
}

#firstLine {
	height:100vh;
}

#secondLine {
	width: 100%;
	background: rgba(255,255,255,0.9);
	padding: 20px;

}

#regbox {
	background-color: #fff;
	width: 300px;
	min-height: 350px;
	position:absolute;
	top:80px;
	right: 0px;
	z-index: 8888;
	margin-left: auto;
	margin-right: auto;
	padding:20px;
	border-radius:5px;
	border: 1px solid #dddddd;
	text-align: left;
	
}

#regbox input, #loginbox input, .createClub input {
	width: 100%;
	height: 50px;
	margin-bottom:20px;
	padding: 0 20px;
	border:1px solid #d2d6df;
	border-radius:3px;
	outline:0;
	font-size:16px;
	color:#4f4f4f;
}

#regbox input:focus, #regbox input:hover, #loginbox input:focus, #loginbox input:hover, .createClub input:focus, .createClub input:hover {
	border: 1px solid #5377cd;
}


.pwsticker
{
	font-family: 'Inter', 'Open Sans', sans-serif;
	text-align: center;
  	display: table-cell;
  	vertical-align: middle;
	height: 38px;
	width:90px;
	position: absolute;
	left: -80px;
	background: #27d781;
	padding: 10px;
	border-radius: 3px;
	color: #fff;
	opacity: 0.9;
	cursor: default;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.pwsticker:after, .pwsticker:before
{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.pwsticker:after
{
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #27d781;
	border-width: 7px;
	margin-top: -7px;
}

.pwsticker_red {
	color: #fff;
	background-color: #da7976;
}

.pwsticker_yellow {
	color: #836e00;
	background-color: #f4e284;
}

.pwsticker_green, .pwsticker_verygreen {
	color: #fff;
	background-color: #27d781;
}

.pwsticker_verygreen {
	font-weight: 600;
}

.pwsticker_red:after
{
	border-left-color: #da7976;
}

.pwsticker_yellow:after
{
	border-left-color: #f4e284;
}

.pwsticker_green:after, .pwsticker_verygreen:after
{
	border-left-color: #27d781;
}

.logbox_sare {
	/*background-image: url(img/Design/logregbox_sare.png);
	width: 133px;
	height: 350px;
	position: absolute;
	top: 0;
	right: -112px;
*/
}

.headerimg {
	height: 100%;
	width: 100%;
	background: url(img/Design/header_bild2.png)no-repeat center 0px;
}

/* /////// Index eingeloggt /////*/
.header {
	/* nicht transparente version */
	/*background: url(img/Design/header_bild2.png)no-repeat center 0px;*/
	background: url(img/Design/header_bild3.png)no-repeat center 0px;
	height: 240px;
	background-color:#17141f;
	/*background-color:#1c112a;*/
	position: relative;
	margin-top: 50px;
}

.headertransp {
	background: url(img/Design/header_bild3.png)no-repeat center 0px;
	background-color:#17141f;
}

.profileUpBtn {
	padding: 10px;
	background: rgba(0,0,0,0.8);
	color: #fff;
}

.profileimg {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: rgba(255,255,255,0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position:relative;
}

.profile_reallife, .profile_reallife_img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-color: #00a7ec;
	position: absolute;
	top: 0;
	right: 0;
	font-size:18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.profileimg_big {
	background-color: #000;
	width: 700px;
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99999999;
	border-radius: 5px;
	text-align: center;
}

.overlayWindow {
	background-color: #fff;
	width: 700px;
	min-height: 300px;
	max-height: 510px;
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99999999999;
	border-radius: 5px;
	padding-bottom: 10px;
}

.logospace {
	height: 200px;
	width: 200px;
}

.profileinfos {
	width: 240px;
	padding:5px;
}

.profileinfos, .profiledetails {
	line-height: 21px;
	color: #fff;
	text-shadow: 0 0 5px black;
}

.profileinfos i {
	margin-right: 10px;
}

.profileline {
	padding-top: 20px;
}

.profileline button {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
}

.profileline button:hover {
	border: 1 solid #17141f;
	color: #17141f;
	background-color: #fff;
}

.rang {
	padding-top: 10px;
	font-size: 28px;
}

.header .logoicon {
	padding-top: 10px;
}

.header .logoicon a:hover {
	background-color: transparent;
}

.header .chatbtn a {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 60px;
	width: 250px;
	background-color:#0e9dd9;
	height:50px;
	border:0;
	border-radius:3px;
	outline:0;
	font-size:16px;
	color:#fff;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.53);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.53);
}

@button-colour: #0e9dd9;
@button-text: #ffffff;
@regular-text: #333;
@button-tint: fadeout(#000, 90%);
@background: #0e9dd9;

.chatbutton {
	border: none !important;
	font-family: 'Inter', Open Sans, sans-serif !important;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	position: relative;
	padding: .8em 1.4em;
	padding-right: 4.7em;
	background: #0e9dd9;
	border: none;
	color: #fff !important;
	transition: .2s;
	border-radius: 2px;
	text-shadow: 0 1px 1px #098fc7;
	background-image(linear-gradient(45deg, #098fc7 0%, #eb1f56 50%, #f91858 50%, #0e9dd9));
	font-weight: 700;
	width:240px;
}
.chatbutton:active,
	.chatbutton:focus {
		background: #00a7ec;
		outline: none;
	}
.chatbutton:before {
		background: #098fc7;
		opacity: 0.6;
	}
.chatbutton:hover {
		border: none !important;
		background: #00a7ec;
	}
.chatbutton:before,.chatbutton:after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		padding-top: inherit;
		padding-bottom: inherit;
		width: 2.8em;
		content: "\00a0";
		font-family: 'FontAwesome', sans-serif;
		font-size: 1.2em;
		text-align: center;
		
		transition: .2s;
		transform-origin: 50% 60%;
	}

.chatbutton {
	min-width: 15em;
}

.chatArrow {
	background: #00a7ec;
	color: #fff;
}

.chatArrow:hover {
	background: #0db4f9;
}

.chatArrow:active,.chatArrow:focus {
		background: #0e9dd9;
	}

.chatArrow:after {

	font-family: 'FontAwesome';
		content: "\f054";
	}

.chatArrow:hover:after {
		-webkit-animation: bounceright .3s alternate ease infinite;
		animation: bounceright .3s alternate ease infinite;
	}

@-webkit-keyframes bounceright {
	from { -webkit-transform: translateX(0); }
	to   { -webkit-transform: translateX(3px); }
}

@-webkit-keyframes wiggle {
	from { -webkit-transform: rotate(0deg); }
	to   { -webkit-transform: rotate(30deg); }
}

@keyframes bounceright {
	from { transform: translateX(0); }
	to   { transform: translateX(3px); }
}

@keyframes wiggle {
	from { transform: rotate(0deg); }
	to   { transform: rotate(30deg); }
}

.header a:hover {
	cursor:pointer;
}

.profile-line-content {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

.flex_between_top {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.flex_between {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

.flex_between_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

.navigation {
	border-bottom: 1px solid #e6ecf0;
	height: 60px;
	background-color: #fff;
	width: 100%;
}

.navigation i {
	margin-right:10px;
}

.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position:relative;
}

.navigation ul li:hover ul{
	display:block;
}

.navigation ul li ul{
	display:none;
	width:180px;
	position:absolute;
	top:60px;
	background-color: #fff;
	border-bottom: 1px solid #e6ecf0;
	border-right: 1px solid #e6ecf0;
	z-index:9999999;
}

.navigation ul li{
	float:left;
}

.navigation ul li ul li{
	width: 100%;
	clear:both;
}
.navigation ul li ul li a, .navigation ul li ul li a:hover {
		width:100% !important;
		border-top: 0;
}

.navigation ul li ul li a:hover {
	background-color: #573699;
	color: #fff;
}

.navigation a {
	float: left;
	padding: 15px 20px 20px 20px;
	font-size: 16px;
	border-left: 1px solid #e6ecf0;
	border-top: 5px solid #fff;

}

.navigation a:hover {
	color: #3a2256;
	cursor: pointer;
	text-decoration: none;
	border-top: 5px solid #573699;
	font-height:5px;
}

.welcomeline {
	margin: 20px 0;
}

.mainareafull .wappen {
	width: 200px;
	height: 250px;
	background-size: cover;
	float: left;
}

.mainbox .infos {
	padding-top: 20px;
	padding-left: 220px;
	line-height: 26px;
}

.welcomeline .left {
	width: 470px;
	height: 290px;
	float: left;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.77);
	-moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.77);
	box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.77);
	padding: 20px;
}

.welcomeline h3 {
	margin-top: 0;
}
.mainbox {
	margin-top: 20px;
	padding: 20px;
	border-radius: 5px;
	height: 290px;
	background-color: #efeef1;

}
.welcomeline .right {
	width: 50%;
	height: 290px;
	float: right;
	margin-top: 20px;
	padding: 20px;
	border-radius: 5px;
	
	background-color: #efeef1;
}


.main {
	margin-top: 30px;
}

.mainarealeft {
	width:740px;
	margin-right:20px;
	background-color:#fff;
}
.mainareafull {
	width:100%;
}

.mainarearight {
	width:33.5%;
	float: left;
}

.points-row {
	margin-top: 5px;
}

.chat-msg-wappen {
	position: relative;
    width: 12px;
    height: 15px;
    border-radius: 0 0 12px 12px;
	display: inline-block;
	top: 3px;
	margin-right: 3px;
	border: 1px solid white;
	cursor: default;
}

.chat-msg-wappen-Aohebi {
	background-color: #32499a;
}

.chat-msg-wappen-Kurokoi {
	background-color: #2a2c2f;
}

.chat-msg-wappen-Akadango {
	background-color: #77102e;
}

.chat-msg-wappen-Shirokitsune {
	background-color: white;
	border-color: #333;
}

.house-price-row {
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 100%;
}

.house-price-column {
	width: 100%;	
	background: white;
	padding-top: 10px;
}

.house-price-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.house-price-info {
	width: 300px;
}

.house-price-icon:before {
	color: #00a7ec;
	font-size: 26px;
}

.newstext {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 20px;
}

.newsteaser {
	padding: 10px;
}

.authorline {
	color: #888;
	font-size: 12px;
}

.row {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.masonry_row {
  column-count: 3;
  column-gap: 0;
}

.masonry_row .clubpostbox {
  break-inside: avoid;
  padding: 10px;
}

/* comments */

.comment_area {
	padding: 20px;
}

.comment_area textarea {
	height: 100px;
	border-radius: 5px;
	outline: 0;
	border: 1px solid #ccc;
	padding: 20px;
	font-size: 16px;
	width: 100%;
}

.comment_area button {
	margin-top: 10px;
}

.comment_count {
	cursor: pointer;
	filter: invert(1);
}

.comment_count i {
	color: #573699;
	font-size:18px;
	margin-right: 5px;
}

.author {
	float:left;
	margin-right:20px;
}

.commentLine {
	width: 100%;
	display: flex;
}

.commentLine button {
	width: auto;
	height: auto;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-top: 5px !important;
	margin-left: 5px;
}

.commentLine input {
	border-radius: 40px !important;
	border: 1px solid #ccc;
	width: 350px !important;
}

.editArea {
	float:right;
}

.editArea i {
	font-size: 14px;
	padding:5px;
	margin-left: 5px;
	border-radius: 5px;
	border: 1px solid #fff;

}

.editArea i:hover {
	border: 1px solid #ccc;
	cursor: pointer;
}

.editable-buttons {
	display: flex !important;
}

/* comments ende */

.newspage .newsbox {
	width: 32%;
}

.newsbox {
	width: 32%;
	margin-bottom: 20px;
	height: 360px;
	border: 1px solid #e1dde2;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
}

.rewardsbox {
	width: 32%;
	margin-bottom: 40px;
	height: 280px;
	border: 1px solid #e1dde2;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
	padding: 10px;
}

.full {
	width: 100% !important;
}

.newsbox img {
	margin-right: 10px;
	cursor: pointer;
	width: 100%;
}

.newsbox h3 {
	padding: 0;
	margin: 0;
}

.newsbox .comment {
	padding-top: 10px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.newsbox .comment i {
	font-size: 13px;
	margin-right: 5px;
}

.newsdraft table, .bordertable {
	width: 100%;
	border-collapse: collapse;
}

.newsdraft td, .bordertable td {
	/*border: 1px solid #e1dde2;*/
	text-align: center;
	padding: 10px;
}

.bordertable tr, .newsdraft tr {
    border: 1px solid #e1dde2;
}

.bordertable tr:nth-child(odd), .newsdraft tr:nth-child(odd) {
	background: #fbfbfb;
	color: #333;
}

.tabs a {
	font-size:16px;
	padding:20px;
	border: 1px solid #ccc;
	margin-right: 10px;
}

.tabs .active {
	border-bottom: 1px solid white;
}

/* SCHULCLUB */

.clubBtn a, .friendsBtn a {
	background-color: #e7e4e9;
	border: 1px solid #b8afbd;
	padding: 5px;
}

.clubBtn a:hover, .friendsBtn a:hover {
	background-color: #e0dae3;
	cursor: pointer;
}

.requestSent a:hover {
	background-color: #e7e4e9 !important;
	cursor: default !important;
}

.clubinfo {
	height: 160px;
	padding: 0 20px;
}

.clubinfo img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-right:20px;
	float:left;
	-moz-transition: all .18s;
	-o-transition: all .18s;
	-webkit-transition: all .18s;
	transition: all .18s;
}

.clubinfo img:hover {
	border-radius: 20px;
}

.postfield {
	margin: 20px;
	width: 92%;
}

.postfield .imgArea {
	margin-top: -5px;
	height: 180px;
	background-color: #e0dae3;
	padding: 10px;
	position: relative;
}

.postfield .clubpost_success {
	margin-top: -5px;
	height: 40px;
	background-color: #e0dae3;
	padding: 10px;
	position: relative;
	color: #573699;
}

.postfield .closeBtn {
	position: absolute; 
	right:5px; 
	top: 0px; 
	background-color: #000; 
	border-radius: 50%; 
	padding: 5px 10px; 
	color: #fff; 
	cursor: pointer;
	width:20px;
}

.progress {
	margin: 5px 0;
}

.addImg {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px dashed #583994;
	color: #583994;
	width: 150px;
	height: 150px;
	font-size: 30px;
}

.addImg:hover {
	cursor: pointer;
    background-color: #583994;
    color: #fff;
    border: 1px solid #fff;
}

.topbar_skinimg {
	cursor: pointer;
}

.rank-banner-image {
	height: 260px;
	margin-top: -20px;
	margin-right: 20px;
}

.profile-house-box {
	width: 48%;
}

.profile-info-bar {
	display: flex;
	justify-content: space-between;
}

.profile_galleryimg {
	float:left; 
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	width: 150px;
	height: 150px;
	position: relative;
}

.profileGallery {
	padding: 10px 0 10px 10px;
	height:400px;
	overflow: scroll;
}
.profileGallery .galImg {
	width: 150px;
 	height: 150px;
  	background-position: center center;
  	background-repeat: no-repeat;
  	float: left;
  	margin-right: 10px;
  	border: 3px solid #fff;
  	position: relative;

}

.deleteImg {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #573699;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 99999;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.close {
	border-radius: 50%;
	background-color: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 9999999;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
	cursor: pointer;
	color: #666;
}

.close_sm {
	border-radius: 50%;
	background-color: #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -6px;
	top: -6px;
	z-index: 9999999;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
	cursor: pointer;
	color: #666;
}

.close:before, .close_sm:before {
  font-family: FontAwesome;
  content: "\F105\F104";
  font-size: 1em !important;
  line-height: 1em !important;
  display: table-cell;
  vertical-align: middle;
  padding: 0 3 0 0;
  letter-spacing: -0.15em !important;

}

.profileGallery .galImg .deleteImg:hover {
	background-color: #6644ab;
}

.profileGallery .galImg:hover {
	border: 3px solid #573699;
	cursor: pointer;
}

.likeline, .likeline a {
	color: #4b4f56;
	font-weight: 600;
}

.likeline {
	display: flex; 
	align-items: center; 
	position:relative; 
	justify-content:space-between;
}

.likelist {
	position: absolute;
	top:0;
	left:0;
	background: rgba(0,0,0,0.8);
	padding: 10px;
	z-index:9999;
}

.likeline > div > a > img
{
	filter: invert(1);
}

.likelist:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	opacity: 0.8;
	border-width: 5px;
	margin-left: -5px;
}

.likelist ul {
	list-style-type: none;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: 300;
}

.profile-info-box {
	display:flex; 
	justify-content: space-between; 
	align-items:flex-start; 
	width:48%;
}

.profile_gallery_upload {
	font-size: 16px;
	color: #573699;
}

.profile_gallery_upload i {
	margin-right: 10px;
}

.postfield .imgArea .imgField {
	display: inline-block;
	position: relative;
}

.postfield .imgArea img {
	opacity: 1;
}


.postfield_options {
	background-color: #f9f6f9;
	border-left: 1px solid #e1dde2;
	border-bottom: 1px solid #e1dde2;
	border-right: 1px solid #e1dde2;
	width: 100%;
	height: 50px;
	margin-top: -5px;
	padding: 10px;
	position: relative;
}

.postfield_options .fileuploadBtn {
	opacity: 0;
	width:20px;
	position:absolute;
	z-index: 99;
	top:10px;
}

.postfield button {
	font-size: 12px;
	height: 30px;
	padding: 0 10px;
}

.camerahover {
	opacity: 1 !important;
}

.postfield img {
	opacity: 0.7;
}

.postfield img:hover {
	opacity: 1;
	cursor: pointer;
}

.postfield textarea {
	resize: none;
	outline: 0;
	font-size: 20px;
	font-family: 'Inter', 'Open Sans', sans-serif;
	padding: 10px;
	border: 1px solid #e1dde2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
}

.clubpost_block {
	width:100%; 
	padding: 10px; 
	background-color: var(--color-maincolor5); 
	height:100%; 
	display:inline-block; 
	margin-bottom: 20px;
	margin-right:10px;
	border: 1px solid var(--color-border); 
	border-radius: 5px;
}

.clubpost_block .leftblock {
	float:left;
	width:70px;
}

.clubpost_block .leftblockMain {
	float:left;
}

.clubpost_block .rightblock {
	width:350px;
	float:right;
	-ms-word-break: break-word;
 	word-break: break-word;
	/* Non standard for webkit */
 	word-break: break-word;
}

.clubpost_block .rightblockMain {
	width: 300px;
	float:right;
	-ms-word-break: break-word;
 	word-break: break-word;
	/* Non standard for webkit */
 	word-break: break-word;
}

.clubpost_block .authorline {
	margin-bottom: 10px;
}

.clubpost_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #e1dde2;
	margin-bottom: 10px;
	font-weight: 600;
	word-break: break-word;
}

.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width:500px;
    height:350px;
}

.topChatter {
	background-color: #fefefe;
	padding: 5px 0;
	cursor: pointer;
}

.topChatter:hover {
	background-color: #f4f1f5;
}

.fa-info-circle {
	color: #00a7ec;
}

.userInfoImg {
	border-radius: 50%;
	margin-right: 10px;
	border: 1px solid #e1dde2;;
}

.topChatterContentRow {
	display: flex; 
	justify-content: center;
	height: 30px; 
	flex-direction: column;
}

.topRank {
	text-align: center;
	font-size: 18px;
	color: #ccc;
	font-weight: 700;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.userInfo {
	display: flex;
}

.memberfield {
	cursor: pointer;
	padding: 5px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #e1dde2;
	width: 70px;
	height: 70px;
	margin: 0 10px 10px 0;
	display: inline-block;
	float: left;
}

.memberfield:hover {
	background-color: #f4f1f5;
}

.allClubsBtn {
	background-color: #fff;
	width: 100%;
	height: 30px;
	text-align: center;
	color: #573699;
	padding-top: 5px;
}

.allClubsBtn:hover {
	cursor: pointer;
	background-color: #f4f1f5;
	color: #573699;
}

.clubfeed_like_length {
	margin-left:10px; 
	cursor: default;
}

.clubfeedImg img {
	cursor: pointer;
}

.clubfeedText {
	font-size: 14px;
	padding: 10px 0;
	word-wrap: break-word;
}

.likes {
	display: flex; 
	width:50px; 
	align-items: center;
}

.lightbox {
	position:fixed;
	top:80px;
	right: 0;
	left: 0;
	z-index: 999999999999999;
	margin-left: auto;
	margin-right: auto;
	display:inline-block;
	max-width:90%;
	max-height:80%;
}

.galleryLightbox {
	position:fixed;
	top:80px;
	right: 0;
	left: 0;
	z-index: 99999;
	margin-left: auto;
	margin-right: auto;
	display:inline-block;
	max-width:600px;
	max-height: 500px;
	text-align:center;
}
.galleryLightbox img {
	max-width:600px;
	max-height: 500px;
}

.galleryLightbox .sidebar {
	margin:0;
	float:right;
}

.darkoverlay {
	position:fixed;
	left:0;
	top:0;
	background: rgba(0,0,0,0.9);
	width:100%;
	height:100%;
	z-index: 9999999;
}

.reportlist_item {
	margin-top: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.77);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.77);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.77);
    padding: 20px;
}

.open {
	background-color: #573699;
	color: #fff;
}

.reportlist_item:hover {
	opacity: 0.8;
	cursor: pointer;
}

#clubpost {
	width: 470px;
}

.writenews {
	margin-top: 10px;
}

.kachel {
	padding: 20px; 
	border: 1px solid #ccc; 
	margin-bottom: 20px;
}

.sensei_show_background, .load_image {
	width: 400px;
	background-color: #fff;
	height: 500px;
	position: fixed;
	top:80px;
	right: 0;
	left: 0;
	z-index: 99999999999999999;
	margin-left: auto;
	margin-right: auto;
	padding:20px;
	border-radius:5px;
	border: 1px solid #dddddd;
	text-align: left;
}

.sensei_show_background img {
	width: 150px;
	height: 82px;
	margin: 10px;
	cursor: pointer;
	border: solid 3px #fff;
}

.sensei_show_background .window {
	display: flex;
	flex-wrap: wrap;
	width: 350px;
	height: 200px;
	overflow: scroll;
	border-top: 1px solid #666;
	margin-top: 20px;
}

.sensei_show_background button {
	width: 40%;
}

.selectedRoomBG {
	border: solid 3px #098fc7 !important;
}

.ta-root.focussed > .ta-scroll-window.form-control {
	border-color: #d6d6d6 !important;
	border-width: 1px;
}

.ta-scroll-window > .ta-bind {
	border: 1px solid #d6d6d6;
}

.writenews button {
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tooltip {
	background: rgba(10, 10, 10, 0.8);
	 display:block;
    position:fixed;
    overflow:hidden;
    z-index: 99999999999999999999999999999999999;
    color: #fff;
    padding: 10px;
    max-width: 150px;
}

.loading {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.pnSign {
	font-size: 21px!important;
	position: relative;
	cursor:pointer;
}

.allPns {
	color: #333;
}

.allPns .line {
	padding:5px 0;
	cursor: pointer;
}

.allPns .line:hover {
	background-color: #e2e8ea;
	color: #333;
}

.unread {
	background-color: #00a7ec;
	color: #fff;
}

.messagelist {
	float:left;
	width: 30%;
	background-color: #fff;
	height: 55vh;
	overflow-y: scroll;
}

.message_window {
	width: 70%;
	float: right;
	height: 55vh;
	background-color: #fff;
	padding: 20px;
}
.message_window_content {
	width:100%;
	float: right;
	height: 40vh;
	overflow-y: scroll;
	background-color: #fff;
	padding: 20px 20px 60px 20px;
}

.blueNo {
	margin-top: -10px;
	padding:0px 4px;
	border-radius:3px;
	font-size: 10px;
	background-color: #00a7ec;
	font-weight: 800 !important;
	font-family: 'Inter', 'Open Sans', sans-serif !important;
	position: absolute;
	top:3px;
	left:10px;
}

/* WHISPER BUBBLES */
.ownMsg {
	padding: 8px;
	margin-bottom: 5px;
	background-color: var(--color-maincolor1);
	color: #fff;
	float: right;
	border-radius: 20px;
}

.ownMsg a {
	color: #fff;
	text-decoration: underline;
}

.readerMsg {
	padding: 8px;
	margin-bottom: 5px;
	background-color: #e1e1e1;
	float: left;
	border-radius: 20px;
}

.readerMsg a {
	text-decoration: underline;
	color: var(--color-pnResponse) !important;
}

.systemMsg {
	background-color: none;
	width: 100%;
}

/*////// MEMBERS ////////*/
.userstable {
	width:100%;
	border-collapse: collapse;
}

.userstable tr {
	border-bottom: 1px solid #d6d6d6
}

.userstable td img {
	border-radius: 50%;
	margin: 10px 0;
}

.usersNavigator {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
}
.usersNavigator button, .inverseBtn {
	width: 90px;
	height: 40px;
	background: transparent;
	border: 1px solid #573699;
	color: #573699;
	padding:0px !important;
	font-size:13px;
}

.usersNavigator button:disabled {
	background-color:#c5c2c8;
	cursor: default;
	border: 0;
	color: #fff;
}

.usersNavigator button:hover:disabled {
	background-color:#c5c2c8;
	cursor: default;
	border: 0;
	color: #fff;
}

.usersNavigator button:hover {
	background: #573699;
	color: #fff;
}

.onlinetag {
	background: #eeffe7;
    border: 1px solid #b5eab4;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 40px;

}

.join { margin-right: -0.125em }

.memberSearchField {
	width:100%;
	background: url("/img/Design/symbols/lupe.svg") no-repeat #fff;
	background-size: 25px;
	background-position:10px 10px;
	padding-left: 60px;
	height:50px;
	border: 1px solid #d6d6d6;
	outline: 0;
	font-size: 16px;
	border-radius: 40px;
	margin-bottom:30px;
}

/*/////// MEMBERS ENDE /////*/

/*/////// PROFILE /////// */

.profile {
	padding: 20px 20px 20px 0;
}

.profile .schoolclubs {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-height: 20em;
    overflow: auto;
}

.profileWappen {
	height: 230px;
	margin-top: 20px;
}

.profileHouseBox {
	text-align: center;
	font-size: 16px;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
}

.online {
	color: #039a4d;
}

.schoolclublist {
	margin: 5px;
	position: relative;
	cursor:pointer;
}

.Leiter img {
	border: 4px solid #ffe541;
}

.schoolclublist img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-moz-transition: all .18s;
	-o-transition: all .18s;
	-webkit-transition: all .18s;
	transition: all .18s;

}

.schoolclublist img:hover {
	width: 60px;
	height: 60px;
	border-radius: 5px;
}

.profile ul {
	list-style-type: none;
	padding: 0;
}

.profile li {
	line-height: 25px;
}

.profile .profile_maininfo {
	height: 70px;
}

.profile_skin {
	width: 60px;
	height: 60px;
	background-size: contain;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}


/*///// PROFILE ENDE //////*/

.onlineUsers {
	width: 100%;
	display: flex;
	align-items:center;
	justify-content: space-between;
	border-radius: 3px;
	margin-top:10px;

}

.onlineUsers .memberfield {
	margin: 0 !important;
	border-radius: 50%;
-moz-transition: all .18s;
	-o-transition: all .18s;
	-webkit-transition: all .18s;
	transition: all .18s;
}

.onlineUsers .memberimg {
	border-radius: 50%;
-moz-transition: all .18s;
	-o-transition: all .18s;
	-webkit-transition: all .18s;
	transition: all .18s;
}

.onlineUsers .memberfield:hover {
	margin: 0 !important;
	border-radius: 10px;
}

.onlineUsers .memberimg:hover {
	border-radius: 10px;
}

.page {
	background-color: #fff;
	padding: 20px;
}

.teasertext > * {
	white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.highlight-textbox {
	border: 1px solid #056790;
	background: #dff4fd;
	color: #056790;
	padding: 10px;
}

.newstext figure.image {
	display: inline-block;
}

figure.image {
    /*display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;*/
    border: 1px solid #ccc;
    margin: 5px;
    border-radius: 3px;
    opacity: 0.7;
    cursor: pointer;
    text-align:center;
	overflow:hidden;
	width: 150px;
}

figure.image:hover { 
	opacity: 1;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    overflow:hidden;
    height: 100%;
	text-align: center;
	width: 150px;
    height: 150px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}

.slogan .logo h1 {
	font-size:13px; margin-right:50px;
}

.slogan .logo {
	display:flex; justify-content:center; 
	align-items:center; 
	flex-wrap: wrap;
}
.navIcon {
	display: none;
}

.editable-textarea {
	display: block !important;
}

.modal {
	width: 520px;
	height: 400px;
	background-color: #fff;
	border-radius: 5px;
	position:fixed;
	top:80px;
	right: 0;
	left: 0;
	z-index: 999999999999;
	margin-left: auto;
	margin-right: auto;
	padding:20px;
	overflow-y: scroll;
}

/* iphone smartphones */
@media only screen and (max-width: 600px) {

	.profile-line-content  {
		margin: 0 auto;
		display: block;
	}

	.newsimg img {
		width: 100%;
	}

	.mainarealeft {
    width: 100%; 
	}

	.mainarearight {
		clear: both;
		width: 100%;
	}

	.flex_between_top {
		flex-direction: column;
	}

	.newspage .newsbox {
		width: 100%;
	}

	.header {
		    background: url(img/Design/header_bild3.png)no-repeat center 0px;
    		background-color: #17141f;
	}

	.profileimg {
		margin: 0 auto;
	}

	.profile {
		padding: 0 5px;
	}

	.profile-info-bar {
		flex-direction: column;
	}

	.profile-info-box, .profile-house-box {
		width: 100%;
	}

	.topChatter {
		width: 100%;
	}

	.masonry_row {
		column-count: 1;
	}

	.profileinfos, .profiledetails {display: none;}

	#regbox {
		background-color: #fff;
		width: auto !important;
		min-height: 350px;
		position:static;
		z-index: 8888;
		padding:20px;
		border-radius:5px;
		border: 1px solid #dddddd;
		text-align: left;
		
	}

	.wrapper {
		width: auto !important;
	}

	#firstLine {
		height: auto !important;
		display: inline-block;
	}

	#secondLine {
		margin-top:80px;
	}

	#headerbarLogin {
		height: auto !important;
		display: inline-block;
		padding: 20px;
	}

	.mobileHeaderbarLogin {
		height: 350px !important;
	}

	.slogan .logo h1 {
		font-size:16px; margin-right:50px;
	}

	.slogan {
		width: auto !important;
		margin-left: 20px;
	}

	#footer {
		width: auto !important;
		flex-wrap:wrap;
		height: 200px;
		text-align: center;
	}

	nav { width: auto !important;}

    nav a:not(:first-child) {display: none;
    }

    .mobileNav a {
    	display: block !important;
    }

	nav a {
		border: none;
     	float: none;
    	display: block;
    	text-align: left;
    	padding:20px 0;
    	font-size: 18px !important;
    }

    .navigation { 
    	height: 90px;
    	width: 100%;
    }

    .navigation li:not(:first-child) {display: none;
    }

    .mobileNav .wrapper .flex_between {
    	display: block;
    }

    .mobileNav .chatbutton {
    	width: 100%;
    }

    .mobileNav li {
    	display: block !important;
    	background-color:#fff;
    	width: 100%;
    }

    .navigation a {
    	width: 100%;
    }

	.navigation li {
		border: none;
     	float: none;
    	display: block;
    	text-align: left;
    	padding:20px 0;
    	font-size: 18px !important;
    }

    .navIcon { 
    	display:block;
   	 	right: 0;
   	 	top: 20px;
    }

    .wappen {
		width: 220px;
		height: 280px;
		background-size: cover;
		clear:both;
		margin: 0 auto;
	}

	#logoTeaser {
		width: auto !important;
	}

	.newsbox {
		width: 100%;
	}

	.rewardsbox {
		width: 100%;
	}

	.onlineUsers {
		flex-wrap: wrap;
		padding: 10px;
	}
}

@media only screen and (max-width: 1400px) {
	.navigation a {
		float: left;
		padding: 15px 20px 20px 20px;
		font-size: 14px;
		border-left: 1px solid #e6ecf0;
		border-top: 5px solid #fff;

	}
	.wrapper {
		width: 980px;
	}
	.clubpost_block .rightblockMain {
    width: 230px;
	}

	.newsbox img {
		width: 100%;
	}

	.newsbox {
		height: 340px;
	}

	nav a {
		font-size:14px;
	}
	.sidebarLayout .sidebar {
		width: 210px;
	}

	.sidebarLayout .left {
		width: 740px;
	}

	.chatbutton {
		width:210px;
	}

	.profileinfos {
		width: 300px;
		padding-left: 20px;
	}
}

