/*----------------------- GENERAL LAYOUT -----------------------*/
#content_center {
  display: flex;
  justify-content: center;
}
.content {
  width: 100%;
  max-width: 1000px;
}

/*-------- Header ---------------*/
.navbar {
  background-color: #4A4470;
}
.navbar a.nav-link {
  color: #FFFFFF;
}
.navbar .navbar-toggler {
  border: 1px solid #FFFFFF;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar img {
  vertical-align: inherit;
}
.navbar #login_form {
  padding: 0 10px; 
}

#header_general {
  background: #4A4470;
}
#header_general a {
  color: #FFFFFF;
}
#content_general {
  
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
/*-------- Footer ---------------*/
#footer_general {
  background-color: #A2A5C6;
  margin-top: 50px;
}
#footer_content {
  display: flex;
  padding: 40px 10px 20px;
  justify-content: space-around;
}
#footer_content h4 {
  color: #FFFFFF;
}
#footer_general .footer_copyright {
  text-align: center;
  padding: 20px;
  color: #FFFFFF;
}
#footer_general ul {
  list-style-type: none;
}



/*----------------------- DEFAULTS -----------------------*/
body {
  color: #595959;
  background-color: #FBFBFC !important;
  padding-top: 4.5rem; /* because of fixed header */
}
img {
  max-width: 100%;
}
a:link, a:visited {
    text-decoration: none;
    color: #1D246C;
  }
a:hover {
  text-decoration: underline;
  cursor: pointer;
}
ul {
  list-style-type: square;
}
button, input, optgroup, select, textarea {
  margin: 5px 0 !important;
}
.clickbutton, input[type="button"], input[type="submit"] {
  border: none;
  background-color: #4A4470;
  color: #FFFFFF;
  display: block;
  padding: 5px 20px;
  border-radius: 5px;
}
.btn-primary {
  background-color: #4A4470;
  color: #FFFFFF;
}
.btn-outline-primary {
  color: #4A4470 !important;
  border: 1px solid #4A4470 !important;
  background-color: unset !important;
  padding: 4px 19px;
}
.btn-outline-primary:hover {
  background-color: #4A4470 !important;
  color: #FFFFFF !important;
}
input[type="checkbox"], input[type="radio"]  {
  margin-right: 5px !important;
}
.a_button, .a_buttonInline, .tabMoreLink {
  background-color: #737BA2;
  color: #FFFFFF !important;
  text-align: center;
}
.a_buttonInline, .tabMoreLink {
  display: inline-block;
  min-width: 60px;
  vertical-align: 2px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 5px 10px;
}
.small {
  font-size: 0.75em;
}
.cls {
  clear: both;
}
h3 {
  padding: 20px 0 5px;
}
h4 {
  font-size: 1.25em !important;
}
h3 .small, h4 .small {
  font-weight: 300;
  font-size: 0.6em;
}


/*------------------------ SHOWIMAGE ----------------------------*/
.siContent .siNaviBox {
  padding: 20px 0;
  max-width: 600px;
}
.siContent #mainImage {
  box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}

/* Navigation */
.siNaviBox {
  display: flex;
  flex-direction: row-reverse;
}
.siNaviBox span {
  align-self: center;
  width: 100%;
}
.siNaviArrow {
  padding: 8px 18px;
  display: inline-block;
  float: right;
  background-color: #737BA2;
  border-left: 1px solid #C3C3C5;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.siNaviArrow:hover {
  opacity: 1.0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.siTitle {
  margin: 10px 0 0;
}
.siUser img {
  margin: 0 3px 3px 0;
  float: left;
  border: 2px solid #D9DAE9;
}
.siUser img:hover {
  border: 2px solid #1D246C;
}
/* Modifications userAction */
.siAction {
  float: right;
}
.siAction .a_img {
  min-width: 45px;
}
.siText {
  margin: 10px 0;
}
.siText a {
  padding: 3px 6px;
  display: inline-block;
}
.siTags {
  margin-left: -6px;
}
.siCollPort select {
  width: 100%;
}

/* ShowImage Sidebar */
.siSidebar {
  padding-top: 120px;
}
.siAgentlink {
  border: 1px solid #9F9F9F;
  background-color: #FFFFFF;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.siAgentlink a {
  font: 18px/24px Arial, Helvetica, sans-serif;
}
.siAgentImg {
  background: url("pics/round/si_agentlink.gif") no-repeat scroll 8px center #9C9A85;
  display: inline-block;
  padding: 5px 5px 5px 58px;
  color: #FFFFFF !important;
}
.siAgentPref {
  padding: 13px;
}
.siAgentlink ul {
  list-style-image: url('pics/shop/check.gif');
  list-style-position: inside;
  padding: 10px 15px;
}

.si_comments {
  border-top: 1px solid #DDD;
  padding-top: 30px;
  margin-top: 30px;
}
.si_comments h4 {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}
.commentContent {
  width: 100%;
}
.commentContent .commentSignature {
  padding-top: 5px;
  font-size: .875em;
}
.commentContent .commentSignature .small {
    font-size: 1em;
    padding-left: 5px;
}
.commentContent .commentSignature .small::before {
    content: "•";
}
.comments-section #new_post input {
  display: inline-block;
}


/* UserAction Box Profile, showImg, EditProf */
.userAction {
  height: 75px;
}
.userAction div {
  float: left;
  text-align: center;
}
.userAction .a_img, .userAction .a_img:hover {
  background-color: #999CBB;
  color: #FFFFFF;
  display: inline-block;
  height: 37px;
  margin: 0 3px 3px;
  padding: 4px 6px;
  min-width: 45px;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70) progid:DXImageTransform.Microsoft.Shadow(color='#7B7E98', Direction=145, Strength=4);
}
/* .userAction .a_img:hover {
  opacity: 1.0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) progid:DXImageTransform.Microsoft.Shadow(color='#7B7E98', Direction=145, Strength=4);
} */
.userAction .a_img img {
  vertical-align: middle;
}
.userAction div span {
  display: none;
  font-size: 11px;
}
.userAction div:hover span {
  display: inline;
}


/*------------------------ LAYERS ----------------------------*/
.layer {

  width: 100%;
  background-color: #FFFFFF;
  position:absolute;
  top:0px;
  left:0px;
  z-index:9000;
  display:none;
}
#layer_0_content {
  padding: 10px 3%;
}
#layer_0_content div {
  width: inherit !important;
  max-width: 900px;
}
#layer_0_content * {
  width: inherit !important;
}
#layer_0_content img {
  width: 100%;
  max-width: 900px;
}
#layer_0 .close {
  position: absolute;
  right: 0;
  top: 10px;
}
#layer_0 .close a {
  width: 30px;
  display: block;
  height: 30px;
}

/*----------------- COMMENTS -----------------*/
/* Default Comment Styles*/
.commentAll {
  display: flex;
}
.commentAll .commentAvatar {
  margin-right: 10px;
  padding-top: 5px;
}
.commentAll .quote {
  font-style: italic;
}

.commentLike {
  float: right;
}
.commentLike span {
  background-color: #DDDDDD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 6px;
  font-size: 12px;
}

/*------------------------ Thumbs ------------------------*/

.thumb {
  float: left;
  text-align: center;
  margin: 0 16px 18px;
  position: relative;
  font-size: 0.75em;
}
.thumb .thumbImg {
  position: absolute;
  bottom: 20px;
  left: 7px;
  -webkit-box-shadow: 0 0 5px #888888;
  -moz-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=145, Strength=4);
}
.thumb span {
  position: absolute;
  top: 134px;
  left: 0;
  width: 100%;
  line-height: 1.1em;
}
.thumb .small {
  display: block;
  height: 150px;
  width: 115px;
  padding: 3px 0;
}
.thumb a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.thumb a:visited {
  color: #666666;
}
.thumb a:hover {
  background-color: #D8D9E5 !important;
}

.thumbEdit {
  display: inline-block;
  margin: 5px 10px;
  text-align: center;
}
.thumbEdit .thumb {
  float: none;
  margin: 0;
}
.thumbEdit .thumbTools {
  width: 115px;
  background-color: #D8D9E5;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  padding-top: 2px;
}
.last_commented {
  position: absolute;
  top: 0px;
  right: 5px;
}
.a_img:hover {
  background-color: transparent;
  text-decoration: none;
}


/*------------------------ PROFILE ----------------------------*/

.profTopContent {
  padding-top: 20px;
}
.profRightContent h3 {
  padding-top: 0;
}

.profAbout {
  background: #EEE;
  padding: 20px;
}

/*KARTEI-SYSTEM*/
#menu {
  display: flex;
  height: 40px;
}
#menu > * {
  flex: 0 1 100%;
}
.selected {
  background-color:#F0F1FA;
  text-align:center;
  vertical-align:middle;
  padding:5px 5px 3px 5px;
  font-weight:bold;
  font-size: 16px;
}
.desel {
  background-color:#999CBB;
  padding:4px 5px 0px 0px;
  border-left:1px solid #F0F1FA;
  text-align:center;
  vertical-align:middle;
  margin-top:10px;
}
.infobox {
  margin-top: 20px;
}


.yellowbox {
  font-weight: bold;
  font-size: 36px;
  margin: 7px 7px 20px 0px;
  background-color: #F3F2D5;
  color: #5A4D07;
  padding: 2px 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #B5AA6E;
}

/*------------------------ COMMUNITY ----------------------------*/

.comm_map, .comm_chat_container, #poll_div {
  display: none;
}
.comm_2cols {
  width: 100%;
}
.comm_newestlist_td {
  padding: 15px 0;
}
.comm_newestlist_avatar {
  float: left;
  padding-right: 5px;
}
.comm_newestlist_container h4 {
  display: inline;
}

.comm_coll_container {
  margin: 40px 0;
}
.comm_coll_entry {
  margin-bottom: 20px;
}
.comm_coll_avatar {
  float: left;
  padding-right: 5px;
}

.prosearch .tagcloud {
  margin-top: 30px;
}

/*------------------------ REGISTER ----------------------------*/

.reg_form, .reg_login {
  padding-top: 50px;
}

/*------------------------ STARTSEITE / INDEX / HOME ----------------------------*/

/*--- Slideshow ---*/
.bxslider img {
  display: block;
  margin: 0 auto;
}
.bxslider li {
  text-align: center;
  display: grid;
  place-content: center;
  height: 550px;
}
.ix_slideshow {
  height: 360px;
  position: relative;
  overflow: hidden;
}
.ix_slideshow .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 970px;
  height: 360px;
}
.ix_slideshow .item span {
  position: absolute;
  bottom: 20px;
  right: 0;
  display: block;
  padding: 3px 8px;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.8);
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}
.ix_slidetext {
  position: absolute;
  max-width: 420px;
  padding: 70px 0 0;
  color: #FFFFFF;
}
.ix_slidetext h1 {
  padding-left: 25px;
  text-shadow: 2px 2px 7px rgb(100, 100, 100);
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=145,strength=4);
}
.ix_slidetext h2 {
  /* IE */
  background: rgb(60, 60, 60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  /* other browsers */
  background: rgba(0, 0, 0, 0.35);
  border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  font: 16px/23px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 30px;
  padding: 8px 8px 8px 25px;
}
.ix_slidetext a {
  color: #FFEF85;
  text-decoration: underline;
}
.ix_slidetext a:hover {
  color: #FFDE00;
}

#ixCategories ul {
  column-gap: 10px;
  row-gap: 15px;
  padding: 0;
  display: grid;
  align-content: stretch;
  grid-template-columns: repeat(auto-fill, minmax(10em, 1fr)); 
  padding:0;
}
@media (min-width: 30em) {
  #ixCategories ul {
    grid-template-columns: repeat(auto-fill, minmax(14em, 1fr)); 
  }
}
#ixCategories li {
  display: flex;
  height: 70px;
  width: 150px;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: 1px solid #CCCCCC;
}
#ixCategories li a {
    display: flex;
    padding: 10px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
#ixCategories li a span {
  display: none;
}
.tab {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.tabLink, .tabLastLink {
  padding: 10px;
  text-transform: initial;
}
.tabMoreLink {
  margin-right: 10px;
  font-size: 0.75em;
  margin-left: 5px;
}

.ixRow {
  height: 205px;
  overflow: hidden;
  position: relative;
  margin: 40px 0 40px 10px;
}
.ixRow.rowDouble {
  height: 380px;
}
@media (max-width: 768px) {
  .ixRow, .ixRow.rowDouble {
    height: inherit;
    overflow:inherit;
  }
  #reiter1Navi, #reiter2Navi {
    display: none;
  }
}

#reiter1Navi, #reiter2Navi {
  clear: both;
  position: absolute;
}
#reiter1Navi {
  right: -3px;
}
#reiter2Navi {
  top: 25px;
  right: -10px;
}
#reiter1Navi a, #reiter2Navi a { /*all Navigation Links*/
  font-size: 30px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
}
#reiter1R, #reiter2R {
  padding-top: 50px;
  padding-bottom: 10px;
  margin-bottom: 3px;
}
#reiter1L, #reiter2L {
  padding-bottom: 60px;
  top: 80px;
}

.ixNewsTicker {
  padding: 10px;
  border: 1px solid #DDD;
  margin: 20px 0;
}

.ixInfoBoxWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
}
.ix_box {
  margin-bottom: 5px;
  padding: 10px;
}
.ixInfoBoxWrapper .ix_box:nth-child(3), .ixInfoBoxWrapper .ix_box:nth-child(4), .ixInfoBoxWrapper .ix_box:nth-child(3) {
  display: none;
}

.scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background: #4A4470;
  color: #FFF !important;
  border-radius: 50%;
  content: '▲';
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.scrollToTop:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*------------------------ COLLECTIONS ----------------------------*/

.colDef_specs {
  margin: 20px 0;
}
.collTabs, .collTabsLeft {
  height: 10px;
  text-align: center;
  margin-bottom: -15px;
}
.collGallery {
  margin-top:40px; 
  background-color:#E9EAF5;
  padding:10px;
}
.collTab {
  float:left; height:36px; width:160px; padding:2px; font-size:16px; background-color:#E9EAF5;
}
.collTabLink {
  float:left; height:32px; width:149px; font-size:12px; margin-top:2px; background-color:#999CBB; border-left:1px solid #E9EAF5;
}
.collTabLink div {
  height:28px;
  width:149px;
  padding:2px;
}


/*----------------- MEMBERS / USERLIST -----------------*/
.members-head h3 {
  display: inline-block;
}
.members-user {
  margin:0px 10px 20px 0px;
  width:280px;
  height:100px;
  float:left;
  font-size: 0.8em;
}
.members-user-img {
  width: 48px;
  height: 100px;
  text-align:right;
  margin-right:10px;
  float:left;
}
.members-user-name {
  font-size:1.2em;
  display: block;
  font-weight: 600;
}
.members-user-realname {
  display: block;
}

/*----------------- REDBOX -----------------*/

#redbox_categories {
  padding-left: 0;
}
#redbox_categories li {
  list-style: none;
}

/*------------- Navigation -------------*/
.gal_navi {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 250%;
  padding-top: 30px;
  margin-bottom: 10px;
}
.comment_content .gal_navi { /* Profile, showImg */
  padding-top: 0;
  margin-right: 0;
  line-height: 100%;
}
.gal_navi a, .gal_thispage {  
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.gal_navi a {
  border: 1px solid #CCCCCC;
}
.gal_thispage {
  border: 1px solid #CCCCCC;
  background-color: #DDDDDD;
  color: #595959;
}
.gal_navi a, .gal_thispage, .gal_prev, .gal_next { /* all Navis excl. Gallery */
  margin: 1px;
  padding: 3px;
  min-width: 20px;
  font: normal 12px Arial, Helevetica, sans-serif;
}
.gal_navi_big a, .gal_navi_big .gal_thispage { /* Gallery/Edit Gallery only */
  margin: 3px;
  padding: 10px;
  min-width: 40px;
  font: bold 14px Arial, sans-serif;
}

.gal_prev, .gal_next {
  font-weight: bold;
  background-color: #737BA2;
  color: #FFFFFF !important;
}
.gal_navi_big .gal_prev, .gal_navi_big .gal_next {
  font: 26px/24px Arial, Helevetica, sans-serif !important;
}

/*----------------- Privacy/Cookies -----------------*/
#privacyModal .modal-footer {
  justify-content: flex-start;
}
#privacyModal .modal-footer button:first-child {
  margin-right: 20px !important;
}
#privacyModal .modal-copy {
  font-size: .875em;
  padding-bottom: 10px;
}
#privacyModal #privacySettings label {
  font-weight: bold;
}
