.box_borders {
  padding: 10px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 5px 5px 5px #888;
  -webkit-box-shadow: 5px 5px 5px #888;
  box-shadow: 5px 5px 5px #888;
}

.menubox_borders {
  -moz-border-top-left-radius: 20px 0px 0px -50px;
  border-top-left-radius: 20px;
  -moz-border-top-right-radius: 20px 0px 0px -50px;
  border-top-right-radius: 20px;
}

#new_item {
  position: relative;
  left: 10px;
  top: 50px;
}

.info_content {
  background-color: var(--tenant-light-color, #cde17e);
  margin: 20px;
  width: 850px;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

/*
#### GENERAL STUFF ##### */
body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background-color: #d6dbc5;
  text-align: center;
  margin: 0;
}

body, h1, h2, h3, h4, p, li, div, input, textarea, select, th, td, #bookmark_text, .img_link_inside {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #000;
}

h1 {
  font-size: 18px;
  color: #666;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: var(--tenant-text-color, #376369);
  margin-bottom: 6px;
  padding-top: 10px;
}

h2 span, .slogan span {
  color: var(--tenant-dark-color, #b3cf00);
}

h3 {
  margin-top: 3px;
}

h4 {
  font-size: 14px;
  padding-top: 4px;
}

textarea:focus, input[type=text]:focus, input[type=text]:hover {
  background-color: #ffc;
}

input {
  padding: 2px;
}

textarea {
  padding: 3px;
}

.print {
  display: none;
}

img {
  border: 0;
}

.help {
  cursor: help;
}

.clearboth {
  clear: both;
  height: 0 !important;
  width: 0 !important;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*
#### FONTS ##### */
.text-margin-left {
  margin-left: 20px;
}

.underlined {
  margin: 35px 0 7px 0 !important;
  border-bottom: 1px solid #ccc;
}

.more_link_bottom p {
  font-size: 16px;
}

.more_link_bottom {
  padding: 10px 0 0 55px;
}

#teaser_content_right p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  color: #333;
}

select {
  border: 1px solid #666;
}

.slogan {
  color: var(--tenant-text-color, #376369);
  font-weight: bold;
}

/*
#### CENTERED LAYOUT ##### */
#container, .centerlayout {
  margin: 0 auto;
  width: 871px;
  text-align: left;
}

/*
#### WEB 2.0 BORDERS ##### */
.backgroundchoice_top {
  height: 0;
}

.backgroundchoice_content {
  background-color: #d6dbc5;
}

/* content_list_menu */
.border_centerright_content_list {
  text-align: left;
}

.shortlist_entry {
  background-color: var(--tenant-light-color, #cde17e);
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  margin-right: -10px;
  margin-left: -10px;
}

.shortlist2_entry {
  background-color: #cde100;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  margin-right: -10px;
  margin-left: -10px;
}

/*
#### GENERAL LAYOUT ##### */
#logo, #login {
  margin-top: 20px;
}

#topline {
  background-color: #fff;
}

#teaser {
  background-color: var(--tenant-dark-color, #b3cf00);
  padding: 10px 0 10px 0;
}

#teaser_box {
  background-color: #fff;
}

#top5spiele {
  margin-right: 15px;
}

#labels_menu {
  background-color: var(--tenant-dark-color, #a5c813);
  width: 260px;
}

#content_box {
  padding-top: 20px;
}

.content_list {
  background-color: #fff;
  /*	Todo: Kurse reinnehme und dann
  	width: 260px; 
  	oder gleich twitter bootstrap */
  width: 550px;
}

.main_content {
  background-color: #fff;
}

#footer {
  margin-top: 15px;
  border-top: 1px solid #999;
}

#footer p {
  font-size: 10px;
  color: #999;
}

.teaser_box_content {
  margin-right: 15px;
}

.right {
  float: right;
}

.left {
  float: left;
}

/*
#### MENU ##### */
#menu {
  background-color: var(--tenant-dark-color, #b3cf00);
  padding-top: 8px;
}

#menu_box {
  display: inline;
  float: right;
  /*	width: 565px; */
}

#menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#menu li {
  float: left;
  padding: 0 18px;
}

#menu a:link, #menu a:visited {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}

#menu a:hover, #menu a:active {
  text-decoration: underline;
}

.delimiter {
  border-right: 1px solid #fff;
}

/*
#### TEASER BOX ##### */
#teaser_content_left {
  margin: 0 20px 0 25px;
  padding-right: 20px;
}

#pictogramm {
  margin-left: 325px;
  background: #fff url("/assets/pictogramm_bg-2c2206d7.jpg") no-repeat;
  width: 516px;
  height: 160px;
}

.small_thumb {
  margin: 4px;
}

.tenant-thumb-icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 6px;
  box-sizing: border-box;
  color: var(--tenant-text-color, #376369);
  background-color: var(--tenant-light-color, #cde17e);
}

.shortlist_entry a:link.thumb_link .small_thumb, .shortlist_entry a:visited.thumb_link .small_thumb, .shortlist2_entry a:link.thumb_link .small_thumb, .shortlist2_entry a:visited.thumb_link .small_thumb {
  border: 1px solid #fff;
}

.shortlist_entry a:hover.thumb_link .small_thumb, .shortlist_entry a:active.thumb_link .small_thumb, .shortlist2_entry a:hover.thumb_link .small_thumb, .shortlist2_entry a:active.thumb_link .small_thumb {
  border: 1px solid var(--tenant-text-color, #376369);
}

/*
#### LINKS AND BUTTONS ##### */
p a:link, p a:visited, h4 a:link, h4 a:visited {
  font-weight: bold;
  color: var(--tenant-text-color, #376369);
  text-decoration: none;
}

p a:hover, p a:active, h4 a:hover, h4 a:active {
  color: #000;
  text-decoration: underline;
}

.button_dark1 {
  background-color: var(--tenant-text-color, #376369);
}

.button_dark2 {
  background-color: var(--tenant-dark-color, #b3cf00);
}

.tenant-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  padding: 5px 20px 5px 15px;
  margin: 5px;
  border-radius: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  transition: background-color 0.18s ease, filter 0.18s ease;
}

.tenant-button:hover,
.tenant-button:active {
  filter: brightness(1.12);
  color: #fff;
  text-decoration: none;
}

.tenant-button__icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  stroke-width: 0;
  fill: currentColor;
}

.button_videocast {
  padding: 110px 0 10px 150px;
}

.button_play {
  margin: 5px 5px 0 0;
}

.button_play a:link, .button_play a:visited {
  background-color: var(--tenant-dark-color, #b3cf00);
  color: #fff;
  border: 1px solid var(--tenant-text-color, #376369);
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button_play a:hover, .button_play a:active {
  background-color: var(--tenant-text-color, #376369);
}

.button_play .button_play_icon {
  width: 20px;
  height: 20px;
  stroke-width: 2.25;
}

/*
#### EDIT GAME ##### */
#prozessleiste {
  padding-bottom: 45px;
  margin-left: 18px;
}

.prozessleiste_item, .prozess_bg, .prozess_bg_passiv {
  float: left;
}

.prozessleiste_item {
  margin-right: 15px;
  padding-right: 15px;
}

#prozessleiste_hintergrundelemente, #prozessleiste_loesungselemente, #prozessleiste_spieleinstellungen {
  border-right: 1px solid #a5c813;
}

.prozessleiste_item a:link, .prozessleiste_item a:visited {
  color: var(--tenant-text-color, #376369);
  font-size: 18px;
  filter: brightness(1.6);
  transition: filter 0.18s ease;
  text-decoration: underline;
}

.prozessleiste_item a:hover, .prozessleiste_item a:active {
  filter: brightness(1);
  text-decoration: underline;
}

.prozess_active {
  font-size: 18px;
  color: var(--tenant-text-color, #376369);
}

.prozess_bg, .prozess_bg_passiv {
  display: block;
  width: 23px;
  height: 23px;
  font-weight: bold;
  font-size: 13px;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  padding: 0px;
  text-indent: 0;
  transition: filter 0.18s ease;
  margin-right: 5px;
}

.prozess_bg_passiv {
  background-color: var(--tenant-light-color, #cde17e);
  color: var(--tenant-text-color, #376369);
}

.prozess_bg {
  background-color: var(--tenant-dark-color, #a5c814);
  color: #fff;
}

.prozess_bg:hover,
.prozess_bg_passiv:hover {
  filter: brightness(1.12);
}

.item_handle {
  position: relative;
  left: -9px;
  top: -9px;
  display: block;
  width: 18px;
  height: 18px;
  color: var(--tenant-text-color, #376369);
  background-color: transparent;
  float: left;
}

.item_box {
  cursor: grab;
  background: var(--tenant-dark-color, #a5c814);
}

.properties-arrow {
  cursor: pointer;
}

.properties_toggle {
  cursor: pointer;
}

.properties-item {
  color: white !important;
  cursor: default;
}

.edit_options_field {
  padding: 0 10px;
}

.edit_options_field h3 {
  border-bottom: 1px solid #000;
}

.canvas-over:hover {
  background-color: #ffc;
}

#game_settings {
  background-color: var(--tenant-light-color, #cde17e);
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
}

/* Lernmodus Animationen */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.learn-feedback {
  animation: fadeIn 0.3s ease;
}
