/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/*---- 
ALLGEMEIN
---*/
.seitenbreite {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
/*---- 
G-Sektion1 | Startseite, Icons, …
---*/
#g-sektion1, #g-sektion4 {
  background-color: #014e8f;
  color: white;
  text-align: center;
}
#g-sektion1 .g-title {
  display: none;
}
#newsletters::before {
  content: "";
  display: flex;
  flex-direction: column;
  color: #4cc7f4;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 400;
}
#mails::before {
  content: "";
  display: flex;
  flex-direction: column;
  color: #4cc7f4;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 400;
}
#domains::before {
  content: "";
  display: flex;
  flex-direction: column;
  color: #4cc7f4;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 400;
}
#subscribers::before {
  content: "";
  display: flex;
  flex-direction: column;
  color: #4cc7f4;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 400;
}
/*---- 
G-Sektion4 | Login
---*/
#g-sektion4 {
  padding: 50px;
  padding-bottom: 100px;
}
#g-sektion4 .platform-content .moduletable {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  background: white;
  width: 400px;
  padding: 20px 40px 0;
}
#login-form .input-prepend > .add-on {
  color: #000000;
  height: 2.1rem;
  background: none;
  border: none;
  border-bottom: 1px solid #014e8f;
  border-radius: 0px;
}
#login-form input {
  background: none;
  border: none;
  border-bottom: 1px solid #014e8f;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  height: 20.6px !important;
}
form {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.userdata {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.input-prepend {
  width: 100%;
}
.input-prepend {
  width: 235px;
}
.controls {
  display: flex;
}
#form-login-remember {
  color: black;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 20px;
}
.control-label {
  order: 2;
}
#modlgn-remember {
  width: 24px !important;
}
.control-label {
  margin-top: 5px;
  margin-left: 5px;
}
#g-sektion4 .platform-content {
  filter: drop-shadow(30px 30px 0px #012F56);
  -webkit-filter: drop-shadow(30px 30px 0px #012F56);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#g-sektion4 .moduletable::after {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 45px solid #ffffff;
  clear: both;
}
/*---- 
Tabellen
---*/
/*---- 
mod_ads
---*/
.mod-ads-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.mod-ads-inner-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 140px;
  background: #efefef;
  padding: 10px;
  border: 1px solid #014e8f;
  border-radius: 5px;
}
.mod-ads-inner-wrapper .mod-ads-item-header {
  font-weight: bold;
  text-align: center;
}
.mod-ads-inner-wrapper div {
  text-align: right;
}
/*# sourceMappingURL=custom_11.css.map */