﻿/*Design1 (18.02.2020)*/

/***************** Allgemein *****************/
body {
  padding-bottom: 20px;
}

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

.redButton.dxbButton_Material {
  background-color: #d9534f;
}

.redButton.dxbButtonHover_Material {
  background-color: #dd6a67;
}

.dl-horizontal dt {
  white-space: normal;
}

.LogoutLink {
    float: right;
}

.dxichCellSys
{
  vertical-align:top;
}


.validation-summary-errors ul {
  list-style: none;
  margin-left: -40px
}


/***************** Header *****************/
.cobraHeader {
  background-color: #1279c5;
  height: 100px;
  margin-bottom: 30px;
}

.cobraHeader img {
  max-height: 90px;
  float: left;
  padding: 20px;
}

.cobraHeader p {
  font-size: x-large;
  color: white;
  padding-top: 30px;
}

/***************** Formulare *****************/

.formContainer {
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
  padding: 15px;
  border-radius: 5px;
  background-color: #eeeeee;
}

.PrivacyNotes {
  font-size: small;
}

@media (max-width: 1044px) {
  .formContainer {
    margin-right: 10px;
    margin-left: 10px;
    max-width: 1024px;
    padding: 15px;
    border-radius: 5px;
    background-color: #eeeeee;
  }
}


/***************** Newsletter *****************/

.NewsletterCaption {
  font-size: larger;
}

.NewsletterDescription {
  padding-left: 53px;
  padding-bottom: 10px;
  font-size: small;
  color: #808080;
  display: block;
  max-width: 500px;
}

/***************** Downloads *****************/

.DownloadItem {
  border-bottom: 1px solid #dddddd;
  padding-top: 30px;
  padding-bottom: 30px;
}

  .DownloadItem:last-of-type {
    border-bottom: 0px solid;
  }

  
 .DownloadItemTextItem {
  padding-left: 20px;
  overflow: hidden;
  display: block;
}

.DownloadItem > img {
  width: 100px;
  float: left;
}

.DownloadItemTextItem > a > img {
  vertical-align: sub;
  margin-right: 5px;
}

.DownloadItem h1 {
  font-size: 18pt;
  color: #555555;
  vertical-align: top;
  margin-top: 0px;
}

.DownloadItem p {
  color: #808080;
}

.DownloadItem span {
  font-size: 20pt;
}

@media (max-width: 775px) {
  .DownloadItemTextItem {
    padding-left: 0px;
    overflow: hidden;
    display: inline;
  }

  .DownloadItem img {
    margin-right: 20px;
  }

  .DownloadItem h1 {
    padding-left: 20px;
    font-size: 18pt;
    vertical-align: top;
    margin-top: 0px;
    padding-bottom: 20px;
  }
}


