/* Tags */
/* **** */

body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 auto;
}

/* Misc */
/* **** */

*[data-lang='de']:not(.lang-select-link){
    display: none;
}

/* Responsive grid */
/*-----------------*/

.container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 0 30px;
}


@media (max-width: 767px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

@media (min-width: 120em) {
    .container {
        max-width: 1100px;
    }
}

/* Header */
/* ****** */

#main-header{
    height: 145px;
}

#main-header .container{
    max-width: 969px;
    height: 100%;
    padding: 0 51px 0 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main-header .logo{
    width: 600px;
    height: 110px;
    background-image: url("../images/logo.png");
    display: block;
    background-size: 100%;
    flex-shrink: 0;
}

#main-header .lang-select{
    display: flex;
}

#main-header .lang-select li{
    margin: 0 0 0 12px;
}

#main-header .lang-select li a{
    font-size: 18px;
    line-height: 24px;
    padding: 5px 21px 5px 19px;
    display: block;
    border-radius: 7.5px;
    transition: all 0.1s;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    /* IE11 specific bug fix */
    #main-header .lang-select li a{
        padding: 5px 21px 4px 19px;
    }
}

#main-header .lang-select li a:hover{
    background-color: rgba(19, 181, 234, 0.1);
    box-shadow: 0 6.02353px 6.02353px rgba(0, 0, 0, 0.05);
}

#main-header .lang-select li a.active{
    background-color:  black;
    color: aliceblue;
    box-shadow: 0 6.02353px 6.02353px rgba(0, 0, 0, 0.25);
}

/* Content */
/* ******* */

#main-heading{
    background-color: black;
    color: white;
    padding: 37px 0 54px;
}

h1{
    font-size: 42px;
    line-height: 49px;
    font-weight: 300;
    text-align: center;
}

#main-content{
    padding: 41px 0 0;
}

h2{
    font-size: 33px;
    line-height: 39px;
    font-weight: 300;
    text-align: center;
    padding: 0 20px;
}

p{
    font-size: 24px;
    line-height: 28px;
}

b{
    font-weight: bold;
}

#main-content p{
    margin: 55px 0 0;
}

.split-content{
    display: flex;
    justify-content: space-between;
    margin: 52px 0 -17px;
}


@media (min-width: 767px) {
  .width-halfed{
    width: 50%;
  }
}

.split-content p{
    margin: 0!important;
    padding: 0 15px 0 0;
}

.split-content picture{
    width: 100%;
    max-width: 365px;
    height: auto;
    flex-shrink: 0;
    box-shadow: 0 6.02353px 6.02353px rgba(0, 0, 0, 0.1);
    align-self: flex-start;
}

.split-content picture img{
    width: 100%;
    display: block;
}

/* Footer */
/* ****** */

#main-footer{
    background-color:  black;
    color: white;
    text-align: center;
    margin: 38px 0 0;
    padding: 32px 0;
}

h3{
    font-size: 33px;
    line-height: 39px;
    font-weight: 300;
}

#main-footer p{
    font-size: 24px;
    line-height: 28px;
    margin: 26px 0 0;
}

#main-footer p a{
    transition: all 0.1s;
}

#main-footer p a:hover{
    color: aliceblue;
}


@media (min-width: 120em) {
    p {
        font-size: 2em;
        line-height: 1.3em;
    }
    #main-footer p {
        font-size: 2em;
        line-height: 1.3em;
    }
    h2{
        font-size: 3em;
        line-height: 1.3em;
    }
    h1{
        font-size: 4em;
        line-height: 1.3em;
    }
    #main-header .lang-select li a {
        font-size: 1.6em;
    }
    h3 {
        font-size: 3em;
        line-height: 1.3em;
    }
    a {
	color: blue;
    }
}
