@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/LeagueSpartan-Light.eot');
    src: url('../fonts/LeagueSpartan-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LeagueSpartan-Light.woff2') format('woff2'),
        url('../fonts/LeagueSpartan-Light.woff') format('woff'),
        url('../fonts/LeagueSpartan-Light.ttf') format('truetype'),
        url('../fonts/LeagueSpartan-Light.svg#LeagueSpartan-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/LeagueSpartan-Regular.eot');
    src: url('../fonts/LeagueSpartan-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LeagueSpartan-Regular.woff2') format('woff2'),
        url('../fonts/LeagueSpartan-Regular.woff') format('woff'),
        url('../fonts/LeagueSpartan-Regular.ttf') format('truetype'),
        url('../fonts/LeagueSpartan-Regular.svg#LeagueSpartan-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/LeagueSpartan-Medium.eot');
    src: url('../fonts/LeagueSpartan-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LeagueSpartan-Medium.woff2') format('woff2'),
        url('../fonts/LeagueSpartan-Medium.woff') format('woff'),
        url('../fonts/LeagueSpartan-Medium.ttf') format('truetype'),
        url('../fonts/LeagueSpartan-Medium.svg#LeagueSpartan-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html, body {
    height: 100%;
}

body {
    background:#fff;
    margin:0;
    padding:0;
    font-family:'League Spartan', Arial, sans-serif;
    font-size:1.3rem;/*21*/
    font-weight:300;
    color:#313e48;
    line-height:1.3em;
}

* {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    outline:none!important;
}

main {
  width:100%;
  margin-top:110px;
}

section {
  display:table;
  width:100%;
}

.competences, .profil .bg, .contact {padding-top:90px;padding-bottom:90px;}
.system .content {padding-top:50px;padding-bottom:50px;}

.teaser {padding:0;}
.system {background-image: linear-gradient(90deg, #ffffff00 20%, #c5e0e3 20%);margin-top:-50px;}
.contact {background-color:#313e48;color:#fff;margin-top:90px;}

.content {
    outline:1px dashed red;
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:0 50px;
}

.teaser-wrap {
    width:100%;
    min-height:70vh!important;
    display:flex;
    align-items:center;
}

.teaser-content {
    width:100%;
}

section .bg {
    min-height:80vh;
}

.bg {
    background-size: cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
}

img {
    border:none;
    display:table;
    width:100%;
}

.round-img {
    width:260px;
    height:260px;
    border-radius:50%;
    margin:0 auto 50px;
}

.accordion {
  width: 100%;
  margin: 30px auto 0;
}
.accordion-toggle {
  cursor: pointer;
  font-size: 1.5em;
  text-transform: uppercase;
  color:#ec7f1f;
  padding: 15px 30px;
  position: relative;
  list-style: none;
  text-transform: uppercase;
  border-bottom: 1px solid #ec7f1f;
}
.accordion-content  {
  padding: 20px 20px 20px 30px;
  list-style-type:none;
}
.accordion-content ul li {
    list-style-type:disc;
}
.accordion-toggle span[class^='icon-'] {
    position: absolute;
    font-size: 27px;
    left: 5px;
    top: 15px;
}
.icon-minus:before {
    content: "\2013";
    position:relative;
    top:-3px;
    left:1px;
}
.icon-plus:before {
    content: "+";
}
.accordion-toggle span.icon-plus, .accordion-toggle span.icon-minus {
    transform-origin: 50% 50%;
    transition: all .5s ease;
}

.col-half-wrap {
    display:flex;
    justify-content: space-between;
}

.col-half {
    width:48%;
    outline:1px dotted fuchsia;
    text-align:left;
}

.system .content {
    background-color:#c5e0e3;
}

.btn, .btn:visited, input[type=submit] {
    font-size:1.1rem;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:500;
    letter-spacing:0.1em;
    line-height:1em;
    color:#fff;
    padding:10px 30px 12px;
    margin:30px 0 0;
    display:inline-block;
    background:#ec7f1f;
    border-radius:5px;
    border:none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn:hover {
    background-color:#313e48;
    color:#fff;
}

input[type=submit]:hover {
    background-color:#fff;
    color:#313e48;
}

form {
    width:100%;
}

.form-row {
    display:flex;
    justify-content: space-between;
    margin-bottom:20px;
}

.form-row input {
    width:48%;
}

label {
    font-size:1.3rem;
    font-style:italic;
    float:left;
    width:90%;
}

input, textarea {
    font-family:'League Spartan', Arial, sans-serif;
    border:none;
    border-bottom:1px solid #fff;
    background:#313e48;
    padding:10px 5px;
    font-size:1.3rem;
    color:#fff;
    letter-spacing:0.03em;
    font-weight:300;
}

input:focus, textarea:focus {
    outline:none;
}

input[type=checkbox] {
    margin-right:10px;
    position:relative;
    top:4px;
    float:left;
}

textarea {
    width:100%;
    min-height:150px;
    margin-bottom:20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:1.3rem;
  font-style:italic;
  color:#fff!important;
  font-weight:300!important;
  font-family:'League Spartan', Arial, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size:1.3rem;
  font-style:italic;
  color:#fff!important;
  font-weight:300!important;
  font-family:'League Spartan', Arial, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size:1.3rem;
  font-style:italic;
  color:#fff!important;
  font-weight:300!important;
  font-family:'League Spartan', Arial, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  font-size:1.3rem;
  font-style:italic;
  color:#fff!important;
  font-weight:300!important;
  font-family:'League Spartan', Arial, sans-serif;
}

.ok {width:100%;text-align:center; font-size:24px;margin-top:50px;color:green;}

footer {
    padding:20px 0;
    font-size:1.1rem;
}

footer ul {
    margin:0;
}

footer ul li {
    display:inline;
    list-style-type:none;
}

footer ul li:first-of-type {
    margin-right:20px;
}

footer .col-half:last-of-type {
    text-align:right;
}

footer a {
    text-decoration:none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

footer a[href^="mailto:"] {
    color:#ec7f1f;
}

footer a:hover {
    color:#ec7f1f;
}

footer a[href^="mailto:"]:hover,
footer a[href^="tel:"]:hover{
    color:#000;
}

ul {
    margin:0 0 0 20px;
    padding:0;
}

li {
    padding:0 0 3px;
    margin:0;
}

p {
    margin:0 0 1em;
}

.anchor {width:100%;height:1px;display:block;position:relative;top:-50px;}

.text-small p {padding:0 12%;}
.center {text-align:center;}

h1,h2,h3,h4,h5,h6 {margin:0;line-height:1.2em;}
h1,h2,h4 {font-weight:400;}
h3,h5 {font-weight:300;}
h1,h3,h5 {text-transform:uppercase;}
h1,h2,h3 {color:#313e48;}
h4,h5, .contact h3, .contact h1 {color:#fff;}

h1 {
    font-size:2.3rem;/*38*/
    margin-bottom:0.7em;
}

h2 {
   font-size:2rem;/*32*/
   margin-bottom:0.5em;
}

h3 {
    font-size:1.3rem;/*21*/
}

.competences h2 {margin-top:60px;}

h4 {
    font-size:3.75rem;/*60*/
    line-height:1em;
}

h5 {
    font-size:1.5rem;/*24*/
    margin-bottom:20px;
}

a:focus {
    outline:none;
}

a, a:visited {
    color:#000;
    text-decoration:underline;
}

a:hover, a:active {
    color:#000;
    text-decoration:none;
}

a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
    cursor:text;
}

.soc-med a {padding-right:20px;}


@media screen and (max-width: 1400px) {
  .system {margin-top:0;}
}

@media screen and (max-width: 1180px) {
  body {font-size:1.2rem;}
  .content {padding:0 30px;}
  .teaser-wrap {min-height:60vh!important;}
  .text-small p {padding:0 8%;}
  .accordion-toggle {font-size:1.3em;}
  h1 {font-size:2.1rem;}
  h2 {font-size:1.8rem;}
  h3 {font-size:1.1rem;}
  h4 {font-size:3.6rem;}
  h5 {font-size:1.5rem;}
}

@media screen and (max-width: 990px) {
  .teaser-wrap {min-height:50vh!important;}
  .text-small p {padding:0 5%;}
  .accordion-toggle {font-size:1.2em;  }
  h1 {font-size:2.1rem;}
  h2 {font-size:1.6rem;}
  h4 {font-size:3.2rem;}
}

@media screen and (max-width:820px) {
  .col-half-wrap {display: table;width:100%;}
  .col-half {width: 100%;}
  .col-half:last-of-type {margin-top:50px;}
  .system {margin-top:0;}
  .contact {margin-top:90px;}
  footer ul {width:auto;margin:0 auto;display:table;}
  footer ul li, footer ul li:first-of-type {margin: 0 10px;}
  footer .col-half:last-of-type {margin-top:20px;}
}

@media screen and (max-width:767px) {
  .text-small p {padding:0;}
  .form-row {display:table;}
  .form-row input {width:100%;}
  .form-row input:first-of-type {margin-bottom:20px;}
  .teaser-content h4 br {display:none;}
}

@media screen and (max-width:480px) {
  footer ul:first-of-type li {display:block;text-align:center;}
}