img {
  border: 0; }

div.grav-lightslider h2, div.grav-lightslider h3, div.grav-lightslider h4 {
  color: #000; }
div.grav-lightslider h1 {
  font-family: Helvetica;
  color: #333;
  margin-top: 0.5em;
  text-shadow: none;
  font-size: 1.3rem; }
  @media only screen and (min-width: 768px) {
    div.grav-lightslider h1 {
      font-size: 130%; } }
div.grav-lightslider h2 {
  color: #333;
  padding-right: 1em;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    div.grav-lightslider h2 {
      font-size: 100%; } }
div.grav-lightslider img {
  display: block;
  margin-left: 1em;
  padding: 0;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    div.grav-lightslider img {
      float: left;
      width: auto;
      padding-right: 1em; } }
div.grav-lightslider div.panel-padding:after {
  display: block;
  content: "";
  clear: both; }
div.grav-lightslider .lSSlideOuter {
  background-color: #f6f5f3;
  box-shadow: 0 0.2em 0.2em 0.1em #dfdfdf; }
div.grav-lightslider .lSSlideOuter .lSPager.lSpg > li:hover a, div.grav-lightslider .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #76b856; }
div.grav-lightslider .lSAction > a {
  top: 57%; }

/* reset */
html, body {
  width: 100%;
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  border: 0; }

/* header styling */
header {
  display: block;
  overflow: hidden; }
  header .toggle-menu {
    float: right;
    padding: 0.5em; }
  header ul {
    padding: 0.5em 0;
    margin: 0; }
    header ul li {
      padding: 0 0.5em; }
      header ul li a {
        transition: all 0.3s; }

/* footer styling */
footer {
  display: block;
  overflow: hidden;
  margin: 0 auto; }

/* container styling */
.wg-container {
  width: 100%; }
  .wg-container:after {
    clear: both;
    display: block;
    content: ""; }

.wg-content {
  width: 100%;
  overflow: hidden;
  padding: 0 1em;
  box-sizing: border-box; }

.banner {
  margin: auto;
  width: 100%; }

aside {
  width: 100%;
  overflow: hidden; }

@media only screen and (min-width: 768px) {
  .wg-content {
    width: 80%; }

  aside {
    width: 20%; } }
/* layout variants */
body.boxed .wg-container {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }
body.boxed footer.boxed {
  width: 1100px;
  max-width: 100%; }

body.widgets-left .wg-content {
  float: right; }

body.widgets-right .wg-content {
  float: left; }
body.widgets-right aside {
  float: right; }

body.widgets-none .wg-content {
  width: 100%; }
body.widgets-none aside {
  display: none; }

/* widget styling */
.wg-widget-list:after {
  content: "";
  display: block;
  clear: both; }

.wg-widget {
  width: 100%; }

@media only screen and (min-width: 768px) {
  footer .wg-widget {
    float: left;
    width: auto;
    min-width: 25%; } }
/* content styling */
.wg-content img {
  max-width: 100%; }

/* logo style */
.wg-logo {
  margin: 0 auto;
  max-width: 100%;
  border: none;
  text-align: center; }
  .wg-logo:after {
    content: '';
    display: block;
    clear: both; }
  .wg-logo a, .wg-logo logo {
    display: block; }
  .wg-logo img {
    max-width: 100%;
    max-height: 200px;
    border: none; }
  .wg-logo .claim {
    color: #009EE0;
    margin-top: 0; }

@media only screen and (min-width: 768px) {
  .wg-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    align-content: stretch; }
    .wg-logo .claim {
      -ms-flex: 1;
      flex: 1;
      text-align: right;
      padding-right: 1em;
      margin: 0; } }
/* pages list style */
nav.wg-pages:after {
  content: "";
  display: block;
  clear: both; }
nav.wg-pages .toggle-menu {
  cursor: pointer; }
nav.wg-pages ul {
  display: none; }
nav.wg-pages.open ul {
  display: block;
  z-index: 1000; }

@media only screen and (min-width: 768px) {
  nav.wg-pages div {
    float: right;
    position: relative;
    left: -50%;
    text-align: left; }
  nav.wg-pages .toggle-menu {
    display: none; }
  nav.wg-pages ul {
    list-style: none;
    position: relative;
    left: 50%;
    display: block; }
  nav.wg-pages li {
    display: inline-block;
    padding: 0 0.75em; } }
footer div.copyright {
  font-size: 0.8rem; }
  @media only screen and (min-width: 768px) {
    footer div.copyright {
      font-size: 80%; } }
  footer div.copyright span {
    display: block;
    padding: 0.5em 0;
    text-align: center; }
footer.bottom {
  position: fixed;
  bottom: 0;
  width: 100%; }

body {
  font-family: 'Droid Sans', sans-serif;
  color: #333;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 14pt;
      line-height: 33px; } }

h1 {
  font-family: 'Droid Sans', sans-serif;
  font-weight: normal;
  color: #76b856;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1em;
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 150%; } }

/* first h1 - tag on page */
.wg-content .wg-modular:first-of-type h1 {
  margin-top: 1em; }

.wg-content > h1:first-child {
  margin-top: 1em; }

h2 {
  font-size: 1rem;
  font-weight: normal;
  color: #009EE0;
  margin-top: 1.5em; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 130%; } }

h3 {
  font-size: 1.2rem;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 120%; } }

h4 {
  font-size: 1.2rem;
  font-style: italic; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 120%; } }

h5 {
  font-size: 1.2rem;
  font-style: italic; }
  @media only screen and (min-width: 768px) {
    h5 {
      font-size: 120%; } }

h6 {
  font-size: 1.1rem; }
  @media only screen and (min-width: 768px) {
    h6 {
      font-size: 110%; } }

p {
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 100%; } }

header nav i {
  font-size: 2rem; }

header nav a {
  font-size: 1rem;
  line-height: 3rem; }
  @media only screen and (min-width: 768px) {
    header nav a {
      font-size: 130%; } }

div.stars {
  font-style: italic;
  color: #ec7404; }

.wg-content a {
  color: #76b856;
  text-decoration: none; }
  .wg-content a:hover, .wg-content a:visited:hover {
    color: #93c77a; }
  .wg-content a:visited {
    color: #76b856; }

.center {
  display: block;
  text-align: center; }

.wg-content a {
  text-decoration: none; }

.wg-content .alert {
  background: #ec7404;
  margin: 0 0 1em 0;
  padding: 1em;
  color: white;
  border-radius: 5px; }

img.float-right, img.float-left {
  display: block;
  margin: 0 auto 1em auto;
  max-width: 100%;
  box-sizing: border-box; }

@media only screen and (min-width: 968px) {
  img.float-left {
    padding: 0 1em 0 0;
    float: left; } }

@media only screen and (min-width: 968px) {
  img.float-right {
    padding: 0 0 0 1em;
    float: right; } }

body {
  background: white; }

div.stars i {
  color: #ec7404; }

.wg-content button.button, .wg-content a.btn {
  background: #f1923e;
  background-image: -webkit-linear-gradient(top, #98c679, #76b856);
  background-image: -moz-linear-gradient(top, #98c679, #76b856);
  background-image: -ms-linear-gradient(top, #98c679, #76b856);
  background-image: -o-linear-gradient(top, #98c679, #76b856);
  background-image: linear-gradient(to bottom, #98c679, #76b856);
  text-decoration: none;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  color: #ffffff;
  padding: 1em 2em 1em 2em;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 50%;
  margin: 0 auto;
  border: none;
  font-size: 1.6rem; }
  @media only screen and (min-width: 768px) {
    .wg-content button.button, .wg-content a.btn {
      font-size: 160%; } }
  .wg-content button.button:hover, .wg-content a.btn:hover {
    color: white;
    background: #98c679;
    background-image: -webkit-linear-gradient(top, #f1923e, #ec7404);
    background-image: -moz-linear-gradient(top, #f1923e, #ec7404);
    background-image: -ms-linear-gradient(top, #f1923e, #ec7404);
    background-image: -o-linear-gradient(top, #f1923e, #ec7404);
    background-image: linear-gradient(to bottom, #f1923e, #ec7404); }
  .wg-content button.button:visited:hover, .wg-content a.btn:visited:hover {
    color: white; }

header div.logo {
  background-color: white; }
header nav {
  background: #f6f5f3; }
header li.active a {
  color: #76b856; }
header li a {
  color: #333;
  text-decoration: none; }
header li :hover {
  color: #76b856; }

footer {
  background: #f6f5f3;
  color: #555555; }
  footer a {
    color: #888888; }
    footer a:hover {
      color: #bbbbbb; }

.wg-container {
  background-color: darkred; }

.wg-content {
  background-color: white;
  /* box-shadow: #dedede 0 0.2em 0.2em 0.1em; */ }

aside {
  background-color: lightcoral; }

div.wg-cards .wg-card {
  box-sizing: content-box;
  margin-bottom: 0.25em;
  text-align: center;
  max-width: 100%; }
  div.wg-cards .wg-card h2 {
    font-weight: bold;
    margin: 0;
    padding: 0.5em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em; }
  div.wg-cards .wg-card .wg-package {
    padding: 1em;
    color: #ddd; }
  div.wg-cards .wg-card .wg-price sup {
    position: relative;
    top: -0.5em;
    font-size: 2em; }
  div.wg-cards .wg-card .wg-price span {
    font-size: 4em; }
  div.wg-cards .wg-card .wg-claim {
    display: block;
    padding: 0.5em 1em; }
  div.wg-cards .wg-card .wg-text {
    display: block; }
  div.wg-cards .wg-card ul {
    margin: 0;
    padding: 0 1em; }
  div.wg-cards .wg-card ul li {
    border-top: 1px dotted black;
    list-style-type: none;
    margin: 0;
    padding: 0.5em;
    text-align: left;
    text-indent: -0.75em;
    padding-left: 1.75em; }
    div.wg-cards .wg-card ul li i {
      margin-right: 0.25em;
      width: 0.5em; }
  div.wg-cards .wg-card a {
    display: block;
    margin: 0;
    padding: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em; }

@media only screen and (min-width: 550px) {
  div.wg-cards .wg-card {
    float: left;
    width: 49.5%;
    margin-right: 0.5%; }
  div.wg-cards:after {
    display: block;
    content: "";
    clear: both; }
  div.wg-cards .wg-package {
    min-height: 16em; } }
@media only screen and (min-width: 1000px) {
  div.wg-cards .wg-card {
    float: left;
    width: 24.5%;
    margin-right: 0.5%; }
  div.wg-cards .wg-package {
    min-height: 19em; } }
div.wg-cards .wg-card {
  font-size: 90%; }
  div.wg-cards .wg-card h2 {
    background: #333333;
    color: #fff; }
  div.wg-cards .wg-card .wg-package {
    background: #555; }
  div.wg-cards .wg-card .wg-claim {
    color: #3baa35;
    font-weight: bold; }
  div.wg-cards .wg-card .wg-text {
    font-size: 80%; }
  div.wg-cards .wg-card ul {
    background: #eee; }
  div.wg-cards .wg-card ul li {
    border-color: #888;
    font-size: 80%; }
    div.wg-cards .wg-card ul li:first-child {
      border: none; }
    div.wg-cards .wg-card ul li i {
      color: #3baa35; }
  div.wg-cards .wg-card a {
    background: #3baa35;
    color: white;
    font-weight: bold;
    text-decoration: none; }

div.wg-carousel {
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  height: 300px; }
  div.wg-carousel .slides {
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 1100px;
    height: 300px; }
  div.wg-carousel .caption {
    position: absolute;
    top: 1em;
    left: 1em;
    max-width: 100%;
    padding: 0.5em;
    background: rgba(255, 0, 0, 0.3);
    border-radius: 0.25em; }
  div.wg-carousel .navigator {
    position: absolute;
    bottom: 1em; }
    div.wg-carousel .navigator div {
      position: absolute;
      width: 0.5em;
      height: 0.5em;
      cursor: pointer;
      border-radius: 100%;
      background: #555555; }
      div.wg-carousel .navigator div:hover {
        background: #555555; }
      div.wg-carousel .navigator div.av {
        background: #3baa35; }
      div.wg-carousel .navigator div.dn {
        background: #3baa35; }
  div.wg-carousel .arrowleft, div.wg-carousel .arrowright {
    position: absolute;
    top: 50%;
    cursor: pointer;
    display: block;
    opacity: 0.5;
    color: #3baa35;
    transition: all 0.3s; }
    div.wg-carousel .arrowleft:hover, div.wg-carousel .arrowright:hover {
      opacity: 1; }
  div.wg-carousel .arrowleft {
    left: 1em; }
  div.wg-carousel .arrowright {
    right: 1em; }

div.wg-features {
  margin: 0 auto; }
  div.wg-features:after {
    content: "";
    display: block;
    clear: both; }
  div.wg-features .wg-feature {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 1em;
    margin: 0 0 1em 0; }
    div.wg-features .wg-feature:hover span.icon i {
      font-size: 5em; }
    div.wg-features .wg-feature span.icon {
      display: table;
      margin: 0 auto;
      width: 6.2em;
      height: 6.2em;
      border-radius: 50%;
      transition: all 0.3s; }
      div.wg-features .wg-feature span.icon i {
        display: table-cell;
        vertical-align: middle;
        transition: all 0.3s; }
    div.wg-features .wg-feature h3 {
      margin: 0 0 0.25em 0;
      padding-bottom: 0.1em;
      border-bottom: 1px solid #eee;
      transition: all 0.3s; }
    div.wg-features .wg-feature span.claim {
      transition: all 0.3s; }

@media only screen and (min-width: 550px) {
  div.wg-features.max-2 .wg-feature {
    width: 50%; } }
@media only screen and (min-width: 650px) {
  div.wg-features.max-3 .wg-feature {
    width: 33%; } }
@media only screen and (min-width: 900px) {
  div.wg-features.max-4 .wg-feature {
    width: 25%; } }
div.wg-features .wg-feature i {
  color: #51c74b; }
div.wg-features .wg-feature h3 {
  color: black; }
div.wg-features .wg-feature span.claim {
  color: black; }
div.wg-features .wg-feature:hover i {
  color: #3baa35; }
div.wg-features .wg-feature:hover h3 {
  color: gray; }
div.wg-features .wg-feature:hover span.claim {
  color: gray; }

section#grav-login h1 {
  margin-top: 1em; }
section#grav-login div.form-actions {
  margin-top: 1em; }
  section#grav-login div.form-actions button {
    clear: both;
    padding: 0.5em;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      section#grav-login div.form-actions button {
        width: 50%; } }

form input[type=text], form input[type=email], form input[type=password] {
  width: 100%;
  box-sizing: border-box; }
form textarea {
  width: 100%;
  height: 20em;
  box-sizing: border-box; }
form input, form textarea {
  outline-color: #ec7404; }
form span.checkboxes {
  display: block; }
form div.form-spacer {
  background-color: #76b856;
  color: white;
  padding: 0.5em; }
  form div.form-spacer p, form div.form-spacer h3 {
    margin: 0;
    padding: 0; }
  form div.form-spacer a {
    color: white;
    text-decoration: underline; }
    form div.form-spacer a:hover, form div.form-spacer a:visited, form div.form-spacer a:hover:visited {
      color: white; }
form div.buttons {
  margin: 1em 0; }
form div.form-field {
  margin-top: 0.75em; }

div.page-bewertung {
  position: relative; }
  div.page-bewertung div.voted-info {
    background: #eaf4e6;
    border-radius: 1em;
    padding: 1em;
    margin-top: 2em; }
    div.page-bewertung div.voted-info h1 {
      margin-top: 0; }
    div.page-bewertung div.voted-info p {
      margin-bottom: 0; }
  div.page-bewertung span.cup {
    position: relative;
    display: block;
    text-align: center;
    margin: 1em 0; }
    div.page-bewertung span.cup.gold {
      color: #C98910; }
    div.page-bewertung span.cup.silver {
      color: #A8A8A8; }
    div.page-bewertung span.cup.bronze {
      color: #965A38; }
    div.page-bewertung span.cup span {
      position: absolute;
      text-align: center;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      line-height: 2em;
      font-size: 1em;
      font-weight: bold;
      color: white; }
  div.page-bewertung .rating .cup {
    display: none; }
  div.page-bewertung div.titles .rating {
    min-width: 1em;
    display: block;
    float: left; }
  div.page-bewertung div.titles a {
    display: block;
    padding-left: 2.5em;
    text-indent: -1em;
    font-size: smaller; }
  div.page-bewertung div.idea-card {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #bbb; }
    div.page-bewertung div.idea-card img {
      width: 100%; }
    div.page-bewertung div.idea-card div.overlay-bewerten {
      display: none; }
    div.page-bewertung div.idea-card div.overlay-bewerten span.cup {
      width: 33%;
      float: left;
      cursor: pointer; }
      div.page-bewertung div.idea-card div.overlay-bewerten span.cup.selected {
        color: #f0f0f0; }
    div.page-bewertung div.idea-card div.overlay-bewerten a {
      text-align: center;
      display: block;
      width: 100%;
      cursor: pointer; }
    div.page-bewertung div.idea-card div.overlay-bewerten:after {
      clear: both;
      content: "";
      display: block; }
  @media only screen and (min-width: 768px) {
    div.page-bewertung div.ideas div.idea-card img {
      display: block;
      margin: 0 auto;
      width: 50%; }
    div.page-bewertung div.ideas:before {
      content: '';
      display: block;
      clear: both; } }
  @media only screen and (min-width: 800px) {
    div.page-bewertung div.titles {
      width: 50%;
      float: left;
      box-sizing: border-box;
      padding: 1em 1em 0 1em;
      margin-top: 1em; }
    div.page-bewertung div.ideas div.idea-card {
      width: 50%;
      float: left;
      box-sizing: border-box;
      padding: 1em 1em 0 1em; }
    div.page-bewertung div.ideas .cf {
      clear: both;
      display: block; }
    div.page-bewertung div.ideas div.overlay-bewerten {
      position: absolute;
      width: 30%;
      border: 1px solid black;
      background: white;
      padding: 1em; }
    div.page-bewertung:after {
      clear: both;
      content: "";
      display: block; } }
  div.page-bewertung form.summary .idea.bronze, div.page-bewertung form.summary .idea.silver, div.page-bewertung form.summary .idea.gold {
    display: none; }
  div.page-bewertung form.summary span.cup span {
    font-size: 1.5em; }
  div.page-bewertung form.summary div.idea-card {
    border-top: none;
    margin: 0 0 2em 0;
    padding: 0; }
    div.page-bewertung form.summary div.idea-card img, div.page-bewertung form.summary div.idea-card p {
      display: none; }
    div.page-bewertung form.summary div.idea-card h3 {
      text-align: center;
      margin-top: 0; }
  div.page-bewertung form.summary .button {
    font-size: 1.3em;
    width: 80%; }
  div.page-bewertung form.summary a {
    display: block;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2em; }
  div.page-bewertung form.summary .check-selection {
    padding: 1em;
    background: #76b856;
    border-radius: 1em;
    color: white;
    text-align: center; }
  div.page-bewertung form.summary .check-selection.gold.silver.bronze {
    display: none; }

/**
* hier kommt alles sos-kd spezifische styling rein
 */
.wg-container-width {
  width: 1100px; }

.wg-primary-color {
  color: #76b856; }

.wg-primary-background {
  background-color: #76b856; }

.wg-secondary-color {
  color: #ec7404; }

.wg-secondary-background {
  background-color: #ec7404; }

.wg-darkgray-color {
  color: #dfdfdf; }

.wg-darkgray-background {
  background-color: #dfdfdf; }

.wg-lightgray-color {
  color: #f6f5f3; }

.wg-lightgray-background {
  background-color: #f6f5f3; }

.wg-inverse-color {
  color: white; }

.wg-inverse-background {
  color: white; }

@media only screen and (max-width: 768px) {
  .wg-box.m-1 {
    width: 100% !important;
    padding: 0; }

  .wg-box.m-1-2 {
    width: 50% !important;
    padding: 0; }

  .wg-box.m-1-2-l {
    width: 50% !important;
    padding-left: 0; }

  .wg-box.m-1-2-r {
    width: 50% !important;
    padding-right: 0; }

  .wg-box.m-1-3 {
    width: 33.33% !important;
    padding: 0; }

  .wg-box.m-1-3-l {
    width: 33.33% !important;
    padding-left: 0; }

  .wg-box.m-1-3-m {
    width: 33.33% !important;
    padding: 0 0.5em; }

  .wg-box.m-1-3-r {
    width: 33.33% !important;
    padding-right: 0; } }

/*# sourceMappingURL=webgestalten.css.map */
