/**************Defaults**************/
/*globals*/
:root {
    /* var not supported from IE*/
    --main-highlight-color: rgb(190,130,50);
    --main-highlight-color-alpha: rgba(190,130,50,0.6);
    --main-bg-color-alpha: rgba(190,130,50,0.8);
}

html {
	scroll-behavior: smooth;
}

/* texts*/
.center {text-align: center;}
.right {text-align: right;}
.italic {font-style: italic;}
.white {color: white;}


/*responsive*/
.row-1 {width: 100%;}
.row-4 {width: 33%;}
.row-6 {width: 50%;}
.row-12 {width: 10%;}


/*body*/
body {
  background-color: lightgray;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 0;
}

/*sections*/
section {
    padding: 0px;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

article {
    margin: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    padding-left: 35px;
    padding-right: 35px;
    overflow: auto;
}

p {
    line-height: 20px;
}

a:link, a:visited, a:hover {
    color: rgb(80, 30, 30);
    text-decoration: underline;
    font-weight: bold;
}


/* navigation*/
.topnav {
    overflow: hidden;
    background-color: rgba(12, 12, 12, 0.8);
    position: fixed;
    width: 100%;
    top: 0;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 10px;
    text-decoration: none;
    font-size: 14px;
  }

  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }

  .topnav a.active {
    background-color: rgb(80, 30, 30);
    color: white;
  }

  .topnav .icon {
    display: none;
  }

section#the-welcome-area {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/hintergrund-1.jpg);
    filter: blur(3px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -10;
}

/* headline */

.headline {
    margin-bottom: 250px;
}

.headline h1 {
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 100;
    font-size: 100px;
    text-align: center;
    /* max-width: 800px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 80%;
    padding-bottom: 20px;
    background-color: rgb(80, 30, 30);
}


.headline h2 {
    text-align: center;
    max-width: 400px;

    margin: auto;
    margin-top: -10px;
    margin-bottom: 50px;
    padding: 0;
    background: white;
    font-size: 12px;
    font-weight: 100;
    font-family: monospace;
}

.tag-cloud {
    max-width: 550px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    padding-left: 20px;
}

.tag-cloud p {
    font-size: 15px;
    font-weight: 100;
    color: white;
    background-color: rgba(80, 30, 30, 0.8);
    padding: 2px 7px;
    margin: 5px;
    text-transform: capitalize;
    float: left;
}

.list-category {
    padding-top: 50px;
}

.section-title {
    text-align: center;
    font-size: 30px;
    color: white;
    text-shadow: 1px 1px 2px black;
}

/* highlights */
.highlight {
    font-style: italic;
    font-size: 10px;
    text-align: center;
}

/* company */

.company, .info-area {
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
}

.basic-company {
    /* background-color: transparent; */
    /* border: solid black 3px; */
}


.company-description {
    font-style: italic;
    width: 50%;
}

.company-content-default {
    margin-top: 20px;
}

.company-content-more {
    float: left;
    margin-top: 20px;
    height: 50px;
    width: 100%;
}

.company-address {
    width: 40%;
    height: 80px;
}

.company-service {
    margin-top: -150px;
    margin-left: 41%;
    width: 59%;
}

.company-address p {
    margin: 0;
    margin-right: 10px;
    padding: 0px;
    font-size: 15px;
}

.company-content-more p {
    padding: 2px 10px;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 5px;
    float: left;
    /* background-color: rgb(80, 30, 30); */
    border: 1px dashed rgb(80, 30, 30);
    font-size: 15px;
}
.single-line {
    height: 30px;
    width: 100%;
}
.single-line p {
    float: left;
}

.company-content-cta p {
 float: left;
 margin: 5px;
 margin-right: 5px;
 padding: 0 5px;
 background-color: lightgrey;
}


.cta-detail-page {
    margin-top: 20px;
    width: 100%;
    background-color: rgb(80, 30, 30);
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

section#more-area {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: auto;
}

#more-area h2 {
    padding: 10px;
    padding-bottom: 0;
}
 #more-area a {
    color: black;
    text-decoration: underline;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: rgb(80, 30, 30);
}

p.stoerer-rounded {
  font-size: 9px;
  line-height: 11px;
  font-family: monospace;
  width: 60px;
  height: 60px;
  padding: 10px;
  text-align: center;
  color: black;
  background-color: white;
  border-radius: 50px;
  border: 2px dashed black;
}

p#stoerer1 {
  margin-top: -100px;
  margin-left: auto;
  margin-right: 5px;
}

p#stoerer2 {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1.5);
}

p#join {
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    text-align: center;
    padding: 5px;
    background-color: white;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid rgb(80, 30, 30);
}

p#join-more {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;
    text-align: center;
    padding: 5px;
    background-color: white;
    cursor: pointer;
    border-radius: 4px;
    color: #000;
    font-size: 30px;
    line-height: normal;
    border: 1px solid rgb(80, 30, 30);
}

.join-area {
    text-align: right;
    float: left;
}

.url-join {
    margin: 10px;
}

.legal-area {
    /* background-color: yellow; */
    float: left;
    padding-bottom: 50px;
}

.url-legal {
    margin: 10px;
}

.join-area p, .legal-area p {
    padding: 0;
    margin: 2px;
}

.ad-cost-area {
    position: relative;
    text-align: center;
    padding: 20px 0px;
}

.ad-cost-area:before {
    content : "";
    position: absolute;
    left    : 25%;
    bottom  : 0;
    height  : 10px;
    width   : 50%;
    border-bottom: 1px solid black;
  }

.ad-cost-area h2 {
    padding: 20px;
    width: 100px;
    margin: auto;
    border: 1px dashed white;
}

.disclaimer {
    text-align: center;
    padding-bottom: 70px;
    font-family: monospace;
    font-size: 10px;
}

.bg-dark-light {
    background-color: rgba(0, 0, 0, 0.8);
    font-style: italic;
    font-size: 13px;
    padding: 5px;
    max-width: 600px;
    margin: auto;
}

.bg-dark-light a {
    color: white;
}

/* mitmachen */

#costs {
    /* font-family: Arial, Helvetica, sans-serif; */
    border-collapse: collapse;
    width: 100%;
  }

  #costs td, #costs th {
    border: 1px solid #ddd;
    padding: 8px;
  }

  #costs tr:nth-child(even){background-color: #f2f2f2;}

  #costs tr:hover {background-color: #ddd;}

  #costs th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: rgb(80, 30, 30);
    color: white;
  }

  th {
    font-size: 15px;
  }
  td {
    font-size: 12px;
  }

  ul {
    list-style-position: inside;
  }

  p li {
    text-align: center;
  }

  summary {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
  }

  details[open] {
    padding: 0.5em;
  }

  details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: 0.5em;
  }

.offering {
    border: dashed 1px rgb(80, 30, 30);
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    width: 200px;
    font-family: monospace;
    font-size: 20px;
    color: rgb(80, 30, 30);
}

.new-clients {
  font-size: 9px;
}

.large_font {
    font-size: 80px !important;
}


@media only screen and (max-width: 1000px) {
    article {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 750px) {

    .headline {
        margin-bottom: 20px;
    }

    .tag-cloud {
        width: 90%;
    }

    .headline h1 {
        font-size: 50px;
    }

    .row-6 { width: 100%;}

    .join-area {
        text-align: center;
    }

    .legal-area {
        text-align: center;
    }

    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }

    /* .topnav.responsive {position: relative;} */
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: center;
        padding: 8px;
        font-size: 17px;
        margin: 0;
        height: 20px;
        text-decoration: underline;
    }
}

@media only screen and (max-width: 450px) {

    .headline h1 {
        font-size: 30px;
    }

    .headline h2 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .company-content-more {
        float: none;
        margin-top: 20px;
        height: 50px;
        width: 100%;
    }

    .company-address {
        width: 100%;
        height: 80px;
    }

    .company-service {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

    li {
        text-align: left;
      }

}
