:root {
  --maincolor: #03a9f4;
}

body {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333333;
  /* dunkles grau */
}

.background {
  /* background:url(../images/background.jpg) no-repeat; */
  background-color: #f8f9fa !important;
  /* min-height:800px; */
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
}

a {
  color: var(--maincolor);
}

.landesfarbe {
  color: var(--maincolor);
}


.section-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

section .title {
  font-size: 2.0rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  section .title {
    font-size: 6vw;   /* Skaliert mit Bildschirmbreite */
  }
}

/*** Schriftarten ***/
/* Responsive Schriftgröße für Überschrift */
.responsive-h1 {
  font-size: 2.0rem;
}

@media (max-width: 576px) {
  .responsive-h1 {
    font-size: 6vw;   /* Skaliert mit Bildschirmbreite */
  }
}

.responsive-h2 {
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  .responsive-h2 {
    font-size: 4.5vw;
  }
}
/*** Schriftarten ***/

/*** Logo ***/
/* Standardgröße für das Logo */
.logo-start {
  max-height: 8rem;
  width: auto;
}

/* Auf kleinen Bildschirmen etwas größer machen */
@media (max-width: 576px) {
  .logo-start {
    max-height: 8rem;
  }
}

/*** Logo ***/


/*** Navigation ***/
.navbar {
  background-color: var(--maincolor);
  margin-bottom: 20px;
}

.navbar-light .navbar-brand {
  color: white;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: white;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: white;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: white;
  font-weight: bold;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='3' stroke-linecap='round' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.navbar-light .navbar-toggler {
  border-color: white;
}

/*** ENDE Navigation ***/

/* wn-slider-spezifisch */
#wn-slider .carousel-indicators {
  bottom: 1px !important;   /* Nur für diesen Slider */
}

#wn-slider .carousel-indicators li {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background-color: #222;
  margin: 4px 6px;
  opacity: 0.4;
  transition: opacity 0.3s;
}

#wn-slider .carousel-indicators .active {
  opacity: 1;
  background-color: #111;
}
/* wn-slider-spezifisch */


/*** Formulare ***/
.form-control {
  background-image: linear-gradient(var(--maincolor),var(--maincolor)), linear-gradient(rgb(210, 210, 210), rgb(211, 211, 211));
  background-size: 0 2px, 100% 1px;
  background-color: transparent;
  float: none;
  font-weight: 400;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  background-repeat: no-repeat;
  background-position: left bottom, center calc(100% - 1px);
  transition: background 0.3s ease-out;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.42;
  padding: 7px 0;
}

.form-control:focus {
  background-image: linear-gradient(var(--maincolor),var(--maincolor)), linear-gradient(rgb(210, 210, 210), rgb(211, 211, 211));
  background-size: 100% 2px, 100% 1px;
  background-color: transparent;
  box-shadow: none;
  transition-duration: 0.3;
  outline: none;
}

/*** ENDE Formulare ***/

/* Suchergebnisse */

#suchergebnisse a {
  text-decoration: none;
}

#suchergebnisse .alpha_nav a,
#suchergebnisse .alpha_head {
  font-size: 130%;
  font-weight: bold;
  border: 1px solid #fff;
}

#suchergebnisse .alpha_nav {
  margin: 10px 0;
  text-align: center;
  line-height: 2.5em;
}

#suchergebnisse .alpha_nav a {
  margin: 1px;
  padding: 2px 4px;
}

#suchergebnisse .alpha_nav a:hover {
  text-decoration: none;
  color: #fff;
}

#suchergebnisse .alpha_head {
  margin-top: 30px;
  padding: 3px 7px;
}

#suchergebnisse .alpha_head img {
  float: right;
  margin-top: 4px;
  border: 0;
}

#suchergebnisse .alpha_head_right {
  float: right;
  font-weight: normal;
}

#suchergebnisse .entry {
  padding: 8px;
  border-bottom: 1px solid #fff;
}

#suchergebnisse .entry img {
  float: right;
  border: 0;
}

#suchergebnisse .entry p {
  margin: 0;
}

#suchergebnisse .entry p.right {
  float: right;
}

#suchergebnisse .entry th {
  padding-right: 10px;
  text-align: left;
  vertical-align: top;
}

#suchergebnisse .alpha_nav a,
#suchergebnisse .alpha_head {
  background-color: #ccc;
}

#suchergebnisse .alpha_nav a:hover,
#suchergebnisse .shaded {
  background-color: #ccc;
}

.clearing {
  clear: both;
}

/* Ende Suchergebnisse */

/* Seitennummerierung */
.page_list {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}

.page_list a {
  padding: 3px;
}

.page_list a.active {
  padding: 5px;
  font-weight: bold;
  border: 1px solid #fff;
}

/* Ende Seitennummerierung */

/* List-Group */
.list-group {
  margin-bottom: 0px;
}

/* TAG-Cloud */
.tagcloud {
  background-color: rgb(204, 204, 204);
}

/* Angebote */

#angebote ul.menu {
  padding: 0;
  margin: 15px 0;
  list-style-type: none;
  border: 1px solid #333;
  background-color: #fff;
  color: #000;
}

#angebote ul.menu li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}

#angebote ul.menu li a {
  display: block;
  margin: 0;
  padding: 7px 15px;
  text-decoration: none;
  color: #000;
}

#angebote ul.menu li a:hover {
  background-color: #ddd;
}

#angebote ul.menu li img {
  margin: 0;
  margin-right: 10px;
}

#angebote table#packages {
  border-spacing: 0;
  border-collapse: collapse;
  color: #000;
}

#angebote table#packages th,
#angebote table#packages td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #000;
}

#angebote table#packages th.tipp {
  padding-top: 15px;
  background: #fff url(https://img.wn-deutschland.de/tipp.gif) top left
    no-repeat;
}

#angebote table#packages td.center {
  text-align: center;
}

#angebote table#packages td ul {
  list-style-type: circle;
  margin: 10px 0 0 20px;
  padding: 0;
}

#angebote fieldset {
  margin: 20px 5px;
  padding: 10px;
  border: 1px solid #333;
}

#angebote fieldset legend {
  padding: 1px 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

#angebote form table {
  margin: 10px;
}

#angebote form table th {
  padding: 3px 10px 3px 5px;
  text-align: left;
  font-weight: normal;
}

#angebote form table td {
  padding: 2px 5px;
}

#angebote form button {
  margin: 10px 5px 0 5px;
}

form input.error,
form select.error,
form textarea.error,
form button.error,
form table.error {
  border: 1px solid #f00;
  background-color: #ffc8c8;
  color: #000;
}

form p.error {
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #f00;
}

/* Ende Angebote */

/*** Buttons ***/
.btn-mat {
  border: none;
  color: #fff;
  background-color: #333;
  text-transform: uppercase;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.btn-mat:focus,
.btn-mat:hover {
  -webkit-box-shadow: 0px 3px 7px 0px rgb2(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.26);
}

.btn-mat:active {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.btn-mat.btn-sm,
.btn-group-sm > .btn-mat {
  font-size: 0.7rem;
  padding: 6px 10px;
}

.btn-mat.btn-md,
.btn-group-md > .btn-mat {
  font-size: 0.8rem;
  padding: 10px 20px;
}

.btn-mat.btn-lg,
.btn-group-lg > .btn-mat {
  font-size: 0.9rem;
  padding: 15px 30px;
}

.btn-info {
  /* background-color: #03a9f4; */
  background-color: var(--maincolor);
}

.btn-info:focus,
.btn-info:hover {
  background-color: #29b6f6;
}

.btn-info:active {
  background-color: #03a9f4;
}

.btn-hilfe {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: var(--maincolor);
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  margin: 0;
}

/*** ENDE   Buttons ***/

/* TAG-Cloud */
.tagcloud {
  padding: 10px;
  border: 1px solid black;
  /* background-color: #eee; */
  background-color: transparent;
  text-align: justify;
  line-height: 2em;
}

.tagcloud a {
  text-decoration: none;
}

.tagcloud a:hover {
  text-decoration: underline;
}

.tag_1 {
}

.tag_2 {
  font-size: 120%;
  font-weight: bold;
}

.tag_3 {
  font-size: 150%;
}

.tag_4 {
  font-size: 180%;
}

.tag_5 {
  font-size: 180%;
  font-weight: bold;
}

/*** ENDE TAG-Cloud ***/

/* Werbung Cards */

/*** Footer ***/
.list-group-item {
  position: relative;
  display: block;
  padding: 0.2rem 0.25rem;
}

.list-group-item.active {
  background-color: #03a9f4;
}

/*** ENDE Footer ***/
.card a {
  font-size: large;
}


/* Ortsschild */
.Ortsschild {
  border-color: #000;
  border-style: solid;
  border-width: 3px;
  border-radius: 6px;
  background-color: #FEFE00;
}


