/* Presentational style rules only
 * Not required
 */

html, body, .container {
  height: 90%;
}



.opener {
  background-color: #1e1c1a;
  width: 50%;
  text-align: center;
  margin: auto;
  padding: 20px;
  border-radius: 20px;
}


/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

/* Basic */
body { 
  font-family: 'Rationell', sans-serif;
  font-style: normal;
  color: #ffffff;
}

h1 {
  font-family: 'Rationell', sans-serif;
  color: #fff;
  font-size: 3.5em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  word-break: break-word;
}

h2 {
  font-family: 'Rationell', sans-serif;
  color: #fff;
  font-size: 2.5em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-style: italic;
}

.umcar-rot {
  color: #e51e24;
}



a {
  color: #e51e24;
}

p {
  margin: 0 0 15px 0;
  font-size: 2em;
}

.achtung {
  color: #000 !important;
  background-color: #e15554;
  padding: 15px;
  -webkit-box-shadow: 6px 0px 20px 1px rgba(0,0,0,0.29); 
  box-shadow: 6px 0px 20px 1px rgba(0,0,0,0.29);
  transform: rotate(5deg); /* Equal to rotateZ(45deg) */
  font-weight: 700;
}

.achtung2 {
  color: #000 !important;
  background-color: #fddaac;
  padding: 15px;
  -webkit-box-shadow: 6px 0px 20px 1px rgba(0,0,0,0.29); 
  box-shadow: 6px 0px 20px 1px rgba(0,0,0,0.29);
  transform: rotate(5deg); /* Equal to rotateZ(45deg) */
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}


/* For mobile devices */
@media only screen and (max-width: 767px) {
h1 {
  color: #fff;
  font-size: 1.8em;
  }

h2 {
  color: #fff;
  font-size: 1.5em;
  }


.opener {
  background-color: #1e1c1a;
  width: 75%;
  text-align: center;
  margin: auto;
  padding: 10px;
  border-radius: 10px;
}

p {
  margin: 0 0 15px 0;
  font-size: 1.1em;
}

 }

/* Layout */


.container {
  display: table;
  padding-top: 80px;
  width: 100%;
}

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.text {
  padding: 10px;
}

/* Special */
.sub-title {
  margin: 50px auto;
  font-size: 18px;
  line-height: 23px;
}

.button:hover {
  display: inline-block;
  padding: 6px 10px;
  color: orange;
  background-color: #092327;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  border-radius: 10px;
}

.button {
  display: inline-block;
  padding: 6px 10px;
  color: #092327;
  background-color: #00A9A5;
  border-radius: 3px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  border-radius: 10px;
}



#more-content {
  display: none;
}

/* Media Queries */
@media only screen and (max-width: 340px) {
  
  .container {
    position: relative;
    display: block;
    float: left;
    vertical-align: baseline;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }
  
  #more-content {
    float: left;
    margin-right: 10px;
    
  }
  
  body h1 {
    font-size: 1.8em;
    line-height: 23px;
  } 
  
  .content, blockquote {  
    display: inline;
    margin: 0 auto;
    padding-top: 80px;
    vertical-align: baseline;
  }

  blockquote {
    width: 150px;
    margin: 15px auto;
    font-size: 16px;
    line-height: 21px;
    background-color: transparent;
  }

  blockquote cite {
    font-size: 14px;
    line-height: 19px;
  }

  .sub-title {
    font-size: 14px;
    line-height: 21px;
  }

  .button, p {
    max-width: 150px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
  }

  html, body, .container {
    height: auto;
  }

}