/*
Theme Name: Blitzanfrage
Theme URI: https://github.com/WordPress/blitzanfrage
Author: SCHITTLY web.technik GmbH
Author URI: https://www.schittly.com/
Template: blitzanfrage
Version: 1.0
Text Domain: blitzanfrage-child
*/

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-BoldItalic.woff2') format('woff2'),
        url('fonts/Ubuntu-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Italic.woff2') format('woff2'),
        url('fonts/Ubuntu-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu.woff2') format('woff2'),
        url('fonts/Ubuntu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Light.woff2') format('woff2'),
        url('fonts/Ubuntu-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Medium.woff2') format('woff2'),
        url('fonts/Ubuntu-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-MediumItalic.woff2') format('woff2'),
        url('fonts/Ubuntu-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Bold.woff2') format('woff2'),
        url('fonts/Ubuntu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-LightItalic.woff2') format('woff2'),
        url('fonts/Ubuntu-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

.entry .entry-footer {
  display: none;
}


:root {
  --blau: #002842;
  --blue: #002842;
  --rot: #e3001b;
  --red: #e3001b;
}

.rot, .red {
  color: #e3001b; 
}
.bg-rot, .bg-red {
  background-color: #e3001b; 
}
.blau, .blue {
  color: #002842; 
}
.bg-blau, .bg-blue {
  background-color: #00375b; 
}
.center {
  text-align: center;
}

.flex {
  display: flex;
}
body {
  margin: 0;
  padding: 0;
}
body * {
  color: #002842;
  font-family: 'Ubuntu', Arial;
  font-weight: normal;
}

b, strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}
a:visited {
  color: #002842;
}
.bg-blue a:visited {
  color: white;
}

img {
	height: auto;
	max-width: 100%;
}

input, textarea, select, button {
  font: 300 16px 'Ubuntu';
}

.entry .entry-content p,
p {
  margin:  0 0 21px 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *, .entry .entry-summary > * {
    margin: 9px 0;
  }
}
h1 {
  font-size: 2.7em;
  margin: 9px 0;
}

.site-header {
  margin: 0;
  padding: 0;
  height: auto;/*55px;  */
}
@media only screen and (min-width: 768px) {
  .site-header {
    margin: 0;
    padding: 0;
    height: auto;/*55px;  */
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content, .entry .entry-summary {
    max-width: 90%;
    margin: 0 5%;
    padding: 0 0px;
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content > *, .entry .entry-summary > * {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *, .entry .entry-summary > * {
    max-width: 100%;
  }
}

h1:not(.site-title):before, h2:before {
  background: transparent;
  content: "";
  display: none;
  height: 0px;
  margin: 0;
  width: 0em;
}

.entry-content > h1 {
  color: #059fe0;
}

@media only screen and (max-width: 480px) {
  .entry-content > h1 {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100%-20px);
  }
}

/*Headerbanner-Bereich*/
.headerbanner {
  position: relative;
  margin: 0px auto 70px auto;
  width: 100%;
  max-width: 1700px; 
  display: flex;
  justify-content: center; 
}
.headerbanner .headerbanner-image {
  width: 100%;
  max-width: 1700px; /*850px;*/
  margin: 0 auto;
}
.headerbanner .headerbanner-image img {
  width: 100%;
}
.headerbanner .headerbanner-branding {
  display: flex;
  background-color: rgba(255,255,255,0.7);
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; 
}
.headerbanner .headerbanner-branding > div.flex {
  justify-content: space-between;
  width: 100%;
}

.headerbanner .headerbanner-branding .headerbanner-red {
  background-color: #e3001b;
  flex-grow: 1000;
}

.headerbanner .headerbanner-branding .headerbanner-cyan {
  background-color: #059fe0;
  flex-grow: 1000;
}


.headerbanner .headerbanner-branding .headerbanner-inner {
  width: 1200px;
  display: flex;
}
.headerbanner .headerbanner-branding .headerbanner-right {
  flex-grow: 1000;
}


.headerbanner .headerbanner-branding .headerbanner-logowrap {
  width: 50%;
}

.headerbanner .headerbanner-branding .headerbanner-logo {
  width: 175px;
  vertical-align: middle;
  margin: 0 130px 0 -6px;
  display: flex;
  align-items: center;
}
.headerbanner .headerbanner-branding .headerbanner-logo img {
  width: 175px;
}

.headerbanner .headerbanner-branding .headerbanner-decor {
  width: 223px;
}
.headerbanner .headerbanner-branding .headerbanner-text {
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  width: 50%;
}
.headerbanner .headerbanner-branding .headerbanner-text > .flex {
  align-items: center;
}
.headerbanner .headerbanner-branding .headerbanner-text img {
  vertical-align: middle;
  margin: 0 7px;
  width: 31px;
  max-width: none;  
  border-radius: 2px;
}
@media only screen and (max-width: 1024px) {
  .headerbanner .headerbanner-branding .headerbanner-text {
    margin-right: 40px;
  }
  .headerbanner .headerbanner-branding .headerbanner-decor img {
    height: 100%;
  }
}
@media only screen and (max-width: 870px) {
  .headerbanner {
    flex-wrap: wrap;
  }
  .headerbanner .headerbanner-image {
    order: 2;
  }
  .headerbanner .headerbanner-branding {
    position: relative;
    order: 1;
  } 
}
@media only screen and (max-width: 777px) { 
  .headerbanner .headerbanner-branding .headerbanner-text {
    flex-direction: row;
    margin-right: 20px;
    justify-content: flex-end;
    line-height: 18px;
    width: 70%;
  }
  .headerbanner .headerbanner-branding .headerbanner-logowrap {
    width: 30%;
  }
  .headerbanner .headerbanner-branding .headerbanner-logowrap .headerbanner-logo {
    margin-right: 30px;
  }

  .headerbanner .headerbanner-branding .headerbanner-text  > .flex {
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .headerbanner .headerbanner-branding .headerbanner-text img {
    margin: 0 7px 0 0;
  }
  .headerbanner .headerbanner-branding .headerbanner-decor {
    width: 90px;
  }
  .headerbanner .headerbanner-branding .headerbanner-decor img {
    position: absolute;
    left: -130px;    
  }
}
@media only screen and (max-width: 640px) {
  .headerbanner .headerbanner-branding .headerbanner-decor {
    width: 73px;
  }
  .headerbanner .headerbanner-branding .headerbanner-decor img {
    position: absolute;
    left: -150px;    
  }
  .headerbanner .headerbanner-branding .headerbanner-logo {
    margin-right: 20px;
  }
  .headerbanner .headerbanner-branding .headerbanner-text span.slogan {
    display: none;
  }
  .headerbanner .headerbanner-branding .headerbanner-text {
    align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  
  .headerbanner .headerbanner-branding .headerbanner-logowrap {
    width: 50%;
  }

  .headerbanner .headerbanner-branding .headerbanner-decor {
    width: 53px;
  }
  .headerbanner .headerbanner-branding .headerbanner-decor img {
    left: -170px;    
  }
  .headerbanner .headerbanner-branding .headerbanner-text span.slogan {
    display: none;
  }
  .headerbanner .headerbanner-branding .headerbanner-text {
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }  
  .headerbanner .headerbanner-branding .headerbanner-text  > .flex {
    align-items: center;
    justify-content: flex-start;
    padding: 0;
  }
  .headerbanner .headerbanner-branding .headerbanner-text span.tel {
    font-size: 14px;
  }
}

/*Footer*/
.pre-footer {
  text-align: center;
  margin-bottom: 26px;
  margin-top: 70px;
}
.pre-footer a {
  font-size:  15px; 
}
.pre-footer a img {
  vertical-align: middle;
}
footer {
  padding: 28px 0 40px 0;
}

@media only screen and (max-width: 480px) {
  footer {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
  }
}
footer, footer * {
  text-align: center;
  color: #ffffff;
  font-size: 15px;
}
.footer-logo {
  margin-bottom: 13px;
}
.footer-logo img {
  width: 159px;
}
.footer-text {
  line-height: 21px;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-navigation {
  display: inline-block;
  margin-top: 10px;
}
.footer-navigation > div {
  display: inline;
}
.footer-navigation .footer-menu {
  display: inline;
  padding-left: 0;
}
.footer-navigation .footer-menu li {
  display: inline;
  margin-right: 3px;
}
.footer-navigation .footer-menu li::before {
  content: "\007C";
  margin-right: 4px;
}
.footer-navigation .footer-menu li:first-of-type::before {
  content: "";
  margin: 0;
}

/* Formularfelder*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], 
input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], 
input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: solid 1px transparent;
  box-sizing: border-box;
  outline: none;
  padding: 0 0 0 8px;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
}
input[type="range"] {
  padding: 0;
  border: solid 1px #002842;
  background: #002842;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, 
input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="month"]:focus, 
input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  border-color: #002842;
  outline: none;
}
input[type="range"]:focus {
  border-color: #002842;
  outline: none;
}

/* Sumbit-Button */
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  transition: background 150ms ease-in-out;
  background: #059fe0;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Ubuntu', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  outline: none;
  padding: 11px 24px 10px 24px;
  text-decoration: none;
  vertical-align: bottom;
  text-transform: uppercase;
}
.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  background: #059fe0;
  outline: none;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background: #002842;
  cursor: pointer;
}