@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto/Roboto-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/roboto/Roboto-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(../fonts/robotocondensed/RobotoCondensed-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(../fonts/robotocondensed/RobotoCondensed-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}::-moz-selection {
    background: #FDF1C9;
    color: #000;
    text-shadow: none;
}
::selection {
    background: #FDF1C9;
    color: #000;
    text-shadow: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 112.5%;
    -webkit-font-smoothing: antialiased;
}
body {
  background-color: #015971;
    font-weight: normal;
    font-size: 100%;     
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.002em;
    color: #fff;
    line-height: 1.875;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
button,
input,
textarea {
    letter-spacing: 1px;
}

.no-mar {
    margin: 0 !important;
}
.no-pad {
    padding: 0 !important;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0; 
    margin-bottom: 0.25em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0;
}

h1 a:hover, h1 a:focus, h1 a:active,
h2 a:hover, h2 a:focus, h2 a:active,
h3 a:hover, h3 a:focus, h3 a:active,
h4 a:hover, h4 a:focus, h4 a:active,
h5 a:hover, h5 a:focus, h5 a:active, 
h6 a:hover, h6 a:focus, h6 a:active {
  outline: 2px dotted #fff;
}
h1 {
    font-size: 2.25rem;
    line-height: 1.25;
    letter-spacing: 0;
}
h2 {
    font-size: 1.375rem;
    line-height: 1.25;
    color: #015971;
}
h3, h4 {
    font-size: 1.25rem;
    line-height: 1.5; 
    color: #000;
}
h5 {
    font-size: 1rem;
    line-height: 1.25;
    color: #000;
}
h6 {
    font-size: 0.875rem;
    line-height: 1.125;  
    color: #000;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.5625;
    margin: 0 0 1.5em 0;
}
p img {
    margin: 0;
}
span {
    font-family: 'Roboto', sans-serif;
}
em {
    font-size: 1rem;
    line-height: 1.875; 
}
strong,
b {
    font-size: 1rem;
    line-height: inherit; 
}
small {
    font-size: 0.6875rem;
    line-height: 1.2;
    display: inline-block;
}

/*  blockquotes */
blockquote {
    position: relative;
    z-index: 5;
    background-color: #C7EAF0;
    color: #000;
    margin-bottom: 2em;
}

blockquote::after {
    color: #00A0B8;
}
blockquote p {
    border: 1px solid #00A0B8;
    margin: 0 0 20px;
    padding: 2em;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 3;
}
blockquote p::before {
    border-color: #00A0B8 transparent transparent;
    border-style: solid;
    border-width: 18px 13px;
    bottom: -36px;
    content: "";
    left: 29px;
    position: absolute;
    -webkit-transform: skewX(36deg);
    transform: skewX(36deg);
    z-index: 1;
}
blockquote p::after {
    border-color: #C7EAF0 transparent transparent;
    border-style: solid;
    border-width: 18px 13px;
    bottom: -34px;
    content: "";
    left: 28px;
    position: absolute;
    -webkit-transform: skewX(36deg);
    transform: skewX(36deg);
    z-index: 2;
}


/* abbreviations */
abbr {
    font-weight: 700;
    letter-spacing: .6px;
}
abbr:hover, abbr:focus {
    cursor: help;
}

/* links */
a {
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: inherit;
    outline: 0;
    color: #015971;
}
a:hover,
a:focus
a:active {
    color: #006883;
    text-decoration: none;
    outline: 2px dotted #015971;
}

a[href*="tel"] { text-decoration: none; color: inherit; } 

p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

/* Animierte Links */
a.anim {
  border: 2px solid #00a0b8 !important;
  border-radius: 4px;
  background: #007997 !important;
  color: #fff !important;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  overflow: hidden;
  padding: 18px 25px;
  position: relative;
  z-index: 2;                    
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  text-decoration: none;
}    
a.anim:hover,
a.anim:active {
  outline: none;
}
a.anim:hover,
a.anim:focus,
a.anim:active {       
  background: #007997 !important;
  box-shadow: inset 0 0 0 5px #015971 !important;
  color: #fff !important;
  text-decoration: none;
}
a.anim:focus {
  outline: 2px dotted #fff;
}

/* list */
ul,
ol {
    margin-bottom: 0px;
    margin-top: 0px;
}
ul {
    margin: 0;
}
ol {
    list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 0px;
}
li {
  line-height: inherit;
  margin-bottom: 0.25em;
}

/*  Header*/
.header-1 {
    background-color: #015971;
    color: #fff;
}
.h1-logo {
    padding: 15px 0;
    position: relative;
    z-index: 3;
}
.h1-logo a {
    display: block;
} 
.h1-logo a:hover, 
.h1-logo a:focus {
    outline: 2px dotted #fff;
    outline-offset: 2px;
}
.menu {
  text-align: right;
}
.menu ul {
  list-style: none;
  padding: 0;
}
.menu ul li {
  display: inline-block;
  margin: 0 1em 0 0;
  position: relative;
}
.menu ul li:last-child {
  margin-right: 0;
}
.menu a {
  color: #fff;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.38888;
  padding: 1.5em 0.4em;
  text-decoration: none;
}
.menu strong {
  color: #F1C01A;
}
.menu a:hover, .menu a:focus, .menu a:active { 
  text-decoration: none;  
  outline: 2px dotted #fff;
}


/* MAIN */
/* Hinweisbox */
.hinweisbox {
  background-color: #014355;
  color: #fff;
  padding: 20px;
  margin-bottom: 1.5em;
}
.hinweisbox p {
  max-width: 45em;
}


/*  Buehne */
.buehne-area {
    background-color: #015971;
    color: #fff;
    overflow-x: hidden;
    padding: 3em 0 5em 0;
    position: relative;
} 
.buehne-area h2, .buehne-area h3, .buehne-area h4, .buehne-area h5, .buehne-area h6 {
  margin-bottom: 0.5em;
  color: #fff;
}
.buehne-area ul {
  margin-left: 0;
  padding-left: 0;
}
.buehne-area li {
  list-style: none; 
  padding-left: 1.5em;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: 0 0.40em;
  background-size: 1em 1em;
}
.buehne-area a {
  color: #F1C01A;
}
.buehne-area a:hover,
.buehne-area a:focus,
.buehne-area a:active {
  color: #fff;           
  outline: 2px dotted #fff;
}

.buehne-area h2.lead-webdesign {
  padding-top: 1em;
}
.buehne-area .webdesign-faehigkeiten,
.buehne-area .section-title {
  padding-top: 1.5em;
}

.buehne-area .partnerlogo {
  margin-left: 1.25em;
}
.buehne-area .partnerlogo-schulung {
  margin: 1em 0 1.25em 0;
}

.buehne-banner {
    position: relative;
    overflow: visible;
    height: 100%;      
    width: 100%;
    margin: 0 0 1.5em 0;
}

/* Single-Referenz */
.single-referenz a:hover, .single-referenz a:focus, .single-referenz a:active {
  background-color: #015971;
  opacity: 0.5;
  outline: 2px dotted #fff;
} 
/* CTA */
.cta-area {
    padding: 4em 0;
    position: relative;
}   
.cta-dark {
    padding: 4em 0;
    position: relative;
    background-color: #015971;
    color: #fff;
}
.cta-dark h2, .cta-dark h3, .cta-dark h4, .cta-dark h5, .cta-dark h6 { color: #fff; }
.cta-dark a {
  color: #F1C01A;
}
.cta-dark a:hover,
.cta-dark a:active {
  color: #fff;
}
.cta-dark a:focus {
  color: #fff;
  outline: 2px dotted #F1C01A;
}

/* Quotes */
.quotes-area {
    padding: 4em 0;
    position: relative;
}
.quotes-area h2 { margin-bottom: 1em; }

/* Standard */
.standard-area {
    padding: 4em 0;
    position: relative;
}

/* Schulung */
.schulung-area h2 {
  margin-bottom: 1em;
}

/* Hervorheben */
.hervorheben {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.15);
  padding: 1em;
  position: relative;
}

/* Brand */
.brand-area {
    padding: 2em 0;
}
.brand-area h2 {
  color:  #015971;
  margin-bottom: 0.5em;
}
.logo-brand a {
  display: inline-block;
}
.logo-brand a:hover {
  outline: 2px dotted #007997;
  outline-offset: 2px;
}


/* Kontakt */
.kontakt-info {
    background: #ffffff none repeat scroll 0 0;
    color: #000;
    padding: 30px 22px 0;
    z-index: 9; 
    position: relative;
    border-radius: 4px;
}
.kontaktinfo-box {
    border-bottom: 1px solid #dedede;
    margin: 0 0 43px;
    padding: 0 0 37px 0;
    position: relative;
}
.kontaktinfo-box h2.title {
    font-size: 1rem;
    line-height: 1.22222;
    color: inherit;
}
.kontaktinfo-box p {
    margin: 6px 0 0;
}
.kontaktinfo-box a:link, .kontaktinfo-box a:visited {
  color: #015971;
}
.kontaktinfo-box a:hover, .kontaktinfo-box a:active {
  text-decoration: underline;
}  
.kontaktinfo-box a:focus {
  outline: 2px dotted #015971;
}

/* Footer */
.h1-footer {
    border-top: 1px solid #d4dadb;
}
.h1-footer a:hover,
.h1-footer a:focus,
.h1-footer a:active {
  outline: 2px dotted #015971;
}
.h1-footer-top-area {
    padding: 60px 0 13px;
}
.h1fta-widget {
    margin: 0 0 30px;
}

.h1fta-widget .title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 35px;
    text-transform: uppercase;
}

.h1ftaw-info .f1logo {
    margin: 0 0 23px;
}

.h1ftaw-info .text {
    margin: 0 0 21px;
}

.h1ftaw-info .more {
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
}

.h1ftaw-info .more span {
    font-size: 14px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.h1ftaw-info .more:hover span {
    margin-left: 6px;
}

.h1ftaw-link .links,
.h1ftaw-contact .links {
    list-style: outside none none;
    padding: 0;
}

.h1ftaw-link .links li,
.h1ftaw-contact .links li {
    display: block;
    margin: 0 0 1px;
}

.h1ftaw-link .links li a,
.h1ftaw-contact .links li a {
    display: block;
    letter-spacing: 0;
}

.h1ftaw-contact .contact {
    list-style: outside none none;
    padding: 0;
}
.h1ftaw-contact p { margin: 0; }

.h1-footer-bottom-area {
    padding: 18px 0;
}

.h1fba-right {
    text-align: right;
}

.h1fba-right .links {
    list-style: outside none none;
    padding: 0;
}

.h1fba-right .links li {
    display: inline-block;
    margin-right: 5px;
}

.h1fba-right .links li:last-child {
    margin-right: 5px;
}

.h1fba-right .links li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .menu {
        text-align: left;
    }
    .menu ul li a {
      padding: 0.5em;
    }
}

/* Print */
@media print {
    *,*:before,*:after,*:first-letter,*:first-line {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: none;
    }
    thead { 
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    header, .h1ftaw-link, footer ul.links { display: none; }
    [class*="col-"] { 
      -ms-flex: none !important;
      flex: none !important;
       max-width: 100% !important;
       overflow: visible !important;
       height: auto !important;
       margin-left: 0 !important;
    }
    .container, .row { 
      overflow: visible !important;
      display: block !important;
      margin: 0;
    }
    .buehne-area, .quotes-area, .standard-area, .cta-area, .cta-dark { margin: 1.5em 0; }
  
}