@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Texturina:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');

* {
    margin: 0;  
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Texturina', serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 10px;
}

.wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    margin-top: 150px;
}

a {
    color: #0F76BB;
    text-decoration: none;
}

header {
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    z-index: 10;
}

footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #1f1f1f;
    color: #ccc;
}

footer h3 {
    color: #ccc;
    margin-bottom: 10px;
}

.logoNavItem {
    background-image: url('../images/logo_1.png');
    background-size: 25px;
    background-repeat: no-repeat;
    padding-left: 30px;  /* width of the image plus a little extra padding */
    display: block;  /* may not need this, but I've found I do */
}

header h1 {
    color: #FFF;
}

.navigationWrapper {
    margin-top: 50px;
}

.page-content {
    min-height: 80%;
    background-color: #FFF;
    width: 100%;
    z-index: 1;
}

.page-title {
    background-color: #f7f7f7;
    margin-bottom: 20px;
}

.page-header {
    height: 300px;
}

.page-header img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.page-title h1 {
    padding: 10px;
    font-size: 20px;
}

main {
    background-color: #fff;
    font-size: 18px;
}

main h1 {
    font-size: 28px;
    text-align: center;
}

main h2 {
    font-size: 20px;
    font-weight: bold;
}

section {
    margin: 0 auto;
    width: 70%;
}

section h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
    text-align: center;
}

section h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

section p {
    padding-top: 10px;
    padding-bottom: 10px;
}

article {
    padding: 10px;
    margin-bottom: 50px;
}

article p {
    padding-top: 10px;
    padding-bottom: 10px;
}

article ul {
    list-style: none;
    padding: 0;
}

article li {
    position:relative;
    display: flex;
    align-items: baseline;
    margin-left: 15px;
}

article li:before {
    content: "\f00c ";  
    color: #0F76BB;
    font-family: FontAwesome;
    top:0;
    left:-5px;
    padding-right:10px;
}

.strong {
    font-weight: bold;
}

.cards {
    margin-top: 25px;
}

.card img {
    display: block;
    border: 1px solid lightgray;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.card {
    background: #fafafa;
    color: #000;
    margin-bottom: 20px;	
    border-radius: 15px;
}

.cardsPartner {
    margin-top: 25px;
    width: 100%;
}

.cardPartner img {
    display: block;
    border: 1px solid lightgray;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.cardPartner {
    background: #fafafa;
    color: #000;
    margin-bottom: 20px;	
    border-radius: 15px;
    width: 160px;
}

.card a {
    color: black;
    text-decoration: none;
}

.card h1 {
    font-size: 18px;
    padding: 10px 5px 5px 5px;
}

.card h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px 15px 15px;
}

.card p {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.card-content p {
    padding: 15px 5px 25px 5px;
    font-size: 16px;
}

.card-title {
    background-color: #1a1a1a;
    color: white;
}

.card-title h2 {
    font-weight: bold;
    font-size: 14px;
    padding: 5px 5px 5px 15px;
}

.logoImage {
    height: 75px;
    margin: 10px
}

.logoTitle {
    margin-top: 25px;
}

.thumbnail {
    width: 100%;
    object-fit: cover;
}

#navItemBeratung {
    color: #0F76BB;
    font-weight: bold;
}

.footerContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 30px;
}

hr {
    border: 4px solid #f5f5f5;
}

.referenzBox {
    height: 300px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 25px;
}

.referenzThumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.kompetenzenContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.kompetenzCard {
    margin-bottom: 20px;
    background-color: #f5f5f5;
}

.kompetenzCard h1 {
    font-size: 24px;
}

.kompetenzCard img {
    object-fit: cover;
    height: 250px;
}

.kompetenzCard p {
    padding: 10px;
}

.kompetenzCard a {
    color: #000;
}

.headerInfoDesc {
    flex: 0 1 calc(50% - 2em);
    padding: 15px;
    padding-top: 35px;
    text-align: center;
}

.formWrapper {
    background: rgba(0,0,0,.6);
    border-radius: 25px;
    padding: 25px;
    margin-top: 20px;
}

.successMessage {
    width: 100%;
    height: 55px;
    background: rgba(0,139,0,.7);
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: table;
}
.successMessage p {
    display: table-cell;
    vertical-align: middle;
}

.errorMessage {
    width: 100%;
    height: 55px;
    background: rgba(205,0,0,.6);
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: table;
}
.errorMessage p {
    display: table-cell;
    vertical-align: middle;
}

.stepsContainer {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
}

.step {
    flex: 0 1 calc(50% - 2em);
    margin-top: 20px;
    text-align: center;
}

.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 15s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}

.sliderOverlay p {
    color: #fff;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;        
    font-size: 20px;
}

.sliderOverlay h1 {
    color: #fff;
    padding: 25px;
}

.sliderImage {
    width: 100%;
    height: calc(100vh - 150px);
    object-fit: cover;
    z-index: 2;
}

.contactBar {
    height: 20px;
    width: 100%; 
    background-color: #f5f5f5;
    font-size: 16px;
}

.hardShade{
    background: #f5f5f5;
    border: 1px solid #DDD;
    box-shadow: 3px 3px 0px rgba(0,0,0, .2);
}

.headingSection {
    margin-top: -15%;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
    box-sizing: border-box;
    padding: 25px;
}

.pageHeaderImage {
    background-repeat: no-repeat;
    background-size: cover;
    height: 50%;
    width: 100%;
    z-index: -1;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* ---Material Cards------------------------------------------------- */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */

.card-1-nohover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,88,204,0.25), 0 10px 10px rgba(0,88,204,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

/* ------------------------------------------------------ */
/* Input */
/* ------------------------------------------------------ */

input {
    padding: 4px;
    -webkit-appearance: none; 
    -moz-appearance: none; 
}

.inputfield_text_type {
    border-radius: 7px;
    height: 30px;
    font-size: 15px;
    font-weight: 400;
    padding: 0 7px;
    width: 100%;
}

.inputfield_textarea_type {
    border-radius: 7px;
    font-size: 15px;
    font-weight: 400;
    padding: 0 7px;
    width: 100%;
}

input[type=email], 
input[type=number], 
input[type=password], 
input[type=reset], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url], 
select, 
textarea {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

input[type=checkbox]
{
    width: 16px;
    height: 16px;
    -webkit-appearance:checkbox;
}

.btn {
    position: relative;

    display: block;
    margin: 30px auto;
    padding: 0;

    overflow: hidden;

    border-width: 0;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);

    background-color: #0F76BB;
    color: #ecf0f1;

    transition: background-color .3s;
}

.btn:hover, .btn:focus {
    background-color: #2D3E50;
}

.btn > * {
    position: relative;
}

.btn span {
    display: block;
    padding: 12px 24px;
}

.btn:before {
    content: "";

    position: absolute;
    top: 50%;
    left: 50%;

    display: block;
    width: 0;
    padding-top: 0;

    border-radius: 100%;

    background-color: rgba(236, 240, 241, .3);

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn:active:before {
    width: 120%;
    padding-top: 120%;

    transition: width .2s ease-out, padding-top .2s ease-out;
}

h2 {
    font-weight: normal;
}

.btn.orange {
    background-color: #e67e22;
}

.btn.orange:hover, .btn.orange:focus {
    background-color: #d35400;
}

.btn.red {
    background-color: #e74c3c;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.btn.red:hover, .btn.red:focus {
    background-color: #c0392b;
}

.imgContainer {
    background: #fafafa;
    padding: 25px;
    padding-bottom: 0px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.imgContainer-item {
    width: 100%;
}

.imgContainer-item-small {
    width: 400px;
    heigt: 400px;
}
