/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

ul.pagination {
  list-style-type: none;
}

ul.pagination > li {
  float: left;
  margin: 10px;
}

/* Darstellung der radiobuttons als Liste in visforms: radiobutton links vom label */
input[type="radio"].visCSSbot5 {
  float: left;
  margin-right: 10px;
}

/* Default-Breite der radiobutton-Liste vergrössern (wäre 30%) */
label.visCSSrllst {
  width: 90% !important;
}

/* Für flex wrap, z.B. auf der Kontaktseite */
.flexcontainer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 800px;
  margin: auto;
}

.flexitem {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #f9f9f9;
  flex: 1 1 calc(33.333% - 20px); /* Adjust width as needed */
  min-width: 150px;
}
