/* BODY */
html{
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #666;
}

body{
  background-image: url(../images/bodybg.png);
  min-height: 100vh;
  padding: 20px;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6, p, li, label, a{
  line-height: 1.3em;
}

h2{
  font-size: 1.25em;
  font-weight: normal;
  margin: 0.6em 0;
}

h3{
  text-transform: uppercase;
}

a{
  color: #666;
}

a:hover{
  text-decoration: none;
}

.link-astro {
    color: #666 !important;
}

.no-uppercase{
  text-transform: none;
}

/* COMMON */
.link {
	color: #6BBCC2;
}

.invisible{
  display: none;
}

/* header */
.header {
  text-align: right;
  margin-bottom: 30px;
}

.header img{
  max-width: 100%;
}

/* footer */
.copyright{
  max-width: 1280px; /* max-width maincontent + padding */
  margin: auto;
  font-size: .8em;
  padding: 20px 0;
}

footer p{
  margin: 0.5em 0;
}

footer adress{
  margin-bottom: 30px;
}

/* main content */
.maincontent{
  max-width: 1200px;
  background-color: #fff;
  padding: 20px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.box_wrapper{
  margin: 20px 0;
}

.box{
  background-color: #e8e8e8;
  padding: 20px;
  height: 100%;
  min-height: 450px;
}

.band-1{
  background-color: #EB8E6F;
  color: #fff;
}

.band-2{
  background-color: #98AFD8;
  color: #fff;
}

.band-3{
  background-color: #9FC59E;
  color: #fff;
}

.band-4{
  background-color: #F7AE69;
  color: #fff;
}

.band-5{
  background-color: #8b4277;
  color: #fff;
}

.band-6{
    background-color: #d6aaca;
    color: #fff;
}

.box > :first-child, .box .text_wrapper > :first-child, .text_wrapper > div > :first-child, form h3{
  margin-top: 0;
}

.box :last-child{
  margin-bottom: 0;
}

.box a{
  color: #fff;
}

li p{
  margin: 0;
}

.text_wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.img_wrapper{
  padding-left: 20px !important;
}

.img_wrapper img{
  width: 100%;
  max-width: 100px;
  float: right;
}

.box_info{
  padding: 20px;
  background-color: #e8e8e8;
  margin: 0;
}

/* FORMULARE */
.powermail_fieldset{
  border: none;
  padding: 0;
  margin: 0 -20px;
}

.powermail_fieldset + .powermail_fieldset{
  margin-top: 20px;
}

input{
  width: 100%;
  margin: 5px 0;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #ABABAB;
  padding: 3px;
}

label{
  display: block;
}

[type="number"].powermail_input{
  //width: 50px;
}

/* Schriftfarbe für Input Platzhalter */
::-webkit-input-placeholder {
    font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}
::-moz-placeholder {  /* Firefox 19+ */
    font-style: italic;
}
:-ms-input-placeholder {
    font-style: italic;
}


/* KONTAKTFORMULAR */
.tx-powermail ul  {
    padding-bottom: 0px;
}

.powermail_select{
    padding: 5px 15px;
}

legend {
    display: none;
}

.powermail_fieldwrap{
    float: left;
    width: 33.3333%;
    padding: 6px 20px;
}

.powermail_fieldset_1 .powermail_fieldwrap {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.powermail_fieldset_1 .powermail_input {
    max-width: 75px;
    margin: 0;
}

.powermail_fieldset_3 {
    font-weight: 600;
}

.powermail_fieldset_7 {
    font-weight: 600;
}

.powermail_fieldwrap_preis {
    text-decoration: underline;
}

.powermail_fieldwrap_kurspreis {
    text-decoration: underline;
    font-weight: 600;
}

.powermail_fieldwrap_moreinfos {
    font-weight: 500;
    margin-top: -20px;
    font-size: 12px;
    margin-bottom: 15px;
}
}

.powermail_fieldwrap_gutscheine {
    text-decoration: underline;
    font-weight: 600;
}

.powermail_fieldset_3 .powermail_fieldwrap.powermail_fieldwrap_ebook {
    width: unset;
}

.powermail_fieldwrap_ebook .powermail_field {
    background-color: aqua;
    display: inline;
}

.powermail_fieldwrap_combi .powermail_field {
    background-color: yellow;
    display: inline;
}

.powermail_fieldwrap.powermail_fieldwrap_type_text{
  width: 100%;
}

.powermail_fieldwrap_spacer, .powermail_fieldwrap_spacer_01 {
    padding: 15px;
}

.powermail_fieldwrap.powermail_fieldwrap_empty {
    width: 50%;
}

.powermail_fieldwrap.powermail_fieldwrap_info-text {
    width: 50%;
}

.powermail_fieldwrap.powermail_fieldwrap_info-text .powermail_field {
    background-color: aqua;
    display: inline;
}

.powermail_fieldwrap_type_submit{
  width: 100%;
}

.powermail_input, .powermail_textarea {
    font-family: Arial, sans-serif;
    font-size: 1em;
    //color: #433630;
    width: 100%;
    padding: 6px 10px;
    //border: 0;
    background-color: #fff;
}

.powermail_textarea {
    width: 95%;
    margin-bottom: 20px;
}

.parsley-required, .parsley-custom-error-message {
    color: #BA2F00;
    font-size: 0.8em;
    padding-top: 5px;
    list-style: none;
}

.parsley-errors-list{
    padding: 0 !important;
    margin: 0 0 0.2em 0;
}


/* BUTTONS */
input[type=submit] {
    -webkit-appearance: none;
    font-size: 1em;
    width: auto;
    padding: 5px 10px;
    background-color: #666;
    color: #fff;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

input[type=submit]:hover{
  background-color: #888;
}

@media screen and (max-width: 1200px) {
  .powermail_fieldwrap{
      width: 50%;
  }
}

@media screen and (max-width: 950px) {
  body{
    padding: 0;
  }

  .box{
    min-height: auto;
  }
}

@media screen and (max-width: 640px) {
  .maincontent{
    padding: 20px;
  }

  .box_wrapper{
    margin: 10px 0;
  }

  .img_wrapper{
    padding-left: 0 !important;
  }

  .img_wrapper img{
    float: left;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .powermail_fieldwrap {
      width: 100%;
  }

    .powermail_fieldset_1 .powermail_fieldwrap {
        display: block;
    }
}

/* PRINT CSS */
@media print {

    body {
        background-color: #ffffff;
        font-size: 12pt;
        font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
        color: #000;
        padding: 0;
        margin: 0;
    }


    .maincontent {
        width: 100%;
    }

    .navigation,
    .serachbar,
    .banner,
    .banner-inhalt,
    .crosslinks,
    .subnav,
    footer {
        display: none;
    }
}
