@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    text-align: left;
     text-transform: uppercase;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1, h1 {
    font-size: 34px;
    text-align: center;
    padding-bottom: 26px;
     text-transform: uppercase;
    letter-spacing: 3px;
    color: #555;

}
.h1.logo, h1.logo {
    margin-top: 16px;
    line-height: 1.35em;
    text-align: center;
    font-size: 33px;
    color: black;
    text-transform: uppercase;
}
.h2, h2 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.25em;
    font-size: 2em;
}
.h3, h3 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.25em;
    font-size: 28px;
    color: #029bde;
    text-align: center;
    margin-top: 16px;
    padding-bottom: 20px;
    letter-spacing: 1px;
}
.h3.question, h3.question {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.25em;
    font-size: 28px;
    color: #000;
    text-align: left;
    margin-top: 0;
    padding-bottom: 0;
    letter-spacing: 0;
}
.faq-area {
    padding-bottom: 40px;
}
.h2.blue, h2.blue {
    color: #029bde;
    text-transform: uppercase;
}
span.blue {
    color: #029bde;
}
.h2.app, h2.app {
    font-family: 'Open Sans', sans-serif;
    color: #029bde;
    color: #666;
    font-size: 3em;
    letter-spacing: 3px;
}
img.screen {
    width: 240px;
    height: 480px;
}
img.image-start {
    width: 310px;
    height: 333px;
}
.image-app img {
    width: 240px;
    height: 240px;
}
.app-txt {
    text-align: left;
}
.einsatz-icon {
    height: 110px;
    text-align: center;
}
h2.center {
    text-align: center;
}
p.einsatz-txt {
    text-align: left;
    font-size: 1.25em;
    line-height: 1.5em;
    padding-left: 3%;
}
p.ueberuns-txt {
    text-align: center;
    padding-bottom: 30px;
}
.ueberuns-logos {
    height: 140px;
    margin-top: 2em;
    position: relative;
}

.ueberuns-logos img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

section {
    padding-top: 5em;
    padding-bottom: 5em;
}

section#intro {
    padding-top: 8em;
}

.bold {
    font-weight: bold;
}

ol li a {
    text-decoration: underline;
}

ol[type="A"] {
    margin-left: -1em;
}

ol[type="A"] > li::marker {
  font-weight: bold;
  font-size: 1.25em;
}

ol[type="A"] > li > b:first-child {
  font-size: 1.25em;
  line-height: 2em;
}

ol[type="A"] ol {
    font-size: 1.25em;
}

ol[type="A"] ol li p {
    font-size: 1em;
}

ol + p {
    margin-top: 0.5em;
}

li table th, li table td {
    padding: 0.25em;
}

#nutzungsbedingungen ol li {
    font-size: 1.25em;
}

#nutzungsbedingungen ol li + li {
    margin-top: 0.25em;
}

#nutzungsbedingungen ol:first-child {
    margin-top: 0.25em;
}

#nutzungsbedingungen ol li li {
    font-size: 1em;
}

@media (max-width: 1200px) {
    .h1.logo, h1.logo {
        font-size: 32px;
    }
    .h2, h2, .h2.small, h2.small {
        line-height: 1.25em;
        font-size: 45px;
    }
    .h1, h1 {
        font-size: 36px;
    }
    img.screen {
        width: 200px;
        height: 400px;
    }
    img.image-start {
        width: 240px;
        height: 258px;
    }
}
@media (max-width: 768px) {
    section#intro {
        padding-top: 3em;
    }

    .h1.logo, h1.logo {
        font-size: 28px;
    }
    .h2, h2, .h2.small, h2.small {
        line-height: 1.33em;
        font-size: 2em;
        text-align: left;
    }
    .image-app {
        padding: 10px;
    }
    .image-app img {
        width: 140px;
        height: 140px;
    }
    .h2.app, h2.app {
        font-size: 74px;
    }
    .app-txt {
        text-align: center;
    }

    #ueberuns div + div {
        margin-top: 2em;
    }

    .ueberuns-logos + .ueberuns-logos {
        margin-top: 1em;
    }

    #partner img {
        max-width: 85%;
    }
}


p {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25em;
}
p.hinweise {
    font-size: 22px;
}
ul.bullet {
    text-align: left;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1.5em;
}
ul.bullet li {
    padding-bottom: 6px;
    font-size: 1.25em;
    text-align: left;
}

hr {
    margin-top: 2em;
    margin-bottom: 2em;
}




@media (max-width: 768px) {
}

p.subline {
    text-transform: uppercase;
    letter-spacing: 2px;
}
div.screen {
    padding: 30px 0 60px 20px;
}

.btn-primary {
    background-color: #029bde;
    border-color: #029bde;
}

/*.btn {
    display: inline-block;
    padding: 10px 22px;
    margin: 10px 0;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.42857143;
    text-align: left!important;
    border: 2px solid #029bde;
    border-radius: 8px;
    color: #333;
    background-color: #fff;
}
.btn:hover,
.btn:active {
    color: #000;
}*/

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #000;
    background-color: #fff;
    color: #029bde;
    border: none;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-weight: 300;
    text-transform: none;
    font-size: 1.2em;
}
.navbar-brand {
    margin-top: -0.2em;
}
/*.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
     text-transform: uppercase;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 15px 10px 15px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #029bde;
}


@media (max-width: 1200px) {

    .navbar-nav {
        margin: 0 0 0 4%;

    }
    .navbar-brand {
        font-size: 20px;
    }
    .nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 20px;
    }
}


.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #000;
    background-color: transparent;
}
.navbar-default .navbar-brand {
    color: #000;
}
a {
    /*font-size: 16px;*/
    color: #000;
    text-decoration: none;
}

a.link {
    color: #029bde;
    text-decoration: none;
}
a.link:focus,
a.link:hover {
    color: #029bde;
    text-decoration: underline;
}

table.data tr th,
table.data tr td{
    text-align: left;
    vertical-align: top;
    padding: 0 20px 16px 0;
   font-size: 18px;

}

/* ---------------------------------- FOOTER --------------------------------- */
.footer-content {
  background: #029bde;
  padding: 50px 20px 40px 20px;
}
.footer-content .main  {
    max-width: 1024px;
    min-height: 130px;
     margin: 0 auto;
    text-align: left;
    position: relative;
}
.footer-content .main div.col-xs-6.col-sm-4.col-md-2 {
  padding-bottom: 14px;
}
.footer-content .main div.col-xs-6.col-sm-4.col-md-2:nth-child(2n+1) {
    clear: both;
  }


.footer-content .main div h4,
.footer-content .main div h4 a {
  font-family: 'Open Sans', sans-serif;
	font-size:18px;
	padding-bottom: 6px;
	letter-spacing: 1px;
	text-transform: uppercase;
    color: #000;
}
.footer-content h4 {
  font-weight: bold;
}
.footer-content .main div h4:hover a {
  color: #333;
  text-decoration: none;
}
.footer-content .main div p {
  font-family: 'Open Sans', sans-serif;
    font-size: 18px;
	letter-spacing: 1px;
    color: #000;
}

.footer-content .main div p,
.footer-content .main div p a{
  font-family: 'Open Sans', sans-serif;
    font-size: 18px;
	letter-spacing: 1px;
    color: #000;
	padding-bottom: 0;
	letter-spacing: 1px;
}
